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

1 2 3 4 5 6 7 8 91011>>

  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
InterceptorTest.java 579 /** Catches exceptions that are otherwise headed for the uncaught exception handler. */
  /external/webrtc/third_party/gtest-parallel/
gtest-parallel 30 # An object that catches SIGINT sent to the Python process and notices
  /external/webrtc/webrtc/base/
ipaddress.cc 114 // Catches AF_UNSPEC and invalid addresses.
win32.cc 302 // Catches addresses too short or too long.
  /frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java 66 * exception. The framework catches these for the main threads, so
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileTest.java     [all...]
  /ndk/sources/cxx-stl/gabi++/src/
helper_func_internal.cc 155 // Found catch (...) catches everything, including foreign exceptions
  /packages/apps/TV/src/com/android/tv/util/
ImageLoader.java 75 * ImageLoader catches the error, and just leaves the image blank.
  /packages/apps/UnifiedEmail/src/com/android/mail/widget/
BaseWidgetProvider.java 117 * Catches ACTION_NOTIFY_DATASET_CHANGED intent and update the corresponding
  /prebuilts/go/darwin-x86/src/text/template/parse/
lex.go 422 // appear after an identifier. Breaks .X.Y into two pieces. Also catches cases
  /prebuilts/go/linux-x86/src/text/template/parse/
lex.go 422 // appear after an identifier. Breaks .X.Y into two pieces. Also catches cases
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
BaseBuilder.java 200 * Adds a marker to the current project. This methods catches thrown {@link CoreException},
  /external/gmock/include/gmock/
gmock-actions.h 547 // catches the user error of using ReturnRef(x) when Return(x)
595 // catches the user error of using ReturnRefOfCopy(x) when Return(x)
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-actions.h 547 // catches the user error of using ReturnRef(x) when Return(x)
595 // catches the user error of using ReturnRefOfCopy(x) when Return(x)
    [all...]
  /external/iproute2/man/man7/
tc-hfsc.7 361 sending any traffic until B's virtual time catches up with A.
395 will not be allowed to transfer until C's virtual time catches up.
  /frameworks/base/docs/html/training/auto/messaging/
index.jd 574 catches that intent and invokes the broadcast receiver class associated with it, or the service
619 catches that intent and invokes the broadcast receiver class associated with it, or the service
  /art/dexdump/
dexdump.cc 444 * Dumps the catches table associated with the code.
451 fprintf(gOutFile, " catches : (none)\n");
456 fprintf(gOutFile, " catches : %d\n", triesSize);
    [all...]
  /dalvik/dexdump/
DexDump.cpp 566 * Dump the catches table associated with the code.
573 printf(" catches : (none)\n");
577 printf(" catches : %d\n", triesSize);
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/docs/
news.txt 339 <paste-httpserver-threadpool.html>`_ for details. This catches
416 modules and catches ``ImportError``, but only if it's an error
    [all...]
  /art/runtime/
transaction_test.cc 545 // catches the exception thrown when aborting the transaction.
  /bionic/tests/
fortify_test.cpp 621 #if defined(__BIONIC__) // glibc catches this at compile-time.
  /dalvik/libdex/
DexFile.h 375 * The "catches" table is used when throwing an exception,
  /external/chromium-trace/catapult/devil/devil/android/sdk/
adb_wrapper.py 125 # This catches some errors, including when the device drops offline;
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/
setup.py 9 2) Easier migration to distutils2 when that catches on.
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/
setup.py 9 2) Easier migration to distutils2 when that catches on.

Completed in 1723 milliseconds

1 2 3 4 5 6 7 8 91011>>