Home
last modified time | relevance | path

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

12345678910>>...64

/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/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothHspFacade.java103 @RpcParameter(name = "device", description = "Mac address of a BT device.") in bluetoothHspSetPriority() argument
121 @RpcParameter(name = "device", description = in bluetoothHspConnect() argument
138 @RpcParameter(name = "device", description = "Name or MAC address of a device.") in bluetoothHspDisconnect() argument
165 description = "Name or MAC address of a bluetooth device.") in bluetoothHspGetConnectionStatus() argument
188 @RpcParameter(name = "force", description = "whether to force SCO audio") in bluetoothHspForceScoAudio() argument
206 description = "MAC address of a bluetooth device.") in bluetoothHspConnectAudio() argument
235 description = "MAC address of a bluetooth device.") in bluetoothHspDisconnectAudio() argument
268 description = "MAC address of a bluetooth device.") in bluetoothHspIsAudioConnected() argument
297 description = "MAC address of a bluetooth device.") in bluetoothHspStartVoiceRecognition() argument
313 description = "MAC address of a bluetooth device.") in bluetoothHspStopVoiceRecognition() argument
[all …]
DBluetoothRfcommFacade.java74 description = "The mac address of the device to connect to.") String address, in bluetoothRfcommBeginConnectThread() argument
119 @RpcParameter(name = "connID", description = "Connection id") @RpcOptional in bluetoothRfcommGetConnectedDeviceName() argument
132 description = "How long to wait for a new connection, 0 is wait for ever") in bluetoothRfcommBeginAcceptThread() argument
143 @RpcParameter(name = "connID", description = "Connection id") in bluetoothRfcommWrite() argument
155 @RpcParameter(name = "connID", description = "Connection id") @RpcOptional in bluetoothRfcommRead() argument
167 description = "A base64 encoded String of the bytes to be sent.") String base64, in bluetoothRfcommWriteBinary() argument
180 @RpcParameter(name = "connID", description = "Connection id") @RpcDefault("") in bluetoothRfcommReadBinary() argument
191 @RpcParameter(name = "connID", description = "Connection id") @RpcDefault("") in bluetoothRfcommReadReady() argument
202 @RpcParameter(name = "connID", description = "Connection id") @RpcOptional in bluetoothRfcommReadLine() argument
213 @RpcParameter(name = "connID", description = "Connection id") @RpcOptional in bluetoothRfcommStop() argument
DBluetoothHfpClientFacade.java106 description = "Mac address of a BT device.") String deviceStr, in bluetoothHfpClientSetPriority() argument
126 @RpcParameter(name = "device", description = in bluetoothHfpClientGetPriority() argument
143 description = "Name or MAC address of a bluetooth device.") in bluetoothHfpClientConnect() argument
167 description = "Name or MAC address of a device.") in bluetoothHfpClientDisconnect() argument
201 description = "Name or MAC address of a bluetooth device.") in bluetoothHfpClientGetConnectionStatus() argument
226 description = "MAC address of a bluetooth device.") in bluetoothHfpClientGetAudioState() argument
249 description = "MAC address of a bluetooth device.") in bluetoothHfpClientStartVoiceRecognition() argument
273 description = "MAC address of a bluetooth device.") in bluetoothHfpClientStopVoiceRecognition() argument
DBluetoothSocketConnFacade.java127 description = "The mac address of the device to connect to.") String address, in bluetoothSocketConnBeginConnectThreadUuid() argument
150 description = "The mac address of the device to connect to.") String address, in bluetoothSocketConnBeginConnectThreadPsm() argument
245 @RpcParameter(name = "connID", description = "Connection id") @RpcOptional in bluetoothSocketConnGetConnectedDeviceName() argument
263 description = "How long to wait for a new connection, 0 is wait for ever") in bluetoothSocketConnBeginAcceptThreadUuid() argument
283 description = "How long to wait for a new connection, 0 is wait for ever") in bluetoothSocketConnBeginAcceptThreadPsm() argument
346 @RpcParameter(name = "connID", description = "Connection id") in bluetoothSocketConnWrite() argument
369 @RpcParameter(name = "connID", description = "Connection id") @RpcOptional in bluetoothSocketConnRead() argument
391 description = "A base64 encoded String of the bytes to be sent.") String base64, in bluetoothSocketConnWriteBinary() argument
415 @RpcParameter(name = "connID", description = "Connection id") @RpcDefault("") in bluetoothSocketConnReadBinary() argument
437 @RpcParameter(name = "connID", description = "Connection id") @RpcDefault("") in bluetoothSocketConnReadReady() argument
[all …]
DBluetoothHidDeviceFacade.java295 description = "Name or MAC address of a bluetooth device.") in bluetoothHidDeviceConnect() argument
316 description = "Name or MAC address of a device.") in bluetoothHidDeviceDisconnect() argument
349 description = "Name or MAC address of a bluetooth device.") in bluetoothHidDeviceGetConnectionStatus() argument
399 description = "Name or MAC address of a bluetooth device.") in bluetoothHidDeviceSendReport() argument
428 description = "Name or MAC address of a bluetooth device.") in bluetoothHidDeviceReplyReport() argument
459 description = "Name or MAC address of a bluetooth device.") in bluetoothHidDeviceReportError() argument
DBluetoothHidFacade.java180 description = "Name or MAC address of a bluetooth device.") in bluetoothHidConnect() argument
198 description = "Name or MAC address of a device.") in bluetoothHidDisconnect() argument
226 description = "Name or MAC address of a bluetooth device.") in bluetoothHidGetConnectionStatus() argument
250 description = "Name or MAC address of a bluetooth device.") in bluetoothHidSetReport() argument
274 description = "Name or MAC address of a bluetooth device.") in bluetoothHidGetReport() argument
299 description = "Name or MAC address of a bluetooth device.") in bluetoothHidSendData() argument
318 description = "Name or MAC address of a bluetooth device.") in bluetoothHidVirtualUnplug() argument
335 description = "Name or MAC address of a bluetooth device.") in bluetoothHidSetPriority() argument
353 description = "Name or MAC address of a bluetooth device.") in bluetoothHidGetPriority() argument
370 description = "Name or MAC address of a bluetooth device.") in bluetoothHidSetProtocolMode() argument
[all …]
DBluetoothA2dpSinkFacade.java93 @RpcParameter(name = "device", description = "Mac address of a BT device.") in bluetoothA2dpSinkSetPriority() argument
114 @RpcParameter(name = "device", description = "Mac address of a BT device.") in bluetoothA2dpSinkGetPriority() argument
140 @RpcParameter(name = "device", description = in bluetoothA2dpSinkConnect() argument
158 @RpcParameter(name = "device", description = "Name or MAC address of a device.") in bluetoothA2dpSinkDisconnect() argument
192 description = "Name or MAC address of a bluetooth device.") in bluetoothA2dpSinkGetConnectionStatus() argument
DBluetoothPbapClientFacade.java108 description = "Mac address of a BT device.") String deviceStr, in bluetoothPbapClientSetPriority() argument
128 description = "Mac address of a BT device.") String deviceStr) in bluetoothPbapClientGetPriority() argument
147 description = "Name or MAC address of a bluetooth device.") in bluetoothPbapClientConnect() argument
171 description = "Name or MAC address of a device.") in bluetoothPbapClientDisconnect() argument
205 description = "Name or MAC address of a bluetooth device.") in bluetoothPbapClientGetConnectionStatus() argument
/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/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
262 def description(self): member in TPMStatusVerifier
282 def description(self): member in PythonVerifier
301 def description(self): member in DevModeVerifier
328 def description(self): member in HWIDVerifier
353 def description(self): member in JetstreamServicesVerifier
415 def description(self): member in ServoSysRqRepair
[all …]
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
343 def description(self): member in _DutRebootRepair
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
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiAwareManagerFacade.java372 description = "Controls whether an identity callback is provided") in wifiAwareAttach() argument
397 …@RpcParameter(name = "clientId", description = "The client ID returned when a connection was creat… in wifiAwareDestroy() argument
413 …@RpcParameter(name = "clientId", description = "The client ID returned when a connection was creat… in wifiAwarePublish() argument
440 @RpcParameter(name = "sessionId", description = "The discovery session ID") in wifiAwareUpdatePublish() argument
462 …@RpcParameter(name = "clientId", description = "The client ID returned when a connection was creat… in wifiAwareSubscribe() argument
489 @RpcParameter(name = "sessionId", description = "The discovery session ID") in wifiAwareUpdateSubscribe() argument
512 …@RpcParameter(name = "sessionId", description = "The discovery session ID returned when session wa… in wifiAwareDestroyDiscoverySession() argument
528 @RpcParameter(name = "sessionId", description = "The session ID returned when session" in wifiAwareSendMessage() argument
561 …@RpcParameter(name = "sessionId", description = "The session ID returned when session was created … in wifiAwareCreateNetworkSpecifier() argument
610 description = "The client ID") in wifiAwareCreateNetworkSpecifierOob() 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()
/external/mockito/src/test/java/org/mockito/internal/hamcrest/
DMatcherGenericTypeExtractorTest.java26 public void describeTo(Description description) {} in describeTo()
34 public void describeTo(Description description) {} in describeTo()
42 public void describeTo(Description description) {} in describeTo()
51 public void describeTo(Description description) {} in describeTo()
60 public void describeTo(Description description) {} in describeTo()
69 public void describeTo(Description description) {} in describeTo()
79 public void describeTo(Description description) {} in describeTo()
90 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/facade/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

12345678910>>...64