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.py1284 def add(self, tag, lib): argument
1294 def get_path_tag(self, lib): argument
1307 def get_path_tag_default(self, lib): argument
1311 def get_path_tag_bit(self, lib): argument
1424 def add(self, tag, lib): argument
1448 def get_path_tag(self, lib): argument
1455 def get_path_tag_default(self, lib): argument
2140 def add(self, path, lib): argument
2144 def remove(self, lib): argument
2192 def _add_lib_to_lookup_dict(self, lib): argument
[all …]
/development/scripts/
Dsymbol.py179 def SymbolInformation(lib, addr): argument
202 def SymbolInformationForSet(lib, unique_addrs): argument
250 def CallAddr2LineForSet(lib, unique_addrs): argument
350 def CallObjdumpForSet(lib, unique_addrs): argument
/development/vndk/tools/definition-tool/tests/
Dtest_elf_linker.py319 def classify_lib(self, lib): argument
/development/vndk/tools/header-checker/tests/
Dtest.py72 def run_and_compare_abi_diff(self, old_dump, new_dump, lib, arch, argument