| /external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/tracing/ |
| D | TracedServerStreamingCallableTest.java | 142 RuntimeException expectedError = new RuntimeException("expected error"); in testOperationFail() local 156 RuntimeException expectedError = new RuntimeException("expected error"); in testSyncError() local
|
| D | TracedClientStreamingCallableTest.java | 130 RuntimeException expectedError = new RuntimeException("fake error"); in testOperationFailed() local 139 RuntimeException expectedError = new RuntimeException("fake error"); in testSyncError() local
|
| D | TraceFinisherTest.java | 72 RuntimeException expectedError = new RuntimeException("fake"); in testFailure() local
|
| /external/antlr/tool/src/test/java/org/antlr/test/ |
| D | TestCompositeGrammars.java | 258 …String expectedError = "error(161): "+tmpdir.toString().replaceFirst("\\-[0-9]+","")+"/M.g:2:8: co… in testCombinedImportsCombined() local 310 String expectedError = in testSameStringTwoNames() local 363 String expectedError = in testSameNameTwoStrings() local 401 String expectedError = in testImportedTokenVocabIgnoredWithWarning() local 668 String expectedError = in testInvalidImportMechanism() local 741 String expectedError = in testWarningForUndefinedToken() local
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VMDebug/ |
| D | VMDebugTest.java | 45 int expectedError = JDWPConstants.Error.INVALID_OBJECT; in sendDebuggerActivity() local
|
| /external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/functionaltests/ |
| D | LocalDynamoDbAsyncTestBase.java | 46 Class<? extends Throwable> expectedError) { in drainPublisherToError()
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/ |
| D | ParentTest.java | 151 private void checkCommandError(long groupID, int expectedError) { in checkCommandError()
|
| D | NameTest.java | 141 private void checkCommandError(long groupID, int expectedError) { in checkCommandError()
|
| D | ChildrenTest.java | 186 private void checkCommandError(long groupID, int expectedError) { in checkCommandError()
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StringReference/ |
| D | ValueTest.java | 134 private void checkCommandError(long stringID, int expectedError) { in checkCommandError()
|
| /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/ |
| D | Spdy3Test.java | 58 final ErrorCode expectedError = ErrorCode.PROTOCOL_ERROR; in goAwayRoundTrip() local
|
| D | Http2Test.java | 565 final ErrorCode expectedError = ErrorCode.PROTOCOL_ERROR; in goAwayWithoutDebugDataRoundTrip() local 588 final ErrorCode expectedError = ErrorCode.PROTOCOL_ERROR; in goAwayWithDebugDataRoundTrip() local
|
| /external/cronet/third_party/icu/source/tools/ctestfw/ |
| D | tstdtmod.cpp | 82 UBool IcuTestErrorCode::expectErrorAndReset(UErrorCode expectedError) { in expectErrorAndReset() 91 UBool IcuTestErrorCode::expectErrorAndReset(UErrorCode expectedError, const char *fmt, ...) { in expectErrorAndReset()
|
| /external/icu/icu4c/source/tools/ctestfw/ |
| D | tstdtmod.cpp | 82 UBool IcuTestErrorCode::expectErrorAndReset(UErrorCode expectedError) { in expectErrorAndReset() 91 UBool IcuTestErrorCode::expectErrorAndReset(UErrorCode expectedError, const char *fmt, ...) { in expectErrorAndReset()
|
| /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
| D | esextcTextureCubeMapArrayTex3DValidation.cpp | 205 bool TextureCubeMapArrayTex3DValidation::checkError(glw::GLint expectedError, const char *message) in checkError()
|
| /external/angle/src/tests/compiler_tests/ |
| D | EmulateGLDrawID_test.cpp | 30 void CheckCompileFailure(const std::string &shaderString, const char *expectedError = nullptr) in CheckCompileFailure()
|
| D | EmulateGLBaseVertexBaseInstance_test.cpp | 32 const char *expectedError = nullptr, in CheckCompileFailure()
|
| /external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/test/migration/ |
| D | TestRunBlockingTest.kt | 368 val expectedError = TestException("hello") in <lambda>() constant 383 val expectedError = TestException("hello") in <lambda>() constant
|
| /external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/ |
| D | NettyAdaptiveCumulatorTest.java | 524 final UnsupportedOperationException expectedError = new UnsupportedOperationException(); in mergeWithCompositeTail_tailExpandable_mergedReleaseOnThrow() local 554 final UnsupportedOperationException expectedError = new UnsupportedOperationException(); in mergeWithCompositeTail_tailNotExpandable_mergedReleaseOnThrow() local
|
| /external/icu/icu4c/source/test/intltest/ |
| D | messageformat2test_utils.h | 28 /* const */ UErrorCode expectedError; variable 182 UErrorCode expectedError; variable
|
| /external/deqp/external/openglcts/modules/common/ |
| D | glcRobustnessTests.cpp | 374 bool GetnUniformTest::verifyError(GLint error, GLint expectedError, const char *method) in verifyError() 619 bool ReadnPixelsTest::verifyError(GLint error, GLint expectedError, const char *method) in verifyError()
|
| /external/angle/src/tests/gl_tests/ |
| D | SRGBFramebufferTest.cpp | 55 GLenum expectedError = in TEST_P() local
|
| /external/cronet/net/android/junit/src/org/chromium/net/ |
| D | HttpNegotiateAuthenticatorTest.java | 406 private void checkErrorReturn(Integer spnegoError, int expectedError) { in checkErrorReturn()
|
| /external/deqp/external/openglcts/modules/gl/ |
| D | gl4cSparseTextureTests.cpp | 62 GLint error, GLint expectedError) in verifyQueryError() 85 …eUtils::verifyError(std::stringstream &log, const char *funcName, GLint error, GLint expectedError) in verifyError() 431 …ameterQueriesTestCase::testTextureSparseARB(const Functions &gl, GLint target, GLint expectedError) in testTextureSparseARB() 562 GLint expectedError) in testVirtualPageSizeIndexARB()
|
| /external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/ |
| D | CdsLoadBalancer2Test.java | 474 Status expectedError = Status.UNAVAILABLE.withDescription( in aggregateCluster_discoveryErrorBeforeChildLbCreated_returnErrorPicker() local 477 assertPicker(pickerCaptor.getValue(), expectedError, null); in aggregateCluster_discoveryErrorBeforeChildLbCreated_returnErrorPicker() local
|