/tools/platform-compat/java/android/processor/compat/changeid/ |
D | Change.java | 29 final String description; field in Change 49 Integer enabledSince, String description, boolean overridable, String javaPackage, in Change() argument 58 this.description = description; in Change() 73 String description; field in Change.Builder 113 public Builder description(String description) { in description() method in Change.Builder 114 this.description = description; in description() 145 … description, overridable, javaPackage, javaClass, qualifiedClass, sourcePosition); in build()
|
D | XmlWriter.java | 100 if (change.description != null) { in addChange() 101 newElement.setAttribute(XML_DESCRIPTION_ATTR, change.description); in addChange()
|
/tools/carrier_settings/java/ |
D | GenDeviceSettings.java | 43 description = 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.") 55 description = "The file name of others carrier settings in the input directory.") 60 description = "The path to output <device>_settings directory.") 65 description = "Encode version number into output pb filename.") 68 @Parameter(names = "--with_device_name", description = "Encode device name into output filename.")
|
D | GenCarrierList.java | 48 description = 54 description = "A comma-separated list of input CarrierList textpb files") 57 @Parameter(names = "--out_pb", description = "The output CarrierList pb file") 62 description = "Encode version number into output pb filename.")
|
D | CarrierConfigConverterV2.java | 87 @Parameter(names = "--assets", description = "The source AOSP assets/ directory.") 92 description = 99 description = "The destination data directory, with tier1_carriers.textpb in it.") 102 @Parameter(names = "--version", description = "The version number for all output textpb.")
|
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | PasswordRetriever.java | 90 String spec, String description, Charset... additionalPwdEncodings) in getPasswords() argument 148 char[] pwd = console.readPassword(description + ": "); in getPasswords() 150 throw new IOException("Failed to read " + description + ": console closed"); in getPasswords() 155 System.out.println(description + ": "); in getPasswords() 159 "Failed to read " + description + ": standard input closed"); in getPasswords() 176 "Failed to read " + description + " : end of file reached in " + file); in getPasswords() 186 "Failed to read " + description + ": environment variable " + value in getPasswords() 191 throw new IOException("Unsupported password spec for " + description + ": " + spec); in getPasswords()
|
/tools/external_updater/ |
D | crates_updater.py | 142 description = self._get_cargo_description(cargo_toml) 143 if description and description != metadata.description: 144 print("New METADATA description:", description) 145 metadata.description = description
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/rtt/ |
D | rtt_test_utils.py | 238 def validate_aware_mac_result(range_result, mac, description): argument 253 asserts.assert_equal(mac1, mac2, '%s: MAC mismatch' % description) 256 def validate_aware_peer_id_result(range_result, peer_id, description): argument 268 '%s: Peer Id mismatch' % description) 270 '%s: MAC Address not empty!' % description)
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | Baseline.kt | 46 val description: String, in <lambda>() constant in com.android.tools.metalava.Baseline 273 writer.println("Baseline issue type counts for $description baseline:") in <lambda>() 297 var description: String = "" in <lambda>() variable in com.android.tools.metalava.Baseline.Builder 323 if (description.isEmpty()) { in <lambda>() 326 return Baseline(description, file, updateFile, merge, headerComment) in <lambda>()
|
D | Driver.kt | 880 description: String, in parseSources() 911 val codebase = PsiBasedCodebase(rootDir, description) in parseSources() 1082 description: String?, in createReportFile() 1085 if (description != null) { in createReportFile() 1086 progress("Writing $description file: ") in createReportFile() 1098 if (description != null && options.verbose) { in createReportFile() 1099 …progress("$PROGRAM_NAME wrote $description file $apiFile in ${localTimer.elapsed(SECONDS)} seconds… in createReportFile()
|
D | Options.kt | 777 val baselineBuilder = Baseline.Builder().apply { description = "base" } in <lambda>() 778 val baselineApiLintBuilder = Baseline.Builder().apply { description = "api-lint" } in <lambda>() 779 …val baselineCompatibilityReleasedBuilder = Baseline.Builder().apply { description = "compatibility… in <lambda>() 2550 val description = "\n" + args[i + 1] in <lambda>() constant 2553 out.println(colorized(description, TerminalColor.YELLOW)) in <lambda>() 2555 out.println(description) in <lambda>() 2567 String.format(colorFormatString, colorArg, description), in <lambda>() 2572 String.format(formatString, arg, description), in <lambda>()
|
D | DocAnalyzer.kt | 774 … val description = if (code == currentCodeName) currentCodeName else describeApiLevel(level) in <lambda>() constant 775 appendDocumentation("Requires API level $description", item, false) in <lambda>() 808 val description = in <lambda>() constant 810 item.appendDocumentation(description, "@deprecated", append = false) in <lambda>()
|
D | CommandArgsPreprocessor.kt | 118 description: String, in dumpArgv() 122 out.println("== $description ==") in dumpArgv()
|
/tools/test/connectivity/acts/framework/acts/controllers/spirent_lib/ |
D | gss6450.py | 94 description = resp_raw.split('-d')[-1].strip(' ') 96 if description: 97 self._logger.debug('Got scenario description: "%s".', description) 101 return description
|
/tools/test/connectivity/acts_tests/ |
D | setup.py | 97 description = 'Install dependencies needed for acts_contrib packages.' variable in ActsContribInstallDependencies 129 description = 'Uninstall acts_contrib from the local machine.' variable in ActsContribUninstall 186 description='Android Comms Test Suite',
|
/tools/test/connectivity/acts/framework/ |
D | setup.py | 108 description = 'Install dependencies needed for acts to run on this machine.' variable in ActsInstallDependencies 139 description = 'Uninstall acts from the local machine.' variable in ActsUninstall 196 description='Android Comms Test Suite',
|
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/ |
D | GameQualificationScheduledMetricCollector.java | 35 description = "Schedule the timetask as a fixed schedule rate" 41 description = "the interval between two tasks being scheduled",
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/ |
D | TextCodebase.kt | 63 override var description = "Codebase" variable 288 return description in toString() 341 delta.description = "Delta between $baseApi and $signatureApi" in computeDelta()
|
/tools/metalava/ |
D | build.gradle.kts | 181 description = "Check Kotlin code style." in <lambda>() 189 description = "Fix Kotlin code style deviations." in <lambda>()
|
/tools/test/connectivity/acts/framework/acts/libs/testtracker/protos/ |
D | testtracker_result.proto | 11 // description: "This is sample test case" 64 optional string description = 3; // Text blob about the result. field
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | Codebase.kt | 52 var description: String in <lambda>() variable 154 description += " [disposed]" in <lambda>()
|
/tools/treble/build/sandbox/ |
D | nsjail.cfg | 2 description: "Sandboxed Android Platform Build." 3 description: "No network access and a limited access to local host resources."
|
/tools/asuite/atest/tf_proto/ |
D | test_record.proto | 63 google.protobuf.Any description = 11; field 98 // A more detailed failure status description.
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
D | logserial.py | 50 for port_name, description, address in ports: 51 result[port_name] = (description, address)
|
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/testtype/ |
D | GameQualificationHostsideController.java | 98 description = "An XML file describing the list of APKs for qualifications.", 103 description =
|