Home
last modified time | relevance | path

Searched defs:arch (Results 1 – 13 of 13) sorted by relevance

/development/vndk/snapshot/
Dgen_buildfiles.py166 def gen_for_variant(arch, is_binder32=False): argument
260 arch, argument
346 def _gen_bp_phony(self, arch, is_binder32, module_names): argument
396 arch, argument
423 arch, argument
450 def get_arch_props(prebuilt, arch): argument
/development/vndk/tools/header-checker/tests/
Dmodule.py41 def __init__(self, name, arch, cflags, export_include_dirs): argument
83 arch='', dumper_flags=tuple()): argument
105 cflags=tuple(), arch='', api='current', dumper_flags=tuple(), argument
Dtest.py72 def run_and_compare_abi_diff(self, old_dump, new_dump, lib, arch, argument
/development/vndk/tools/header-checker/src/repr/symbol/
Dversion_script_parser.cpp37 inline std::string GetIntroducedArchTag(const std::string &arch) { in GetIntroducedArchTag()
47 void VersionScriptParser::SetArch(const std::string &arch) { in SetArch()
/development/scripts/
Dgdbclient.py57 def get_gdbserver_path(root, arch): argument
65 def get_lldb_server_path(root, clang_base, clang_version, arch): argument
/development/vndk/tools/header-checker/src/diff/
Dabi_diff.h35 HeaderAbiDiff(const std::string &lib_name, const std::string &arch, in HeaderAbiDiff()
Dheader_abi_diff.cpp49 static llvm::cl::opt<std::string> arch( variable
/development/vndk/tools/header-checker/src/repr/protobuf/proto/
Dabi_diff.proto81 optional string arch = 2; field
119 optional string arch = 2; field
/development/vndk/tools/header-checker/utils/
Dutils.py146 def run_header_abi_linker(output_path, inputs, version_script, api, arch, argument
297 def run_abi_diff(old_test_dump_path, new_test_dump_path, arch, lib_name, argument
Dcreate_reference_dumps.py43 binder_bitness, arch): argument
/development/vndk/tools/header-checker/src/linker/
Dheader_abi_linker.cpp79 static llvm::cl::opt<std::string> arch( variable
115 const std::string &arch, in HeaderAbiLinker()
/development/vndk/tools/definition-tool/tests/
Dndk_toolchain.py55 def get_gcc_dir(ndk_dir, arch, host): argument
/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_diff_dumper.cpp39 void ProtobufIRDiffDumper::AddArchIR(const std::string &arch) { in AddArchIR()