Home
last modified time | relevance | path

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

12345678910>>...236

/external/toolchain-utils/crosperf/
Dsettings_factory.py23 description='The name of the test to run. '
27 'test_args', description='Arguments to be passed to the '
34 description='Number of iterations to run the test. '
39 'suite', default='', description='The type of the benchmark.'))
44 description='Number of times to retry a '
49 description='Run benchmark harness on the DUT. '
65 description='The path to the image to run tests '
72 description='Autotest directory path relative to chroot which '
78 description='The path to a chromeos checkout which '
85 description='A comma-separated list of IPs of chromeos'
[all …]
Dunittest_keyval_file.txt1 {"description": "Box2D", "graph": "Box2D", "higher_is_better": true, "units": "score", "value": 477…
2 {"description": "CodeLoad", "graph": "CodeLoad", "higher_is_better": true, "units": "score", "value…
3 {"description": "Crypto", "graph": "Crypto", "higher_is_better": true, "units": "score", "value": 8…
4 {"description": "DeltaBlue", "graph": "DeltaBlue", "higher_is_better": true, "units": "score", "val…
5 {"description": "EarleyBoyer", "graph": "EarleyBoyer", "higher_is_better": true, "units": "score", …
6 {"description": "Gameboy", "graph": "Gameboy", "higher_is_better": true, "units": "score", "value":…
7 {"description": "Mandreel", "graph": "Mandreel", "higher_is_better": true, "units": "score", "value…
8 {"description": "MandreelLatency", "graph": "MandreelLatency", "higher_is_better": true, "units": "…
9 {"description": "NavierStokes", "graph": "NavierStokes", "higher_is_better": true, "units": "score"…
10 {"description": "PdfJS", "graph": "PdfJS", "higher_is_better": true, "units": "score", "value": 645…
[all …]
/external/jcommander/src/test/java/com/beust/jcommander/args/
DCommandLineArgs.java28 @Parameter(description = "The XML suite files to run")
31 @Parameter(names = { "-log", "-verbose" }, description = "Level of verbosity")
34 @Parameter(names = "-groups", description = "Comma-separated list of group names to be run")
37 @Parameter(names = "-excludedgroups", description ="Comma-separated list of group names to be " +
41 @Parameter(names = "-d", description ="Output directory")
44 @Parameter(names = "-junit", description ="JUnit mode")
47 @Parameter(names = "-listener", description = "List of .class files or list of class names" +
51 @Parameter(names = "-methodselectors", description = "List of .class files or list of class " +
55 @Parameter(names = "-objectfactory", description = "List of .class files or list of class " +
59 @Parameter(names = "-parallel", description = "Parallel mode (methods, tests or classes)")
[all …]
DCommandLineArgs2.java28 @Parameter(description = "list of files")
31 @Parameter(names = { "-v", "--verbose" }, description = "print verbose log messages.", arity = 1)
34 @Parameter(names = { "-h", "--help" }, description = "show this help.")
37 @Parameter(names = { "-F", "--flush-preferences" }, description = "flush gui preferences.")
40 @Parameter(names = { "-L", "--flush-licensed" }, description = "flush licensed.")
43 @Parameter(names = { "-I", "--index-file" }, description = "indexes the given file.")
46 @Parameter(names = { "-b", "--bonjour" }, description = "enable Bonjour.")
49 …@Parameter(names = { "-m", "--md5" }, description = "create an MD5 checksum for the given file.", …
52 …@Parameter(names = { "-c", "--cat" }, description = "'cat' the given Lilith logfile.", converter =…
55 …@Parameter(names = { "-t", "--tail" }, description = "'tail' the given Lilith logfile.", converter…
[all …]
/external/testng/src/main/java/org/testng/
DCommandLineArgs.java14 @Parameter(description = "The XML suite files to run")
19 @Parameter(names = { LOG, VERBOSE }, description = "Level of verbosity")
23 @Parameter(names = GROUPS, description = "Comma-separated list of group names to be run")
27 @Parameter(names = EXCLUDED_GROUPS, description ="Comma-separated list of group names to "
32 @Parameter(names = OUTPUT_DIRECTORY, description ="Output directory")
36 @Parameter(names = JUNIT, description ="JUnit mode")
40 @Parameter(names = MIXED, description ="Mixed mode - autodetect the type of current test" +
45 @Parameter(names = LISTENER, description = "List of .class files or list of class names" +
50 @Parameter(names = METHOD_SELECTORS, description = "List of .class files or list of class " +
55 @Parameter(names = OBJECT_FACTORY, description = "List of .class files or list of class " +
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyManagerFacade.java127 @Rpc(description = "Resets TelephonyManager settings to factory default.")
136 @Rpc(description = "Set network preference.")
143 @Rpc(description = "Set network preference for subscription.")
161 @Rpc(description = "Set network selection mode to automatic for subscriber.")
167 @Rpc(description = "Get network preference.")
173 @Rpc(description = "Get network preference for subscription.")
180 @Rpc(description = "Get current voice network type")
186 @Rpc(description = "Get current voice network type for subscription")
193 @Rpc(description = "Get current data network type")
199 @Rpc(description = "Get current data network type for subscription")
[all …]
DTelecomCallFacade.java58 @Rpc(description = "Get call by particular Id")
73 @Rpc(description = "Disconnect call by callId.")
80 @Rpc(description = "Hold call by callId")
87 @Rpc(description = "Merge call to conference by callId")
94 @Rpc(description = "Split call from conference by callId.")
101 @Rpc(description = "Unhold call by callId")
108 @Rpc(description = "Mute in-service call")
113 @Rpc(description = "Unmute in-service call")
118 @Rpc(description = "Joins two calls into a conference call. "
129 @Rpc(description = "Obtains the current call audio state of the phone.")
[all …]
/external/junit/src/main/java/org/junit/rules/
DTestWatcher.java47 public Statement apply(final Statement base, final Description description) { in apply() argument
53 startingQuietly(description, errors); in apply()
56 succeededQuietly(description, errors); in apply()
59 skippedQuietly(e, description, errors); in apply()
62 failedQuietly(e, description, errors); in apply()
64 finishedQuietly(description, errors); in apply()
72 private void succeededQuietly(Description description,
75 succeeded(description);
81 private void failedQuietly(Throwable e, Description description,
84 failed(e, description);
[all …]
DStopwatch.java105 protected void succeeded(long nanos, Description description) { in succeeded() argument
111 protected void failed(long nanos, Throwable e, Description description) { in failed() argument
117 protected void skipped(long nanos, AssumptionViolatedException e, Description description) { in skipped() argument
123 protected void finished(long nanos, Description description) { in finished() argument
147 public final Statement apply(Statement base, Description description) { in apply() argument
148 return new InternalWatcher().apply(base, description); in apply()
153 @Override protected void starting(Description description) { in starting() argument
157 @Override protected void finished(Description description) { in finished() argument
158 Stopwatch.this.finished(getNanos(), description); in finished() local
161 @Override protected void succeeded(Description description) { in succeeded() argument
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothRfcommFacade.java45 @Rpc(description = "Create L2CAP socket to Bluetooth deice")
58 @Rpc(description = "Create RFCOMM socket to Bluetooth deice")
71 @Rpc(description = "Begins a thread initiate an Rfcomm connection over Bluetooth. ")
74 description = "The mac address of the device to connect to.") String address, in bluetoothRfcommBeginConnectThread() argument
76 description = "The UUID passed here must match the UUID used by the server device.") in bluetoothRfcommBeginConnectThread()
85 @Rpc(description = "Kill thread")
93 @Rpc(description = "Close an active Rfcomm Client socket")
101 @Rpc(description = "Close an active Rfcomm Server socket")
109 @Rpc(description = "Returns active Bluetooth mConnections.")
117 @Rpc(description = "Returns the name of the connected device.")
[all …]
DBluetoothHspFacade.java105 @Rpc(description = "Is Hsp profile ready.")
115 @Rpc(description = "Set priority of the profile.")
117 @RpcParameter(name = "device", description = "Mac address of a BT device.") in bluetoothHspSetPriority() argument
119 @RpcParameter(name = "priority", description = "Priority that needs to be set.") in bluetoothHspSetPriority()
133 @Rpc(description = "Connect to an HSP device.")
135 @RpcParameter(name = "device", description = in bluetoothHspConnect() argument
150 @Rpc(description = "Disconnect an HSP device.")
152 @RpcParameter(name = "device", description = "Name or MAC address of a device.") in bluetoothHspDisconnect() argument
165 @Rpc(description = "Get all the devices connected through HSP.")
176 @Rpc(description = "Get the connection status of a device.")
[all …]
DBluetoothFacade.java221 @Rpc(description = "Requests that the device be made connectable.")
227 @Rpc(description = "Requests that the device be discoverable for Bluetooth connections.")
230 description = "period of time, in seconds," in bluetoothMakeDiscoverable() argument
239 @Rpc(description = "Requests that the device be not discoverable.")
245 @Rpc(description = "Queries a remote device for it's name or null if it can't be resolved")
247 @RpcParameter(name = "address", description = "Bluetooth Address For Target Device") in bluetoothGetRemoteDeviceName() argument
258 @Rpc(description = "Fetch UUIDS with SDP")
260 @RpcParameter(name = "address", description = "Bluetooth Address For Target Device") in bluetoothFetchUuidsWithSdp() argument
271 @Rpc(description = "Get local Bluetooth device name")
276 @Rpc(description = "Sets the Bluetooth visible device name", returns = "true on success")
[all …]
/external/setupdesign/main/src/com/google/android/setupdesign/util/
DDescriptionStyler.java14 public static void applyPartnerCustomizationStyle(TextView description) { in applyPartnerCustomizationStyle() argument
16 final Context context = description.getContext(); in applyPartnerCustomizationStyle()
22 setTextColor(description, descriptionTextColor); in applyPartnerCustomizationStyle()
29 setLinkTextColor(description, descriptionLinkTextColor); in applyPartnerCustomizationStyle()
36 setTextSize(description, descriptionTextSize); in applyPartnerCustomizationStyle()
44 setFontFamily(description, font); in applyPartnerCustomizationStyle()
47 setGravity(description, PartnerStyleHelper.getLayoutGravity(context)); in applyPartnerCustomizationStyle()
51 static void setTextSize(TextView description, float size) { in setTextSize() argument
52 if (description != null) { in setTextSize()
53 description.setTextSize(TypedValue.COMPLEX_UNIT_PX, size); in setTextSize()
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DUiFacade.java153 @Rpc(description = "Create a text input dialog.")
155 …@RpcParameter(name = "title", description = "title of the input box") @RpcDefault("Value") final S… in dialogCreateInput() argument
156 …@RpcParameter(name = "message", description = "message to display above the input box") @RpcDefaul… in dialogCreateInput()
157 …@RpcParameter(name = "defaultText", description = "text to insert into the input box") @RpcOptiona… in dialogCreateInput()
158 …@RpcParameter(name = "inputType", description = "type of input data, ie number or text") @RpcOptio… in dialogCreateInput()
168 @Rpc(description = "Create a password input dialog.")
170 …@RpcParameter(name = "title", description = "title of the input box") @RpcDefault("Password") fina… in dialogCreatePassword() argument
171 …@RpcParameter(name = "message", description = "message to display above the input box") @RpcDefaul… in dialogCreatePassword()
190 @Rpc(description = "Queries the user for a text input.")
192 …@RpcParameter(name = "title", description = "title of the input box") @RpcDefault("Value") final S… in dialogGetInput() argument
[all …]
/external/junit/src/main/java/junit/framework/
DJUnit4TestAdapterCache.java21 public Test asTest(Description description) { in asTest() argument
22 if (description.isSuite()) { in asTest()
23 return createTest(description); in asTest()
25 if (!containsKey(description)) { in asTest()
26 put(description, createTest(description)); in asTest()
28 return get(description); in asTest()
32 Test createTest(Description description) { in createTest() argument
33 if (description.isTest()) { in createTest()
34 return new JUnit4TestCaseFacade(description); in createTest()
36 TestSuite suite = new TestSuite(description.getDisplayName()); in createTest()
[all …]
/external/google-breakpad/src/common/mac/testing/
DGTMSenTestCase.h85 #define STAssertNoErr(a1, description, ...) \ argument
95 withDescription:@"%@", STComposeString(description, ##__VA_ARGS__)])]; \
103 … withDescription:@"%@", STComposeString(description, ##__VA_ARGS__)]]; \
114 #define STAssertErr(a1, a2, description, ...) \ argument
125 withDescription:@"%@", STComposeString(description, ##__VA_ARGS__)])]; \
133 … withDescription:@"%@", STComposeString(description, ##__VA_ARGS__)]]; \
144 #define STAssertNotNULL(a1, description, ...) \ argument
154 withDescription:@"%@", STComposeString(description, ##__VA_ARGS__)])]; \
162 … withDescription:@"%@", STComposeString(description, ##__VA_ARGS__)]]; \
172 #define STAssertNULL(a1, description, ...) \ argument
[all …]
/external/webrtc/tools/python_charts/webrtc/
Ddata_helper_test.py46 description, data_table = helper.CreateData('ssim')
47 self.assertEqual(3, len(description))
48 self.assertTrue('frame_number' in description)
49 self.assertTrue('ssim_0' in description)
50 self.assertTrue('number' in description['ssim_0'][0])
51 self.assertTrue('Test 0' in description['ssim_0'][1])
52 self.assertTrue('ssim_1' in description)
53 self.assertTrue('number' in description['ssim_1'][0])
54 self.assertTrue('Test 1' in description['ssim_1'][1])
68 description, data_table = helper.CreateData('psnr')
[all …]
/external/libusb-compat/examples/
Dtestlibusb.c65 char description[256]; in print_device() local
74 snprintf(description, sizeof(description), "%s - ", string); in print_device()
76 snprintf(description, sizeof(description), "%04X - ", in print_device()
79 snprintf(description, sizeof(description), "%04X - ", in print_device()
85 snprintf(description + strlen(description), sizeof(description) - in print_device()
86 strlen(description), "%s", string); in print_device()
88 snprintf(description + strlen(description), sizeof(description) - in print_device()
89 strlen(description), "%04X", dev->descriptor.idProduct); in print_device()
91 snprintf(description + strlen(description), sizeof(description) - in print_device()
92 strlen(description), "%04X", dev->descriptor.idProduct); in print_device()
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DActivityResultFacade.java51 @Rpc(description = sRpcDescription)
53 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultBoolean() argument
63 @Rpc(description = sRpcDescription)
65 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultByte() argument
75 @Rpc(description = sRpcDescription)
77 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultShort() argument
87 @Rpc(description = sRpcDescription)
89 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultChar() argument
99 @Rpc(description = sRpcDescription)
101 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultInteger() argument
[all …]
DAndroidFacade.java415 @Rpc(description = "Starts an activity and returns the result.",
422 @RpcParameter(name = "type", description = "MIME type/subtype of the URI") in startActivityForResult() argument
424 @RpcParameter(name = "extras", description = "a Map of extras to add to the Intent") in startActivityForResult()
427 description = "name of package. If used, requires classname to be useful") in startActivityForResult()
430 description = "name of class. If used, requires packagename to be useful") in startActivityForResult()
437 @Rpc(description = "Starts an activity and returns the result.",
441 description = "Intent in the format as returned from makeIntent") in startActivityForResultIntent() argument
483 @Rpc(description = "Put a text string in the clipboard.")
492 @Rpc(description = "Get the device serial number.")
497 @Rpc(description = "Get the name of system bootloader version number.")
[all …]
DSettingsFacade.java88 @Rpc(description = "Sets the screen timeout to this number of seconds.",
97 @Rpc(description = "Returns the current screen timeout in seconds.",
108 @Rpc(description = "Checks the ringer silent mode setting.",
114 @Rpc(description = "Toggles ringer silent mode on and off.",
126 @Rpc(description = "Set the ringer to a specified mode")
135 @Rpc(description = "Returns the current ringtone mode.",
141 @Rpc(description = "Returns the maximum ringer volume.")
146 @Rpc(description = "Returns the current ringer volume.")
151 @Rpc(description = "Sets the ringer volume.")
156 @Rpc(description = "Returns the maximum media volume.")
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNFSubstitution.java74 String description) { in makeSubstitution() argument
76 if (description.length() == 0) { in makeSubstitution()
80 switch (description.charAt(0)) { in makeSubstitution()
96 return new IntegralPartSubstitution(pos, ruleSet, description); in makeSubstitution()
102 formatter.getDefaultRuleSet(), description); in makeSubstitution()
107 description); in makeSubstitution()
114 return new AbsoluteValueSubstitution(pos, ruleSet, description); in makeSubstitution()
122 return new FractionalPartSubstitution(pos, ruleSet, description); in makeSubstitution()
137 ruleSet, description); in makeSubstitution()
140 return new SameValueSubstitution(pos, ruleSet, description); in makeSubstitution()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNFSubstitution.java75 String description) { in makeSubstitution() argument
77 if (description.length() == 0) { in makeSubstitution()
81 switch (description.charAt(0)) { in makeSubstitution()
97 return new IntegralPartSubstitution(pos, ruleSet, description); in makeSubstitution()
103 formatter.getDefaultRuleSet(), description); in makeSubstitution()
108 description); in makeSubstitution()
115 return new AbsoluteValueSubstitution(pos, ruleSet, description); in makeSubstitution()
123 return new FractionalPartSubstitution(pos, ruleSet, description); in makeSubstitution()
138 ruleSet, description); in makeSubstitution()
141 return new SameValueSubstitution(pos, ruleSet, description); in makeSubstitution()
[all …]
/external/caliper/caliper/src/main/java/com/google/caliper/model/
DMeasurement.java42 return input.description; in indexByDescription()
51 private String description;
56 this.description = "";
61 this.description = builder.description;
72 && this.description.equals(that.description);
79 return Objects.hashCode(value, weight, description);
86 .add("description", description)
98 public String description() {
99 return description;
105 private String description;
[all …]
/external/mesa3d/
Dmeson_options.txt25description : 'comma separated list of window systems to support. If this is set to auto all platf…
32 description : 'enable support for dri3'
38description : 'comma separated list of dri drivers to build. If this is set to auto all drivers ap…
44 description : 'Location to install dri drivers. Default: $libdir/dri.'
50description : 'Locations to search for dri drivers, passed as colon separated list. Default: dri-d…
56description : 'comma separated list of gallium drivers to build. If this is set to auto all driver…
62 description : 'Enable HUD block/NIC I/O HUD status support',
69 description : 'enable gallium vdpau state tracker.',
75 description : 'path to put vdpau libraries. defaults to $libdir/vdpau.'
82 description : 'enable gallium xvmc state tracker.',
[all …]

12345678910>>...236