Home
last modified time | relevance | path

Searched refs:description (Results 1 – 25 of 81) sorted by relevance

1234

/tools/platform-compat/java/android/processor/compat/changeid/
DChange.java29 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()
145description, overridable, javaPackage, javaClass, qualifiedClass, sourcePosition); in build()
DXmlWriter.java100 if (change.description != null) { in addChange()
101 newElement.setAttribute(XML_DESCRIPTION_ATTR, change.description); in addChange()
/tools/carrier_settings/java/
DGenDeviceSettings.java43 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.")
DGenCarrierList.java48 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/
Drtt_test_utils.py238 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/
Dsetup.py97 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/
Dsetup.py108 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/
DBaseline.kt46 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>()
DCommandArgsPreprocessor.kt118 description: String, in dumpArgv()
122 out.println("== $description ==") in dumpArgv()
DSignatureFileLoader.kt44 codebase.description = "Codebase loaded from ${file.path}" in loadFromSignatureFiles()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DGameQualificationScheduledMetricCollector.java35 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/
Dvts-cc.xml.data1 <configuration description="Common preparer">
Dvts-dd.xml.data1 <configuration description="VTS Serving Plan for Staging(new) tests">
Dvts-bb.xml.data1 <configuration description="VTS Serving Plan for Staging(new) tests">
Dvts-aa.xml.data1 <configuration description="VTS Serving Plan for Staging(new) tests">
/tools/test/openhst/resources/
Dstress_test.dsp_trigger_on_homescreen.ascii_proto1 description: "Stress test DSP hotword on HomeScreen. User must be enrolled for "
Dstress_test.enroll.ascii_proto1 description: "Simple script that just plays OK Google repeatedly to enroll"
Dstress_test.dsp_monitoring_on_idle.ascii_proto1 description: "Let device in idle and check the DSP wakeup counts"
Dstress_test.dsp_trigger_and_screen_off.ascii_proto1 description: "Switches between the homescreen and screen off, launching a "
Dstress_test.dsp_trigger_sw_rejection.ascii_proto1 description: "Test that repeats itself"
/tools/metalava/buildSrc/src/main/kotlin/com/android/tools/metalava/
DPublishing.kt33 it.description = "Create a zip of the library in a maven format" in configurePublishingArchive()
/tools/test/connectivity/acts/framework/acts/libs/testtracker/protos/
Dtesttracker_result.proto11 // description: "This is sample test case"
64 optional string description = 3; // Text blob about the result. field
/tools/asuite/atest/unittest_data/
DAndroidLibCoreTest.xml.data1 <configuration description="Config for CTS Jank test cases">
DAndroidTest.xml.data1 <configuration description="Config for CTS Jank test cases">
/tools/treble/fetcher/
Dfetcher.py10 description=__doc__, formatter_class=argparse.RawDescriptionHelpFormatter)

1234