/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/carrier_settings/java/ |
D | GenDeviceSettings.java | 42 names = "--version_offset", 47 @Parameter(names = "--device_overlay", description = "The input device override textpb file.") 50 @Parameter(names = "--base_setting_dir", description = "The path to input settings directory.") 54 names = "--others_file", 59 names = "--device_setting_dir", 64 names = "--with_version_number", 68 @Parameter(names = "--with_device_name", description = "Encode device name into output filename.")
|
D | GenCarrierList.java | 47 names = "--version_offset", 53 names = "--in_textpbs", 57 @Parameter(names = "--out_pb", description = "The output CarrierList pb file") 61 names = "--with_version_number",
|
D | CarrierConfigConverterV2.java | 87 @Parameter(names = "--assets", description = "The source AOSP assets/ directory.") 91 names = "--vendor_xml", 98 names = "--output_dir", 102 @Parameter(names = "--version", description = "The version number for all output textpb.")
|
/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/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/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/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/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/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.
|
/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/asuite/aidegen/ |
D | .coveragerc | 5 # module names must be listed one per line.
|
/tools/acloud/list/ |
D | list.py | 247 def FilterInstancesByNames(instances, names): argument 263 for name in names:
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | ApiFromTextTest.kt | 269 fun `Infer fully qualified names from shorter names`() { in Infer fully qualified names from shorter names()
|
D | OptionsTest.kt | 535 fun `Test issue severity options with case insensitive names`() { in Test issue severity options with case insensitive 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/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/tradefederation/core/proto/ |
D | configuration_description.proto | 43 // The suite names that the configuration belong 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/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/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()
|