/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
SecureRandom2Test.java | 82 fail("Constructor threw exception : " + e); 100 fail("Constructor threw exception : " + e); 125 fail("Constructor threw exception : " + e); 137 fail("Constructor threw exception : " + e);
|
/external/guava/src/com/google/common/io/ |
Files.java | 192 boolean threw = true; 196 threw = false; 198 Closeables.close(in, threw); 673 boolean threw = true; 676 threw = false; 679 Closeables.close(raf, threw); 687 boolean threw = true; 690 threw = false; 693 Closeables.close(channel, threw);
|
/external/v8/test/mjsunit/regress/ |
regress-244.js | 57 var threw = false;
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/ |
statement-002.js | 62 " (threw " + exception +")",
|
statement-003.js | 67 " (threw " + exception +")",
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8CustomVoidCallback.h | 61 // Returns false if callback failed (null, wrong type, or threw exception).
|
/frameworks/base/core/java/android/app/backup/ |
BackupAgent.java | 211 Log.d(TAG, "onBackup (" + BackupAgent.this.getClass().getName() + ") threw", ex); 214 Log.d(TAG, "onBackup (" + BackupAgent.this.getClass().getName() + ") threw", ex); 237 Log.d(TAG, "onRestore (" + BackupAgent.this.getClass().getName() + ") threw", ex); 240 Log.d(TAG, "onRestore (" + BackupAgent.this.getClass().getName() + ") threw", ex);
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
Future.java | 119 * @throws ExecutionException if the computation threw an 134 * @throws ExecutionException if the computation threw an
|
/external/netcat/ |
Changelog | 94 threw in latest web scripts 95 threw in irc
|
/packages/apps/Email/src/org/apache/james/mime4j/decoder/ |
QuotedPrintableInputStream.java | 78 * @throws IOException Underlying stream threw IOException.
115 * @throws IOException Underlying stream threw IOException.
|
/dalvik/libcore/xml/src/main/native/ |
org_apache_harmony_xml_ExpatParser.cpp | 434 // Bail out if a previously called handler threw an exception. 617 // Bail out if a previously called handler threw an exception. 657 // Bail out if a previously called handler threw an exception. 704 // Bail out if a previously called handler threw an exception. 736 // Bail out if a previously called handler threw an exception. 754 // Bail out if a previously called handler threw an exception. 770 // Bail out if a previously called handler threw an exception. 787 // Bail out if a previously called handler threw an exception. 813 // Bail out if a previously called handler threw an exception. 832 // Bail out if a previously called handler threw an exception [all...] |
/cts/tools/dx-tests/ |
dx-tests.html | 134 A verifier test case threw <code>VerifyError</code>, where a
|
/dalvik/libcore/luni/src/test/java/tests/api/java/net/ |
NetworkInterfaceTest.java | 388 + " but instead threw a : " + e.getMessage()); 396 fail("getByInetAddress, unknown inetAddress threw exception : " + e); 414 "threw exception : " + e); 444 + "threw exception : " + e);
|
SocketTestCase.java | 113 fail("Threw \""
|
/external/webkit/JavaScriptCore/API/tests/ |
minidom.c | 64 printf("FAIL: Test script threw exception:\n");
|
/external/webkit/LayoutTests/http/tests/appcache/ |
dynamic-entries-no-cache.html-disabled | 44 log("FAIL: " + _a + " should be " + _bv + ". Threw exception " + exception);
|
/external/webkit/LayoutTests/fast/js/resources/ |
JSON-parse.js | 558 var threw = false; 561 var threw = true; 563 if (!threw) 566 try { shouldBe('JSON.stringify(tests[i](nativeJSON))', "tests[i].expected") } catch(e) { debug("threw - " + e)} 568 try { shouldBe('tests[i](nativeJSON)', "tests[i].unstringifiedExpected") } catch(e) { debug("threw - " + e)} 570 try { shouldBe('JSON.stringify(tests[i](nativeJSON))', 'JSON.stringify(tests[i](JSON))') } catch(e) { debug("threw - " + e) };
|
/external/gtest/test/ |
gtest_output_test_.cc | 385 << "We should never get here, as the test fixture c'tor threw."; 390 << "We should never get here, as the test fixture c'tor threw."; 395 << "We should never get here, as the test fixture c'tor threw."; 401 << "We should never get here, as the test fixture c'tor threw."; 428 << "We should never get here, as SetUp() threw.";
|
/external/icu4c/test/cintltst/ |
custrtst.c | 185 log_err("something threw an error in u_strcpy() or u_strcmp()\n"); 199 log_err("something threw an error in u_strcat()\n"); 207 log_err("Something threw an error in u_strncmp\n"); 221 log_err("something threw an error in u_strncat or u_uastrcpy()\n"); 233 log_err("something threw an error in u_strncpy()\n"); 236 log_err("something threw an error in u_strncpy()\n"); 241 log_err("something threw an error in u_uastrncpy(k-1)\n"); 244 log_err("something threw an error in u_uastrncpy(k-1)\n"); 249 log_err("something threw an error in u_uastrncpy(k+1)\n"); 252 log_err("something threw an error in u_uastrncpy(k+1)\n") [all...] |
/external/guava/javadoc/com/google/common/io/ |
Closeables.html | 188 boolean threw = true; 192 threw = false; // No throwable thrown. 195 // If an exception occurs, only rethrow it if (threw==false). 196 Closeables.close(stream, threw);
|
/external/v8/test/mjsunit/ |
mjsunit.js | 192 assertTrue(false, "threw an exception: " + (e.message || e));
|
/frameworks/base/core/java/android/database/ |
BulkCursorToCursorAdaptor.java | 279 Log.w(TAG, "respond() threw RemoteException, returning an empty bundle.", e);
|
/frameworks/base/tests/CoreTests/android/core/ |
URLTest.java | 218 * Regression test for issue 1158780 where using '{' and '}' in an URL threw
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
ExportHelper.java | 111 // so we only have to close zis if output is the one that threw.
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/xslt/ |
EnvironmentCheck.java | 121 System.err.println("# WARNING: -out " + args[i] + " threw " 294 logMsg("Reading-" + key + "= threw: " + e.toString()); 386 logMsg("Reading-" + key + "= threw: " + e.toString()); 474 node.appendChild(factory.createTextNode(ERROR + " Reading " + key + " threw: " + e.toString())); 485 System.err.println("appendEnvironmentReport threw: " + e2.toString()); 541 node.appendChild(factory.createTextNode(ERROR + " Reading " + key + " threw: " + e.toString())); [all...] |