/external/valgrind/none/tests/ |
D | async-sigs.stderr.exp-mips32 | 1 testing: blocking=0 caught=11 fatal=10... PASSED 2 testing: blocking=0 caught=11 fatal=1... PASSED 3 testing: blocking=0 caught=16 fatal=10... PASSED 4 testing: blocking=0 caught=16 fatal=1... PASSED 5 testing: blocking=1 caught=11 fatal=10... PASSED 6 testing: blocking=1 caught=11 fatal=1... PASSED 7 testing: blocking=1 caught=16 fatal=10... PASSED 8 testing: blocking=1 caught=16 fatal=1... PASSED
|
D | bug234814.stdout.exp | 1 I caught the SIGBUS signal! 2 I caught the SIGBUS signal! 3 I caught the SIGBUS signal!
|
/external/libpng/contrib/visupng/ |
D | cexcept.h | 199 int caught; \ 220 while (the_exception_context->caught = 0, \ 221 the_exception_context->caught); \ 224 the_exception_context->caught = 1; \ 228 if (!the_exception_context->caught || action) { } \
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/speculative/ |
D | 4-4.c | 44 int caught = 0; variable 51 caught++; in handler() 116 caught = 0; in main() 120 if (caught == 1) { in main() 129 if (caught >= 2) { in main() 132 printf("Caught %d < 2 signals\n", caught); in main()
|
D | 4-3.c | 46 int caught = 0; variable 53 caught++; in handler() 126 if (caught == 1) { in main() 129 printf("FAIL: Caught %d signals, not 1\n", caught); in main()
|
/external/guice/core/src/com/google/inject/internal/ |
D | ProvisionListenerStackCallback.java | 66 RuntimeException caught = null; in provision() local 70 caught = t; in provision() 75 } else if (caught != null) { in provision() 79 .errorInUserCode(caught, "Error notifying ProvisionListener %s of %s.%n" in provision() 80 + " Reason: %s", listener, binding.getKey(), caught) in provision()
|
/external/libcxx/test/std/re/re.regex/re.regex.assign/ |
D | assign.pass.cpp | 30 bool caught = false; in main() local 32 catch(std::regex_error &) { caught = true; } in main() 33 assert(caught); in main()
|
/external/clang/test/CodeGenObjC/ |
D | nested-rethrow.m | 16 printf("caught \n"); 18 printf("caught (WRONG)\n"); 21 printf("caught nothing (WRONG)\n");
|
/external/guava/guava/src/com/google/common/collect/ |
D | ForwardingQueue.java | 88 } catch (IllegalStateException caught) { in standardOffer() 103 } catch (NoSuchElementException caught) { in standardPeek() 118 } catch (NoSuchElementException caught) { in standardPoll()
|
/external/flatbuffers/tests/FlatBuffers.Test/ |
D | Assert.cs | 120 var caught = false; 127 caught = true; 130 if (!caught)
|
/external/llvm/test/CodeGen/X86/ |
D | 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
|
D | seh-catchpad.ll | 20 ; puts("caught"); 31 $"\01??_C@_06IBDBCMGJ@caught?$AA@" = comdat any 34 @"\01??_C@_06IBDBCMGJ@caught?$AA@" = linkonce_odr unnamed_addr constant [7 x i8] c"caught\00", comd… 57 …onnull getelementptr inbounds ([7 x i8], [7 x i8]* @"\01??_C@_06IBDBCMGJ@caught?$AA@", i64 0, i64 … 115 ; CHECK: leaq "??_C@_06IBDBCMGJ@caught?$AA@"(%rip), %rcx
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
D | 16-1.c | 51 char caught; member 110 s->caught = 1; in handler() 186 while (!s->caught) in test_sig()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | EventBuilder.java | 123 public EventBuilder setExceptionOnly(long exceptionClassID, boolean caught, in setExceptionOnly() argument 126 mod.caught = caught; in setExceptionOnly()
|
D | EventMod.java | 82 public boolean caught; field in EventMod 115 caught = false; in EventMod()
|
/external/bison/tests/ |
D | c++.at | 371 std::cerr << "exception caught: " << e.what () << std::endl; 375 std::cerr << "unknown exception caught" << std::endl; 386 [[exception caught: reduction 390 [[exception caught: yylex 394 [[exception caught: initial-action 400 AT_CHECK([[grep '^exception caught: printer$' stderr]], [], [ignore]) 403 [[exception caught: syntax error 407 [[exception caught: syntax error, unexpected $end, expecting 'a'
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
D | CombinedExceptionEventsTest.java | 173 private int requestException(long exceptionClassID, boolean caught, in requestException() argument 176 + caught + ", uncaught=" + uncaught); in requestException() 178 exceptionClassID, caught, uncaught); in requestException()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/ |
D | template_25-1.in | 10 the signal that was caught is added to the signal mask by raising that 41 printf("%%MYSIG%% caught\n"); 43 printf("Signal caught while inside handler\n");
|
D | template_22-1.in | 12 was caught is not added to the signal mask by raising that signal in the 44 printf("%%MYSIG%% caught\n"); 46 printf("Signal caught while inside handler\n");
|
/external/antlr/antlr-3.4/runtime/Perl5/t/examples/ |
D | simplecalc.t | 73 if (my $ex = ANTLR::Runtime::RecognitionException->caught()) { 75 } elsif ($ex = Exception::Class->caught()) {
|
/external/llvm/test/Transforms/LICM/ |
D | funclet.ll | 70 br i1 %a, label %try.success.or.caught, label %forbody 76 try.success.or.caught: ; preds = %forcond.backedge, %0 83 br i1 %c, label %try.success.or.caught, label %forbody
|
/external/valgrind/memcheck/tests/ |
D | signal2.stdout.exp | 3 caught sig segv
|
D | sigaltstack.stderr.exp | 5 caught signal, local var is on 0x........
|
D | badjump2.stderr.exp-kfail | 5 Signal caught, as expected
|
/external/valgrind/drd/tests/ |
D | sigaltstack.stderr.exp | 5 caught signal, local var is on 0x........
|