Searched defs:elf (Results 1 – 5 of 5) sorted by relevance
/test/vts-testcase/vndk/dependency/ |
D | VtsVndkDependencyTest.py | 138 def _IsElfObjectForAp(self, elf, target_path, abi_list): argument 171 def _IsElfObjectBuiltForAndroid(self, elf, target_path): argument
|
D | vts_vndk_dependency_test.py | 135 def _IsElfObjectForAp(self, elf, target_path, abi_list): argument 166 def _IsElfObjectBuiltForAndroid(self, elf, target_path): argument
|
/test/vts/utils/python/library/ |
D | elf_parser_test.py | 22 from vts.utils.python.library import elf_parser as elf unknown
|
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/ |
D | ReadElfTest.java | 111 ReadElf elf = ReadElf.read(targetFile); in checkReadElf() local
|
/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | ReadElf.java | 578 ReadElf elf = ReadElf.read(new File(arg)); in main() local
|