/dalvik/dx/tests/061-dex-try-catch/ |
Blort.java | 19 public static void caught() { method in class:Blort 28 // In this test, the code being try-caught can't possibly throw. 32 caught(); method 37 // In this test, the code being try-caught doesn't contain any 42 caught(); method 47 // In this test, the code being try-caught contains a constant 52 caught(); method 57 // In this test, the code being try-caught contains one 63 caught(); method
|
/external/v8/test/webkit/fast/js/kde/ |
exceptions.js | 35 var caught = false; 39 caught = true; 41 kdeShouldBe(caught, true, "testing throw()"); 47 var caught = false; 51 caught = true; 53 kdeShouldBe(caught, true, "testing throw()"); 59 var caught = false; 63 caught = true; 67 kdeShouldBe(caught, true, "ReferenceError"); 77 var caught = false [all...] |
/art/test/083-compiler-regressions/ |
expected.txt | 19 b16177324TestWrapper caught NPE as expected. 20 b16230771TestWrapper caught NPE as expected. 21 b17969907TestWrapper caught NPE as expected.
|
/external/clang/test/CodeGenObjC/ |
nested-rethrow.m | 16 printf("caught \n"); 18 printf("caught (WRONG)\n"); 21 printf("caught nothing (WRONG)\n");
|
/external/v8/test/mjsunit/regress/ |
regress-667061.js | 29 var caught = false; variable 34 caught = true; 36 assertTrue(caught); 44 var caught = false; variable 49 caught = true; 51 assertTrue(caught); 64 var caught = false; variable 69 caught = true; 71 assertTrue(caught); 83 var caught = false variable [all...] |
regress-605488.js | 11 print("Caught: " + e);
|
/external/valgrind/drd/tests/ |
sigaltstack.stderr.exp | 5 caught signal, local var is on 0x........
|
/external/valgrind/memcheck/tests/ |
badjump2.stderr.exp-kfail | 5 Signal caught, as expected
|
sigaltstack.stderr.exp | 5 caught signal, local var is on 0x........
|
badjump2.stderr.exp | 6 Signal caught, as expected
|
signal2.c | 8 printf ( "caught sig segv\n" ); exit(1);
|
/ndk/tests/device/gnustl-shared-1/ |
README | 2 between several binaries. I.e. one exception is thrown in libfoo.so and caught
|
/ndk/tests/device/issue22165-typeinfo/jni/ |
main.cpp | 15 std::cout << "my_exception caught!" << std::endl; 17 std::cout << "ERROR: exception caught!" << std::endl;
|
/art/test/955-lambda-smali/ |
expected.txt | 4 Caught NPE 7 (BoxUnbox) Caught NPE for unbox-lambda 8 (BoxUnbox) Caught NPE for box-lambda 9 (BoxUnbox) Caught ClassCastException for unbox-lambda 28 (CaptureVariables) Caught NPE
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ |
QSTileServiceWrapper.java | 43 Log.d(TAG, "Caught exception from TileService", e); 53 Log.d(TAG, "Caught exception from TileService", e); 63 Log.d(TAG, "Caught exception from TileService", e); 73 Log.d(TAG, "Caught exception from TileService", e); 83 Log.d(TAG, "Caught exception from TileService", e); 93 Log.d(TAG, "Caught exception from TileService", e);
|
/art/test/126-miranda-multidex/ |
expected.txt | 16 caught expected NoSuchMethodException 32 caught expected NoSuchMethodException
|
/external/clang/test/SemaCXX/ |
unreachable-catch-clauses.cpp | 12 catch (Ex1 &e) { f(); } // expected-warning {{exception of type 'Ex1 &' will be caught by earlier handler}} 13 catch (Ex2 &e) { f(); } // expected-warning {{exception of type 'Ex2 &' (aka 'Ex1 &') will be caught by earlier handler}}
|
/art/test/009-instanceof/ |
expected.txt | 6 Caught a ClassCastException (expected)
|
/art/test/040-miranda/ |
expected.txt | 14 caught expected NoSuchMethodException
|
/art/test/053-wait-some/ |
expected.txt | 0 Caught expected exception on neg arg
|
/art/test/084-class-init/ |
expected.txt | 0 caught exception thrown during clinit
|
/external/llvm/test/Assembler/ |
2006-09-28-CrashOnInvalid.ll | 2 ; This tests that a simple error is caught and processed correctly.
|
/external/pdfium/testing/resources/javascript/ |
apply.in | 42 app.alert('Caught: ' + e); 50 app.alert('Caught: ' + e); 58 app.alert('Caught: ' + e); 66 app.alert('Caught: ' + e);
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
rethrow6.cpp | 27 printf ("Caught III %d...\n", a.i); 53 printf ("Caught I %d...\n", a.i); 62 printf ("Caught II %d...\n", a.i); 70 printf ("Caught IV %d.\n", a.i);
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
rethrow6.cpp | 27 printf ("Caught III %d...\n", a.i); 53 printf ("Caught I %d...\n", a.i); 62 printf ("Caught II %d...\n", a.i); 70 printf ("Caught IV %d.\n", a.i);
|