Searched defs:lib (Results 1 – 4 of 4) sorted by relevance
/development/vndk/tools/definition-tool/ |
D | vndk_definition_tool.py | 1082 def add(self, tag, lib): argument 1090 def get_path_tag(self, lib): argument 1102 def get_path_tag_default(self, lib): argument 1105 def get_path_tag_bit(self, lib): argument 1204 def add(self, tag, lib): argument 1226 def get_path_tag(self, lib): argument 1232 def get_path_tag_default(self, lib): argument 1752 def add(self, path, lib): argument 1755 def remove(self, lib): argument 1796 def _add_lib_to_lookup_dict(self, lib): argument [all …]
|
/development/scripts/ |
D | symbol.py | 173 def SymbolInformation(lib, addr): argument 196 def SymbolInformationForSet(lib, unique_addrs): argument 244 def CallAddr2LineForSet(lib, unique_addrs): argument 340 def CallObjdumpForSet(lib, unique_addrs): argument
|
/development/vndk/tools/definition-tool/tests/ |
D | test_elf_linker.py | 326 def classify_lib(self, lib): argument
|
/development/vndk/tools/header-checker/tests/ |
D | test.py | 52 def run_and_compare_abi_diff(self, old_dump, new_dump, lib, arch, argument
|