Searched defs:exception (Results 151 - 175 of 285) sorted by relevance

1234567891011>>

/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/command/
H A DAbstractFakeCommandHandler.java191 * Handle the exception caught during handleCommand()
195 * @param exception - the caught exception
198 private void handleException(Command command, Session session, Throwable exception, int replyCode) { argument
199 LOG.warn("Error handling command: " + command + "; " + exception, exception);
204 * Handle the exception caught during handleCommand()
208 * @param exception - the caught exception
212 private void handleFileSystemException(Command command, Session session, FileSystemException exception, in argument
[all...]
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/command/
H A DAbstractFakeCommandHandler.java191 * Handle the exception caught during handleCommand()
195 * @param exception - the caught exception
198 private void handleException(Command command, Session session, Throwable exception, int replyCode) { argument
199 LOG.warn("Error handling command: " + command + "; " + exception, exception);
204 * Handle the exception caught during handleCommand()
208 * @param exception - the caught exception
212 private void handleFileSystemException(Command command, Session session, FileSystemException exception, in argument
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DParsedEvent.java352 private TaggedObject exception; field in class:ParsedEvent.Event_EXCEPTION
364 exception = packet.getNextValueAsTaggedObject();
369 * @return Returns the location of the caught exception.
376 * @return Returns the exception.
379 return exception;
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-cxx.h56 class exception { class in namespace:std
58 exception() throw();
59 virtual ~exception() throw();
65 class bad_alloc : public exception {
/external/google-breakpad/src/client/windows/unittests/
H A Dexception_handler_death_test.cc121 // For the in-proc test, we just need to instantiate an exception
124 // the semantics of the exception handler being inherited/not
358 // Read the minidump. Locate the exception record and the
361 // the exception record.
366 MinidumpException* exception = minidump.GetException(); local
368 ASSERT_TRUE(exception);
372 MinidumpContext* context = exception->GetContext();
453 // Read the minidump. Locate the exception record and the
456 // the exception record.
461 MinidumpException* exception local
549 MinidumpException* exception = minidump.GetException(); local
[all...]
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
H A DPairingSession.java21 import com.google.polo.exception.BadSecretException;
22 import com.google.polo.exception.NoConfigurationException;
23 import com.google.polo.exception.PoloException;
24 import com.google.polo.exception.ProtocolErrorException;
241 } catch (PoloException exception) {
242 logDebug("Exception while getting message: " + exception);
243 mMessageQueue.put(new QueueMessage(exception));
245 } catch (IOException exception) {
246 logDebug("Exception while getting message: " + exception);
247 mMessageQueue.put(new QueueMessage(new PoloException(exception)));
693 QueueMessage( PoloMessage message, byte[] secret, PoloException exception) argument
721 QueueMessage(PoloException exception) argument
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DAbstractIteratorTester.java55 * throws an exception.
60 * next, even if a subsequent next() call threw an exception; however
66 * throws an exception in next().
78 * Don't verify iterator behavior after a call to add() throws an exception.
86 * stimulus sequence after the iterator under test throws an exception in
106 * Meta-exception thrown by
108 * throwing any particular exception type.
125 boolean isPermitted(RuntimeException exception) { argument
127 if (Platform.checkIsInstance(clazz, exception)) {
135 void assertPermitted(RuntimeException exception) { argument
[all...]
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheLoadingTest.java1703 final Exception e = new IllegalStateException("exception to trigger failure on first load()");
1989 // subsequent calls should call the loader again, not get the old exception
1999 * On a concurrent computation that throws an unchecked exception, all threads should get the
2000 * (wrapped) exception, with the loader called only once. The result should not be cached (a later
2025 // exception thrown by the loader is always wrapped as an UncheckedExecutionException.
2030 // subsequent calls should call the loader again, not get the old exception
2040 * On a concurrent computation that throws a checked exception, all threads should get the
2041 * (wrapped) exception, with the loader called only once. The result should not be cached (a later
2078 // subsequent calls should call the loader again, not get the old exception
2091 * returned, or the exception throw
2503 throwing(final Exception exception) argument
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcallimts.cpp55 UErrorCode exception = U_ZERO_ERROR; local
58 cal->setTime(millis, exception);
59 if (U_SUCCESS(exception)) {
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.h149 uint32_t exception; member in struct:RegisterContextDarwin_arm::EXC
/external/v8/test/mjsunit/
H A Ddebug-scopes.js38 var exception; variable
53 exception = e;
66 exception = null;
74 assertNull(exception, test_name + " / " + exception);
/external/v8/tools/oom_dump/
H A Doom_dump.cc114 MinidumpException *exception = minidump.GetException(); local
115 CHECK(exception);
117 MinidumpContext* crash_context = exception->GetContext();
121 CHECK(exception->GetThreadID(&exception_thread_id));
219 printf("exception thread ID: %" PRIu32 " (%#" PRIx32 ")\n",
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DIncrementalSAXSource_Filter.java427 // us in the exception handling code because it won't be delivered as part
430 public void error(SAXParseException exception) throws SAXException argument
433 clientErrorHandler.error(exception);
436 public void fatalError(SAXParseException exception) throws SAXException argument
441 clientErrorHandler.error(exception);
448 public void warning(SAXParseException exception) throws SAXException argument
451 clientErrorHandler.error(exception);
545 * very quickly by throwing a reserved exception to it. If the stream is
644 if(DEBUG)System.out.println("Active IncrementalSAXSource_Filter normal stop exception");
651 if(DEBUG)System.out.println("Active IncrementalSAXSource_Filter normal stop exception");
[all...]
/external/google-breakpad/src/client/linux/handler/
H A Dexception_handler_unittest.cc100 string file = dir + "/exception-handler-unittest.XXXXXX";
235 // Crash with the exception handler in scope.
311 // Crash with the exception handler in scope.
387 // Create a new exception handler, this installs a new SIGSEGV
402 // Crash with the exception handler in scope.
537 // Read the minidump. Locate the exception record and the
540 // the exception record.
544 MinidumpException* exception = minidump.GetException(); local
546 ASSERT_TRUE(exception);
550 MinidumpContext* context = exception
636 MinidumpException* exception = minidump.GetException(); local
726 MinidumpException* exception = minidump.GetException(); local
794 MinidumpException* exception = minidump.GetException(); local
1011 MinidumpException* exception = minidump.GetException(); local
1178 MinidumpException* exception = minidump.GetException(); local
[all...]
/external/google-breakpad/src/client/mac/handler/
H A Dexception_handler.cc96 exception_type_t exception; member in struct:google_breakpad::ExceptionMessage
118 // and may result in treating a non-fatal exception as fatal.
133 exception_type_t exception,
142 exception_type_t exception,
175 exception_type_t exception; member in struct:google_breakpad::__anon5082
198 In0P->exception,
213 exception_type_t exception,
219 return ForwardException(task, failed_thread, exception, code, code_count);
252 // simply get a callback with the exception information
371 // If this is a real exception, giv
211 catch_exception_raise(mach_port_t port, mach_port_t failed_thread, mach_port_t task, exception_type_t exception, exception_data_t code, mach_msg_type_number_t code_count) argument
424 ForwardException(mach_port_t task, mach_port_t failed_thread, exception_type_t exception, exception_data_t code, mach_msg_type_number_t code_count) argument
[all...]
/external/google-breakpad/src/processor/
H A Dminidump_processor.cc109 MinidumpException *exception = dump->GetException(); local
110 if (exception) {
112 has_requesting_thread = exception->GetThreadID(&requesting_thread_id);
145 (exception != NULL ? "" : "no ") << "exception, " <<
211 // Use the exception record's context for the crashed thread, instead
213 // own context is the state inside the exception handler. Using it
215 // crash. If the exception context is invalid, however, we fall back
217 MinidumpContext *ctx = exception->GetContext();
654 MinidumpException *exception local
[all...]
/external/guava/guava/src/com/google/common/util/concurrent/
H A DFutures.java262 * Returns a {@code ListenableFuture} which has an exception set immediately
287 * Returns a {@code CheckedFuture} which has an exception set immediately upon
294 * provided exception itself.
297 immediateFailedCheckedFuture(X exception) { argument
298 checkNotNull(exception);
299 return new ImmediateFailedCheckedFuture<V, X>(exception);
308 * fallback}, an exception is thrown, this exception is used as the result of
312 * exception occurs:
317 * // Falling back to a zero counter in case an exception happen
[all...]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractServiceTest.java363 final AtomicReference<Throwable> exception = Atomics.newReference();
370 exception.set(t);
382 assertTrue(exception.get() instanceof IllegalStateException);
383 assertEquals(EXCEPTION, exception.get().getCause());
610 assertEquals(service.exception, service.failureCause());
611 assertEquals(service.exception, e.getCause());
629 assertEquals(service.exception, service.failureCause());
630 assertEquals(service.exception, e.getCause());
650 assertEquals(service.exception, service.failureCause());
651 assertEquals(service.exception,
774 final RuntimeException exception = new RuntimeException("deliberate"); field in class:AbstractServiceTest.StartThrowingService
787 final RuntimeException exception = new RuntimeException("deliberate"); field in class:AbstractServiceTest.RunThrowingService
801 final RuntimeException exception = new RuntimeException("deliberate"); field in class:AbstractServiceTest.StopThrowingService
[all...]
/external/icu/icu4c/source/i18n/
H A Dfilteredbrk.cpp215 // loops while 'n' points to an exception.
261 continue; // See if the next is another exception.
284 // no match (no exception) -return the 'underlying' break
292 return n; // No match - so exit. Not an exception.
306 virtual UBool suppressBreakAfter(const UnicodeString& exception, UErrorCode& status);
307 virtual UBool unsuppressBreakAfter(const UnicodeString& exception, UErrorCode& status);
347 SimpleFilteredBreakIteratorBuilder::suppressBreakAfter(const UnicodeString& exception, UErrorCode& status) argument
349 UBool r = fSet.add(exception, status);
350 FB_TRACE("suppressBreakAfter",&exception,r,0);
355 SimpleFilteredBreakIteratorBuilder::unsuppressBreakAfter(const UnicodeString& exception, UErrorCod argument
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowApplication.java398 * @param type the type to report for the context if an exception is thrown
407 e.setStackTrace(registeredReceiver.exception.getStackTrace());
422 e.setStackTrace(registeredReceiver.exception.getStackTrace());
522 public Throwable exception; field in class:ShadowApplication.Wrapper
528 exception = new Throwable();
/external/robolectric/lib/main/
H A Dcommons-logging-1.1.1.jar ... String line int start int end String temp int lastPeriod Exception ex public void debug (java.lang.Object) Object ...
/external/chromium-trace/trace-viewer/third_party/webapp2/
H A Dwebapp2.py60 #: Base HTTP exception, set here as public interface.
352 - ``response.headers`` raises an exception when a key that doesn't exist
588 This stops code execution, leaving the HTTP exception to be handled
589 by an exception handler.
594 Positional arguments to be passed to the exception class.
596 Keyword arguments to be passed to the exception class.
629 def handle_exception(self, exception, debug):
630 """Called if this handler throws an exception during execution.
632 The default behavior is to re-raise the exception to be handled by
635 :param exception
1672 exception = None variable in class:ImportStringError
[all...]
/external/doclava/src/com/google/doclava/
H A DMethodInfo.java388 ClassInfo ex = list[i].exception();
761 public boolean throwsException(ClassInfo exception) { argument
763 if (e.qualifiedName().equals(exception.qualifiedName())) {
850 for (ClassInfo exception : thrownExceptions()) {
851 if (!mInfo.throwsException(exception)) {
855 + mInfo.prettyQualifiedSignature() + " no longer throws exception "
856 + exception.qualifiedName());
867 + mInfo.prettyQualifiedSignature() + " added thrown exception "
/external/google-breakpad/src/google_breakpad/processor/
H A Dminidump.h73 // There is one exception to this memory management policy:
155 // own context, and the exception record, if present, also has its own
156 // context. Note that if the exception record is present, the context it
157 // refers to is probably what the user wants to use for the exception
158 // thread, instead of that thread's own context. The exception thread's
159 // context (as opposed to the exception record's context) will contain
160 // context for the exception handler (which performs minidump generation),
161 // and not the context that caused the exception (which is probably what the
262 // the thread that caused an exception, the context carried by
278 // The thread ID is used to determine if a thread is the exception threa
599 const MDRawExceptionStream* exception() const { function in class:google_breakpad::MinidumpException
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DCodeEmitter.java146 public void catch_exception(Block block, Type exception) { argument
153 exception.getInternalName());

Completed in 1418 milliseconds

1234567891011>>