Searched refs:names (Results 1 – 20 of 20) sorted by relevance
/test/app_compat/csuite/ |
D | pylintrc | 10 # Add files or directories to the blacklist. They should be base names, not 15 # regex matches against base names, not paths. 21 # List of plugins (as comma separated values of python modules names) to load, 32 # A comma-separated list of package or module names from where C extensions may 174 # Good variable names which should always be accepted, separated by a comma 175 good-names=main,_ 177 # Bad variable names which should always be refused, separated by a comma 178 bad-names= 180 # Colon-delimited sets of names that determine each other's naming style when 191 # Regular expression matching correct function names [all …]
|
/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/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/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/proto/ |
D | VtsFuzzTaskMessage.proto | 78 // Corpus file names
|
D | ComponentSpecificationMessage.proto | 336 // for the enumerator names.
|
/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/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,
|