Home
last modified time | relevance | path

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

12345678910>>...52

/external/v8/src/inspector/
Djs_protocol.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 …]
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/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/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.java418 @RpcParameter(name = "type", description = "MIME type/subtype of the URI") in startActivityForResult() argument
437 description = "Intent in the format as returned from makeIntent") in startActivityForResultIntent() argument
634 @RpcParameter(name = "type", description = "MIME type/subtype of the URI") in startActivity() argument
657 @RpcParameter(name = "type", description = "MIME type/subtype of the URI") in sendBroadcast() argument
680 @RpcParameter(name = "extras", description = "a Map of extras to add to the Intent") in startService() argument
700 @RpcParameter(name = "type", description = "MIME type/subtype of the URI") in makeIntent() argument
726 description = "Intent in the format as returned from makeIntent") in startActivityIntent() argument
738 description = "Intent in the format as returned from makeIntent") in sendBroadcastIntent() argument
747 description = "Intent in the format as returned from makeIntent") in startServiceIntent() argument
756 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/autotest/server/hosts/
Dcros_repair.py63 def description(self): member in ACPowerVerifier
103 def description(self): member in WritableVerifier
132 def description(self): member in EXT4fsErrorVerifier
157 def description(self): member in UpdateSuccessVerifier
216 def description(self): member in TPMStatusVerifier
236 def description(self): member in PythonVerifier
254 def description(self): member in DevModeVerifier
294 def description(self): member in ServoSysRqRepair
317 def description(self): member in ServoResetRepair
333 def description(self): member in AutoUpdateRepair
[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
/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/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/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/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
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
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
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
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
DBluetoothConnectionFacade.java365 description = "Name or MAC address of a bluetooth device.") in bluetoothStartConnectionStateChangeMonitor() argument
489 description = "Whether connection should be auto confirmed") in bluetoothStartPairingHelper() argument
532 description = "profileId same as BluetoothProfile") in bluetoothGetConnectedDevicesOnProfile() argument
554 description = "Name or MAC address of a bluetooth device.") in bluetoothDiscoverAndConnect() argument
571 description = "Name or MAC address of a bluetooth device.") in bluetoothDiscoverAndBond() argument
597 description = "Name or MAC address of a bluetooth device.") in bluetoothUnbond() argument
607 description = "Name or MAC address of a bluetooth device.") in bluetoothConnectBonded() argument
617 description = "Name or MAC address of a bluetooth device.") in bluetoothDisconnectConnected() argument
627 description = "Name or MAC address of a bluetooth device.") in bluetoothDisconnectConnectedProfile() argument
641 description = "Name or MAC address of a bluetooth device.") in bluetoothChangeProfileAccessPermission() argument
DBluetoothRfcommFacade.java135 @RpcParameter(name = "address", description = "The mac address of the device to connect to.") in bluetoothRfcommBeginConnectThread() argument
190 @RpcParameter(name = "connID", description = "Connection id") in bluetoothRfcommGetConnectedDeviceName() argument
202 description = "How long to wait for a new connection, 0 is wait for ever") in bluetoothRfcommBeginAcceptThread() argument
214 @RpcParameter(name = "connID", description = "Connection id") @RpcDefault("") String connID) in bluetoothRfcommWrite() argument
228 @RpcParameter(name = "connID", description = "Connection id") @RpcOptional @RpcDefault("") in bluetoothRfcommRead() argument
243 description = "A base64 encoded String of the bytes to be sent.") in bluetoothRfcommWriteBinary() argument
261 @RpcParameter(name = "connID", description = "Connection id") in bluetoothRfcommReadBinary() argument
277 @RpcParameter(name = "connID", description = "Connection id") @RpcDefault("") @RpcOptional in bluetoothRfcommReadReady() argument
291 @RpcParameter(name = "connID", description = "Connection id") @RpcOptional @RpcDefault("") in bluetoothRfcommReadLine() argument
306 (name = "connID", description = "Connection id") @RpcOptional @RpcDefault("") in bluetoothRfcommStop() argument
/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/antlr/antlr-3.4/runtime/C/src/
Dantlr3rewritestreams.c187 …eamNewAE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description) in antlr3RewriteRuleElementStreamNewAE()
257 …pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, void * … in antlr3RewriteRuleElementStreamNewAEE()
280 …pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, pANTLR3… in antlr3RewriteRuleElementStreamNewAEV()
309 …eamNewAE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description) in antlr3RewriteRuleTOKENStreamNewAE()
333 …pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, void * … in antlr3RewriteRuleTOKENStreamNewAEE()
352 …pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, pANTLR3… in antlr3RewriteRuleTOKENStreamNewAEV()
373 …eamNewAE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description) in antlr3RewriteRuleSubtreeStreamNewAE()
395 …pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, void * … in antlr3RewriteRuleSubtreeStreamNewAEE()
418 …pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, pANTLR3… in antlr3RewriteRuleSubtreeStreamNewAEV()
442 …eamNewAE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description) in antlr3RewriteRuleNODEStreamNewAE()
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiAwareManagerFacade.java364 …@RpcParameter(name = "clientId", description = "The client ID returned when a connection was creat… in wifiAwareDestroy() argument
380 …@RpcParameter(name = "clientId", description = "The client ID returned when a connection was creat… in wifiAwarePublish() argument
400 …@RpcParameter(name = "clientId", description = "The client ID returned when a connection was creat… in wifiAwareSubscribe() argument
420 …@RpcParameter(name = "sessionId", description = "The discovery session ID returned when session wa… in wifiAwareDestroyDiscoverySession() argument
436 @RpcParameter(name = "sessionId", description = "The session ID returned when session" in wifiAwareSendMessage() argument
470 …@RpcParameter(name = "sessionId", description = "The session ID returned when session was created … in wifiAwareStartRanging() argument
490 …@RpcParameter(name = "sessionId", description = "The session ID returned when session was created … in wifiAwareCreateNetworkSpecifier() argument
701 public void onFailure(int reason, String description) { in onFailure()
/external/junit/src/main/java/org/junit/experimental/categories/
DCategories.java184 StringBuilder description= new StringBuilder("categories ") in toString() local
193 public boolean shouldRun(Description description) { in shouldRun()
207 private boolean hasCorrectCategoryAnnotation(Description description) { in hasCorrectCategoryAnnotation()
265 private static Set<Class<?>> categories(Description description) { in categories()
272 private static Description parentDescription(Description description) { in parentDescription()
277 private static Class<?>[] directCategories(Description description) { in directCategories()
341 …tic void assertNoCategorizedDescendentsOfUncategorizeableParents(Description description) throws I… in assertNoCategorizedDescendentsOfUncategorizeableParents()
350 …private static void assertNoDescendantsHaveCategoryAnnotations(Description description) throws Ini… in assertNoDescendantsHaveCategoryAnnotations()
360 private static boolean canHaveCategorizedChildren(Description description) { in canHaveCategorizedChildren()
/external/deqp/framework/common/
DtcuTestCase.cpp46 …::TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* description) in TestNode()
55 … (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* description, const ve… in TestNode()
113 TestCaseGroup::TestCaseGroup (TestContext& testCtx, const char* name, const char* description) in TestCaseGroup()
118 TestCaseGroup::TestCaseGroup (TestContext& testCtx, const char* name, const char* description, cons… in TestCaseGroup()
135 TestCase::TestCase (TestContext& testCtx, const char* name, const char* description) in TestCase()
140 …::TestCase (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* description) in TestCase()

12345678910>>...52