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

1 2 3 45 6 7 8 91011>>

  /art/test/1929-exception-catch-exception/src/art/
Test1929.java 63 Breakpoint.locationToLine(method, location) + " caught " +
103 System.out.println("Caught " + t.getClass().getName() + ": \"" + t.getMessage() + "\"");
141 System.out.println("Caught " + t.getClass().getName() + ": \"" + t.getMessage() + "\"");
162 System.out.println("Caught " + t.getClass().getName() + ": \"" + t.getMessage() + "\"");
168 System.out.println("2nd Caught " + t.getClass().getName() + ": \"" + t.getMessage() + "\"");
180 System.out.println("Caught " + t.getClass().getName() + ": \"" + t.getMessage() + "\"");
186 System.out.println("2nd Caught " + t.getClass().getName() + ": \"" + t.getMessage() + "\"");
208 System.out.println("Caught " + t.getClass().getName() + ": \"" + t.getMessage() + "\"");
233 System.out.println("Caught " + t.getClass().getName() + ": \"" + t.getMessage() + "\"");
281 System.out.printf("Test \"%s\": No error caught with handler \"%s\"\n"
    [all...]
  /art/test/1927-exception-event/
expected.txt 11 Will be caught by: public static void art.Test1927.test_J() @ line = 111
12 main: public static void art.Test1927.test_J() @ line = 111 caught class art.Test1927$TestException: from java
20 Caught exception: art.Test1927$TestException: from java
22 Caught exception: art.Test1927$TestException: from native
33 Will be caught by: public static void art.Test1927.test_J_J() @ line = 122
34 main: public static void art.Test1927.test_J_J() @ line = 122 caught class art.Test1927$TestException: from java
42 Caught exception: art.Test1927$TestException: from java
53 Will be caught by: public static void art.Test1927.test_J_N() @ line = 130
54 main: public static void art.Test1927.test_J_N() @ line = 130 caught class art.Test1927$TestException: from native
62 Caught exception: art.Test1927$TestException: from nativ
    [all...]
  /external/ImageMagick/Magick++/tests/
appendImages.cpp 74 cout << "Caught exception: " << error_.what() << endl;
79 cout << "Caught exception: " << error_.what() << endl;
averageImages.cpp 58 cout << "Caught exception: " << error_.what() << endl;
63 cout << "Caught exception: " << error_.what() << endl;
geometry.cpp 55 cout << "Caught exception: " << error_.what() << endl;
60 cout << "Caught exception: " << error_.what() << endl;
morphImages.cpp 54 cout << "Caught exception: " << error_.what() << endl;
59 cout << "Caught exception: " << error_.what() << endl;
  /external/clang/test/SemaCXX/
__try.cpp 44 puts("Caught a C-based exception.");
50 printf("Caught C++ Exception: %s :\n", e.msg());
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/kill/
1-1.c 10 * 1) Set up a signal handler for the signal that says we have caught the
30 printf("Caught signal being tested!\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/raise/
1-1.c 10 * 1) Set up a signal handler for the signal that says we have caught the
27 printf("Caught signal being tested!\n");
  /external/pdfium/testing/resources/javascript/
app_repsonse.in 60 app.alert("Caught expected error " + e);
66 app.alert("Caught expected error " + e);
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalUtils.java 53 Log.w(TAG, "caught UnsatisfiedLinkError in readSysfs");
62 Log.i(TAG, "caught UnsatisfiedLinkError in readSysfsTemp");
71 Log.w(TAG, "caught UnsatisfiedLinkError in writeSysfs");
80 Log.w(TAG, "caught UnsatisfiedLinkError in getThermalZoneIndex");
89 Log.w(TAG, "caught UnsatisfiedLinkError in getThermalZoneIndexContains");
98 Log.w(TAG, "caught UnsatisfiedLinkError in getCoolingDeviceIndex");
107 Log.w(TAG, "caught UnsatisfiedLinkError in getCoolingDeviceIndexContains");
116 Log.w(TAG, "caught UnsatisfiedLinkError in isFileExists");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
signal.h 36 #define SIGTRAP 5 /* trace trap (not reset when caught) */
39 #define SIGKILL 9 /* kill (cannot be caught or ignored) */
  /prebuilts/go/darwin-x86/test/
label.go 7 // Verify that erroneous labels are caught by the compiler.
8 // This set is caught by pass 1.
  /prebuilts/go/linux-x86/test/
label.go 7 // Verify that erroneous labels are caught by the compiler.
8 // This set is caught by pass 1.
  /art/test/995-breakpoints-throw/src/art/
Test995.java 42 System.out.println("Caught " + t.getClass().getName() + ": \"" + t.getMessage() + "\"");
50 System.out.println("Caught " + t.getClass().getName() + ": \"" + t.getMessage() + "\"");
110 System.out.printf("Caught %s:\"%s\"\n", t.getClass().getName(), t.getMessage());
122 System.out.printf("Test \"%s\": No error caught with handler \"%s\"\n",
125 System.out.printf("Test \"%s\": Caught error %s:\"%s\" with handler \"%s\"\n",
  /external/guice/core/src/com/google/inject/internal/
ProvisionListenerStackCallback.java 66 RuntimeException caught = null; local
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)
  /art/test/1928-exception-event-exception/src/art/
Test1928.java 60 System.out.println("\tWill be caught by: " + catch_message);
101 System.out.println("Caught " + t.getClass().getName() + ": \"" + t.getMessage() + "\"");
121 System.out.println("Caught " + t.getClass().getName() + ": \"" + t.getMessage() + "\"");
136 System.out.println("Caught " + t.getClass().getName() + ": \"" + t.getMessage() + "\"");
151 System.out.println("Caught " + t.getClass().getName() + ": \"" + t.getMessage() + "\"");
197 System.out.printf("Test \"%s\": No error caught with handler \"%s\"\n",
200 System.out.printf("Test \"%s\": Caught error %s:\"%s\" with handler \"%s\"\n",
  /art/test/003-omnibus-opcodes/src/
Throw.java 88 boolean caught = false;
101 caught = true;
111 Main.assertTrue(caught);
  /art/test/1931-monitor-events/
expected.txt 17 Caught exception: java.lang.reflect.InvocationTargetException
21 Caught exception: art.Monitors$TestException: Exception thrown by other thread!
27 Caught exception: art.Monitors$TestException: Exception thrown by other thread!
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
ExceptionDebuggee.java 35 * Generates caught DebuggeeException exception.
57 // throw caught exception
58 throw new DebuggeeException("Caught debuggee exception");
  /external/autotest/client/site_tests/logging_AsanCrash/
logging_AsanCrash.py 33 logging.info('Initiate simulating memory bug to be caught by ASAN.')
53 # immediately after the return on the call) and caught by ASAN.
68 'ASAN caught bug but did not mention '
  /external/flatbuffers/tests/FlatBuffers.Test/
Assert.cs 120 var caught = false;
127 caught = true;
130 if (!caught)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
22-1.c 12 was caught is not added to the signal mask by raising that signal in the
44 printf("SIGABRT caught\n");
46 printf("Signal caught while inside handler\n");
22-10.c 12 was caught is not added to the signal mask by raising that signal in the
44 printf("SIGPIPE caught\n");
46 printf("Signal caught while inside handler\n");
22-11.c 12 was caught is not added to the signal mask by raising that signal in the
44 printf("SIGQUIT caught\n");
46 printf("Signal caught while inside handler\n");

Completed in 513 milliseconds

1 2 3 45 6 7 8 91011>>