/frameworks/base/core/java/android/os/ |
AsyncTask.java | 335 * @throws ExecutionException If the computation threw an exception. 353 * @throws ExecutionException If the computation threw an exception.
|
MessageQueue.java | 118 Log.wtf("MessageQueue", "IdleHandler threw exception", t);
|
/frameworks/base/tests/CoreTests/android/core/ |
SocketTest.java | 175 // Regression for issue 1001980, openening a SocketChannel threw an Exception
|
/dalvik/vm/mterp/c/ |
gotoTargets.c | 584 // Something threw during trace selection - abort the current trace [all...] |
/dalvik/vm/reflect/ |
Reflect.c | 375 LOGD("Field class init threw exception\n"); 554 LOGD("Constructor class init threw exception\n"); 714 LOGD("Method class init threw exception\n"); [all...] |
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
InetSocketAddressTest.java | 97 fail("getByName threw wrong exception : " + ex.getMessage());
|
InetAddressTest.java | 235 fail("getByName threw wrong exception : " + ex.getMessage()); 325 fail("getByName threw wrong exception : " + ex.getMessage()); [all...] |
/dalvik/libcore/luni-kernel/src/main/native/ |
java_lang_ProcessManager.cpp | 140 * The callback threw, so break out of the loop and return,
|
/frameworks/base/core/java/android/app/ |
SuggestionsAdapter.java | 174 Log.w(LOG_TAG, "Search suggestions query threw an exception.", e); 474 Log.w(LOG_TAG, "Search suggestions cursor threw exception.", e);
|
/dalvik/vm/ |
Exception.c | 309 * probably threw an OutOfMemoryError. 586 /* initCause() threw an exception; return an error and 764 * might think somebody threw an exception while it was loading a class. [all...] |
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
String2Test.java | 161 fail("Threw exception : " + e.getMessage()); 183 fail("Threw exception : " + e.getMessage()); 628 fail("Threw wrong exception"); 708 fail("Threw wrong exception"); [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/ref/ |
ReferenceTest.java | 419 error = new AssertionFailedError("something threw '" + t +
|
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/ |
SourceChannelTest.java | 685 "threw " + e.getClass() + ": " + e.getMessage());
|
SinkChannelTest.java | 234 "threw " + e.getClass() + ": " + e.getMessage());
|
/dalvik/vm/native/ |
dalvik_system_DexFile.c | 295 * If we threw a "class not found" exception, stifle it, since the
|
/external/icu4c/test/intltest/ |
restest.cpp | 257 errln("Something threw an error in TestConstruction()");
|
/external/webkit/JavaScriptCore/API/ |
JSCallbackObjectFunctions.h | 443 // a binary expression where lhs threw an exception in its conversion to
|
/external/webkit/WebCore/storage/ |
SQLTransaction.cpp | 296 m_transactionError = SQLError::create(0, "the SQLTransactionCallback was null or threw an exception");
|
/dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
InflaterTest.java | 768 fail("read() threw an zip exception while testing constructor"); 770 fail("read() threw an exception while testing constructor"); [all...] |
/frameworks/base/core/java/android/database/ |
DatabaseUtils.java | 406 // assume that if the getString threw this exception then the column is not 430 // assume that if the getString threw this exception then the column is not [all...] |
/dalvik/vm/mterp/out/ |
InterpC-x86.c | [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
SerializationStressTest0.java | 106 fail("Operation on closed stream threw IOException : " [all...] |
/dalvik/libcore/nio_char/src/main/java/java/nio/charset/ |
CharsetDecoder.java | 332 * method threw an <code>BufferUnderflowException</code> or
|
CharsetEncoder.java | 436 * method threw an <code>BufferUnderflowException</code> or
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/ |
IncrementalSAXSource_Filter.java | 795 System.out.println("\nFilter threw exception:");
|