HomeSort by relevance Sort by last modified time
    Searched refs:thrown (Results 26 - 50 of 148) sorted by null

12 3 4 5 6

  /external/smack/src/com/kenai/jbosh/
ServiceLib.java 151 Exception thrown; local
164 thrown = ex;
167 thrown = ex;
170 thrown = ex;
175 thrown);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
StopDebuggee.java 120 } catch (Throwable thrown) {
121 logWriter.println(getName() + ": Exception is caught: " + thrown);
122 if ( thrown.equals(exception) ) {
ResumeDebuggee.java 77 } catch ( Throwable thrown) {
79 ("--> ResumeDebuggee: Exception while creating threads: " + thrown);
SuspendCountDebuggee.java 77 } catch ( Throwable thrown) {
79 ("--> SuspendCountDebuggee: Exception while creating threads: " + thrown);
SuspendDebuggee.java 75 } catch ( Throwable thrown) {
77 ("--> SuspendDebuggee: Exception while creating threads: " + thrown);
ThreadGroup002Debuggee.java 86 } catch ( Throwable thrown) {
88 ("--> ThreadGroup002Debuggee: Exception while creating threads: " + thrown);
Status003Debuggee.java 71 } catch (Throwable thrown) {
Status004Debuggee.java 71 } catch (Throwable thrown) {
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteCardinalityException.js 5 /** Base class for all exceptions thrown during AST rewrite construction.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
ResumeDebuggee.java 78 } catch ( Throwable thrown) {
80 ("--> ResumeDebuggee: Exception while creating threads: " + thrown);
  /external/chromium_org/v8/test/mjsunit/
regress-3456.js 11 // properly. If it does not, a ReferenceError is thrown during parsing.
keyed-call-generic.js 102 var thrown = false;
106 thrown = true;
108 assertEquals(exceptions[k], thrown);
  /external/libvpx/libvpx/examples/
decode_with_partial_drops.c 141 int* thrown, int* kept)
176 if (*thrown == 0 && !loss_event)
185 (*thrown)++;
205 int thrown=0, kept=0; local
299 thrown += thrown_frame;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
decode_with_partial_drops.c 141 int* thrown, int* kept)
176 if (*thrown == 0 && !loss_event)
185 (*thrown)++;
205 int thrown=0, kept=0; local
299 thrown += thrown_frame;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
JPDADebuggeeSynchronizer.java 148 } catch (Throwable thrown) {
151 logWriter.println("#### " + thrown);
154 msg = "" + thrown;
  /external/chromium_org/remoting/webapp/
typecheck.js 9 * If the attribute is not an array, then an exception will be thrown unless
34 * If the attribute is not a boolean, then an exception will be thrown unless
59 * If the attribute is not a number, then an exception will be thrown unless
84 * If the attribute is not an object, then an exception will be thrown unless
109 * If the attribute is not a string, then an exception will be thrown unless
134 * exception will be thrown.
  /external/chromium_org/v8/test/mjsunit/es6/debug-promises/
throw-caught-uncaught.js 8 // there is a catch handler for the exception thrown in a Promise.
throw-with-throw-in-reject.js 7 // Test debug events when an exception is thrown inside a Promise, which is
10 // 1) when the exception is thrown in the promise q.
throw-with-undefined-reject.js 7 // Test debug events when an exception is thrown inside a Promise, which is
10 // 1) when the exception is thrown in the promise q.
throw-in-constructor.js 8 // an exception is thrown in the Promise constructor.
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 225 fail("Expected exception was not thrown.");
228 System.out.println("Expected exception was thrown: "
349 fail("Expected IllegalStateException was not thrown");
354 fail("Expected IllegalStateException was not thrown");
359 fail("Expected IllegalStateException was not thrown");
365 fail("Expected IllegalStateException was not thrown");
370 fail("Expected IllegalStateException was not thrown");
761 fail("Expected exception was not thrown.");
764 System.out.println("Expected exception was thrown: "
1126 protected Throwable thrown; field in class:HttpsURLConnectionTest.Work
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyConnection.java 433 IOException thrown = null; local
437 thrown = e;
459 if (thrown != null) thrown = e;
473 thrown = e;
478 if (thrown == null) thrown = e;
481 if (thrown != null) throw thrown;
  /external/chromium_org/extensions/renderer/resources/
uncaught_exception_handler.js 5 // Handles uncaught exceptions thrown by extensions. By default this is to
15 * @param {Error|*} e - The thrown error object. This object is potentially
75 * @param {Error|*} e - A thrown object (possibly user-supplied).
94 * @param {Error|*} e - Thrown object.
  /external/chromium_org/testing/gtest/test/
gtest_catch_exceptions_test.py 90 self.assert_('SEH exception with code 0x2a thrown '
93 self.assert_('SEH exception with code 0x2a thrown '
96 self.assert_('SEH exception with code 0x2a thrown in SetUpTestCase()'
98 self.assert_('SEH exception with code 0x2a thrown in TearDownTestCase()'
100 self.assert_('SEH exception with code 0x2a thrown in SetUp()'
102 self.assert_('SEH exception with code 0x2a thrown in TearDown()'
104 self.assert_('SEH exception with code 0x2a thrown in the test body'
119 * Exception thrown affect the remainder of the test work flow in the
125 '"Standard C++ exception" thrown '
138 '"Standard C++ exception" thrown '
    [all...]
  /external/gtest/test/
gtest_catch_exceptions_test.py 90 self.assert_('SEH exception with code 0x2a thrown '
93 self.assert_('SEH exception with code 0x2a thrown '
96 self.assert_('SEH exception with code 0x2a thrown in SetUpTestCase()'
98 self.assert_('SEH exception with code 0x2a thrown in TearDownTestCase()'
100 self.assert_('SEH exception with code 0x2a thrown in SetUp()'
102 self.assert_('SEH exception with code 0x2a thrown in TearDown()'
104 self.assert_('SEH exception with code 0x2a thrown in the test body'
119 * Exception thrown affect the remainder of the test work flow in the
125 '"Standard C++ exception" thrown '
138 '"Standard C++ exception" thrown '
    [all...]

Completed in 1057 milliseconds

12 3 4 5 6