/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, 52 # A comma-separated list of package or module names from where C extensions may 223 # List of module names for which member attributes should not be checked 226 # supports qualified module names, as well as Unix pattern matching. 229 # List of classes names for which member attributes should not be checked 231 # with qualified names. 273 # List of additional names supposed to be defined in builtins. Remember that 322 # List of builtins function names that should not be used, separated by a comma 325 # 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 | 73 Set<String> names = new HashSet<String>(); in testparseTestMapping() local 75 names.add(test.getName()); in testparseTestMapping() 77 assertTrue(names.contains("test1")); in testparseTestMapping() 82 names = new HashSet<String>(); in testparseTestMapping() 84 names.add(test.getName()); in testparseTestMapping() 86 assertTrue(names.contains("suite/stub1")); in testparseTestMapping() 95 names = new HashSet<String>(); in testparseTestMapping() 98 names.add(test.getName()); in testparseTestMapping() 101 assertTrue(names.contains("test2")); in testparseTestMapping() 102 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() 169 fun `Test names against previous API`() { in Test names against previous API() 1014 fun `Check intent builder names`() { in Check intent builder names() 1949 fun `Check resource names`() { in Check resource names() 2168 fun `Check units and method names`() { in Check units and method names() 2530 fun `Check user handle names`() { in Check user handle names() 2599 fun `Check service names`() { in Check service names()
|
D | ApiFromTextTest.kt | 269 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/asuite/ |
D | pylintrc | 20 # Naming hint for method names. 23 # Regular expression matching correct method names. 26 # Good variable names which should always be accepted, separated by a comma. 27 good-names=e, f, i, j
|
/tools/asuite/aidegen/idea/ |
D | iml_unittest.py | 196 names = [iml.IMLGenerator.get_unique_iml_name(f) 198 print('{} {}.'.format('Names list with length:', len(names))) 199 self.assertEqual(len(names), len(path_list)) 202 dic[names[i]] = path
|
/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/model/text/ |
D | TextTypeParameterList.kt | 37 val names = ArrayList<String>(typeParameters.size) in toString() constant 39 names.add(parameter.simpleName()) in toString() 41 typeParameterNames = names in toString()
|
D | TextCodebase.kt | 162 val names = methodInfo.throwsTypeNames() in resolveThrowsClasses() constant 163 if (names.isNotEmpty()) { in resolveThrowsClasses() 165 for (exception in names) { in resolveThrowsClasses()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | JavaCodeCoverageFlusher.java | 54 List<String> names = new ArrayList<>(); in getAllProcessNames() local 57 names.add(pinfo.getName()); in getAllProcessNames() 60 return names; in getAllProcessNames()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/ |
D | ClusterLogSaverTest.java | 105 Set<String> names = new LinkedHashSet<>(); in getZipEntries() local 107 names.add(entry.getName()); in getZipEntries() 109 return names; in getZipEntries()
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | ClusterLogSaver.java | 152 final Set<String> names = new TreeSet<>(); in getGroupNames() local 155 names.add(m.group(1)); in getGroupNames() 157 return names; in getGroupNames()
|
/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/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 | README.md | 149 > $ acloud delete --instance-names [instance-name] 170 > $ acloud reconnect --instance-names [instance-name]
|
D | LICENSE | 140 names, trademarks, service marks, or product names of the Licensor,
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/error/ |
D | ErrorIdentifierTest.java | 41 List<String> names = errors.stream().map(e -> e.name()).collect(Collectors.toList()); in testUniqueErrors() local 44 names.stream().filter(e -> !uniques.add(e)).collect(Collectors.toSet()); in testUniqueErrors()
|
/tools/acloud/list/ |
D | list.py | 261 def FilterInstancesByNames(instances, names): argument 277 for name in names:
|
/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/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/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/tradefederation/core/src/com/android/tradefed/util/testmapping/ |
D | TestMapping.java | 136 for (int k = 0; k < optionObject.names().length(); k++) { in TestMapping() 137 String name = optionObject.names().getString(k); in TestMapping()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | LocalAndroidVirtualDeviceTest.java | 308 private void createEmptyFiles(File parent, String... names) throws IOException { in createEmptyFiles() argument 310 for (String name : names) { in createEmptyFiles()
|
/tools/security/sanitizer-status/ |
D | NOTICE | 152 names, trademarks, service marks, or product names of the Licensor,
|