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

1 2 3

  /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/
FuturesTransformTest.java 49 throw new UndeclaredThrowableException(EXCEPTION);
54 public void testFutureGetThrowsFunctionException() throws Exception {
56 listener.assertException(EXCEPTION);
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...]
FuturesTransformAsyncFunctionTest.java 67 default: throw new UndeclaredThrowableException(EXCEPTION);
73 public void testFutureGetThrowsFunctionException() throws Exception {
75 listener.assertException(EXCEPTION);
79 throws Exception {
89 throws Exception {
99 public void testFutureCancelBeforeInputCompletion() throws Exception {
111 public void testFutureCancellableBeforeOutputCompletion() throws Exception {
124 public void testFutureCancellableBeforeFunctionCompletion() throws Exception {
153 public void testFutureCancelAfterCompletion() throws Exception {
162 public void testFutureGetThrowsRuntimeException() 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/elfutils/
Makefile.am 36 EXTRA_DIST = elfutils.spec GPG-KEY NOTES EXCEPTION
  /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/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
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);
C.stg 175 * and so on. The exception (in my book at least) is for generated code, where you are
219 #undef EXCEPTION
263 #define EXCEPTION LEXSTATE->exception
342 #undef EXCEPTION
378 #define EXCEPTION PSRSTATE->exception
421 #undef EXCEPTION
456 #define EXCEPTION PSRSTATE->exception
    [all...]
ASTParser.stg 45 retval.tree = (<ASTLabelType>)(ADAPTOR->errorNode(ADAPTOR, INPUT, retval.start, LT(-1), EXCEPTION));
AST.stg 384 EXCEPTION->type = ANTLR3_REWRITE_EARLY_EXCEPTION;
385 EXCEPTION->name = (void *)ANTLR3_REWRITE_EARLY_EXCEPTION_NAME;
  /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) {
  /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 };
regexp-macro-assembler.cc 183 if (result == EXCEPTION && !isolate->has_pending_exception()) {
185 // but haven't created the exception yet.
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_documentinvalidcharacterexceptioncreateattribute.js 32 // is set to complete and the exception is immediately
39 // creates test document builder, may throw exception
85 character the desired EXCEPTION should be raised.
90 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-1084891198')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INVALID_CHARACTER_ERR'])
hc_documentinvalidcharacterexceptioncreateelement.js 32 // is set to complete and the exception is immediately
39 // creates test document builder, may throw exception
85 character the desired EXCEPTION should be raised.
90 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-2141741547')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INVALID_CHARACTER_ERR'])
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_documentinvalidcharacterexceptioncreateattribute.js 32 // is set to complete and the exception is immediately
39 // creates test document builder, may throw exception
85 character the desired EXCEPTION should be raised.
90 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-1084891198')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INVALID_CHARACTER_ERR'])
hc_documentinvalidcharacterexceptioncreateelement.js 32 // is set to complete and the exception is immediately
39 // creates test document builder, may throw exception
85 character the desired EXCEPTION should be raised.
90 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-2141741547')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INVALID_CHARACTER_ERR'])
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.event_1.2.0.v20100503.jar 
  /external/v8/src/arm/
regexp-macro-assembler-arm.cc 652 // Exit with OutOfMemory exception. There is not enough space on the stack
654 __ mov(r0, Operand(EXCEPTION));
802 // must exit with a stack-overflow exception.
812 // If any of the code above needed to exit with an exception.
814 // Exit with Result EXCEPTION(-1) to signal thrown exception.
815 __ mov(r0, Operand(EXCEPTION));
    [all...]
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc 703 // Exit with OutOfMemory exception. There is not enough space on the stack
705 __ mov(eax, EXCEPTION);
864 // must exit with a stack-overflow exception.
876 // If any of the code above needed to exit with an exception.
878 // Exit with Result EXCEPTION(-1) to signal thrown exception.
879 __ mov(eax, EXCEPTION);
    [all...]
  /external/v8/src/mips/
regexp-macro-assembler-mips.cc 130 // If the code gets too big or corrupted, an internal exception will be
604 // space on trampolines, an internal exception flag is set. If this case
648 // Exit with OutOfMemory exception. There is not enough space on the stack
650 __ li(v0, Operand(EXCEPTION));
811 // must exit with a stack-overflow exception.
822 // If any of the code above needed to exit with an exception.
824 // Exit with Result EXCEPTION(-1) to signal thrown exception.
825 __ li(v0, Operand(EXCEPTION));
    [all...]
  /external/v8/src/x64/
regexp-macro-assembler-x64.cc 771 // Exit with OutOfMemory exception. There is not enough space on the stack
773 __ Set(rax, EXCEPTION);
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jsevalcontext.js 229 log('jsexec EXCEPTION: ' + e + ' at ' + template +
338 log('jsEvalToFunction (' + expr + ') EXCEPTION ' + e);

Completed in 510 milliseconds

1 2 3