/external/toolchain-utils/crosperf/ |
D | settings_factory.py | 27 description='The name of the test to run. ' 31 'test_args', description='Arguments to be passed to the ' 38 description='Number of iterations to run the test. ' 45 description='The type of the benchmark.')) 50 description='Number of times to retry a ' 55 description='Run benchmark harness on the DUT. ' 64 description='Weight of the benchmark for CWP approximation')) 76 description='The path to the image to run tests ' 83 description='Autotest directory path relative to chroot which ' 90 description='Debug info directory relative to chroot which has ' [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/skia/src/sksl/ |
D | SkSLASTNode.cpp | 15 String ASTNode::description() const { in description() function in SkSL::ASTNode 19 return "(" + this->begin()->description() + " " + in description() 21 (this->begin() + 1)->description() + ")"; in description() 25 result += c.description(); in description() 37 String result = (iter++)->description(); in description() 42 result += (iter++)->description(); in description() 53 return "do " + this->begin()->description() + " while (" + in description() 54 (this->begin() + 1)->description() + ")"; in description() 60 result += c.description(); in description() 68 return String(getString()) + " = " + this->begin()->description(); in description() [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/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
D | TelephonyManagerFacade.java | 131 @Rpc(description = "Resets TelephonyManager settings to factory default.") 144 @Rpc(description = "Resets Telephony and IMS settings to factory default.") 153 @Rpc(description = "Set network preference.") 160 @Rpc(description = "Set network preference for subscription.") 178 @Rpc(description = "Set network selection mode to automatic for subscriber.") 184 @Rpc(description = "Get network preference.") 190 @Rpc(description = "Get network preference for subscription.") 197 @Rpc(description = "Get current voice network type") 203 @Rpc(description = "Get current voice network type for subscription") 210 @Rpc(description = "Get current data network type") [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 = "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/ |
D | TestWatcher.java | 53 public Statement apply(final Statement base, final Description description) { in apply() argument 59 startingQuietly(description, errors); in apply() 62 succeededQuietly(description, errors); in apply() 65 skippedQuietly(e, description, errors); in apply() 68 failedQuietly(e, description, errors); in apply() 70 finishedQuietly(description, errors); in apply() 78 private void succeededQuietly(Description description, 81 succeeded(description); 87 private void failedQuietly(Throwable e, Description description, 90 failed(e, description); [all …]
|
/external/angle/src/libANGLE/ |
D | Overlay_autogen.cpp | 136 widget->description.type = WidgetType::Text; in initOverlayWidgets() 137 widget->description.fontSize = fontSize; in initOverlayWidgets() 138 widget->description.coords[0] = offsetX; in initOverlayWidgets() 139 widget->description.coords[1] = std::max(offsetY - height, 1); in initOverlayWidgets() 140 widget->description.coords[2] = offsetX + width; in initOverlayWidgets() 141 widget->description.coords[3] = offsetY; in initOverlayWidgets() 142 widget->description.color[0] = 0.294117647059f; in initOverlayWidgets() 143 widget->description.color[1] = 0.78431372549f; in initOverlayWidgets() 144 widget->description.color[2] = 0.0f; in initOverlayWidgets() 145 widget->description.color[3] = 1.0f; in initOverlayWidgets() [all …]
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | BluetoothRfcommFacade.java | 45 @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 …]
|
D | BluetoothHfpClientFacade.java | 94 @Rpc(description = "Is HfpClient profile ready.") 104 @Rpc(description = "Set priority of the profile") 107 description = "Mac address of a BT device.") String deviceStr, in bluetoothHfpClientSetPriority() argument 109 description = "Priority that needs to be set.") in bluetoothHfpClientSetPriority() 125 @Rpc(description = "Get priority of the profile") 127 @RpcParameter(name = "device", description = in bluetoothHfpClientGetPriority() argument 141 @Rpc(description = "Connect to an HFP Client device.") 144 description = "Name or MAC address of a bluetooth device.") in bluetoothHfpClientConnect() argument 165 @Rpc(description = "Disconnect an HFP Client device.") 168 description = "Name or MAC address of a device.") in bluetoothHfpClientDisconnect() argument [all …]
|
D | BluetoothHspFacade.java | 105 @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 …]
|
/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/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_BlockLSTMGradV2.pbtxt | 6 description: <<END 13 description: <<END 19 description: <<END 25 description: <<END 31 description: <<END 37 description: <<END 43 description: <<END 49 description: <<END 55 description: <<END 61 description: <<END [all …]
|
D | api_def_BlockLSTMGrad.pbtxt | 6 description: <<END 13 description: <<END 19 description: <<END 25 description: <<END 31 description: <<END 37 description: <<END 43 description: <<END 49 description: <<END 55 description: <<END 61 description: <<END [all …]
|
D | api_def_LSTMBlockCellGrad.pbtxt | 6 description: <<END 12 description: <<END 18 description: <<END 24 description: <<END 30 description: <<END 36 description: <<END 42 description: <<END 48 description: <<END 54 description: <<END 60 description: <<END [all …]
|
D | api_def_QuantizedDepthwiseConv2DWithBiasAndReluAndRequantize.pbtxt | 6 description: "The original input tensor." 10 description: "The original filter tensor." 14 description: "The original bias tensor." 18 description: <<END 24 description: <<END 30 description: <<END 36 description: <<END 42 description: <<END 48 description: <<END 54 description: "The output tensor." [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/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/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 | 417 @Rpc(description = "Starts an activity and returns the result.", 424 @RpcParameter(name = "type", description = "MIME type/subtype of the URI") in startActivityForResult() argument 426 @RpcParameter(name = "extras", description = "a Map of extras to add to the Intent") in startActivityForResult() 429 description = "name of package. If used, requires classname to be useful") in startActivityForResult() 432 description = "name of class. If used, requires packagename to be useful") in startActivityForResult() 439 @Rpc(description = "Starts an activity and returns the result.", 443 description = "Intent in the format as returned from makeIntent") in startActivityForResultIntent() argument 485 @Rpc(description = "Put a text string in the clipboard.") 494 @Rpc(description = "Get the device serial number.") 499 @Rpc(description = "Get the name of system bootloader version number.") [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFSubstitution.java | 74 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/ |
D | NFSubstitution.java | 75 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 …]
|