Home
last modified time | relevance | path

Searched defs:description (Results 1 – 25 of 1220) sorted by relevance

12345678910>>...49

/external/junit/src/main/java/org/junit/rules/
DStopwatch.java105 protected void succeeded(long nanos, Description description) { in succeeded()
111 protected void failed(long nanos, Throwable e, Description description) { in failed()
117 protected void skipped(long nanos, AssumptionViolatedException e, Description description) { in skipped()
123 protected void finished(long nanos, Description description) { in finished()
147 public final Statement apply(Statement base, Description description) { in apply()
153 @Override protected void starting(Description description) { in starting()
157 @Override protected void finished(Description description) { in finished()
158 Stopwatch.this.finished(getNanos(), description); in finished() local
161 @Override protected void succeeded(Description description) { in succeeded()
163 Stopwatch.this.succeeded(getNanos(), description); in succeeded() local
[all …]
/external/v8/src/inspector/
Djs_protocol.json6 "description": "Provides information about the protocol schema.", string
11 "description": "Description of the protocol domain.", string
13 { "name": "name", "type": "string", "description": "Domain name." }, string
14 { "name": "version", "type": "string", "description": "Domain version." } string
21 "description": "Returns supported domains.", string
24 …{ "name": "domains", "type": "array", "items": { "$ref": "Domain" }, "description": "List of suppo… string
31 …"description": "Runtime domain exposes JavaScript runtime by means of remote evaluation and mirror… string
36 "description": "Unique script identifier." string
41 "description": "Unique object identifier." string
47 "description": "Primitive value which cannot be JSON-stringified." string
[all …]
Djs_protocol-1.2.json6 "description": "Provides information about the protocol schema.", string
11 "description": "Description of the protocol domain.", string
14 { "name": "name", "type": "string", "description": "Domain name." }, string
15 { "name": "version", "type": "string", "description": "Domain version." } string
22 "description": "Returns supported domains.", string
25 …{ "name": "domains", "type": "array", "items": { "$ref": "Domain" }, "description": "List of suppo… string
32 …"description": "Runtime domain exposes JavaScript runtime by means of remote evaluation and mirror… string
37 "description": "Unique script identifier." string
42 "description": "Unique object identifier." string
48 "description": "Primitive value which cannot be JSON-stringified." string
[all …]
/external/google-breakpad/src/common/mac/testing/
DGTMSenTestCase.h85 #define STAssertNoErr(a1, description, ...) \ argument
114 #define STAssertErr(a1, a2, description, ...) \ argument
144 #define STAssertNotNULL(a1, description, ...) \ argument
172 #define STAssertNULL(a1, description, ...) \ argument
202 #define STAssertNotEquals(a1, a2, description, ...) \ argument
240 #define STAssertNotEqualObjects(a1, a2, description, ...) \ argument
271 #define STAssertOperation(a1, a2, op, description, ...) \ argument
311 #define STAssertGreaterThan(a1, a2, description, ...) \ argument
322 #define STAssertGreaterThanOrEqual(a1, a2, description, ...) \ argument
333 #define STAssertLessThan(a1, a2, description, ...) \ argument
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DActivityResultFacade.java53 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultBoolean() argument
65 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultByte() argument
77 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultShort() argument
89 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultChar() argument
101 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultInteger() argument
113 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultLong() argument
125 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultFloat() argument
137 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultDouble() argument
149 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultString() argument
161 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultBooleanArray() argument
[all …]
DAndroidFacade.java422 @RpcParameter(name = "type", description = "MIME type/subtype of the URI") in startActivityForResult() argument
441 description = "Intent in the format as returned from makeIntent") in startActivityForResultIntent() argument
631 @RpcParameter(name = "type", description = "MIME type/subtype of the URI") in startActivity() argument
654 @RpcParameter(name = "type", description = "MIME type/subtype of the URI") in sendBroadcast() argument
677 @RpcParameter(name = "extras", description = "a Map of extras to add to the Intent") in startService() argument
697 @RpcParameter(name = "type", description = "MIME type/subtype of the URI") in makeIntent() argument
723 description = "Intent in the format as returned from makeIntent") in startActivityIntent() argument
735 description = "Intent in the format as returned from makeIntent") in sendBroadcastIntent() argument
744 description = "Intent in the format as returned from makeIntent") in startServiceIntent() argument
753 description = "Intent in the format as returned from makeIntent") in sendBroadcastIntentAsUserAll() argument
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DUiFacade.java155 …@RpcParameter(name = "title", description = "title of the input box") @RpcDefault("Value") final S… in dialogCreateInput() argument
170 …@RpcParameter(name = "title", description = "title of the input box") @RpcDefault("Password") fina… in dialogCreatePassword() argument
192 …@RpcParameter(name = "title", description = "title of the input box") @RpcDefault("Value") final S… in dialogGetInput() argument
211 …@RpcParameter(name = "title", description = "title of the password box") @RpcDefault("Password") f… in dialogGetPassword() argument
299 …@RpcParameter(name = "is24hour", description = "Use 24 hour clock") @RpcDefault("false") Boolean i… in dialogCreateTimePicker() argument
403 …@RpcParameter(name = "selected", description = "selected item index") @RpcDefault("0") Integer sel… in dialogSetSingleChoiceItems() argument
421 …@RpcParameter(name = "selected", description = "list of selected items") @RpcOptional JSONArray se… in dialogSetMultiChoiceItems() argument
450 @RpcParameter(name = "label", description = "label for this menu item") String label, in addContextMenuItem() argument
483 @RpcParameter(name = "label", description = "label for this menu item") String label, in addOptionsMenuItem() argument
531 @RpcParameter(name = "layout", description = "String containing View layout") String layout, in fullShow() argument
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
DMediaPlayerFacade.java119 description = "url of media resource") in mediaPlayOpen() argument
140 @RpcParameter(name = "tag", description = "string identifying resource") in mediaPlayPause() argument
153 @RpcParameter(name = "tag", description = "string identifying resource") in mediaPlayStart() argument
166 @RpcParameter(name = "tag", description = "string identifying resource") in mediaPlayStop() argument
186 description = "Position in millseconds") in mediaPlaySeek() argument
200 @RpcParameter(name = "tag", description = "string identifying resource") in mediaPlayClose() argument
212 @RpcParameter(name = "tag", description = "string identifying resource") in mediaIsPlaying() argument
221 @RpcParameter(name = "tag", description = "string identifying resource") in mediaPlayGetInfo() argument
248 Boolean enabled, @RpcParameter(name = "tag", description = "string identifying resource") in mediaPlaySetLooping() argument
261 @RpcParameter(name = "tag", description = "string identifying resource") in mediaSetNext() argument
/external/mockito/src/main/java/org/mockito/internal/verification/
DDescription.java20 private final String description; field in Description
27 public Description(VerificationMode verification, String description) { in Description()
48 public VerificationMode description(String description) { in description() argument
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothHspFacade.java84 @RpcParameter(name = "device", description = "Mac address of a BT device.") in bluetoothHspSetPriority() argument
98 @RpcParameter(name = "device", description = "Name or MAC address of a bluetooth device.") in bluetoothHspConnect() argument
110 @RpcParameter(name = "device", description = "Name or MAC address of a device.") in bluetoothHspDisconnect() argument
130 description = "Name or MAC address of a bluetooth device.") in bluetoothHspGetConnectionStatus() argument
153 @RpcParameter(name = "force", description = "whether to force SCO audio") in bluetoothHspForceScoAudio() argument
170 @RpcParameter(name = "deviceAddress", description = "MAC address of a bluetooth device.") in bluetoothHspConnectAudio() argument
197 @RpcParameter(name = "deviceAddress", description = "MAC address of a bluetooth device.") in bluetoothHspDisconnectAudio() argument
228 @RpcParameter(name = "deviceAddress", description = "MAC address of a bluetooth device.") in bluetoothHspIsAudioConnected() argument
DBluetoothA2dpSinkFacade.java78 @RpcParameter(name = "device", description = "Mac address of a BT device.") in bluetoothA2dpSinkSetPriority() argument
92 @RpcParameter(name = "device", description = "Mac address of a BT device.") in bluetoothA2dpSinkGetPriority() argument
108 @RpcParameter(name = "device", description = "Name or MAC address of a bluetooth device.") in bluetoothA2dpSinkConnect() argument
120 @RpcParameter(name = "device", description = "Name or MAC address of a device.") in bluetoothA2dpSinkDisconnect() argument
144 description = "Name or MAC address of a bluetooth device.") in bluetoothA2dpSinkGetConnectionStatus() argument
DBluetoothPbapClientFacade.java85 @RpcParameter(name = "device", description = "Mac address of a BT device.") in bluetoothPbapClientSetPriority() argument
99 @RpcParameter(name = "device", description = "Mac address of a BT device.") in bluetoothPbapClientGetPriority() argument
110 @RpcParameter(name = "device", description = "Name or MAC address of a bluetooth device.") in bluetoothPbapClientConnect() argument
127 @RpcParameter(name = "device", description = "Name or MAC address of a device.") in bluetoothPbapClientDisconnect() argument
151 description = "Name or MAC address of a bluetooth device.") in bluetoothPbapClientGetConnectionStatus() argument
DBluetoothHfpClientFacade.java85 @RpcParameter(name = "device", description = "Mac address of a BT device.") in bluetoothHfpClientSetPriority() argument
99 @RpcParameter(name = "device", description = "Mac address of a BT device.") in bluetoothHfpClientGetPriority() argument
110 @RpcParameter(name = "device", description = "Name or MAC address of a bluetooth device.") in bluetoothHfpClientConnect() argument
127 @RpcParameter(name = "device", description = "Name or MAC address of a device.") in bluetoothHfpClientDisconnect() argument
151 description = "Name or MAC address of a bluetooth device.") in bluetoothHfpClientGetConnectionStatus() argument
DBluetoothHidFacade.java83 @RpcParameter(name = "device", description = "Name or MAC address of a bluetooth device.") in bluetoothHidConnect() argument
95 @RpcParameter(name = "device", description = "Name or MAC address of a device.") in bluetoothHidDisconnect() argument
115 description = "Name or MAC address of a bluetooth device.") in bluetoothHidGetConnectionStatus() argument
133 description = "Name or MAC address of a bluetooth device.") in bluetoothHidSetReport() argument
149 description = "Name or MAC address of a bluetooth device.") in bluetoothHidGetReport() argument
167 description = "Name or MAC address of a bluetooth device.") in bluetoothHidSendData() argument
179 description = "Name or MAC address of a bluetooth device.") in bluetoothHidVirtualUnplug() argument
/external/autotest/server/hosts/
Dcros_repair.py103 def description(self): member in ACPowerVerifier
143 def description(self): member in WritableVerifier
172 def description(self): member in EXT4fsErrorVerifier
197 def description(self): member in UpdateSuccessVerifier
256 def description(self): member in TPMStatusVerifier
276 def description(self): member in PythonVerifier
295 def description(self): member in DevModeVerifier
320 def description(self): member in JetstreamServicesVerifier
360 def description(self): member in ServoSysRqRepair
383 def description(self): member in ServoResetRepair
[all …]
Drepair.py41 def description(self): member in SshVerifier
60 def description(self): member in LegacyHostVerifier
72 def description(self): member in RebootRepair
100 def description(self): member in RPMCycleRepair
Dservo_repair.py31 def description(self): member in _UpdateVerifier
104 def description(self): member in _ConfigVerifier
193 def description(self): member in _ServodJobVerifier
214 def description(self): member in _ServodConnectionVerifier
239 def description(self): member in _PowerButtonVerifier
255 def description(self): member in _LidVerifier
294 def description(self): member in _RestartServod
321 def description(self): member in _ServoRebootRepair
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiAwareManagerFacade.java362 description = "Controls whether an identity callback is provided") in wifiAwareAttach() argument
387 …@RpcParameter(name = "clientId", description = "The client ID returned when a connection was creat… in wifiAwareDestroy() argument
403 …@RpcParameter(name = "clientId", description = "The client ID returned when a connection was creat… in wifiAwarePublish() argument
430 @RpcParameter(name = "sessionId", description = "The discovery session ID") in wifiAwareUpdatePublish() argument
452 …@RpcParameter(name = "clientId", description = "The client ID returned when a connection was creat… in wifiAwareSubscribe() argument
479 @RpcParameter(name = "sessionId", description = "The discovery session ID") in wifiAwareUpdateSubscribe() argument
502 …@RpcParameter(name = "sessionId", description = "The discovery session ID returned when session wa… in wifiAwareDestroyDiscoverySession() argument
518 @RpcParameter(name = "sessionId", description = "The session ID returned when session" in wifiAwareSendMessage() argument
552 …@RpcParameter(name = "sessionId", description = "The session ID returned when session was created … in wifiAwareStartRanging() argument
572 …@RpcParameter(name = "sessionId", description = "The session ID returned when session was created … in wifiAwareCreateNetworkSpecifier() argument
[all …]
/external/junit/src/main/java/org/junit/runner/notification/
DRunListener.java60 public void testRunStarted(Description description) throws Exception { in testRunStarted()
78 public void testStarted(Description description) throws Exception { in testStarted()
86 public void testFinished(Description description) throws Exception { in testFinished()
122 public void testIgnored(Description description) throws Exception { in testIgnored()
DSynchronizedRunListener.java33 public void testRunStarted(Description description) throws Exception { in testRunStarted()
47 public void testStarted(Description description) throws Exception { in testStarted()
54 public void testFinished(Description description) throws Exception { in testFinished()
75 public void testIgnored(Description description) throws Exception { in testIgnored()
/external/mockito/src/test/java/org/mockito/internal/hamcrest/
DMatcherGenericTypeExtractorTest.java22 public void describeTo(Description description) {} in describeTo()
30 public void describeTo(Description description) {} in describeTo()
38 public void describeTo(Description description) {} in describeTo()
47 public void describeTo(Description description) {} in describeTo()
56 public void describeTo(Description description) {} in describeTo()
65 public void describeTo(Description description) {} in describeTo()
75 public void describeTo(Description description) {} in describeTo()
86 public void describeTo(Description description) {} in describeTo()
/external/vixl/tools/
Dutil.py162 def __eq__(self, description): argument
170 def __ne__(self, description): argument
173 def __lt__(self, description): argument
176 def __le__(self, description): argument
179 def __ge__(self, description): argument
182 def __gt__(self, description): argument
188 def CompareVersion(self, operator, description): argument
/external/sl4a/Common/src/com/googlecode/android_scripting/webcam/
DWebCamFacade.java181 …@RpcParameter(name = "resolutionLevel", description = "increasing this number provides higher reso… in webcamStart() argument
233 …@RpcParameter(name = "resolutionLevel", description = "increasing this number provides higher reso… in webcamAdjustQuality() argument
335 …@RpcParameter(name = "resolutionLevel", description = "increasing this number provides higher reso… in cameraStartPreview() argument
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptorValidationException.cs44 private readonly string description; field in Google.Protobuf.Reflection.DescriptorValidationException
63 internal DescriptorValidationException(IDescriptor problemDescriptor, string description) : in DescriptorValidationException()
73 …internal DescriptorValidationException(IDescriptor problemDescriptor, string description, Exceptio… in DescriptorValidationException()
/external/junit/src/main/java/org/junit/internal/matchers/
DThrowableCauseMatcher.java23 public void describeTo(Description description) { in describeTo()
34 protected void describeMismatchSafely(T item, Description description) { in describeMismatchSafely()
36 causeMatcher.describeMismatch(item.getCause(), description); in describeMismatchSafely() local

12345678910>>...49