Searched defs:lib (Results 1 – 4 of 4) sorted by relevance
/development/vndk/tools/definition-tool/ |
D | vndk_definition_tool.py | 625 def add(self, tag, lib): argument 630 def get_path_tag(self, lib): argument 636 def get_path_tag_default(self, lib): argument 639 def get_path_tag_bit(self, lib): argument 742 def get_path_tag_default(self, lib): argument 962 def add(self, path, lib): argument 965 def remove(self, lib): argument 997 def _add_lib_to_lookup_dict(self, lib): argument 1000 def _remove_lib_from_lookup_dict(self, lib): argument 1009 def rename_lib(self, lib, new_partition, new_path): argument [all …]
|
/development/ndk/tests/dlclose-destruction/jni/ |
D | main.c | 9 void* lib = dlopen("libtest1.so", RTLD_NOW); in main() local
|
/development/scripts/ |
D | symbol.py | 175 def SymbolInformation(lib, addr): argument 198 def SymbolInformationForSet(lib, unique_addrs): argument 246 def CallAddr2LineForSet(lib, unique_addrs): argument 342 def CallObjdumpForSet(lib, unique_addrs): argument
|
/development/vndk/tools/definition-tool/tests/ |
D | test_elf_linker.py | 356 def classify_lib(self, lib): argument
|