/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/speculative/ |
4-3.c | 46 int caught = 0; variable 52 printf("Caught signal\n"); 53 caught++; 126 if (caught == 1) { 127 printf("Caught the correct number of signals\n"); 129 printf("FAIL: Caught %d signals, not 1\n", caught);
|
/frameworks/base/libs/storage/ |
IMountService.cpp | 74 ALOGD("registerListener caught exception %d\n", err); 90 ALOGD("unregisterListener caught exception %d\n", err); 105 ALOGD("isUsbMassStorageConnected caught exception %d\n", err); 122 ALOGD("setUsbMassStorageEnabled caught exception %d\n", err); 137 ALOGD("isUsbMassStorageEnabled caught exception %d\n", err); 154 ALOGD("mountVolume caught exception %d\n", err); 173 ALOGD("unmountVolume caught exception %d\n", err); 190 ALOGD("formatVolume caught exception %d\n", err); 207 ALOGD("getStorageUsers caught exception %d\n", err); 236 ALOGD("getVolumeState caught exception %d\n", err) [all...] |
/art/test/1928-exception-event-exception/ |
expected.txt | 11 Will be caught by: public static void art.Test1928.run() throws java.lang.Exception @ line = 199 13 Test "art.Test1928$DoThrowClass": Caught error art.Test1928$TestException:"doThrow" with handler "art.Test1928$DoNothingHandler" 25 Will be caught by: public static void art.Test1928.throwCatchBaseTestException() @ line = 120 27 Caught art.Test1928$TestException: "throwCatchBaseTestException" 28 Test "art.Test1928$DoThrowCatchBaseTestException": No error caught with handler "art.Test1928$DoNothingHandler" 40 Will be caught by: public static void art.Test1928.throwCatchTestException() @ line = 135 42 Caught art.Test1928$TestException: "throwCatchTestException" 43 Test "art.Test1928$DoThrowCatchTestException": No error caught with handler "art.Test1928$DoNothingHandler" 55 Will be caught by: public static void art.Test1928.run() throws java.lang.Exception @ line = 199 57 Test "art.Test1928$DoThrowCatchTestExceptionNoRethrow": Caught error art.Test1928$TestException:"throwCatchTestExceptionNoRethrow" with handler "art.Test1928$DoN (…) [all...] |
/art/test/003-omnibus-opcodes/src/ |
Main.java | 55 System.out.println("Caught: " + ve); 60 System.out.println("Caught (retry): " + ve); 66 System.out.println("Caught: " + ve);
|
/dalvik/dx/tests/061-dex-try-catch/ |
expected.txt | 16 0007: invoke-static {}, Blort.caught:()V 29 0007: invoke-static {}, Blort.caught:()V 44 0009: invoke-static {}, Blort.caught:()V
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
initialization-bug-any-order.cc | 1 // Test to make sure basic initialization order errors are caught. 2 // Check that on Linux initialization order bugs are caught 17 // result is undefined behavior, which should be caught by initialization order
|
/external/libcxx/test/std/re/re.regex/re.regex.assign/ |
assign.pass.cpp | 30 bool caught = false; local 32 catch(std::regex_error &) { caught = true; } 33 assert(caught);
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.regex/re.regex.assign/ |
assign.pass.cpp | 30 bool caught = false; local 32 catch(std::regex_error &) { caught = true; } 33 assert(caught);
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
RetryRule.java | 48 Throwable caught = null; 67 caught = e; 70 + ": " + caught); 73 throw caught;
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
ExceptionWithLocationTest.java | 28 * JDWP Unit test for caught EXCEPTION event with LocationOnly modifier. 37 * This testcase is for caught EXCEPTION event with LocationOnly 39 * It runs ExceptionWithLocationDebuggee that throws caught 72 // Receive caught DebuggeeException.
|
/external/llvm/test/CodeGen/X86/ |
pr27501.ll | 31 to label %try.success.or.caught unwind label %cleanuppad 33 try.success.or.caught: ; preds = %catchhandler 39 postinvoke27: ; preds = %try.success.or.caught 45 cleanuppad24: ; preds = %try.success.or.caught
|
/external/llvm/test/MC/Hexagon/ |
endloop.s | 3 # Check that a branch in an end-loop packet is caught.
|
/external/python/cpython2/Doc/includes/sqlite3/ |
ctx_manager.py | 11 # exception is still raised and must be caught
|
/external/python/cpython3/Doc/includes/sqlite3/ |
ctx_manager.py | 11 # exception is still raised and must be caught
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
phi_invalid.test | 1 ; Test that a bad phi instruction is caught.
|
/external/valgrind/none/tests/ |
bug234814.c | 8 const char kSigbus[] = "I caught the SIGBUS signal!\n";
|
/libcore/luni/src/test/java/libcore/java/math/ |
OldBigIntegerConstructorsTest.java | 67 fail("NumberFormatException has not been caught"); 78 fail("NumberFormatException has not been caught"); 89 fail("NumberFormatException has not been caught"); 100 fail("NumberFormatException has not been caught");
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue9521.go | 7 // Test that an incorrect use of the blank identifer is caught.
|
/prebuilts/go/darwin-x86/test/ |
method1.go | 7 // Verify that method redeclarations are caught by the compiler.
|
method6.go | 7 // Verify that pointer method calls are caught during typechecking.
|
typecheckloop.go | 7 // Verify that constant definition loops are caught during
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue9521.go | 7 // Test that an incorrect use of the blank identifer is caught.
|
/prebuilts/go/linux-x86/test/ |
method1.go | 7 // Verify that method redeclarations are caught by the compiler.
|
method6.go | 7 // Verify that pointer method calls are caught during typechecking.
|
typecheckloop.go | 7 // Verify that constant definition loops are caught during
|