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

<<11121314151617181920>>

  /external/ImageMagick/Magick++/demo/
button.cpp 95 cout << "Caught exception: " << error_.what() << endl;
flip.cpp 55 cout << "Caught exception: " << error_.what() << endl;
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathProcessorException.java 25 * exceptions may be specifically caught.
  /external/autotest/client/site_tests/platform_AddPrinter/
control.epson 26 When printing the pdf, the printing request sent to printer is caught by
  /external/autotest/server/site_tests/firmware_CorruptKernelA/
firmware_CorruptKernelA.py 32 logging.error("Caught exception: %s", str(e))
  /external/autotest/server/site_tests/firmware_ECPeci/
firmware_ECPeci.py 28 logging.error("Caught exception: %s", str(e))
  /external/autotest/server/site_tests/firmware_TryFwB/
firmware_TryFwB.py 26 logging.error("Caught exception: %s", str(e))
  /external/compiler-rt/test/scudo/
mismatch.cpp 10 // caught when the related option is set.
overflow.cpp 5 // Tests that header corruption of an allocated or quarantined chunk is caught.
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/validator/
Java7Validator.java 24 // Case "0 elements" is caught elsewhere.
  /external/junit/src/main/java/junit/framework/
TestFailure.java 9 * the caught exception.
  /external/libcxxabi/test/
catch_array_01.pass.cpp 12 // GCC incorrectly allows array types to be caught by reference.
  /external/ltp/testcases/kernel/syscalls/kill/
kill07.c 25 * Test case to check that SIGKILL can not be caught.
32 * if SIGKILL is caught set the shared memory flag.
40 * signal was not caught.
160 " 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/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigignore/
assertions.xml 25 a signal that cannot be caught, sigignore() shall fail, and set the value
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/signal/
assertions.xml 27 signal that cannot be caught or ignore a signal that cannot be ignored.
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/
3-1.c 29 printf("Caught signal\n");
  /external/pdfium/testing/resources/javascript/
array_buffer.in 59 app.alert("Caught error " + e);
  /external/proguard/src/proguard/optimize/info/
CaughtClassFilter.java 28 * but only for Clazz objects that are caught as exceptions.
  /external/python/cpython2/Lib/compiler/
syntax.py 4 assignments with invalid targets, are caught in the code generation
  /external/skia/src/gpu/ops/
GrClearOp.cpp 22 SkASSERT(0); // should be caught upstream
  /external/skqp/src/gpu/ops/
GrClearOp.cpp 22 SkASSERT(0); // should be caught upstream
  /external/valgrind/memcheck/tests/
badjump2.c 49 fprintf(stderr, "Signal caught, as expected\n");
sigaltstack.c 9 fprintf(stderr, "caught signal, local var is on %#" PRIxPTR "\n",
  /external/valgrind/none/tests/solaris/
sigresend.c 14 const char str[] = "Signal caught.\n";

Completed in 1556 milliseconds

<<11121314151617181920>>