HomeSort by relevance Sort by last modified time
    Searched full:catches (Results 101 - 125 of 520) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libchrome/sandbox/win/src/
crosscall_client.h 52 // The default copy helper. It catches the general case where no other
126 // This copy helper template specialization catches the cases where the
245 // This copy helper template specialization catches the cases where the
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoDownloadRunnable.java 150 // Downloads the image and catches IO errors
368 // Catches exceptions thrown in response to a queued interrupt
PhotoFragment.java 64 // Catches an invalid URL format
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
test_pool.py 165 because httplib catches the problem before it happens and raises
180 - Thread 2: _mexe catches the exception, does not return the
  /external/sl4a/Common/src/org/apache/commons/codec/binary/
StringUtils.java 136 * This method catches {@link UnsupportedEncodingException} and rethrows it as {@link IllegalStateException}, which
169 * This method catches {@link UnsupportedEncodingException} and re-throws it as {@link IllegalStateException}, which
  /cts/tools/dasm/src/dasm/
DasmCatchBuilder.java 131 * Gets whether this instance has any catches at all.
  /dalvik/dx/src/com/android/dx/cf/direct/
StdAttributeFactory.java 251 ByteCatchList catches = (exceptionTableLength == 0) ? local
278 catches.set(i, startPc, endPc, handlerPc, catchType);
294 catches.setImmutable();
308 return new AttCode(maxStack, maxLocals, code, catches, attributes);
  /external/autotest/client/cros/
xmlrpc_server.py 107 Wrap a function with a try block that catches DBus exceptions and
  /external/chromium-trace/catapult/third_party/Paste/paste/
httpexceptions.py 12 request handler (`middleware`) that catches these exceptions and turns
613 catches exceptions and turns them into proper HTTP responses
615 This middleware catches any exceptions (which are subclasses of
654 ``httpexceptions`` middleware; this catches any
  /external/chromium-trace/catapult/third_party/webapp2/docs/guide/
exceptions.rst 28 a base class that catches generic exceptions, and if needed override
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stoptheworld_test.cc 198 // Test that tracer thread catches SIGSEGV.
  /external/dbus/bus/
config-loader-libxml.c 37 * - setup a "structured" error handler that catches structural
  /external/guava/guava/src/com/google/common/base/internal/
Finalizer.java 139 * Cleans up a single reference. Catches and logs all throwables.
  /external/guice/core/test/com/google/inject/
OptionalBindingTest.java 259 // which catches optional injected constructors.
  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.h 110 /// catches in the function. This tables is reversed indexed base 1.
  /external/llvm/test/CodeGen/ARM/
2010-05-17-FastAllocCrash.ll 8 ; catches it.
  /external/llvm/test/CodeGen/X86/
misched-new.ll 85 ; catches any pressure set underflow.
  /external/llvm/test/Verifier/
statepoint.ll 27 ; This test catches two cases where the verifier was too strict:
  /external/mesa3d/src/mesa/vbo/
vbo_context.h 35 * This module hooks into the GL dispatch table and catches all vertex
  /external/pdfium/core/src/fxge/freetype/
fx_freetype.c 86 /* -- this also catches character codes below `0' since such */
  /external/toybox/toys/posix/
printf.c 49 // Not a hex or octal escape? (This catches trailing \)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/
halloc.c 241 * this catches loops in hierarchy with almost zero
  /libcore/ojluni/src/main/java/java/beans/
PropertyChangeEvent.java 107 * the sole requirement is that if a listener catches a PropertyChangeEvent
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageViewTests.java 101 // * has completed loading the message. This catches various race conditions.
  /packages/services/Mms/src/com/android/mms/service/
MmsNetworkManager.java 197 // catches the exception so that state clean up can be executed.

Completed in 1699 milliseconds

1 2 3 45 6 7 8 91011>>