Home
last modified time | relevance | path

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

/development/vndk/snapshot/
Dgen_buildfiles.py161 def gen_for_variant(arch, is_binder32=False): argument
228 arch, argument
307 def _gen_bp_phony(self, arch, is_binder32=False): argument
348 arch, argument
371 arch, argument
409 def get_arch_srcs(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.cpp35 inline std::string GetIntroducedArchTag(const std::string &arch) { in GetIntroducedArchTag()
45 void VersionScriptParser::SetArch(const std::string &arch) { in SetArch()
/development/vndk/tools/header-checker/utils/
Dutils.py127 def run_header_abi_linker(output_path, inputs, version_script, api, arch, argument
231 def get_module_variant_dir_name(arch, arch_variant, cpu_variant, argument
263 def run_abi_diff(old_test_dump_path, new_test_dump_path, arch, lib_name, 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/scripts/
Dgdbclient.py31 def get_gdbserver_path(root, arch): argument
/development/vndk/tools/definition-tool/tests/
Dndk_toolchain.py55 def get_gcc_dir(ndk_dir, arch, host): argument
/development/vndk/tools/header-checker/src/linker/
Dheader_abi_linker.cpp76 static llvm::cl::opt<std::string> arch( variable
112 const std::string &arch, in HeaderAbiLinker()
/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_diff_dumper.cpp39 void ProtobufIRDiffDumper::AddArchIR(const std::string &arch) { in AddArchIR()