Home
last modified time | relevance | path

Searched refs:caught (Results 1 – 25 of 176) sorted by relevance

12345678

/external/valgrind/none/tests/
Dasync-sigs.stderr.exp-mips321 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
Dbug234814.stdout.exp1 I caught the SIGBUS signal!
2 I caught the SIGBUS signal!
3 I caught the SIGBUS signal!
/external/libpng/contrib/visupng/
Dcexcept.h199 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/
D4-4.c44 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()
D4-3.c46 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/
DProvisionListenerStackCallback.java66 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/
Dassign.pass.cpp30 bool caught = false; in main() local
32 catch(std::regex_error &) { caught = true; } in main()
33 assert(caught); in main()
/external/clang/test/CodeGenObjC/
Dnested-rethrow.m16 printf("caught \n");
18 printf("caught (WRONG)\n");
21 printf("caught nothing (WRONG)\n");
/external/guava/guava/src/com/google/common/collect/
DForwardingQueue.java88 } catch (IllegalStateException caught) { in standardOffer()
103 } catch (NoSuchElementException caught) { in standardPeek()
118 } catch (NoSuchElementException caught) { in standardPoll()
/external/flatbuffers/tests/FlatBuffers.Test/
DAssert.cs120 var caught = false;
127 caught = true;
130 if (!caught)
/external/llvm/test/CodeGen/X86/
Dpr27501.ll31 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
Dseh-catchpad.ll20 ; 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/
D16-1.c51 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/
DEventBuilder.java123 public EventBuilder setExceptionOnly(long exceptionClassID, boolean caught, in setExceptionOnly() argument
126 mod.caught = caught; in setExceptionOnly()
DEventMod.java82 public boolean caught; field in EventMod
115 caught = false; in EventMod()
/external/bison/tests/
Dc++.at371 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/
DCombinedExceptionEventsTest.java173 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/
Dtemplate_25-1.in10 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");
Dtemplate_22-1.in12 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/
Dsimplecalc.t73 if (my $ex = ANTLR::Runtime::RecognitionException->caught()) {
75 } elsif ($ex = Exception::Class->caught()) {
/external/llvm/test/Transforms/LICM/
Dfunclet.ll70 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/
Dsignal2.stdout.exp3 caught sig segv
Dsigaltstack.stderr.exp5 caught signal, local var is on 0x........
Dbadjump2.stderr.exp-kfail5 Signal caught, as expected
/external/valgrind/drd/tests/
Dsigaltstack.stderr.exp5 caught signal, local var is on 0x........

12345678