/tools/repohooks/tools/ |
D | pylintrc | 27 # Add files or directories to the blacklist. They should be base names, not 34 # List of plugins (as comma separated values of python modules names) to load, 45 # A comma-separated list of package or module names from where C extensions may 148 # List of module names for which member attributes should not be checked 151 # supports qualified module names, as well as Unix pattern matching. 154 # List of classes names for which member attributes should not be checked 156 # with qualified names. 198 # List of additional names supposed to be defined in builtins. Remember that 247 # List of builtins function names that should not be used, separated by a comma 250 # Good variable names which should always be accepted, separated by a comma [all …]
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/testmapping/ |
D | TestMappingTest.java | 70 Set<String> names = new HashSet<String>(); in testparseTestMapping() local 72 names.add(test.getName()); in testparseTestMapping() 74 assertTrue(names.contains("test1")); in testparseTestMapping() 79 names = new HashSet<String>(); in testparseTestMapping() 81 names.add(test.getName()); in testparseTestMapping() 83 assertTrue(names.contains("suite/stub1")); in testparseTestMapping() 92 names = new HashSet<String>(); in testparseTestMapping() 95 names.add(test.getName()); in testparseTestMapping() 98 assertTrue(names.contains("test2")); in testparseTestMapping() 99 assertTrue(names.contains("instrument")); in testparseTestMapping() [all …]
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | ApiLintTest.kt | 24 fun `Test names`() { in Test names() 121 fun `Test names against previous API`() { in Test names against previous API() 665 fun `Check intent builder names`() { in Check intent builder names() 1388 fun `Check resource names`() { in Check resource names() 1591 fun `Check units and method names`() { in Check units and method names() 1790 fun `Check user handle names`() { in Check user handle names() 1856 fun `Check service names`() { in Check service names()
|
D | ApiFromTextTest.kt | 248 fun `Infer fully qualified names from shorter names`() { in Infer fully qualified names from shorter names()
|
/tools/tradefederation/core/ |
D | pylintrc | 16 # Naming hint for method names 19 # Regular expression matching correct method names 22 # Good variable names which should always be accepted, separated by a comma 23 good-names=e, f, i, j
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/ |
D | TextTypeParameterList.kt | 38 val names = ArrayList<String>(typeParameters.size) in toString() constant 40 names.add(parameter.simpleName()) in toString() 42 typeParameterNames = names in toString()
|
/tools/asuite/aidegen/lib/ |
D | project_file_gen_unittest.py | 189 names = [project_file_gen.get_unique_iml_name(f) for f in path_list] 190 print('{} {}.'.format('Names list with length:', len(names))) 192 self.assertEqual(len(names), len(path_list)) 195 dic[names[i]] = path
|
/tools/acloud/ |
D | pylintrc | 17 # Good variable names which should always be accepted, separated by a comma 18 good-names=e, f, logger, ip, main
|
D | .coveragerc | 4 # module names must be listed one per line.
|
D | README.md | 146 > $ acloud delete --instance-names [instance-name] 167 > $ acloud reconnect --instance-names [instance-name]
|
D | LICENSE | 140 names, trademarks, service marks, or product names of the Licensor,
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | ExtractAnnotations.kt | 299 val names = constants ?: run { in <lambda>() constant 303 if (names.isNotEmpty() && !names.contains(name)) { in <lambda>() 304 val expected = names.joinToString { it } in <lambda>()
|
/tools/metalava/src/main/java/com/android/tools/metalava/doclava1/ |
D | TextCodebase.kt | 170 val names = methodInfo.throwsTypeNames() in resolveThrowsClasses() constant 171 if (!names.isEmpty()) { in resolveThrowsClasses() 173 for (exception in names) { in resolveThrowsClasses()
|
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/ |
D | ZipToolsTest.java | 213 private static void assertSize(String[] names, long size, Map<String, Integer> sizes) { in assertSize() argument 214 for (String n : names) { in assertSize()
|
/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/ |
D | TestMapping.java | 114 for (int k = 0; k < optionObject.names().length(); k++) { in TestMapping() 115 String name = optionObject.names().getString(k); in TestMapping()
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | bluetooth.proto | 204 // Initiator of the scan. Only the first three names will be stored. 239 // Initiator of the scan. Only the first three names will be stored.
|
/tools/asuite/aidegen/ |
D | .coveragerc | 5 # module names must be listed one per line.
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_performance_test_utils.py | 200 self.plot.y_range = bokeh.models.DataRange1d(names=['default']) 203 'secondary': bokeh.models.DataRange1d(names=['secondary'])
|
/tools/tradefederation/core/proto/ |
D | configuration_description.proto | 43 // The suite names that the configuration belong to.
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | nanopb.proto | 46 // Use long names for enums, i.e. EnumName_EnumValue.
|
/tools/security/sanitizer-status/ |
D | NOTICE | 152 names, trademarks, service marks, or product names of the Licensor,
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 15 // * Neither the name of Google Inc. nor the names of its 217 // Input and output type names. These are resolved in the same way as 269 // domain names. 494 // Set this option to true to allow mapping different tag names to the same
|
/tools/metalava/ |
D | FORMAT.md | 17 format adds new information, such as annotations, parameter names and default 300 In v1 files we only list type names, but in v2 we allow an optional parameter 333 for Java, just as with parameter names, you can specify a special annotation to
|
/tools/trebuchet/ |
D | LICENSE | 140 names, trademarks, service marks, or product names of the Licensor,
|
/tools/apksig/ |
D | LICENSE | 152 names, trademarks, service marks, or product names of the Licensor,
|