HomeSort by relevance Sort by last modified time
    Searched full:caught (Results 201 - 225 of 2780) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/darwin-x86/src/runtime/
signal_solaris.go 12 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction (not reset when caught)"},
13 /* 5 */ {_SigThrow + _SigUnblock, "SIGTRAP: trace trap (not reset when caught)"},
17 /* 9 */ {0, "SIGKILL: kill (cannot be caught or ignored)"},
31 /* 23 */ {0, "SIGSTOP: stop (cannot be caught or ignored)"},
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
catchpanic.go 40 // Test that the SIGABRT raised by panic can be caught by an early signal handler.
  /prebuilts/go/darwin-x86/test/
blank1.go 7 // Test that incorrect uses of the blank identifer are caught.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15013.go 9 // Nothing in the standard library caught the problem, so adding a test.
issue15091.go 15 // or (now, with the error caught earlier)
  /prebuilts/go/darwin-x86/test/import4.dir/
import4.go 6 // errors are caught by the compiler.
  /prebuilts/go/linux-x86/src/runtime/
signal_solaris.go 12 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction (not reset when caught)"},
13 /* 5 */ {_SigThrow + _SigUnblock, "SIGTRAP: trace trap (not reset when caught)"},
17 /* 9 */ {0, "SIGKILL: kill (cannot be caught or ignored)"},
31 /* 23 */ {0, "SIGSTOP: stop (cannot be caught or ignored)"},
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
catchpanic.go 40 // Test that the SIGABRT raised by panic can be caught by an early signal handler.
  /prebuilts/go/linux-x86/test/
blank1.go 7 // Test that incorrect uses of the blank identifer are caught.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15013.go 9 // Nothing in the standard library caught the problem, so adding a test.
issue15091.go 15 // or (now, with the error caught earlier)
  /prebuilts/go/linux-x86/test/import4.dir/
import4.go 6 // errors are caught by the compiler.
  /art/test/040-miranda/src/
Main.java 49 System.out.println(" caught expected NoSuchMethodException");
51 System.out.println(" caught unexpected exception " + e);
  /art/test/126-miranda-multidex/src/
Main.java 51 System.out.println(" caught expected NoSuchMethodException");
53 System.out.println(" caught unexpected exception " + e);
  /cts/hostsidetests/dumpsys/apps/ProcStatsHelperApp/src/com/android/server/cts/procstatshelper/
ProcStatsHelperServiceBase.java 44 Log.e(TAG, "Caught exception", e);
56 Log.e(TAG, "Caught exception", e);
  /external/ImageMagick/Magick++/tests/
colorHistogram.cpp 84 cout << "Caught exception: " << error_.what() << endl;
89 cout << "Caught exception: " << error_.what() << endl;
  /external/compiler-rt/test/asan/TestCases/
initialization-bug.cc 1 // Test to make sure basic initialization order errors are caught.
30 // result is undefined behavior, which should be caught by initialization order
  /external/ltp/testcases/kernel/fs/fs_bind/bind/
test07-2 18 trap 'ERR=$? ; ERR_MSG="caught error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"; break' ERR
39 trap 'ERR=$? ; tst_resm TWARN "bind/test07-2: caught error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"' ERR
  /external/ltp/testcases/kernel/fs/fs_bind/rbind/
test07-2 18 trap 'ERR=$? ; ERR_MSG="caught error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"; break' ERR
39 trap 'ERR=$? ; tst_resm TWARN "rbind/test07-2: caught error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"' ERR
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/killpg/
1-1.c 11 * 1. Set up a signal handler for the signal that says we have caught the
31 printf("Caught signal being tested!\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/raise/
4-1.c 13 * 1) Set up a signal handler for the signal that says we have caught the
32 printf("Caught signal being tested!\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
8-1.c 26 printf("Caught SIGXFSZ\n");
31 printf("Caught SIGABRT\n");
8-10.c 26 printf("Caught SIGINT\n");
31 printf("Caught SIGPIPE\n");
8-11.c 26 printf("Caught SIGPIPE\n");
31 printf("Caught SIGQUIT\n");
8-12.c 26 printf("Caught SIGQUIT\n");
31 printf("Caught SIGSEGV\n");

Completed in 241 milliseconds

1 2 3 4 5 6 7 891011>>