Home
last modified time | relevance | path

Searched refs:EXCEPTION (Results 1 – 25 of 86) sorted by relevance

1234

/external/v8/src/
Djson-stringifier.cc100 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/
DAbstractChainedListenableFutureTest.java36 protected static final Exception EXCEPTION = new Exception("Test exception"); field in AbstractChainedListenableFutureTest
61 inputFuture.setException(EXCEPTION); in testFutureGetThrowsWrappedException()
62 listener.assertException(EXCEPTION); in testFutureGetThrowsWrappedException()
DAbstractServiceTest.java287 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 …]
DFuturesTransformTest.java49 throw new UndeclaredThrowableException(EXCEPTION); in apply()
56 listener.assertException(EXCEPTION); in testFutureGetThrowsFunctionException()
DFuturesTransformAsyncFunctionTest.java67 default: throw new UndeclaredThrowableException(EXCEPTION); in apply()
75 listener.assertException(EXCEPTION); in testFutureGetThrowsFunctionException()
/external/guava/guava-testlib/test/com/google/common/testing/
DTestLogHandlerTest.java60 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/
Dcontrol.EXCEPTION5 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/
DEventWithExceptionTest.java83 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()
DSingleStepWithPendingExceptionTest.java68 debuggeeWrapper.vmMirror.receiveCertainEvent(JDWPConstants.EventKind.EXCEPTION); in testSingleStepWithPendingException()
72 JDWPConstants.EventKind.EXCEPTION); in testSingleStepWithPendingException()
80 clearEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestId, true); in testSingleStepWithPendingException()
DExceptionBaseTest.java49 JDWPConstants.EventKind.EXCEPTION, in receiveAndCheckExceptionEvent()
51 JDWPConstants.EventKind.getName(JDWPConstants.EventKind.EXCEPTION), in receiveAndCheckExceptionEvent()
62 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.EXCEPTION, requestID); in receiveAndCheckExceptionEvent()
DBreakpointOnCatchTest.java63 debuggeeWrapper.vmMirror.receiveCertainEvent(JDWPConstants.EventKind.EXCEPTION); in testBreakpointOnCatch()
74 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestID); in testBreakpointOnCatch()
DCombinedExceptionEventsTest.java131 JDWPConstants.EventKind.EXCEPTION, eventKind, in runCombinedExceptionEventsTest()
133 JDWPConstants.EventKind.EXCEPTION), in runCombinedExceptionEventsTest()
DExceptionWithLocationTest.java47 runEventWithLocationTest(JDWPConstants.EventKind.EXCEPTION); in testExceptionLocationEvent()
/external/google-breakpad/src/testing/scripts/generator/cpp/
Dkeywords.py46 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/
DObjectMBean.java361 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/
DDbg.stg202 "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/
DLog.java57 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/
DSslCertificates.java73 LOG.warn(Log.EXCEPTION,e); in getCertChain()
142 LOG.warn(Log.EXCEPTION,e); in customize()
/external/mockito/cglib-and-asm/src/org/mockito/asm/
DEdge.java51 static final int EXCEPTION = 0x7FFFFFFF; field in Edge
/external/chromium-trace/catapult/firefighter/update/common/buildbot/
D__init__.py13 EXCEPTION = 4 variable
/external/v8/src/regexp/
Dregexp-macro-assembler.cc171 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/
DJDWPConstants.java280 public static final byte EXCEPTION = 4; field in JDWPConstants.EventKind
342 case EXCEPTION: in getName()
DParsedEvent.java363 super(suspendPolicy, packet, JDWPConstants.EventKind.EXCEPTION); in Event_EXCEPTION()
696 case JDWPConstants.EventKind.EXCEPTION: { in parseEventPacket()
/external/jetty/src/java/org/eclipse/jetty/xml/
DXmlParser.java130 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/
DDeoptimizationWithExceptionHandlingTest.java136 final byte eventKind = JDWPConstants.EventKind.EXCEPTION; in waitForExceptionEvent()

1234