/external/google-breakpad/src/common/mac/testing/ |
D | GTMSenTestCase.h | 85 #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/ |
D | ActivityResultFacade.java | 54 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultBoolean() argument 66 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultByte() argument 78 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultShort() argument 90 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultChar() argument 102 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultInteger() argument 114 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultLong() argument 126 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultFloat() argument 138 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultDouble() argument 150 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultString() argument 162 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultBooleanArray() argument [all …]
|
D | AndroidFacade.java | 419 @RpcParameter(name = "type", description = "MIME type/subtype of the URI") in startActivityForResult() argument 438 description = "Intent in the format as returned from makeIntent") in startActivityForResultIntent() argument 635 @RpcParameter(name = "type", description = "MIME type/subtype of the URI") in startActivity() argument 658 @RpcParameter(name = "type", description = "MIME type/subtype of the URI") in sendBroadcast() argument 681 @RpcParameter(name = "extras", description = "a Map of extras to add to the Intent") in startService() argument 701 @RpcParameter(name = "type", description = "MIME type/subtype of the URI") in makeIntent() argument 727 description = "Intent in the format as returned from makeIntent") in startActivityIntent() argument 739 description = "Intent in the format as returned from makeIntent") in sendBroadcastIntent() argument 748 description = "Intent in the format as returned from makeIntent") in startServiceIntent() argument 757 description = "Intent in the format as returned from makeIntent") in sendBroadcastIntentAsUserAll() argument [all …]
|
D | EventFacade.java | 106 …description = "Should this events be added to the event queue or only dispatched") @RpcDefault(val… in eventRegisterForBroadcast() argument 182 …@RpcParameter(name = "timeout", description = "the maximum time to wait (in ms)") @RpcOptional Int… in eventWaitFor() argument 229 …@RpcParameter(name = "timeout", description = "the maximum time to wait") @RpcOptional Integer tim… in eventWait() argument 280 @RpcParameter(name = "name", description = "Name of event") String name, in eventPost() argument 346 …@RpcParameter(name = "timeout", description = "the maximum time to wait") @RpcOptional Integer tim… in waitForEvent() argument 353 …@RpcParameter(name = "port", description = "Port to use") @RpcDefault("0") @RpcOptional() Integer … in startEventDispatcher() argument
|
D | LocationFacade.java | 135 @RpcParameter(name = "provider", description = "Name of location provider") String provider) { in locationProviderEnabled() argument 142 …@RpcParameter(name = "minDistance", description = "minimum time between updates in milliseconds") … in startLocating() argument 175 …@RpcParameter(name = "maxResults", description = "maximum number of results") @RpcDefault("1") Int… in geocode() argument
|
D | SpeechRecognitionFacade.java | 49 …@RpcParameter(name = "prompt", description = "text prompt to show to the user when asking them to … in recognizeSpeech() argument
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/ |
D | UiFacade.java | 158 …@RpcParameter(name = "title", description = "title of the input box") @RpcDefault("Value") final S… in dialogCreateInput() argument 173 …@RpcParameter(name = "title", description = "title of the input box") @RpcDefault("Password") fina… in dialogCreatePassword() argument 195 …@RpcParameter(name = "title", description = "title of the input box") @RpcDefault("Value") final S… in dialogGetInput() argument 214 …@RpcParameter(name = "title", description = "title of the password box") @RpcDefault("Password") f… in dialogGetPassword() argument 302 …@RpcParameter(name = "is24hour", description = "Use 24 hour clock") @RpcDefault("false") Boolean i… in dialogCreateTimePicker() argument 406 …@RpcParameter(name = "selected", description = "selected item index") @RpcDefault("0") Integer sel… in dialogSetSingleChoiceItems() argument 424 …@RpcParameter(name = "selected", description = "list of selected items") @RpcOptional JSONArray se… in dialogSetMultiChoiceItems() argument 453 @RpcParameter(name = "label", description = "label for this menu item") String label, in addContextMenuItem() argument 486 @RpcParameter(name = "label", description = "label for this menu item") String label, in addOptionsMenuItem() argument 534 @RpcParameter(name = "layout", description = "String containing View layout") String layout, in fullShow() argument [all …]
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/ |
D | MediaPlayerFacade.java | 120 description = "url of media resource") in mediaPlayOpen() argument 141 @RpcParameter(name = "tag", description = "string identifying resource") in mediaPlayPause() argument 154 @RpcParameter(name = "tag", description = "string identifying resource") in mediaPlayStart() argument 167 @RpcParameter(name = "tag", description = "string identifying resource") in mediaPlayStop() argument 187 description = "Position in millseconds") in mediaPlaySeek() argument 201 @RpcParameter(name = "tag", description = "string identifying resource") in mediaPlayClose() argument 213 @RpcParameter(name = "tag", description = "string identifying resource") in mediaIsPlaying() argument 222 @RpcParameter(name = "tag", description = "string identifying resource") in mediaPlayGetInfo() argument 249 Boolean enabled, @RpcParameter(name = "tag", description = "string identifying resource") in mediaPlaySetLooping() argument 262 @RpcParameter(name = "tag", description = "string identifying resource") in mediaSetNext() argument
|
/external/junit/src/org/junit/experimental/categories/ |
D | Categories.java | 101 public boolean shouldRun(Description description) { in shouldRun() 110 private boolean hasCorrectCategoryAnnotation(Description description) { in hasCorrectCategoryAnnotation() 123 private List<Class<?>> categories(Description description) { in categories() 130 private Description parentDescription(Description description) { in parentDescription() 137 private Class<?>[] directCategories(Description description) { in directCategories() 169 …private void assertNoCategorizedDescendentsOfUncategorizeableParents(Description description) thro… in assertNoCategorizedDescendentsOfUncategorizeableParents() 176 …private void assertNoDescendantsHaveCategoryAnnotations(Description description) throws Initializa… in assertNoDescendantsHaveCategoryAnnotations() 186 private static boolean canHaveCategorizedChildren(Description description) { in canHaveCategorizedChildren()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/webcam/ |
D | WebCamFacade.java | 183 …@RpcParameter(name = "resolutionLevel", description = "increasing this number provides higher reso… in webcamStart() argument 235 …@RpcParameter(name = "resolutionLevel", description = "increasing this number provides higher reso… in webcamAdjustQuality() argument 337 …@RpcParameter(name = "resolutionLevel", description = "increasing this number provides higher reso… in cameraStartPreview() argument
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | BluetoothRfcommFacade.java | 98 @RpcParameter(name = "address", description = "The mac address of the device to connect to.") in bluetoothRfcommConnect() argument 153 @RpcParameter(name = "connID", description = "Connection id") in bluetoothRfcommGetConnectedDeviceName() argument 166 description = "How long to wait for a new connection, 0 is wait for ever") in bluetoothRfcommAccept() argument 186 @RpcParameter(name = "connID", description = "Connection id") @RpcDefault("") String connID) in bluetoothRfcommWrite() argument 200 @RpcParameter(name = "connID", description = "Connection id") @RpcOptional @RpcDefault("") in bluetoothRfcommRead() argument 215 description = "A base64 encoded String of the bytes to be sent.") in bluetoothRfcommWriteBinary() argument 233 @RpcParameter(name = "connID", description = "Connection id") in bluetoothRfcommReadBinary() argument 249 @RpcParameter(name = "connID", description = "Connection id") @RpcDefault("") @RpcOptional in bluetoothRfcommReadReady() argument 263 @RpcParameter(name = "connID", description = "Connection id") @RpcOptional @RpcDefault("") in bluetoothRfcommReadLine() argument 278 (name = "connID", description = "Connection id") @RpcOptional @RpcDefault("") in bluetoothRfcommStop() argument
|
D | BluetoothHidFacade.java | 83 @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/hamcrest/src/org/hamcrest/core/ |
D | IsAnything.java | 16 private final String description; field in IsAnything 22 public IsAnything(String description) { in IsAnything() 30 public void describeTo(Description description) { in describeTo() 48 public static <T> Matcher<T> anything(String description) { in anything()
|
/external/antlr/antlr-3.4/runtime/C/src/ |
D | antlr3rewritestreams.c | 187 …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/junit/src/org/junit/runner/notification/ |
D | RunListener.java | 40 public void testRunStarted(Description description) throws Exception { in testRunStarted() 55 public void testStarted(Description description) throws Exception { in testStarted() 62 public void testFinished(Description description) throws Exception { in testFinished() 89 public void testIgnored(Description description) throws Exception { in testIgnored()
|
/external/deqp/framework/common/ |
D | tcuTestCase.cpp | 46 …::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()
|
D | tcuTestLog.cpp | 48 LogImage::LogImage (const std::string& name, const std::string& description, const Surface& surface… in LogImage() 58 LogImage::LogImage (const std::string& name, const std::string& description, const ConstPixelBuffer… in LogImage() 96 LogImage::LogImage (const std::string& name, const std::string& description, const ConstPixelBuffer… in LogImage() 201 void TestLog::startImageSet (const char* name, const char* description) in startImageSet() 236 void TestLog::writeImage (const char* name, const char* description, const ConstPixelBufferAccess& … in writeImage() 360 void TestLog::writeImage (const char* name, const char* description, qpImageCompressionMode compres… in writeImage() 366 void TestLog::startSection (const char* name, const char* description) in startSection() 408 void TestLog::writeCompileInfo (const char* name, const char* description, bool compileOk, const ch… in writeCompileInfo() 414 void TestLog::writeFloat (const char* name, const char* description, const char* unit, qpKeyValueTa… in writeFloat() 420 void TestLog::writeInteger (const char* name, const char* description, const char* unit, qpKeyValue… in writeInteger() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestGroupUtil.hpp | 57 const std::string& description, in TestGroupHelper1() 74 const std::string& description, in createTestGroup() 83 const std::string& description, in createTestGroup() 92 const std::string& description, in addTestGroup() 101 const std::string& description, in addTestGroup()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/ |
D | vault.py | 72 def upload_archive(self, filename, description=None): argument 90 def _upload_archive_single_operation(self, filename, description): argument 113 description=None): argument 137 description=None, upload_id_callback=None): argument 238 def concurrent_create_archive_from_file(self, filename, description, argument 270 description=None): argument 302 description=None, byte_range=None, argument
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/ |
D | PerfOutputWriter.java | 43 public void writeTimeResult(final String description, final long duration, in writeTimeResult() 54 public void writeByteResult(String description, long size, long reference) { in writeByteResult() 65 private void writeResult(final String description, final double subject, in writeResult() 71 private void writeResult(final String description, final double subject, in writeResult()
|
/external/deqp/modules/gles3/ |
D | tes3TestCase.hpp | 59 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description) in TestCaseGroup() 65 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description, c… in TestCaseGroup() 71 inline TestCase::TestCase (Context& context, const char* name, const char* description) in TestCase() 77 …:TestCase (Context& context, tcu::TestNodeType nodeType, const char* name, const char* description) in TestCase()
|
/external/deqp/modules/gles2/ |
D | tes2TestCase.hpp | 59 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description) in TestCaseGroup() 65 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description, c… in TestCaseGroup() 71 inline TestCase::TestCase (Context& context, const char* name, const char* description) in TestCase() 77 …ase::TestCase (Context& context, tcu::TestNodeType type, const char* name, const char* description) in TestCase()
|
/external/deqp/modules/gles31/ |
D | tes31TestCase.hpp | 59 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description) in TestCaseGroup() 65 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description, c… in TestCaseGroup() 71 inline TestCase::TestCase (Context& context, const char* name, const char* description) in TestCase() 77 …:TestCase (Context& context, tcu::TestNodeType nodeType, const char* name, const char* description) in TestCase()
|
/external/mockito/src/org/mockito/internal/matchers/ |
D | ArrayEquals.java | 47 public void describeTo(Description description) { in describeTo() 49 appendArray(createObjectArray(getWanted()), description); in describeTo() local 55 private void appendArray(Object[] array, Description description) { in appendArray()
|
/external/junit/src/junit/framework/ |
D | JUnit4TestAdapterCache.java | 24 public Test asTest(Description description) { in asTest() 34 Test createTest(Description description) { in createTest() 69 public List<Test> asTestList(Description description) { in asTestList()
|