HomeSort by relevance Sort by last modified time
    Searched full:threw (Results 1 - 25 of 238) sorted by null

1 2 3 4 5 6 7 8 910

  /external/webkit/LayoutTests/storage/
execute-sql-args-expected.txt 18 PASS. executeSql() threw an exception as expected.
19 PASS. executeSql(throwOnToStringObject) threw an exception as expected.
20 PASS. executeSql("", throwOnGetLengthObject) threw an exception as expected.
21 PASS. executeSql("", throwOnGetZeroObject) threw an exception as expected.
22 PASS. executeSql("", [ throwOnToStringObject ]) threw an exception as expected.
23 PASS. executeSql("", 0) threw an exception as expected.
24 PASS. executeSql("", "") threw an exception as expected.
25 PASS. executeSql("", null, 0) threw an exception as expected.
26 PASS. executeSql("", null, "") threw an exception as expected.
27 PASS. executeSql("", null, null, 0) threw an exception as expected
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/
argument-types-expected.txt 6 PASS navigator.geolocation.getCurrentPosition() threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
7 PASS navigator.geolocation.getCurrentPosition(undefined) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
8 PASS navigator.geolocation.getCurrentPosition(null) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
9 PASS navigator.geolocation.getCurrentPosition({}) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
10 PASS navigator.geolocation.getCurrentPosition(objectThrowingException) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
13 PASS navigator.geolocation.getCurrentPosition(true) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
14 PASS navigator.geolocation.getCurrentPosition(42) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
15 PASS navigator.geolocation.getCurrentPosition(Infinity) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
16 PASS navigator.geolocation.getCurrentPosition(-Infinity) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
17 PASS navigator.geolocation.getCurrentPosition("string") threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17
    [all...]
  /external/v8/test/mjsunit/
stack-traces.js 107 var threw = false;
121 threw = true;
123 assertTrue(threw, name + " didn't throw");
128 var threw = false;
134 threw = true;
136 assertTrue(threw, "CallerCensorship didn't throw");
141 var threw = false;
151 threw = true;
153 assertTrue(threw, "UnintendedCallerCensorship didn't throw");
163 var threw = false
    [all...]
unusual-constructor.js 31 var threw = false; variable
36 threw = true;
38 assertTrue(threw);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
exception-001.js 32 result = "passed: threw exception",
38 "passed: threw exception",
exception-002.js 32 result = "passed: threw exception",
38 "passed: threw exception",
exception-003.js 34 result = "passed: threw exception",
42 "passed: threw exception",
exception-004.js 32 result = "passed: threw exception",
38 "passed: threw exception",
exception-005.js 32 result = "passed: threw exception",
38 "passed: threw exception",
exception-006.js 43 result = "passed: threw exception",
49 "passed: threw exception",
exception-007.js 44 result = "passed: threw exception",
50 "passed: threw exception",
exception-008.js 32 result = "passed: threw exception",
38 "passed: threw exception",
statement-009.js 33 " (threw " + exception +")",
exception-009.js 29 result = "failed: threw " + e;
expression-005.js 34 "result= new Math() (threw " + exception + ")",
expression-006.js 38 " (threw " + exception +")",
  /external/v8/test/mjsunit/regress/
regress-992733.js 29 var threw = false; variable
33 threw = true;
35 assertTrue(threw);
  /external/guava/src/com/google/common/io/
CharStreams.java 121 boolean threw = true;
125 threw = false;
127 Closeables.close(out, threw);
144 boolean threw = true;
150 threw = false;
153 Closeables.close(out, threw);
156 Closeables.close(in, threw);
172 boolean threw = true;
176 threw = false;
179 Closeables.close(in, threw);
    [all...]
Closeables.java 51 * boolean threw = true;
55 * threw = false; // No throwable thrown.
58 * // If an exception occurs, only rethrow it if (threw==false).
59 * Closeables.close(stream, threw);
  /frameworks/base/test-runner/src/android/test/
TestCase.java 43 * Called after run() is called, even if run() threw an exception, but
44 * not if setUp() threw an execption.
  /libcore/luni/src/test/java/libcore/java/lang/
FloatTest.java 21 // This threw OutOfMemoryException.
26 // This threw OutOfMemoryException.
  /dalvik/tests/044-proxy/
expected.txt 52 Dupe threw expected exception
53 Clash threw expected exception
54 Clash2 threw expected exception
55 Clash3 threw expected exception
56 Clash4 threw expected exception
  /frameworks/base/core/jni/android/graphics/
CreateJavaOutputStreamAdaptor.cpp 32 SkDebugf("------- reset threw an exception\n");
52 SkDebugf("---- read threw an exception\n");
65 SkDebugf("---- read:GetByteArrayRegion threw an exception\n");
86 SkDebugf("------- skip threw an exception\n");
103 SkDebugf("------- available threw an exception\n");
210 SkDebugf("--- write:SetByteArrayElements threw an exception\n");
219 SkDebugf("------- write threw an exception\n");
  /libcore/luni/src/main/java/javax/sql/
CommonDataSource.java 37 * An exception threw when a data base access error occurs.
47 * An exception threw when a data base access error occurs.
58 * An exception threw when a data base access error occurs.
  /cts/tools/host/src/com/android/cts/
UnknownCommandException.java 20 * Exception threw out if CommandParser encounter unknown command.

Completed in 1094 milliseconds

1 2 3 4 5 6 7 8 910