Searched refs:EXCEPTION (Results 1 - 25 of 69) sorted by relevance

123

/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DEdge.java51 static final int EXCEPTION = 0x7FFFFFFF; field in class:Edge
61 * EXCEPTION).
/external/google-breakpad/src/testing/scripts/generator/cpp/
H A Dkeywords.py46 EXCEPTION = set('try catch throw'.split()) variable
49 ALL = TYPES | TYPE_MODIFIERS | ACCESS | CASTS | OTHERS | OTHER_TYPES | CONTROL | EXCEPTION | LOOP
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DFuturesTransformTest.java49 throw new UndeclaredThrowableException(EXCEPTION);
56 listener.assertException(EXCEPTION);
H A DAbstractChainedListenableFutureTest.java36 protected static final Exception EXCEPTION = new Exception("Test exception"); field in class:AbstractChainedListenableFutureTest
61 inputFuture.setException(EXCEPTION);
62 listener.assertException(EXCEPTION);
88 * the exception to EXCEPTION in all other cases.
H A DAbstractServiceTest.java286 service.notifyFailed(EXCEPTION);
295 service.notifyFailed(EXCEPTION);
306 service.notifyFailed(EXCEPTION);
378 service.notifyFailed(EXCEPTION);
383 assertEquals(EXCEPTION, exception.get().getCause());
551 assertEquals(EXCEPTION, service.failureCause());
552 assertEquals(EXCEPTION, e.getCause());
570 assertEquals(EXCEPTION, service.failureCause());
571 assertEquals(EXCEPTION, e.getCause());
591 assertEquals(EXCEPTION, servic
944 private static final Exception EXCEPTION = new Exception(); field in class:AbstractServiceTest
[all...]
H A DFuturesTransformAsyncFunctionTest.java67 default: throw new UndeclaredThrowableException(EXCEPTION);
75 listener.assertException(EXCEPTION);
/external/guava/guava-testlib/test/com/google/common/testing/
H A DTestLogHandlerTest.java60 assertSame(EXCEPTION, record.getThrown());
87 static final Exception EXCEPTION = new Exception(); field in class:TestLogHandlerTest
94 logger.log(Level.INFO, "message", EXCEPTION);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DExceptionBaseTest.java30 * Base class for EXCEPTION tests.
35 * Waits for EXCEPTION event and checks it is the one we expect and the event
49 JDWPConstants.EventKind.EXCEPTION,
51 JDWPConstants.EventKind.getName(JDWPConstants.EventKind.EXCEPTION),
62 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.EXCEPTION, requestID);
H A DBreakpointOnCatchTest.java55 // First, we set an EXCEPTION caught event to know the location of the catch.
58 // Execute the EXCEPTION.
61 // Wait for EXCEPTION event.
63 debuggeeWrapper.vmMirror.receiveCertainEvent(JDWPConstants.EventKind.EXCEPTION);
73 // Clear the EXCEPTION event.
74 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestID);
79 // The debuggee is suspended on the EXCEPTION event: resume it to hit the BREAKPOINT event.
H A DExceptionWithLocationTest.java28 * JDWP Unit test for caught EXCEPTION event with LocationOnly modifier.
37 * This testcase is for caught EXCEPTION event with LocationOnly
41 * The test verifies that requested EXCEPTION event occurs in the
47 runEventWithLocationTest(JDWPConstants.EventKind.EXCEPTION);
H A DCombinedExceptionEventsTest.java31 * JDWP Unit test for combined EXCEPTION events.
40 * Tests combined EXCEPTION events for caught exception. It runs the
42 * EXCEPTION events for caught exception.
49 * Tests combined EXCEPTION events for uncaught exception. It runs the
51 * EXCEPTION events for uncaught exception.
58 * Tests combined EXCEPTION events. It runs the CombinedExceptionEventsDebuggee
59 * and requests the following EXCEPTION events:
131 JDWPConstants.EventKind.EXCEPTION, eventKind,
133 JDWPConstants.EventKind.EXCEPTION),
175 printTestLog("Request EXCEPTION even
[all...]
/external/v8/src/
H A Djson-stringifier.h31 enum Result { UNCHANGED, SUCCESS, EXCEPTION }; enumerator in enum:v8::internal::BASE_EMBEDDED::Result
265 DCHECK(result == EXCEPTION);
364 return EXCEPTION;
378 return EXCEPTION;
402 EXCEPTION);
472 EXCEPTION);
490 EXCEPTION);
502 isolate_, value, Execution::ToString(isolate_, object), EXCEPTION);
507 isolate_, value, Execution::ToNumber(isolate_, object), EXCEPTION);
614 EXCEPTION);
[all...]
/external/jetty/src/java/org/eclipse/jetty/server/ssl/
H A DSslCertificates.java73 LOG.warn(Log.EXCEPTION,e);
142 LOG.warn(Log.EXCEPTION,e);
/external/jetty/src/java/org/eclipse/jetty/util/log/
H A DLog.java57 public final static String EXCEPTION= "EXCEPTION "; field in class:Log
265 LOG.debug(EXCEPTION, th);
413 LOG.warn(EXCEPTION, th);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Deoptimization/
H A DDeoptimizationWithExceptionHandlingTest.java52 * deoptimize the stack and are able to receive EXCEPTION event for the
56 * to cause a full deoptimization of the stack and an EXCEPTION event
59 * Then we wait for the EXCEPTION event to be posted and resume the
136 final byte eventKind = JDWPConstants.EventKind.EXCEPTION;
/external/jetty/src/java/org/eclipse/jetty/jmx/
H A DObjectMBean.java361 LOG.warn(Log.EXCEPTION, e);
366 LOG.warn(Log.EXCEPTION, e);
383 LOG.warn(Log.EXCEPTION, e);
429 LOG.warn(Log.EXCEPTION, e);
434 LOG.warn(Log.EXCEPTION, e);
456 LOG.warn(Log.EXCEPTION, e);
489 LOG.warn(Log.EXCEPTION, e);
494 LOG.warn(Log.EXCEPTION, e);
499 LOG.warn(Log.EXCEPTION, e);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A 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);
H A DC.stg219 #undef EXCEPTION
263 #define EXCEPTION LEXSTATE->exception
342 #undef EXCEPTION
378 #define EXCEPTION PSRSTATE->exception
421 #undef EXCEPTION
456 #define EXCEPTION PSRSTATE->exception
1995 EXCEPTION->type = ANTLR3_EARLY_EXIT_EXCEPTION;
1996 EXCEPTION->name = (void *)ANTLR3_EARLY_EXIT_NAME;
2145 EXCEPTION->type = ANTLR3_MISMATCHED_SET_EXCEPTION;
2146 EXCEPTION
[all...]
H A DASTParser.stg45 retval.tree = (<ASTLabelType>)(ADAPTOR->errorNode(ADAPTOR, INPUT, retval.start, LT(-1), EXCEPTION));
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DJDWPConstants.java280 public static final byte EXCEPTION = 4; field in class:JDWPConstants.EventKind
342 case EXCEPTION:
343 return "EXCEPTION";
H A DParsedEvent.java348 * The class implements JDWP EXCEPTION event.
363 super(suspendPolicy, packet, JDWPConstants.EventKind.EXCEPTION);
696 case JDWPConstants.EventKind.EXCEPTION: {
/external/jetty/src/java/org/eclipse/jetty/util/thread/
H A DTimeout.java144 LOG.warn(Log.EXCEPTION,th);
/external/jetty/src/java/org/eclipse/jetty/xml/
H A DXmlParser.java130 LOG.warn(Log.EXCEPTION, e);
385 LOG.debug(Log.EXCEPTION, ex);
395 LOG.debug(Log.EXCEPTION, ex);
403 LOG.debug(Log.EXCEPTION, ex);
/external/jetty/src/java/org/eclipse/jetty/util/resource/
H A DResource.java116 LOG.debug(Log.EXCEPTION,e);
181 LOG.debug(Log.EXCEPTION,e2);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/
H A DLaunchedDebugger.java97 * Receives initial EXCEPTION event if debuggee is suspended on event.
102 debuggeeWrapper.vmMirror.receiveCertainEvent(JDWPConstants.EventKind.EXCEPTION);
103 logWriter.println("Received inital EXCEPTION event");

Completed in 567 milliseconds

123