/prebuilts/go/darwin-x86/test/ |
typeswitch3.go | 7 // Verify that erroneous type switches are caught be the compiler.
|
/prebuilts/go/linux-x86/src/runtime/ |
signal_solaris.go | 17 /* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction (not reset when caught)"}, 18 /* 5 */ {_SigThrow + _SigUnblock, "SIGTRAP: trace trap (not reset when caught)"}, 22 /* 9 */ {0, "SIGKILL: kill (cannot be caught or ignored)"}, 36 /* 23 */ {_SigNotify + _SigDefault, "SIGSTOP: stop (cannot be caught or ignored)"},
|
/prebuilts/go/linux-x86/test/ |
blank1.go | 7 // Test that incorrect uses of the blank identifer are caught.
|
typeswitch3.go | 7 // Verify that erroneous type switches are caught be the compiler.
|
/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);
|
/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. 27 // result is undefined behavior, which should be caught by initialization order
|
/external/v8/test/mjsunit/regress/ |
regress-608630.js | 25 } catch(e) { print("Caught: " + e); } 69 } catch(e) { print("Caught: " + e); }
|
regress-1215653.js | 30 var caught = false; variable 36 caught = true; 38 assertTrue(caught);
|
/external/clang/test/SemaCXX/ |
exceptions.cpp | 157 } catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by earlier handler}} 164 } catch (D *d) { // expected-warning {{exception of type 'HandlerInversion::D *' will be caught by earlier handler}} 191 } catch (D2 &d) { // expected-warning {{exception of type 'HandlerInversion::D2 &' will be caught by earlier handler}} 210 } catch (D2 &d) { // expected-warning {{exception of type 'HandlerInversion::D2 &' will be caught by earlier handler}} 215 } catch (const D2 &d) { // expected-warning {{exception of type 'const HandlerInversion::D2 &' will be caught by earlier handler}} 220 } catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by earlier handler}}
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/ |
XLogger.java | 155 * the exception being caught. 170 * the exception being caught. 180 * Log an exception being caught. The generated log event uses Level ERROR. 183 * the exception being caught. 192 * Log an exception being caught allowing the log level to be specified. 197 * the exception being caught.
|
/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/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/valgrind/none/tests/ |
async-sigs.c | 2 // following combinations: sync and async signals, caught and uncaught 7 // another process P, sending S from P multiple times (all caught), then 8 // sending another signal from P (not caught). 84 fprintf(stderr, "testing: blocking=%d caught=%d fatal=%d... ", 112 do_kill(pid, caughtsig); // Should be caught.
|
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
ThermalCooling.java | 151 Log.i(TAG, "IOException caught in parse() function"); 196 Log.i(TAG, "XmlPullParserException caught in parse():" + xppe.getMessage()); 199 Log.i(TAG, "IOException caught in parse():" + e.getMessage()); 210 Log.i(TAG, "IOException caught in parse() function"); 331 Log.i(TAG, "XmlPullParserException caught in processStartElement()"); 334 Log.i(TAG, "IOException caught in processStartElement()"); 558 Log.i(TAG, "NoSuchMethodException caught in device class init: " + classPath); 560 Log.i(TAG, "SecurityException caught in device class init: " + classPath); 562 Log.i(TAG, "IllegalAccessException caught in device class init: " + classPath); 564 Log.i(TAG, "IllegalArgumentException caught in device class init: " + classPath) [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/ |
ByteBlock.java | 39 /** {@code non-null;} list of exceptions caught and their handler targets */ 52 * @param catches {@code non-null;} list of exceptions caught and their 138 * Gets the list of exceptions caught and their handler targets.
|
/dalvik/dx/src/com/android/dx/cf/code/ |
ByteBlock.java | 39 /** {@code non-null;} list of exceptions caught and their handler targets */ 52 * @param catches {@code non-null;} list of exceptions caught and their 138 * Gets the list of exceptions caught and their handler targets.
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
ExceptionCaughtDebuggee.java | 36 * Generates caught DebuggeeException exception. 71 logWriter.println("We caught our exception as expected"); 102 throw new DebuggeeException("Caught debuggee exception");
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
StopDebuggee.java | 82 logWriter.println("StopDebuggee:" + e + " is caught while waitForStart.wait()"); 118 logWriter.println(getName() + ": FAILED: TIMEOUT is run out - No any exception is caught"); 121 logWriter.println(getName() + ": Exception is caught: " + thrown);
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
sig_handling.py | 68 When a signal is caught we execute each registered handler for that signal. 71 signal_num: Signal that was caught. 93 """Returns terminating signals that can be caught on this OS platform."""
|
/external/guava/guava/src/com/google/common/collect/ |
ForwardingQueue.java | 88 } catch (IllegalStateException caught) { 103 } catch (NoSuchElementException caught) { 118 } catch (NoSuchElementException caught) {
|
/cts/tests/tests/os/src/android/os/cts/ |
MessageTest.java | 260 final Exception[] caught = new Exception[1]; local 267 caught[0] = ex; // expected 274 if (caught[0] == null) { 280 final Exception[] caught = new Exception[1]; local 287 caught[0] = ex; // expected 294 if (caught[0] == null) {
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
ThrowingCstInsn.java | 29 /** {@code non-null;} list of exceptions caught */ 38 * @param catches {@code non-null;} list of exceptions caught
|