Home
last modified time | relevance | path

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

/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py1338 def add(self, tag, lib): argument
1348 def get_path_tag(self, lib): argument
1361 def get_path_tag_default(self, lib): argument
1365 def get_path_tag_bit(self, lib): argument
1480 def add(self, tag, lib): argument
1511 def get_path_tag(self, lib): argument
1519 def get_path_tag_default(lib): argument
2227 def add(self, path, lib): argument
2231 def remove(self, lib): argument
2279 def _add_lib_to_lookup_dict(self, lib): argument
[all …]
/development/scripts/
Dsymbol.py158 def SymbolInformation(lib, addr): argument
181 def SymbolInformationForSet(lib, unique_addrs): argument
229 def CallLlvmSymbolizerForSet(lib, unique_addrs): argument
326 def CallObjdumpForSet(lib, unique_addrs): argument
/development/tools/winscope/
Dtsconfig.json12 "lib": [ array
/development/vndk/tools/definition-tool/tests/
Dtest_elf_linker.py319 def classify_lib(self, lib): argument
/development/vndk/tools/header-checker/tests/
Dtest.py79 def run_and_compare_abi_diff(self, old_dump, new_dump, lib, arch, argument