/external/toolchain-utils/crosperf/ |
D | settings_factory.py | 26 description="The name of the test to run. " 33 description="Arguments to be passed to the " "test.", 41 description="Number of iterations to run the test. " 50 description="The type of the benchmark.", 57 description="Number of times to retry a " "benchmark run.", 63 description="Run benchmark harness on the DUT. " 74 description="Weight of the benchmark for CWP approximation", 88 description="The path to the image to run tests " 97 description="Autotest directory path relative to chroot which " 106 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/angle/src/libANGLE/ |
D | Overlay_autogen.cpp | 140 widget->description.type = WidgetType::Text; in initOverlayWidgets() 141 widget->description.fontSize = fontSize; in initOverlayWidgets() 142 widget->description.coords[0] = offsetX; in initOverlayWidgets() 143 widget->description.coords[1] = std::max(offsetY - height, 1); in initOverlayWidgets() 144 widget->description.coords[2] = offsetX + width; in initOverlayWidgets() 145 widget->description.coords[3] = offsetY; in initOverlayWidgets() 146 widget->description.color[0] = 0.29411764705882354f; in initOverlayWidgets() 147 widget->description.color[1] = 0.7843137254901961f; in initOverlayWidgets() 148 widget->description.color[2] = 0.0f; in initOverlayWidgets() 149 widget->description.color[3] = 1.0f; in initOverlayWidgets() [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/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
D | TelephonyManagerFacade.java | 133 @Rpc(description = "Resets TelephonyManager settings to factory default.") 146 @Rpc(description = "Resets Telephony and IMS settings to factory default.") 155 @Rpc(description = "Set network preference.") 162 @Rpc(description = "Set network preference for subscription.") 180 @Rpc(description = "Set network selection mode to automatic for subscriber.") 186 @Rpc(description = "Get network preference.") 192 @Rpc(description = "Get network preference for subscription.") 202 @Rpc(description = "Get current voice network type") 208 @Rpc(description = "Get current voice network type for subscription") 215 @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/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 | 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/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 | BluetoothHspFacade.java | 106 @Rpc(description = "Is Hsp profile ready.") 116 @Rpc(description = "Set priority of the profile.") 118 @RpcParameter(name = "device", description = "Mac address of a BT device.") in bluetoothHspSetConnectionPolicy() argument 121 description = "Connection policy that needs to be set.") in bluetoothHspSetConnectionPolicy() 136 @Rpc(description = "Connect to an HSP device.") 138 @RpcParameter(name = "device", description = in bluetoothHspConnect() argument 153 @Rpc(description = "Disconnect an HSP device.") 155 @RpcParameter(name = "device", description = "Name or MAC address of a device.") in bluetoothHspDisconnect() argument 168 @Rpc(description = "Get all the devices connected through HSP.") 179 @Rpc(description = "Get the connection status of a 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 …]
|
/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/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/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/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 …]
|
/external/autotest/utils/frozen_chromite/lib/ |
D | metrics.py | 241 def CounterMetric(name, reset_after=False, description=None, argument 245 description=description, field_spec=field_spec, 251 def GaugeMetric(name, reset_after=False, description=None, field_spec=_MISSING): argument 253 return ts_mon.GaugeMetric(name, description=description, 259 def CumulativeMetric(name, reset_after=False, description=None, argument 262 return ts_mon.CumulativeMetric(name, description=description, 267 def StringMetric(name, reset_after=False, description=None, argument 270 return ts_mon.StringMetric(name, description=description, 276 def BooleanMetric(name, reset_after=False, description=None, argument 279 return ts_mon.BooleanMetric(name, description=description, [all …]
|
/external/mobly-bundled-snippets/src/main/java/com/google/android/mobly/snippet/bundled/ |
D | AudioSnippet.java | 36 @Rpc(description = "Sets the microphone mute state: True = Muted, False = not muted.") 41 @Rpc(description = "Returns whether or not the microphone is muted.") 46 @Rpc(description = "Returns whether or not any music is active.") 51 @Rpc(description = "Gets the music stream volume.") 56 @Rpc(description = "Gets the maximum music stream volume value.") 62 description = 70 @Rpc(description = "Gets the ringer volume.") 75 @Rpc(description = "Gets the maximum ringer volume value.") 81 description = 88 @Rpc(description = "Gets the voice call volume.") [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/licenseclassifier/commentparser/ |
D | comment_parser_test.go | 35 description string 41 description: "BCPL Single Line Comments", 53 description: "Go Comment With Multiline String", 65 description: "Python Multiline String", 77 description: "Python module-level Docstring #1", 89 description: "Python module-level Docstring #2", 107 description: "Python module-level Docstring #3", 124 description: "TR Command String", 140 description: "Lisp Single Line Comments", 152 description: "Shell Single Line Comments", [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 …]
|
/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 …]
|