| /external/jmdns/src/javax/jmdns/impl/ |
| JmmDNSImpl.java | 98 } catch (IOException exception) { 107 } catch (InterruptedException exception) { 108 logger.log(Level.WARNING, "Exception ", exception); 216 } catch (InterruptedException exception) { 217 logger.log(Level.WARNING, "Exception ", exception); 419 } catch (InterruptedException exception) { 420 logger.log(Level.WARNING, "Exception ", exception); [all...] |
| /external/chromium_org/v8/test/intl/ |
| assert.js | 92 * Throws an exception, and prints the values in case of error. 129 * Returns true if code throws specified exception. 150 throw new Error("Did not throw exception"); 155 * Throws an exception if code throws. 165 fail("threw an exception: ", e.message || e, name_opt);
|
| /external/chromium_org/v8/test/mjsunit/ |
| debug-clearbreakpointgroup.js | 34 var exception = false; variable 75 exception = e 105 "listener did not run to completion: " + exception); 117 assertFalse(exception, "exception in listener");
|
| debug-receiver.js | 35 var exception; variable 42 // explictly caught here and checked later because exception in the 52 exception = e; 64 exception = null; 72 assertNull(exception, test_name);
|
| debug-stepin-builtin.js | 33 var exception = null; 55 exception = e; 74 assertNull(exception);
|
| debug-stepout-to-builtin.js | 33 var exception = null; 55 exception = e; 80 assertNull(exception);
|
| object-define-property.js | 32 // Check that an exception is thrown when null is passed as object. 33 var exception = false; variable 37 exception = true; 40 assertTrue(exception); 42 // Check that an exception is thrown when undefined is passed as object. 43 exception = false; 47 exception = true; 50 assertTrue(exception); 52 // Check that an exception is thrown when non-object is passed as object. 53 exception = false [all...] |
| /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
| org.eclipse.sisu.plexus-0.0.0.M5.jar | |
| /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
| Lexer.pm | 81 my $exception = $EVAL_ERROR; 82 if ($exception->isa('ANTLR::Runtime::RecognitionException')) { 83 $self->report_error($exception); 84 $self->recover($exception); 86 croak $exception;
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
| SuspendCountTest.java | 71 } catch (NumberFormatException exception) { 73 ("## FAILURE: Exception while getting number of started threads from debuggee = " + exception); 95 } catch (ReplyErrorCodeException exception) { 97 ("## FAILURE: Exception in vmMirror.getAllThreadID() = " + exception); 116 } catch (ReplyErrorCodeException exception) {
|
| /external/libcxxabi/src/ |
| cxa_exception.cpp | 9 // This file implements the "Exception Handling APIs" 17 #include <exception> // for std::terminate 60 // Get the exception object from the unwind pointer. 62 // front of the user's exception object 98 static inline int incrementHandlerCount(__cxa_exception *exception) { 99 return ++exception->handlerCount; 103 static inline int decrementHandlerCount(__cxa_exception *exception) { 104 return --exception->handlerCount; 124 exc is called, and then the memory for the exception is deallocated. 135 // Just in case there exists a dependent exception that is pointing to this [all...] |
| /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
| cxa_exception.cpp | 9 // This file implements the "Exception Handling APIs" 17 #include <exception> // for std::terminate 60 // Get the exception object from the unwind pointer. 62 // front of the user's exception object 98 static inline int incrementHandlerCount(__cxa_exception *exception) { 99 return ++exception->handlerCount; 103 static inline int decrementHandlerCount(__cxa_exception *exception) { 104 return --exception->handlerCount; 124 exc is called, and then the memory for the exception is deallocated. 135 // Just in case there exists a dependent exception that is pointing to this [all...] |
| /packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
| Contact.java | 98 private final Exception mException; 103 private Contact(Uri requestedUri, Contact.Status status, Exception exception) { 104 if (status == Status.ERROR && exception == null) { 105 throw new IllegalArgumentException("ERROR result must have exception"); 108 mException = exception; 132 public static Contact forError(Uri requestedUri, Exception exception) { 133 return new Contact(requestedUri, Status.ERROR, exception); 276 * @return true when an exception happened during loading, in which cas [all...] |
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
| ImsPhoneMmiCode.java | 268 //Is a country-specific exception to short codes as defined in TS 22.030, 6.5.3.2 576 * Exception (1) to Call initiation is: If the user of the device is already in a call [all...] |
| /art/runtime/ |
| quick_exception_handler.cc | 45 CatchBlockStackVisitor(Thread* self, Context* context, Handle<mirror::Throwable>* exception, 48 : StackVisitor(self, context), self_(self), exception_(exception), 66 // No next method? Check exception handler is set up for the unhandled exception handler 108 // The exception we're looking for the catch block of. 110 // The quick exception handler we're visiting for. 117 mirror::Throwable* exception, 121 mirror::String* msg = exception->GetDetailMessage(); 123 self_->DumpStack(LOG(INFO) << "Delivering exception: " << PrettyTypeOf(exception) [all...] |
| /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
| IncrementalSAXSource_Filter.java | 235 // EXCEPTION: In this case we need to run the event BEFORE we yield. 427 // us in the exception handling code because it won't be delivered as part 430 public void error(SAXParseException exception) throws SAXException 433 clientErrorHandler.error(exception); 436 public void fatalError(SAXParseException exception) throws SAXException 438 // EXCEPTION: In this case we need to run the event BEFORE we yield -- 441 clientErrorHandler.error(exception); 448 public void warning(SAXParseException exception) throws SAXException 451 clientErrorHandler.error(exception); 545 * very quickly by throwing a reserved exception to it. If the stream i [all...] |
| /external/chromium_org/third_party/libaddressinput/src/java/testlibs/ |
| commons-logging-1.1.1.jar | |
| /external/chromium_org/v8/test/mjsunit/regress/ |
| regress-1639-2.js | 31 var exception = false; 83 exception = true; 96 assertFalse(exception);
|
| regress-1639.js | 32 var exception = false; variable 62 exception = true; 91 assertFalse(exception);
|
| regress-debug-deopt-while-recompile.js | 37 exception = e; 42 var exception = null; variable 84 assertNull(exception);
|
| regress-opt-after-debug-deopt.js | 43 exception = e; 48 var exception = null; variable 76 assertNull(exception);
|
| /external/chromium_org/v8/test/webkit/ |
| array-every.js | 77 debug("4.0 Exception Test"); 79 if(index==1) throw "exception from function"; 82 shouldThrow("[12, 5, 8, 130, 44].every(isBigEnoughAndException)", '"exception from function"'); 83 shouldThrow("[12, 54, 18, 130, 44].every(isBigEnoughAndException)", '"exception from function"');
|
| /external/chromium_org/v8/test/webkit/fast/js/ |
| stack-overflow-arrity-catch.js | 24 description('Test that if an arrity check causes a stack overflow, the exception goes to the right catch'); 41 // now cause a stack overflow exception due to arrity processing 72 // now cause a stack overflow exception due to arrity processing
|
| /external/guava/guava-testlib/src/com/google/common/collect/testing/ |
| AbstractIteratorTester.java | 54 * throws an exception. 59 * next, even if a subsequent next() call threw an exception; however 65 * throws an exception in next(). 77 * Don't verify iterator behavior after a call to add() throws an exception. 85 * stimulus sequence after the iterator under test throws an exception in 105 * Meta-exception thrown by 107 * throwing any particular exception type. 124 boolean isPermitted(RuntimeException exception) { 126 if (Platform.checkIsInstance(clazz, exception)) { 134 void assertPermitted(RuntimeException exception) { [all...] |
| /external/icu/icu4c/source/i18n/ |
| filteredbrk.cpp | 116 // loops while 'n' points to an exception. 162 continue; // See if the next is another exception. 185 // no match (no exception) -return the 'underlying' break 193 return n; // No match - so exit. Not an exception. 220 virtual UBool suppressBreakAfter(const UnicodeString& exception, UErrorCode& status); 221 virtual UBool unsuppressBreakAfter(const UnicodeString& exception, UErrorCode& status); 261 SimpleFilteredBreakIteratorBuilder::suppressBreakAfter(const UnicodeString& exception, UErrorCode& status) 264 return fSet.insert(exception).second; 268 SimpleFilteredBreakIteratorBuilder::unsuppressBreakAfter(const UnicodeString& exception, UErrorCode& status) 271 return ((fSet.erase(exception)) != 0) [all...] |