Searched refs:caught (Results 1 - 25 of 49) sorted by relevance

12

/external/valgrind/memcheck/tests/solaris/
H A Ddoor_kill.stdout.exp1 Signal caught.
/external/valgrind/none/tests/solaris/
H A Dsigresend.stdout.exp1 Signal caught.
/external/valgrind/none/tests/
H A Dbug234814.stdout.exp1 I caught the SIGBUS signal!
2 I caught the SIGBUS signal!
3 I caught the SIGBUS signal!
/external/valgrind/memcheck/tests/
H A Dsignal2.stdout.exp3 caught sig segv
H A Dsigaltstack.stderr.exp5 caught signal, local var is on 0x........
H A Dbadjump2.stderr.exp6 Signal caught, as expected
/external/libpng/contrib/visupng/
H A Dcexcept.h134 by the Try clause), and the exception is not caught by a nested
141 caught, which is significant if it has side effects, for example:
158 caught. Therefore, variables modified inside the Try block whose
170 exception must be caught, otherwise the program may crash.
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/libcxx/test/std/re/re.regex/re.regex.assign/
H A Dassign.pass.cpp30 bool caught = false; local
32 catch(std::regex_error &) { caught = true; }
33 assert(caught);
/external/guava/guava/src/com/google/common/collect/
H A DForwardingQueue.java88 } catch (IllegalStateException caught) {
103 } catch (NoSuchElementException caught) {
118 } catch (NoSuchElementException caught) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/speculative/
H A D4-4.c44 int caught = 0; variable
51 caught++;
116 caught = 0;
120 if (caught == 1) {
129 if (caught >= 2) {
132 printf("Caught %d < 2 signals\n", caught);
H A D4-3.c46 int caught = 0; variable
53 caught++;
126 if (caught == 1) {
129 printf("FAIL: Caught %d signals, not 1\n", caught);
/external/valgrind/drd/tests/
H A Dsigaltstack.stderr.exp5 caught signal, local var is on 0x........
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DEventMod.java82 public boolean caught; field in class:EventMod
115 caught = false;
H A DEventBuilder.java119 * @param caught true to report caught exception, false otherwise.
123 public EventBuilder setExceptionOnly(long exceptionClassID, boolean caught, argument
126 mod.caught = caught;
/external/flatbuffers/tests/FlatBuffers.Test/
H A DAssert.cs120 var caught = false;
127 caught = true;
130 if (!caught)
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
H A Dtemplate_16-1.in95 volatile sig_atomic_t caught = 0;
102 caught++;
191 while ( !caught )
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
H A DException.pm26 my $ex = $self->class->caught();
/external/llvm/test/MC/Hexagon/
H A Dendloop.s3 # Check that a branch in an end-loop packet is caught.
/external/antlr/antlr-3.4/runtime/Perl5/examples/simplecalc/
H A Dsimplecalc.pl22 if (my $ex = ANTLR::Runtime::RecognitionException->caught()) {
/external/guice/core/src/com/google/inject/internal/
H A DProvisionListenerStackCallback.java66 RuntimeException caught = null;
70 caught = t;
75 } else if (caught != null) {
79 .errorInUserCode(caught, "Error notifying ProvisionListener %s of %s.%n"
80 + " Reason: %s", listener, binding.getKey(), caught)
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DCombinedExceptionEventsTest.java40 * Tests combined EXCEPTION events for caught exception. It runs the
42 * EXCEPTION events for caught exception.
61 * <li>only caught DebuggeeException (and subclasses)</li>
62 * <li>only caught SubDebuggeeException (and subclasses)</li>
65 * <li>caught and uncaught DebuggeeException (and subclasses)</li>
66 * <li>caught and uncaught SubDebuggeeException (and subclasses)</li>
72 * true to test uncaught exception, false to test caught exception.
88 // Request "caught only" exceptions with super and sub classes.
96 // Request "caught & uncaught" exceptions with super and sub classes.
173 private int requestException(long exceptionClassID, boolean caught, argument
[all...]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
H A D16-1.c51 char caught; member in struct:sig_info
110 s->caught = 1;
186 while (!s->caught)
/external/oj-libjdwp/src/share/back/
H A DeventFilter.h54 jboolean caught,
H A DEventRequestImpl.c135 jboolean caught; local
140 caught = inStream_readBoolean(in);
148 exception, caught, uncaught));
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
H A DJDWPEventModifierTestCase.java72 * @param caught whether the exception must be caught
77 String exceptionClassSignature, boolean caught, boolean uncaught) {
84 caught, uncaught);
76 createExceptionEventBuilder( String exceptionClassSignature, boolean caught, boolean uncaught) argument

Completed in 667 milliseconds

12