/development/vndk/tools/header-checker/header-abi-util/src/ |
D | version_script_parser.cpp | 43 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()
|
/development/ndk/ |
D | build_symbol_db.py | 53 def add_symbols(symbols, symbol_file_path, version, arch, is_var): argument
|
/development/ndk/tools/ |
D | headers-diff-bionic-vs-ndk.py | 86 def append_sysincludes(self, arch, root, headers, platform): argument 171 def print_history(self, arch, root, header): argument
|
/development/vndk/tools/header-checker/header-abi-diff/src/ |
D | abi_diff.h | 35 HeaderAbiDiff(const std::string &lib_name, const std::string &arch, in HeaderAbiDiff()
|
D | header_abi_diff.cpp | 32 static llvm::cl::opt<std::string> arch( variable
|
/development/ndk/platforms/android-21/include/linux/ |
D | seccomp.h | 39 __u32 arch; member
|
D | kvm.h | 220 struct kvm_debug_exit_arch arch; member 412 struct kvm_guest_debug_arch arch; member
|
/development/vndk/tools/header-checker/proto/ |
D | abi_diff.proto | 80 optional string arch = 2; field 103 optional string arch = 2; field
|
/development/scripts/ |
D | gdbclient.py | 28 def get_gdbserver_path(root, arch): argument
|
/development/vndk/tools/header-checker/header-abi-linker/src/ |
D | header_abi_linker.cpp | 60 static llvm::cl::opt<std::string> arch( variable 75 const std::string &arch, in HeaderAbiLinker()
|
/development/vndk/tools/definition-tool/tests/ |
D | targets.py | 20 def get_prebuilts_gcc(arch, gcc_version): argument
|
/development/vndk/tools/abi-tool/ |
D | vndk_abi_tool.py | 65 def __init__(self, arch, gcc_arch, gcc_prefix, gcc_version, lib_dir_name): argument 94 def add(self, arch, gcc_arch, gcc_prefix, gcc_version, lib_dir_name): argument
|
/development/vndk/tools/vtable-dumper/tests/ |
D | test_vndk_vtable_dumper.py | 49 def get_prebuilts_gcc(android_build_top, arch, gcc_version): argument
|