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

  /external/chromium/testing/gmock/scripts/generator/cpp/
keywords.py 46 EXCEPTION = set('try catch throw'.split())
49 ALL = TYPES | TYPE_MODIFIERS | ACCESS | CASTS | OTHERS | OTHER_TYPES | CONTROL | EXCEPTION | LOOP
  /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/v8/src/
regexp-macro-assembler.h 185 // EXCEPTION: Something failed during execution. If no exception has been
187 // throw the exception.
191 enum Result { RETRY = -2, EXCEPTION = -1, FAILURE = 0, SUCCESS = 1 };
objects.h     [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
AbstractSyncService.java 100 * functionality, success is indicated by a failure to throw an Exception
147 static final int EXCEPTION = 3;
153 Exception exception = null; field in class:AbstractSyncService.ValidationResult
165 ValidationResult(Exception e) {
167 failure = EXCEPTION;
168 exception = e;
204 public void userLog(String str, Exception e) {
  /packages/apps/Email/tests/src/com/android/email/
RefreshManagerTest.java 44 private static final MessagingException EXCEPTION = new MessagingException("test");
53 protected void setUp() throws Exception {
66 protected void tearDown() throws Exception {
118 s.onCallback(EXCEPTION, 0, mClock);
204 // Done with exception.
205 mController.mListener.updateMailboxListCallback(EXCEPTION, ACCOUNT_2, 0);
211 assertEquals(MessagingExceptionStrings.getErrorString(mContext, EXCEPTION),
302 // Done with exception.
303 mController.mListener.updateMailboxCallback(EXCEPTION, ACCOUNT_2, MAILBOX_2, 0, 0, null);
309 assertEquals(MessagingExceptionStrings.getErrorString(mContext, EXCEPTION),
    [all...]
  /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 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
com.ibm.icu_4.2.1.v20100412.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 315 milliseconds