/external/v8/src/ |
D | json-stringifier.cc | 100 DCHECK(result == EXCEPTION); in Stringify() 246 return EXCEPTION; in StackPush() 259 return EXCEPTION; in StackPush() 281 return EXCEPTION; in Serialize_() 285 isolate_, object, ApplyToJsonFunction(object, key), EXCEPTION); in Serialize_() 290 EXCEPTION); in Serialize_() 356 isolate_, value, Object::ToString(isolate_, object), EXCEPTION); in SerializeJSValue() 361 EXCEPTION); in SerializeJSValue() 416 return EXCEPTION; in SerializeJSArray() 434 return EXCEPTION; in SerializeJSArray() [all …]
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | AbstractChainedListenableFutureTest.java | 36 protected static final Exception EXCEPTION = new Exception("Test exception"); field in AbstractChainedListenableFutureTest 61 inputFuture.setException(EXCEPTION); in testFutureGetThrowsWrappedException() 62 listener.assertException(EXCEPTION); in testFutureGetThrowsWrappedException()
|
D | AbstractServiceTest.java | 287 service.notifyFailed(EXCEPTION); in testManualServiceFailWhileStarting() 296 service.notifyFailed(EXCEPTION); in testManualServiceFailWhileRunning() 307 service.notifyFailed(EXCEPTION); in testManualServiceFailWhileStopping() 379 service.notifyFailed(EXCEPTION); in testAwaitTerminated_FailedService() 384 assertEquals(EXCEPTION, exception.get().getCause()); in testAwaitTerminated_FailedService() 552 assertEquals(EXCEPTION, service.failureCause()); in testFailingServiceStartAndWait() 553 assertEquals(EXCEPTION, e.getCause()); in testFailingServiceStartAndWait() 571 assertEquals(EXCEPTION, service.failureCause()); in testFailingServiceStopAndWait_stopFailing() 572 assertEquals(EXCEPTION, e.getCause()); in testFailingServiceStopAndWait_stopFailing() 592 assertEquals(EXCEPTION, service.failureCause()); in testFailingServiceStopAndWait_runFailing() [all …]
|
D | FuturesTransformTest.java | 49 throw new UndeclaredThrowableException(EXCEPTION); in apply() 56 listener.assertException(EXCEPTION); in testFutureGetThrowsFunctionException()
|
D | FuturesTransformAsyncFunctionTest.java | 67 default: throw new UndeclaredThrowableException(EXCEPTION); in apply() 75 listener.assertException(EXCEPTION); in testFutureGetThrowsFunctionException()
|
/external/guava/guava-testlib/test/com/google/common/testing/ |
D | TestLogHandlerTest.java | 60 assertSame(EXCEPTION, record.getThrown()); in test() 87 static final Exception EXCEPTION = new Exception(); field in TestLogHandlerTest 94 logger.log(Level.INFO, "message", EXCEPTION); in foo()
|
/external/autotest/server/site_tests/platform_KernelErrorPaths/ |
D | control.EXCEPTION | 5 NAME = "platform_KernelErrorPaths.EXCEPTION" 25 job.run_test("platform_KernelErrorPaths", tag="EXCEPTION", 26 kcrashes="EXCEPTION", host=host)
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
D | EventWithExceptionTest.java | 83 ParsedEvent exceptionEvent = waitForEvent(JDWPConstants.EventKind.EXCEPTION, in testBreakpoint_BeforeException() 91 clearEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestId, true); in testBreakpoint_BeforeException() 142 ParsedEvent exceptionEvent = waitForEvent(JDWPConstants.EventKind.EXCEPTION, in testBreakpoint_UponException() 158 waitForEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestId); in testBreakpoint_UponException() 232 ParsedEvent exceptionEvent = waitForEvent(JDWPConstants.EventKind.EXCEPTION, in runSingleStepTest() 249 … ParsedEvent parsedEvent = waitForEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestId); in runSingleStepTest() 303 waitForEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestId); in runFieldWatchpointTest() 363 waitForEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestId); in runMethodExitTest()
|
D | SingleStepWithPendingExceptionTest.java | 68 debuggeeWrapper.vmMirror.receiveCertainEvent(JDWPConstants.EventKind.EXCEPTION); in testSingleStepWithPendingException() 72 JDWPConstants.EventKind.EXCEPTION); in testSingleStepWithPendingException() 80 clearEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestId, true); in testSingleStepWithPendingException()
|
D | ExceptionBaseTest.java | 49 JDWPConstants.EventKind.EXCEPTION, in receiveAndCheckExceptionEvent() 51 JDWPConstants.EventKind.getName(JDWPConstants.EventKind.EXCEPTION), in receiveAndCheckExceptionEvent() 62 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.EXCEPTION, requestID); in receiveAndCheckExceptionEvent()
|
D | BreakpointOnCatchTest.java | 63 debuggeeWrapper.vmMirror.receiveCertainEvent(JDWPConstants.EventKind.EXCEPTION); in testBreakpointOnCatch() 74 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestID); in testBreakpointOnCatch()
|
D | CombinedExceptionEventsTest.java | 131 JDWPConstants.EventKind.EXCEPTION, eventKind, in runCombinedExceptionEventsTest() 133 JDWPConstants.EventKind.EXCEPTION), in runCombinedExceptionEventsTest()
|
D | ExceptionWithLocationTest.java | 47 runEventWithLocationTest(JDWPConstants.EventKind.EXCEPTION); in testExceptionLocationEvent()
|
/external/google-breakpad/src/testing/scripts/generator/cpp/ |
D | keywords.py | 46 EXCEPTION = set('try catch throw'.split()) variable 49 ALL = TYPES | TYPE_MODIFIERS | ACCESS | CASTS | OTHERS | OTHER_TYPES | CONTROL | EXCEPTION | LOOP
|
/external/jetty/src/java/org/eclipse/jetty/jmx/ |
D | ObjectMBean.java | 361 LOG.warn(Log.EXCEPTION, e); in getAttribute() 366 LOG.warn(Log.EXCEPTION, e); in getAttribute() 383 LOG.warn(Log.EXCEPTION, e); in getAttributes() 429 LOG.warn(Log.EXCEPTION, e); in setAttribute() 434 LOG.warn(Log.EXCEPTION, e); in setAttribute() 456 LOG.warn(Log.EXCEPTION, e); in setAttributes() 489 LOG.warn(Log.EXCEPTION, e); in invoke() 494 LOG.warn(Log.EXCEPTION, e); in invoke() 499 LOG.warn(Log.EXCEPTION, e); in invoke()
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
D | Dbg.stg | 202 "DBG->recognitionException(DBG, EXCEPTION);<\n>" 218 "DBG->recognitionException(DBG, EXCEPTION);" 220 @newNVException.noViableAltException() ::= "DBG->recognitionException(DBG, EXCEPTION);" 226 DBG->recognitionException(DBG, EXCEPTION); 236 // DBG->recognitionException(DBG, EXCEPTION);
|
/external/jetty/src/java/org/eclipse/jetty/util/log/ |
D | Log.java | 57 public final static String EXCEPTION= "EXCEPTION "; field in Log 265 LOG.debug(EXCEPTION, th); in debug() 413 LOG.warn(EXCEPTION, th); in warn()
|
/external/jetty/src/java/org/eclipse/jetty/server/ssl/ |
D | SslCertificates.java | 73 LOG.warn(Log.EXCEPTION,e); in getCertChain() 142 LOG.warn(Log.EXCEPTION,e); in customize()
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
D | Edge.java | 51 static final int EXCEPTION = 0x7FFFFFFF; field in Edge
|
/external/chromium-trace/catapult/firefighter/update/common/buildbot/ |
D | __init__.py | 13 EXCEPTION = 4 variable
|
/external/v8/src/regexp/ |
D | regexp-macro-assembler.cc | 171 return_value = EXCEPTION; in CheckStackGuardState() 180 if (result->IsException(isolate)) return_value = EXCEPTION; in CheckStackGuardState() 283 if (result == EXCEPTION && !isolate->has_pending_exception()) { in Execute()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | JDWPConstants.java | 280 public static final byte EXCEPTION = 4; field in JDWPConstants.EventKind 342 case EXCEPTION: in getName()
|
D | ParsedEvent.java | 363 super(suspendPolicy, packet, JDWPConstants.EventKind.EXCEPTION); in Event_EXCEPTION() 696 case JDWPConstants.EventKind.EXCEPTION: { in parseEventPacket()
|
/external/jetty/src/java/org/eclipse/jetty/xml/ |
D | XmlParser.java | 130 LOG.warn(Log.EXCEPTION, e); in setValidating() 385 LOG.debug(Log.EXCEPTION, ex); in warning() 395 LOG.debug(Log.EXCEPTION, ex); in error() 403 LOG.debug(Log.EXCEPTION, ex); in fatalError()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Deoptimization/ |
D | DeoptimizationWithExceptionHandlingTest.java | 136 final byte eventKind = JDWPConstants.EventKind.EXCEPTION; in waitForExceptionEvent()
|