/external/toolchain-utils/crosperf/ |
D | settings_factory.py | 23 description='The name of the test to run. ' 27 'test_args', description='Arguments to be passed to the ' 33 description='Number of iterations to run the ' 37 'suite', default='', description='The type of the benchmark.')) 42 description='Number of times to retry a ' 47 description='Run benchmark harness on the DUT. ' 63 description='The path to the image to run tests ' 70 description='Autotest directory path relative to chroot which ' 76 description='The path to a chromeos checkout which ' 83 description='A comma-separated list of IPs of chromeos' [all …]
|
D | unittest_keyval_file.txt | 1 {"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/ |
D | CommandLineArgs.java | 28 @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 …]
|
D | CommandLineArgs2.java | 28 @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/ |
D | CommandLineArgs.java | 14 @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/junit/src/main/java/org/junit/rules/ |
D | TestWatcher.java | 47 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 …]
|
D | Stopwatch.java | 105 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/telephony/ |
D | TelephonyManagerFacade.java | 123 @Rpc(description = "Resets TelephonyManager settings to factory default.") 132 @Rpc(description = "Set network preference.") 139 @Rpc(description = "Set network preference for subscription.") 157 @Rpc(description = "Set network selection mode to automatic for subscriber.") 163 @Rpc(description = "Get network preference.") 169 @Rpc(description = "Get network preference for subscription.") 176 @Rpc(description = "Get current voice network type") 182 @Rpc(description = "Get current voice network type for subscription") 189 @Rpc(description = "Get current data network type") 195 @Rpc(description = "Get current data network type for subscription") [all …]
|
D | TelecomCallFacade.java | 58 @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 = "Joins two calls into a conference call. " 119 @Rpc(description = "Obtains the current call audio state of the phone.") 124 @Rpc(description = "Lists the IDs (phone numbers or hex hashes) " 129 @Rpc(description = "Get callId's children") [all …]
|
D | ImsManagerFacade.java | 52 @Rpc(description = "Resets ImsManager settings to factory default.") 57 @Rpc(description = "Return True if Enhanced 4g Lte mode is enabled by platform.") 62 @Rpc(description = "Return True if Enhanced 4g Lte mode is enabled by user.") 67 @Rpc(description = "Set Enhanced 4G mode.") 73 @Rpc(description = "Check for VoLTE Provisioning.") 78 @Rpc(description = "Set Modem Provisioning for VoLTE") 91 @Rpc(description = "Return True if WiFi Calling is enabled for platform.") 96 @Rpc(description = "Set whether or not WFC is enabled during roaming") 104 @Rpc(description = "Return True if WiFi Calling is enabled during roaming.") 109 @Rpc(description = "Set the Wifi Calling Mode of operation") [all …]
|
D | TelecomManagerFacade.java | 76 @Rpc(description = "If there's a ringing call, accept on behalf of the user.") 97 @Rpc(description = "Removes the missed-call notification if one is present.") 102 @Rpc(description = "Remove all Accounts that belong to the calling package from the system.") 107 @Rpc(description = "End an ongoing call.") 112 @Rpc(description = "Get a list of all PhoneAccounts.") 117 @Rpc(description = "Get the current call state.") 123 @Rpc(description = "Get the current tty mode.") 129 @Rpc(description = "Bring incallUI to foreground.") 138 @Rpc(description = "Get the list of PhoneAccountHandles with calling capability.") 144 @Rpc(description = "Set the user-chosen default PhoneAccount for making outgoing phone calls.") [all …]
|
/external/junit/src/main/java/junit/framework/ |
D | JUnit4TestAdapterCache.java | 21 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/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/ |
D | UiFacade.java | 153 @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/webrtc/tools/python_charts/webrtc/ |
D | data_helper_test.py | 46 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/google-breakpad/src/common/mac/testing/ |
D | GTMSenTestCase.h | 85 #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/libusb-compat/examples/ |
D | testlibusb.c | 65 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/ |
D | ActivityResultFacade.java | 51 @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 …]
|
D | AndroidFacade.java | 415 @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 …]
|
D | SettingsFacade.java | 70 @Rpc(description = "Sets the screen timeout to this number of seconds.", 79 @Rpc(description = "Returns the current screen timeout in seconds.", 90 @Rpc(description = "Checks the ringer silent mode setting.", 96 @Rpc(description = "Toggles ringer silent mode on and off.", 108 @Rpc(description = "Set the ringer to a specified mode") 117 @Rpc(description = "Returns the current ringtone mode.", 123 @Rpc(description = "Returns the maximum ringer volume.") 128 @Rpc(description = "Returns the current ringer volume.") 133 @Rpc(description = "Sets the ringer volume.") 138 @Rpc(description = "Returns the maximum media volume.") [all …]
|
/external/caliper/caliper/src/main/java/com/google/caliper/model/ |
D | Measurement.java | 42 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/autotest/server/site_tests/enterprise_CFM_Perf/ |
D | enterprise_CFM_Perf.py | 152 self.output_perf_value(description='average_cpu_usage', 154 self.output_perf_value(description='average_memory_usage', 156 self.output_perf_value(description='average_temperature', 159 self.output_perf_value(description='cpu_usage', 161 self.output_perf_value(description='memory_usage', 163 self.output_perf_value(description='temperature', 166 self.output_perf_value(description='peak_cpu_usage', 168 self.output_perf_value(description='peak_memory_usage', 171 self.output_perf_value(description='peak_temperature', 325 self.output_perf_value(description='sum_vid_in_frames_decoded', [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | NFSubstitution.java | 73 String description) { in makeSubstitution() argument 75 if (description.length() == 0) { in makeSubstitution() 79 switch (description.charAt(0)) { in makeSubstitution() 95 return new IntegralPartSubstitution(pos, ruleSet, description); in makeSubstitution() 101 formatter.getDefaultRuleSet(), description); in makeSubstitution() 106 description); in makeSubstitution() 113 return new AbsoluteValueSubstitution(pos, ruleSet, description); in makeSubstitution() 121 return new FractionalPartSubstitution(pos, ruleSet, description); in makeSubstitution() 136 ruleSet, description); in makeSubstitution() 139 return new SameValueSubstitution(pos, ruleSet, description); in makeSubstitution() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFSubstitution.java | 72 String description) { in makeSubstitution() argument 74 if (description.length() == 0) { in makeSubstitution() 78 switch (description.charAt(0)) { in makeSubstitution() 94 return new IntegralPartSubstitution(pos, ruleSet, description); in makeSubstitution() 100 formatter.getDefaultRuleSet(), description); in makeSubstitution() 105 description); in makeSubstitution() 112 return new AbsoluteValueSubstitution(pos, ruleSet, description); in makeSubstitution() 120 return new FractionalPartSubstitution(pos, ruleSet, description); in makeSubstitution() 135 ruleSet, description); in makeSubstitution() 138 return new SameValueSubstitution(pos, ruleSet, description); in makeSubstitution() [all …]
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | BluetoothFacade.java | 193 @Rpc(description = "Requests that the device be made connectable.") 199 @Rpc(description = "Requests that the device be discoverable for Bluetooth connections.") 202 description = "period of time, in seconds," in bluetoothMakeDiscoverable() argument 211 @Rpc(description = "Requests that the device be not discoverable.") 217 @Rpc(description = "Queries a remote device for it's name or null if it can't be resolved") 219 @RpcParameter(name = "address", description = "Bluetooth Address For Target Device") in bluetoothGetRemoteDeviceName() argument 230 @Rpc(description = "Fetch UUIDS with SDP") 232 @RpcParameter(name = "address", description = "Bluetooth Address For Target Device") in bluetoothFetchUuidsWithSdp() argument 243 @Rpc(description = "Get local Bluetooth device name") 248 @Rpc(description = "Sets the Bluetooth visible device name", returns = "true on success") [all …]
|
/external/libusb/examples/ |
D | testlibusb.c | 168 char description[256]; in print_device() local 183 snprintf(description, sizeof(description), "%s - ", string); in print_device() 185 snprintf(description, sizeof(description), "%04X - ", in print_device() 189 snprintf(description, sizeof(description), "%04X - ", in print_device() 195 snprintf(description + strlen(description), sizeof(description) - in print_device() 196 strlen(description), "%s", string); in print_device() 198 snprintf(description + strlen(description), sizeof(description) - in print_device() 199 strlen(description), "%04X", desc.idProduct); in print_device() 202 snprintf(description + strlen(description), sizeof(description) - in print_device() 203 strlen(description), "%04X", desc.idProduct); in print_device() [all …]
|