Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/header-abi-util/src/
Dversion_script_parser.cpp43 const std::string arch) { in LineSatisfiesArch()
55 const std::string &arch, in VersionScriptParser()
68 const std::string &arch, in SymbolInArchAndApiVersion()
97 const std::string &arch, int api) { in SymbolExported()
Dir_representation_protobuf.cpp1168 void ProtobufIRDiffDumper::AddArchIR(const std::string &arch) { in AddArchIR()
/development/vndk/tools/header-checker/header-abi-diff/src/
Dabi_diff.h26 HeaderAbiDiff(const std::string &lib_name, const std::string &arch, in HeaderAbiDiff()
Dheader_abi_diff.cpp34 static llvm::cl::opt<std::string> arch( variable
/development/scripts/
Dgdbclient.py29 def get_gdbserver_path(root, arch): argument
/development/vndk/tools/header-checker/utils/
Dutils.py115 def run_header_abi_linker(output_path, inputs, version_script, api, arch): argument
174 def run_abi_diff(old_test_dump_path, new_test_dump_path, arch, lib_name, argument
/development/vndk/tools/header-checker/proto/
Dabi_diff.proto81 optional string arch = 2; field
119 optional string arch = 2; field
/development/vndk/tools/definition-tool/tests/
Dndk_toolchain.py52 def get_gcc_dir(ndk_dir, arch, host): argument
/development/vndk/tools/header-checker/header-abi-linker/src/
Dheader_abi_linker.cpp56 static llvm::cl::opt<std::string> arch( variable
84 const std::string &arch, in HeaderAbiLinker()
/development/vndk/tools/header-checker/tests/
Dmodule.py37 def __init__(self, name, arch, srcs, version_script, cflags, argument
Dtest.py52 def run_and_compare_abi_diff(self, old_dump, new_dump, lib, arch, argument
/development/vndk/tools/vtable-dumper/tests/
Dtest_vndk_vtable_dumper.py49 def get_prebuilts_gcc(android_build_top, arch, gcc_version): argument