/packages/apps/Phone/src/com/android/phone/ |
PhoneUtils.java | 289 Log.w(LOG_TAG, "answerCall: caught " + ex, ex); 422 Log.e(LOG_TAG, "Call hangup: caught " + ex, ex); 439 Log.w(LOG_TAG, "Connection hangup: caught " + ex, ex); 685 Log.w(LOG_TAG, "switchHoldingAndActive: caught " + ex, ex); 735 Log.w(LOG_TAG, "mergeCalls: caught " + ex, ex); 762 Log.w(LOG_TAG, "separateCall: caught " + ex, ex); [all...] |
/bionic/libc/bionic/ |
malloc_debug_qemu.c | 769 * caught in the emulator. */ [all...] |
/dalvik/vm/interp/ |
Interp.c | 781 /* should have been caught by verifier */ 836 /* should have been caught by verifier */ [all...] |
/dalvik/vm/mterp/armv5te/ |
footer.S | [all...] |
/cts/tests/tests/app/src/android/app/cts/ |
PendingIntentTest.java | 140 // a CanceledException should be caught.
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
NinePatchDrawableTest.java | 99 // These codes will crash the test cases though the exceptions are caught.
|
/dalvik/dx/src/com/android/dx/rop/code/ |
Insn.java | 198 * Gets the list of possibly-caught exceptions. This returns {@link
|
/dalvik/libcore/luni-kernel/src/main/java/java/lang/reflect/ |
Constructor.java | 420 * caught and wrapped in an InvocationTargetException. This exception is
|
Method.java | 484 * <li>If an exception is thrown during the invocation it is caught and
|
/dalvik/libcore/math/src/test/java/org/apache/harmony/math/tests/java/math/ |
BigIntegerOperateBitsTest.java | 207 fail("ArithmeticException has not been caught"); 622 fail("ArithmeticException has not been caught"); [all...] |
/external/bluetooth/bluez/test/ |
apitest | 200 print 'Caught signal, exiting'
|
/external/icu4c/common/unicode/ |
utf_old.h | 583 /* strict: ((c)&0xfffe)==0xfffe is caught by UTF_IS_ERROR() and UTF_IS_UNICODE_CHAR() */ \ 591 /* strict: ((c)&0xfffe)==0xfffe is caught by UTF_IS_ERROR() and UTF_IS_UNICODE_CHAR() */ \ 651 /* strict: ((c)&0xfffe)==0xfffe is caught by UTF_IS_ERROR() and UTF_IS_UNICODE_CHAR() */ \ 726 /* strict: ((c)&0xfffe)==0xfffe is caught by UTF_IS_ERROR() and UTF_IS_UNICODE_CHAR() */ \ [all...] |
/external/kernel-headers/original/asm-arm/ |
pgtable.h | 29 * any out-of-bounds memory accesses will hopefully be caught.
|
/external/kernel-headers/original/asm-x86/ |
pgtable_32.h | 74 * any out-of-bounds memory accesses will hopefully be caught.
|
/external/opencore/fileformats/mp4/parser/src/ |
sampledescriptionatom.cpp | 565 // caught on MEDIA_TYPE_AUDIO and MEDIA_TYPE_VISUAL
|
/external/openssl/crypto/dso/ |
dso_vms.c | 267 /* Make sure that signals are caught and returned instead of
|
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/ |
SDL_gsyuv.c | 165 /* We should never get here (caught above) */
|
/external/webkit/WebCore/platform/graphics/ |
BitmapImage.cpp | 358 // and bail out if we're not caught up.
|
/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/ |
Bmgr.java | 43 System.err.println("Exception caught:");
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
SmsReceiverService.java | 236 + ", caught ", e);
|
/prebuilt/linux-x86/oprofile/bin/ |
opimport | |
/system/core/run-as/ |
package.c | 275 * it will be caught in the next conditional.
|
/dalvik/vm/mterp/x86-atom/ |
footer.S | 468 jl .LnotCaughtLocally # handle not caught locally 677 .asciz "Exception %s from %s:%d not caught locally\n"
|
/dalvik/dx/tests/087-ssa-local-vars/ |
expected.txt | 449 :Ljava/lang/String;="caught ArrayStoreException (expected)" <- . 456 Blort.java:30@0083: const-object("caught ArrayStoreException (expected)" catc 465 catch) . <- v59:Ljava/io/PrintStream; v60:Ljava/lang/String;="caught ArraySto [all...] |
/external/apache-http/src/org/apache/commons/logging/ |
LogFactory.java | 541 // for some reason, a ClassCastException will be caught here, and attempts will [all...] |