HomeSort by relevance Sort by last modified time
    Searched refs:caught (Results 1 - 25 of 243) sorted by null

1 2 3 4 5 6 7 8 910

  /external/valgrind/memcheck/tests/solaris/
door_kill.stdout.exp 1 Signal caught.
  /external/valgrind/none/tests/solaris/
sigresend.stdout.exp 1 Signal caught.
  /external/valgrind/none/tests/
bug234814.stdout.exp 1 I caught the SIGBUS signal!
2 I caught the SIGBUS signal!
3 I caught the SIGBUS signal!
  /dalvik/dx/tests/061-dex-try-catch/
Blort.java 19 public static void caught() { method in class:Blort
28 // In this test, the code being try-caught can't possibly throw.
32 caught(); method
37 // In this test, the code being try-caught doesn't contain any
42 caught(); method
47 // In this test, the code being try-caught contains a constant
52 caught(); method
57 // In this test, the code being try-caught contains one
63 caught(); method
  /external/valgrind/memcheck/tests/
signal2.stdout.exp 3 caught sig segv
sigaltstack.stderr.exp 5 caught signal, local var is on 0x........
badjump2.stderr.exp 6 Signal caught, as expected
  /external/libpng/contrib/visupng/
cexcept.h 134 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/
assign.pass.cpp 30 bool caught = false; local
32 catch(std::regex_error &) { caught = true; }
33 assert(caught);
  /prebuilts/ndk/r13/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;
54 caught = e;
59 throw caught;
  /external/guava/guava/src/com/google/common/collect/
ForwardingQueue.java 88 } catch (IllegalStateException caught) {
103 } catch (NoSuchElementException caught) {
118 } catch (NoSuchElementException caught) {
  /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...]
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);
  /external/valgrind/drd/tests/
sigaltstack.stderr.exp 5 caught signal, local var is on 0x........
  /art/test/449-checker-bce/src/
Main.java 456 boolean caught = false;
460 caught = true;
462 if (!caught) {
477 caught = false;
481 caught = true;
483 if (!caught || a6[0] != 6 || a6[1] != 6 || a6[2] != 6 ||
488 caught = false;
492 caught = true;
494 if (!caught || a1[0] != 7) {
515 caught = false
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
EventMod.java 82 public boolean caught; field in class:EventMod
115 caught = false;
  /art/test/003-omnibus-opcodes/src/
Throw.java 88 boolean caught = false;
101 caught = true;
111 Main.assertTrue(caught);
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
StreamCloseTest.java 108 boolean caught = false;
120 caught = true;
122 assertTrue(caught);
125 caught = false;
132 caught = true;
134 assertTrue(caught);
136 caught = false;
144 caught = true;
146 assertTrue(caught);
148 caught = false
    [all...]
  /art/test/602-deoptimizeable/src/
Main.java 152 boolean caught = false;
162 caught = true;
164 if (!caught) {
177 boolean caught = false;
187 caught = true;
189 if (!caught) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
template_16-1.in 95 volatile sig_atomic_t caught = 0;
101 printf( "Caught signal %d\n", signo );
102 caught++;
191 while ( !caught )
  /external/flatbuffers/tests/FlatBuffers.Test/
Assert.cs 120 var caught = false;
127 caught = true;
130 if (!caught)
  /external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
Exception.pm 26 my $ex = $self->class->caught();
  /external/llvm/test/MC/Hexagon/
endloop.s 3 # Check that a branch in an end-loop packet is caught.
  /external/antlr/antlr-3.4/runtime/Perl5/examples/simplecalc/
simplecalc.pl 22 if (my $ex = ANTLR::Runtime::RecognitionException->caught()) {

Completed in 4471 milliseconds

1 2 3 4 5 6 7 8 910