Home
last modified time | relevance | path

Searched refs:deps_all (Results 1 – 3 of 3) sorted by relevance

/development/vndk/tools/definition-tool/tests/
Dtest_elf_linker.py102 self._get_paths_from_nodes(node.deps_all))
107 self._get_paths_from_nodes(node.deps_all))
113 self._get_paths_from_nodes(node.deps_all))
423 self.assertIn(libc_32, libvndk_a_32.deps_all)
424 self.assertIn(libc_32, libvndk_b_32.deps_all)
425 self.assertIn(libc_32, libvndk_c_32.deps_all)
426 self.assertIn(libc_32, libvndk_d_32.deps_all)
427 self.assertIn(libc_32, libvndk_sp_a_32.deps_all)
428 self.assertIn(libc_32, libvndk_sp_b_32.deps_all)
429 self.assertIn(libc_32, libvndk_sp_c_32.deps_all)
[all …]
Dtest_vndk.py40 self.assertIn(libvnd, libfwk.deps_all)
79 self.assertIn(libvndk, libvnd.deps_all)
80 self.assertIn(libvndk_sp, libvnd.deps_all)
105 self.assertIn(libvnd_bad, libvndk.deps_all)
106 self.assertIn(libvnd_bad, libvndk_sp.deps_all)
/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py2034 def deps_all(self): member in ELFLinkData
2541 if all(is_system_lib_or_sp_hal(dep) for dep in lib.deps_all):
2644 for dep in lib.deps_all:
2741 for dep in lib.deps_all:
2785 for dep in lib.deps_all:
2891 (lambda x: x.deps_all)
3614 queue = list(lib.deps_all)
3624 for dep in lib.deps_all:
3748 for assoc_lib in sorted(lib.deps_all):
3998 for dep in lib.deps_all:
[all …]