Home
last modified time | relevance | path

Searched defs:lib (Results 1 – 4 of 4) sorted by relevance

/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py1082 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/
Dsymbol.py173 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/
Dtest_elf_linker.py326 def classify_lib(self, lib): argument
/development/vndk/tools/header-checker/tests/
Dtest.py52 def run_and_compare_abi_diff(self, old_dump, new_dump, lib, arch, argument