/external/valgrind/memcheck/tests/ |
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);
|
/art/test/952-invoke-custom/ |
expected.txt | 0 Caught exception from uninitialized call site 2 Caught exception from uninitialized call site
|
/art/test/647-jni-get-field-id/ |
expected.txt | 5 Caught java.lang.NoSuchFieldError 8 Caught java.lang.NoSuchFieldError 11 Caught java.lang.NoSuchFieldError 15 Caught java.lang.NoSuchFieldError 18 Caught java.lang.NoSuchFieldError 21 Caught java.lang.NoSuchFieldError
|
/external/pdfium/testing/resources/javascript/ |
app_alert_expected.txt | 13 Alert: Caught expected error app.alert: Incorrect number of parameters passed to function. 14 Alert: Caught expected error app.alert: Incorrect number of parameters passed to function. 15 Alert: Caught expected error app.alert: Incorrect number of parameters passed to function.
|
app_repsonse_expected.txt | 9 Alert: Caught expected error app.response: Incorrect number of parameters passed to function. 10 Alert: Caught expected error app.response: Incorrect number of parameters passed to function.
|
apply.in | 42 app.alert('Caught: ' + e); 50 app.alert('Caught: ' + e); 58 app.alert('Caught: ' + e); 66 app.alert('Caught: ' + e);
|
/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
|
/art/test/1950-unprepared-transform/ |
expected.txt | 2 Trying to redefine: class Transform. Caught error class java.lang.Exception: Failed to retransform class <LTransform;> due to JVMTI_ERROR_INTERNAL
|
jvm-expected.patch | 2 < Trying to redefine: class Transform. Caught error class java.lang.Exception: Failed to retransform class <LTransform;> due to JVMTI_ERROR_INTERNAL
|
/art/test/984-obsolete-invoke/ |
expected.txt | 10 Caught expected error from attempting to invoke an obsolete method.
|
/external/llvm/test/Assembler/ |
2006-09-28-CrashOnInvalid.ll | 2 ; This tests that a simple error is caught and processed correctly.
|
/external/swiftshader/third_party/LLVM/test/Assembler/ |
2006-09-28-CrashOnInvalid.ll | 2 ; This tests that a simple error is caught and processed correctly.
|
/prebuilts/go/darwin-x86/test/ |
import4.go | 8 // errors are caught by the compiler.
|
/prebuilts/go/linux-x86/test/ |
import4.go | 8 // errors are caught by the compiler.
|
/toolchain/binutils/binutils-2.27/gold/testsuite/ |
eh_test_b.cc | 28 std::cout << "caught" << std::endl;
|
/art/test/995-breakpoints-throw/ |
expected.txt | 3 Test "call Test995::breakpoint": No error caught with handler "do nothing" 7 Test "call Test995::breakpointCatch": No error caught with handler "do nothing" 11 Test "call Test995::breakpointCatchLate": No error caught with handler "do nothing" 15 Test "catch subroutine Test995::breakpoint": No error caught with handler "do nothing" 19 Test "call Test995::breakpoint": Caught error java.lang.Error:"throwing error!" with handler "throw" 23 Caught java.lang.Error: "throwing error!" 24 Test "call Test995::breakpointCatch": No error caught with handler "throw" 28 Test "call Test995::breakpointCatchLate": Caught error java.lang.Error:"throwing error!" with handler "throw" 32 Caught java.lang.Error:"throwing error!" 33 Test "catch subroutine Test995::breakpoint": No error caught with handler "throw [all...] |
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/speculative/ |
4-4.c | 44 int caught = 0; variable 50 printf("Caught signal\n"); 51 caught++; 116 caught = 0; 120 if (caught == 1) { 121 printf("Caught the first signal\n"); 129 if (caught >= 2) { 130 printf("Caught another signal\n"); 132 printf("Caught %d < 2 signals\n", caught); [all...] |