Searched refs:names (Results 1 – 22 of 22) sorted by relevance
/test/vts/utils/python/library/vtable/ |
D | vtable_dumper.py | 48 def __init__(self, offset, names, value, is_undefined): argument 50 self.names = names 92 entry.names))
|
D | vtable_dumper_test.py | 66 entries = [(entry.offset, entry.names) for entry in vtable.entries]
|
/test/vts/utils/python/library/elf/testing/ |
D | test-section-1.s | 16 # Test duplicating section names: 21 # Test section names can be correctly read.
|
D | test-section-2.s | 16 # Test duplicating section names:
|
/test/vts/utils/python/archive/ |
D | archive_parser.py | 118 names = content.split(self.STRING_TABLE_TERMINATOR) 119 for string in names:
|
/test/vts/testcases/template/hal_hidl_host_test/ |
D | hal_hidl_host_test.py | 109 names = map(lambda instance: instance.split("/")[1], param) 110 return "({})".format(",".join(names))
|
/test/vts-testcase/vndk/abi/ |
D | vts_vndk_abi_test.py | 128 if not entry.names: 131 if expected_symbol not in entry.names: 132 return entry.names
|
D | VtsVndkAbiTest.py | 134 if not entry.names: 137 if expected_symbol not in entry.names: 138 return entry.names
|
/test/vti/dashboard/src/main/java/com/android/vts/servlet/ |
D | ShowGraphServlet.java | 221 String[] names = graphMap.keySet().toArray(new String[graphMap.size()]); in doGetHandler() local 222 Arrays.sort(names); in doGetHandler() 226 for (String name : names) { in doGetHandler()
|
/test/vts/doc/developer_testing/kernel/ |
D | run_individual_ltp_testcase.md | 11 Test names in filter can be any of the following formats:
|
/test/vts/hals/light/bullhead/ |
D | Android.bp | 21 // with device-specific names to avoid collisions, to avoid device-specific
|
D | NOTICE | 152 names, trademarks, service marks, or product names of the Licensor,
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/ |
D | ModuleRepo.java | 579 String[] names = directory.list(new NameFilter(pattern)); in getModuleNamesMatching() local 580 List<String> modules = new ArrayList<String>(names.length); in getModuleNamesMatching() 581 for (String name : names) { in getModuleNamesMatching()
|
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/ |
D | DynamicConfigHandler.java | 77 JSONArray keys = configObject.names(); in parseJsonToConfigMap()
|
/test/vti/test_serving/configs/infra/prod/vtslab-config-prod/ |
D | schemas.cfg | 7 # WARNING: names and urls in this file will be exposed publicly. Do not put
|
/test/vts/proto/ |
D | VtsFuzzTaskMessage.proto | 78 // Corpus file names
|
D | ComponentSpecificationMessage.proto | 336 // for the enumerator names.
|
/test/vti/test_serving/configs/infra/test/vtslab-config-test/ |
D | schemas.cfg | 7 # WARNING: names and urls in this file will be exposed publicly. Do not put
|
/test/vts/utils/python/coverage/ |
D | coverage_utils.py | 657 def SetHalNames(self, names=[]): argument 663 self._hal_names = list(names)
|
/test/mlts/benchmark/ |
D | README.txt | 42 -f (--filter-driver) and specifying a regular expression to filter the acccelerator names with.
|
D | LICENSE | 139 names, trademarks, service marks, or product names of the Licensor,
|
/test/mlts/models/ |
D | LICENSE | 139 names, trademarks, service marks, or product names of the Licensor,
|