/minix3/external/bsd/libc++/dist/libcxx/test/libcxx/test/ |
H A D | config.py | 48 def __init__(self, lit_config, config): argument 63 def get_lit_conf(self, name, default=None): argument 71 def get_lit_bool(self, name, default=None): argument 82 def configure(self): argument 105 def print_config_info(self): argument 117 def get_test_format(self): argument 125 def configure_executor(self): argument 143 def configure_target_info(self): argument 152 def configure_cxx(self): argument 177 def configure_src_root(self): argument [all …]
|
H A D | target_info.py | 6 def platform(self): argument 9 def system(self): argument 12 def platform_ver(self): argument 15 def platform_name(self): argument 18 def supports_locale(self, loc): argument 23 def platform(self): argument 30 def system(self): argument 33 def platform_name(self): argument 41 def platform_ver(self): argument 49 def supports_locale(self, loc): argument
|
H A D | executor.py | 9 def run(self, exe_path, cmd, local_cwd, file_deps=None, env=None): argument 26 def __init__(self): argument 29 def run(self, exe_path, cmd=None, work_dir='.', file_deps=None, env=None): argument 47 def __init__(self, commandPrefix, chain): argument 53 def run(self, exe_path, cmd=None, work_dir='.', file_deps=None, env=None): argument 61 def __init__(self, commandPostfix, chain): argument 67 def run(self, exe_path, cmd=None, work_dir='.', file_deps=None, env=None): argument 79 def __init__(self, duration, chain): argument 85 def __init__(self): argument 88 def remote_temp_dir(self): argument [all …]
|
/minix3/external/bsd/llvm/dist/clang/bindings/python/clang/ |
H A D | cindex.py | 109 def __init__(self, enumeration, message): argument 130 def __init__(self, wrapped): argument 137 def __get__(self, instance, instance_type=None): argument 152 def __del__(self): argument 167 def _get_instantiation(self): argument 198 def file(self): argument 203 def line(self): argument 208 def column(self): argument 213 def offset(self): argument 217 def __eq__(self, other): argument [all …]
|
/minix3/external/bsd/llvm/dist/llvm/bindings/python/llvm/ |
H A D | object.py | 103 def __init__(self, filename=None, contents=None): argument 123 def get_sections(self, cache=False): argument 151 def get_symbols(self, cache=False): argument 182 def __init__(self, ptr): argument 194 def name(self): argument 205 def size(self): argument 213 def contents(self): argument 225 def address(self): argument 232 def has_symbol(self, symbol): argument 240 def get_relocations(self, cache=False): argument [all …]
|
H A D | core.py | 41 def __init__(self, name, value): argument 45 def __repr__(self): argument 79 def __init__(self, name, value): argument 87 def __init__(self, name, value): argument 95 def __init__(self, name, value): argument 103 def __init__(self, name, value): argument 111 def __init__(self, name, value): argument 119 def __init__(self, name, value): argument 127 def __init__(self, name, value): argument 135 def __init__(self, name, value): argument [all …]
|
/minix3/external/bsd/llvm/dist/llvm/utils/lit/lit/ |
H A D | ShUtil.py | 8 def __init__(self, data, win32Escapes = False): argument 14 def eat(self): argument 19 def look(self): argument 22 def maybe_eat(self, c): argument 31 def lex_arg_fast(self, c): argument 45 def lex_arg_slow(self, c): argument 86 def lex_arg_quoted(self, delim): argument 111 def lex_arg_checked(self, c): argument 127 def lex_arg(self, c): argument 130 def lex_one_token(self): argument [all …]
|
H A D | Test.py | 18 def __getnewargs__(self): argument 21 def __init__(self, name, isFailure): argument 25 def __repr__(self): argument 39 def format(self): argument 48 def todata(self): argument 58 def __init__(self, value): argument 61 def format(self): argument 64 def todata(self): argument 68 def __init__(self, value): argument 71 def format(self): argument [all …]
|
H A D | ShCommands.py | 2 def __init__(self, args, redirects): argument 6 def __repr__(self): argument 9 def __eq__(self, other): argument 16 def toShell(self, file): argument 39 def __init__(self, commands, negate=False, pipe_err=False): argument 44 def __repr__(self): argument 48 def __eq__(self, other): argument 55 def toShell(self, file, pipefail=False): argument 66 def __init__(self, lhs, op, rhs): argument 72 def __repr__(self): argument [all …]
|
H A D | run.py | 26 def __init__(self, value): argument 30 def _get_value(self): argument 37 def _set_value(self, value): argument 47 def __init__(self, tests, num_jobs, queue_impl, canceled_flag): argument 57 def cancel(self): argument 60 def get(self): argument 69 def __init__(self, run_instance, provider, consumer): argument 74 def run(self): argument 82 def run_test(self, test_index): argument 94 def __init__(self, display): argument [all …]
|
/minix3/external/bsd/llvm/dist/llvm/bindings/python/llvm/tests/ |
H A D | test_core.py | 11 def test_enumerations(self): argument 29 def test_memory_buffer_create_from_file(self): argument 34 def test_memory_buffer_failing(self): argument 38 def test_memory_buffer_len(self): argument 43 def test_create_passregistry(self): argument 46 def test_create_context(self): argument 49 def test_create_module_with_name(self): argument 55 def test_module_getset_datalayout(self): argument 61 def test_module_getset_target(self): argument 67 def test_module_print_module_to_file(self): argument [all …]
|
H A D | test_object.py | 8 def get_object_file(self): argument 12 def test_create_from_file(self): argument 15 def test_get_sections(self): argument 33 def test_get_symbols(self): argument 49 def test_symbol_section_accessor(self): argument 58 def test_get_relocations(self): argument
|
H A D | test_disassembler.py | 6 def test_instantiate(self): argument 9 def test_basic(self): argument 19 def test_nonexistent_triple(self): argument 23 def test_get_instructions(self): argument 34 def test_set_options(self): argument
|
/minix3/external/bsd/libevent/dist/ |
H A D | event_rpcgen.py | 40 def __init__(self, why): argument 42 def __str__(self): argument 47 def __init__(self, name): argument 53 def AddEntry(self, entry): argument 63 def Name(self): argument 66 def EntryTagName(self, entry): argument 72 def PrintIndented(self, file, ident, code): argument 80 def __init__(self, name): argument 83 def PrintTags(self, file): argument 93 def PrintForwardDeclaration(self, file): argument [all …]
|
/minix3/external/bsd/llvm/dist/clang/utils/ABITest/ |
H A D | TypeGen.py | 21 def isBitField(self): argument 24 def isPaddingBitField(self): argument 27 def getTypeName(self, printer): argument 34 def __init__(self, name, size, bitFieldSize=None): argument 39 def isBitField(self): argument 42 def isPaddingBitField(self): argument 45 def getBitFieldSize(self): argument 49 def getTypeName(self, printer): argument 52 def sizeof(self): argument 55 def __str__(self): argument [all …]
|
/minix3/external/bsd/llvm/dist/clang/utils/analyzer/ |
H A D | CmpRuns.py | 38 def __init__(self, path, root="", verboseLog=None): argument 44 def __init__(self, data, report, htmlReport): argument 50 def getFileName(self): argument 57 def getLine(self): argument 60 def getColumn(self): argument 63 def getCategory(self): argument 66 def getDescription(self): argument 69 def getIssueIdentifier(self) : argument 77 def getReport(self): argument 82 def getReadableName(self): argument [all …]
|
/minix3/external/bsd/llvm/dist/clang/tools/scan-view/ |
H A D | Reporter.py | 11 def __init__(self, value): argument 17 def __init__(self, title, description, files): argument 38 def __init__(self, n): argument 40 def getName(self): argument 42 def getValue(self,r,bugtype,getConfigOption): argument 44 def saveConfigValue(self): argument 48 def getHTML(self,r,bugtype,getConfigOption): argument 56 def __init__(self, n, values): argument 60 def getHTML(self,r,bugtype,getConfigOption): argument 76 def getName(self): argument [all …]
|
H A D | ScanView.py | 86 def __init__(self, report, reporter, parameters, server): argument 95 def run(self): argument 116 def __init__(self, address, handler, root, reporters, options): argument 125 def load_config(self): argument 146 def save_config(self): argument 155 def halt(self): argument 160 def serve_forever(self): argument 169 def finish_request(self, request, client_address): argument 175 def handle_error(self, request, client_address): argument 207 def do_HEAD(self): argument [all …]
|
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/ |
H A D | genk-timing.py | 8 def __init__(self, scriptname, outputname): argument 13 def writeTimingCall(self, filename, numFuncs, funcsCalled, totalCalls): argument 39 def __init__(self, filename): argument 53 def updateTotalCallCount(self, callee): argument 61 def updateFunctionCallMap(self, caller, callee): argument 71 def updateCalledFunctionList(self, callee): argument 85 def setCallWeighting(self, weight): argument 89 def writeln(self, line): argument 92 def writeComment(self, comment): argument 95 def writeEmptyLine(self): argument [all …]
|
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
H A D | genk-timing.py | 8 def __init__(self, scriptname, outputname): argument 13 def writeTimingCall(self, filename, numFuncs, funcsCalled, totalCalls): argument 34 def __init__(self, filename): argument 48 def updateTotalCallCount(self, callee): argument 56 def updateFunctionCallMap(self, caller, callee): argument 66 def updateCalledFunctionList(self, callee): argument 80 def setCallWeighting(self, weight): argument 84 def writeln(self, line): argument 87 def writeComment(self, comment): argument 90 def writeEmptyLine(self): argument [all …]
|
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A D | genk-timing.py | 8 def __init__(self, scriptname, outputname): argument 13 def writeTimingCall(self, filename, numFuncs, funcsCalled, totalCalls): argument 34 def __init__(self, filename): argument 48 def updateTotalCallCount(self, callee): argument 56 def updateFunctionCallMap(self, caller, callee): argument 66 def updateCalledFunctionList(self, callee): argument 80 def setCallWeighting(self, weight): argument 84 def writeln(self, line): argument 87 def writeComment(self, comment): argument 90 def writeEmptyLine(self): argument [all …]
|
/minix3/external/bsd/llvm/dist/llvm/utils/ |
H A D | lldbDataFormatters.py | 21 def __init__(self, valobj, dict): argument 25 def num_children(self): argument 30 def get_child_index(self, name): argument 36 def get_child_at_index(self, index): argument 47 def update(self): argument 62 def __init__(self, valobj, dict): argument 66 def num_children(self): argument 69 def get_child_index(self, name): argument 75 def get_child_at_index(self, index): argument 82 def update(self): argument
|
/minix3/external/bsd/llvm/dist/llvm/utils/llvm-build/llvmbuild/ |
H A D | componentinfo.py | 33 def __init__(self, subpath, name, dependencies, parent): argument 55 def set_parent_instance(self, parent): argument 60 def get_component_references(self): argument 71 def get_llvmbuild_fragment(self): argument 74 def get_parent_target_group(self): argument 102 def __init__(self, subpath, name, parent): argument 105 def get_llvmbuild_fragment(self): argument 130 def __init__(self, subpath, name, dependencies, parent, library_name, argument 149 def get_component_references(self): argument 157 def get_llvmbuild_fragment(self): argument [all …]
|
/minix3/crypto/external/bsd/heimdal/dist/lib/wind/ |
H A D | generate.py | 43 def __init__(self, name) : argument 52 def close(self) : argument 60 def makeGuard(self) : argument 64 def __init__(self, name) : argument 71 def close(self) : argument 79 def __init__(self, name) : argument
|
/minix3/external/bsd/llvm/dist/clang/utils/ |
H A D | token-delta.py | 12 def __init__(self): argument 15 def test(self, changes): argument 20 def getTestResult(self, changes): argument 33 def run(self, changes, force=False): argument 48 def split(self, S): argument 63 def delta(self, c, sets): argument 82 def search(self, c, sets): argument 98 def __init__(self, type, data, flags, file, line, column): argument 134 def __init__(self, testProgram, tokenLists, log): argument 148 def writeFiles(self, changes, fileNames): argument [all …]
|