OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:caught
(Results
51 - 75
of
100
) sorted by null
1
2
3
4
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
EvenMoreAsserts.java
47
// Cannot invoke Assert.fail() here because it will be
caught
by the try/catch below
50
} catch (Exception
caught
) {
51
if (!exception.isInstance(
caught
)) {
53
caught
+" thrown.", message));
/external/v8/test/mjsunit/
body-not-visible.js
31
var
caught
= false;
variable
36
caught
= true;
39
assertTrue(
caught
);
call-non-function-call.js
30
var
caught
= false;
variable
35
caught
= true;
38
assertTrue(
caught
);
extra-commas.js
29
var
caught
= false;
33
caught
= true;
36
assertTrue(
caught
, "throws exception");
get-prototype-of.js
30
var
caught
= 0;
34
caught
= e;
37
assertTrue(
caught
instanceof TypeError);
try.js
335
var
caught
= false;
variable
342
caught
= true;
347
assertFalse(
caught
);
with-leave.js
42
var
caught
= false;
variable
46
caught
= true;
60
assertTrue(
caught
);
apply.js
123
var
caught
= false;
132
caught
= true;
134
assertTrue(
caught
, "exception not
caught
");
/external/v8/test/mjsunit/regress/
regress-1110164.js
38
var
caught
= false;
variable
43
caught
= true;
46
assertTrue(
caught
);
regress-1182832.js
28
var
caught
= false;
variable
35
caught
= true;
38
assertTrue(
caught
);
regress-1201933.js
31
var
caught
= false;
variable
38
caught
= true;
40
assertTrue(
caught
);
regress-1213575.js
33
var
caught
= false;
variable
38
caught
= true;
40
assertFalse(
caught
);
regress-1215653.js
30
var
caught
= false;
variable
36
caught
= true;
38
assertTrue(
caught
);
regress-875031.js
30
var
caught
= false;
variable
35
caught
= true;
37
assertTrue(
caught
);
regress-900055.js
35
var
caught
= false;
variable
39
caught
= true;
42
assertTrue(
caught
);
regress-1184.js
42
// which is not
caught
by external try catch.
regress-233.js
38
// Stack overflow
caught
.
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
SortedMapTestBase.java
217
boolean
caught
= false;
225
caught
= true;
227
assertTrue(
caught
);
303
boolean
caught
= false;
307
caught
= true;
309
caught
= false;
313
caught
= true;
315
assertTrue(
caught
);
/dalvik/vm/jdwp/
JdwpEvent.h
60
u1
caught
;
member in struct:JdwpEventMod::__anon841
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
callback-exception.js
1
description("Tests that when an exception is thrown in the success callback, the error callback is not invoked. Note that this test throws an exception which is not
caught
.");
/external/v8/test/mjsunit/harmony/
block-leave.js
60
var
caught
= false;
variable
68
caught
= true;
81
assertTrue(
caught
);
/external/webkit/LayoutTests/storage/domstorage/events/script-tests/
basic-body-attribute.js
1
description("This is a test to make sure DOM Storage mutations fire StorageEvents that are
caught
by the event listener specified as an attribute on the body.");
basic-setattribute.js
1
description("This is a test to make sure DOM Storage mutations fire StorageEvents that are
caught
by the event listener attached via setattribute.");
basic.js
1
description("This is a test to make sure DOM Storage mutations fire StorageEvents that are
caught
by the event listener set via window.onstorage.");
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLTest.java
64
boolean
caught
= false;
field in class:URLTest
217
caught
= false;
222
caught
= true;
224
assertTrue("Should have throw MalformedURLException",
caught
);
230
caught
= true;
232
assertTrue("3 Failed to throw MalformedURLException",
caught
);
234
caught
= false;
239
caught
= true;
241
assertTrue("4 Failed to throw MalformedURLException",
caught
);
243
caught
= false
[
all
...]
Completed in 222 milliseconds
1
2
3
4