HomeSort by relevance Sort by last modified time
    Searched defs:EXCEPTION (Results 1 - 25 of 41) sorted by null

1 2

  /external/mockito/cglib-and-asm/src/org/mockito/asm/
Edge.java 45 * Denotes a control flow graph edge corresponding to an exception handler.
47 * corresponds to an exception handler. The actual value of {@link #info} is
48 * the index, in the {@link ClassWriter} type table, of the exception that
51 static final int EXCEPTION = 0x7FFFFFFF;
61 * EXCEPTION).
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractChainedListenableFutureTest.java 36 protected static final Exception EXCEPTION = new Exception("Test exception");
43 protected void setUp() throws Exception {
52 public void testFutureGetBeforeCallback() throws Exception {
53 // Verify that get throws a timeout exception before the callback is called.
60 public void testFutureGetThrowsWrappedException() throws Exception {
61 inputFuture.setException(EXCEPTION);
62 listener.assertException(EXCEPTION);
    [all...]
AbstractServiceTest.java 56 public void testNoOpServiceStartAndWaitStopAndWait() throws Exception {
66 public void testNoOpServiceStartStopIdempotence() throws Exception {
78 public void testNoOpServiceStartStopIdempotenceAfterWait() throws Exception {
90 public void testNoOpServiceStartStopIdempotenceDoubleWait() throws Exception {
103 throws Exception {
295 + "Exception status (possibly stale): " + thrownByExecutionThread,
340 public void testStopUnstartedService() throws Exception {
351 public void testThrowingServiceStartAndWait() throws Exception {
358 assertEquals(EXCEPTION, e.getCause());
362 public void testThrowingServiceStopAndWait_stopThrowing() throws Exception {
    [all...]
  /external/guava/guava-tests/test/com/google/common/testing/
TestLogHandlerTest.java 35 @Override protected void setUp() throws Exception {
47 public void tearDown() throws Exception {
54 public void test() throws Exception {
60 assertSame(EXCEPTION, record.getThrown());
63 public void testConcurrentModification() throws Exception {
87 static final Exception EXCEPTION = new Exception();
94 logger.log(Level.INFO, "message", EXCEPTION);
  /external/chromium_org/v8/src/
regexp-macro-assembler.h 179 // EXCEPTION: Something failed during execution. If no exception has been
181 // throw the exception.
185 enum Result { RETRY = -2, EXCEPTION = -1, FAILURE = 0, SUCCESS = 1 };
json-stringifier.h 30 enum Result { UNCHANGED, SUCCESS, EXCEPTION };
265 ASSERT(result == EXCEPTION);
363 return EXCEPTION;
375 return EXCEPTION;
399 EXCEPTION);
467 EXCEPTION);
485 EXCEPTION);
497 isolate_, value, Execution::ToString(isolate_, object), EXCEPTION);
502 isolate_, value, Execution::ToNumber(isolate_, object), EXCEPTION);
609 EXCEPTION);
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
JDWPConstants.java 280 public static final byte EXCEPTION = 4;
342 case EXCEPTION:
343 return "EXCEPTION";
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.event_1.2.0.v20100503.jar 
javax.servlet.jsp_2.0.0.v200806031607.jar 
org.eclipse.osgi.services_3.2.100.v20100503.jar 
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 53 EXCEPTION = _tkinter.EXCEPTION
190 """Internal function. Calling it will raise the exception SystemExit."""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 53 EXCEPTION = _tkinter.EXCEPTION
190 """Internal function. Calling it will raise the exception SystemExit."""
    [all...]
  /prebuilts/tools/common/easymock-tools/
easymock-3.1-tests.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 

Completed in 191 milliseconds

1 2