/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() argument 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.")
|
/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/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/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 | CommandArgsPreprocessor.kt | 118 description: String, in dumpArgv() 122 out.println("== $description ==") in dumpArgv()
|
D | SignatureFileLoader.kt | 44 codebase.description = "Codebase loaded from ${file.path}" in loadFromSignatureFiles()
|
/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/asuite/atest/unittest_data/vts_plan_files/ |
D | vts-cc.xml.data | 1 <configuration description="Common preparer">
|
D | vts-dd.xml.data | 1 <configuration description="VTS Serving Plan for Staging(new) tests">
|
D | vts-bb.xml.data | 1 <configuration description="VTS Serving Plan for Staging(new) tests">
|
D | vts-aa.xml.data | 1 <configuration description="VTS Serving Plan for Staging(new) tests">
|
/tools/test/openhst/resources/ |
D | stress_test.dsp_trigger_on_homescreen.ascii_proto | 1 description: "Stress test DSP hotword on HomeScreen. User must be enrolled for "
|
D | stress_test.enroll.ascii_proto | 1 description: "Simple script that just plays OK Google repeatedly to enroll"
|
D | stress_test.dsp_monitoring_on_idle.ascii_proto | 1 description: "Let device in idle and check the DSP wakeup counts"
|
D | stress_test.dsp_trigger_and_screen_off.ascii_proto | 1 description: "Switches between the homescreen and screen off, launching a "
|
D | stress_test.dsp_trigger_sw_rejection.ascii_proto | 1 description: "Test that repeats itself"
|
/tools/metalava/buildSrc/src/main/kotlin/com/android/tools/metalava/ |
D | Publishing.kt | 33 it.description = "Create a zip of the library in a maven format" in configurePublishingArchive()
|
/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/asuite/atest/unittest_data/ |
D | AndroidLibCoreTest.xml.data | 1 <configuration description="Config for CTS Jank test cases">
|
D | AndroidTest.xml.data | 1 <configuration description="Config for CTS Jank test cases">
|
/tools/treble/fetcher/ |
D | fetcher.py | 10 description=__doc__, formatter_class=argparse.RawDescriptionHelpFormatter)
|