/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CdmaCallTracker.java | 843 Log.e(LOG_TAG, "hangupConnectionByIndex caught " + ex); [all...] |
/frameworks/base/tools/aapt/ |
ZipFile.cpp | 857 assert(zerr == Z_STREAM_END); /* other errors should've been caught */ [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
MessageUtils.java | 863 Log.e(TAG, "writeHprofDataToFile: caught " + ex); [all...] |
/packages/apps/Phone/src/com/android/phone/ |
DTMFTwelveKeyDialer.java | 532 if (DBG) log("Exception caught while creating local tone generator: " + e); [all...] |
/dalvik/libcore/math/src/test/java/org/apache/harmony/math/tests/java/math/ |
BigDecimalArithmeticTest.java | [all...] |
/external/bison/tests/ |
testsuite | [all...] |
/external/icu4c/test/intltest/ |
numrgts.cpp | 650 logln("Caught Illegal Argument Error !"); [all...] |
/external/v8/src/ |
debug.cc | 712 // Check for caught exceptions. 769 // Check for caught exceptions. [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/ |
stabs.info | [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/share/info/ |
stabs.info | [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/ |
stabs.info | [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/share/info/ |
stabs.info | [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/info/ |
stabs.info | [all...] |
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/ |
HttpURLConnectionImpl.java | [all...] |
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
URLTest.java | 949 boolean caught = false; field in class:URLTest [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
PrintWriterTest.java | 401 assertEquals("null pointer exception for printing null char[] is not caught", [all...] |
/dalvik/vm/ |
Init.c | [all...] |
/development/pdk/docs/source/ |
code-style.jd | 121 You should not do this. In almost all cases it is inappropriate to catch generic Exception or Throwable, preferably not Throwable, because it includes Error exceptions as well. It is very dangerous. It means that Exceptions you never expected (including RuntimeExceptions like ClassCastException) end up getting caught in application-level error handling. It obscures the failure handling properties of your code. It means if someone adds a new type of Exception in the code you're calling, the compiler won't help you realize you need to handle that error differently. And in most cases you shouldn't be handling different types of exception the same way, anyway.
|
/external/icu4c/common/ |
ucnv_lmb.c | 711 /* All initial byte values in lower ascii range should have been caught by now, [all...] |
/external/libpng/ |
pngwrite.c | 931 /* This should always get caught above, but still ... */ [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngwrite.c | 894 /* this should always get caught above, but still ... */ [all...] |
/external/webkit/WebKit/chromium/src/mac/ |
WebInputEventFactory.mm | 200 // NSFlagsChanged, and conceivably we may not have caught everything [all...] |
/frameworks/base/core/java/android/widget/ |
HorizontalScrollView.java | 406 * mIsBeingDragged == false, otherwise the shortcut would have caught it. Check [all...] |
ScrollView.java | 404 * mIsBeingDragged == false, otherwise the shortcut would have caught it. Check [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
TwelveKeyDialer.java | 430 Log.w(TAG, "Exception caught while creating local tone generator: " + e); [all...] |