HomeSort by relevance Sort by last modified time
    Searched full:caught (Results 476 - 500 of 1682) sorted by null

<<11121314151617181920>>

  /external/selinux/libsepol/tests/policies/test-expander/
small-base.conf 269 sigkill # cannot be caught or ignored
270 sigstop # cannot be caught or ignored
  /external/selinux/libsepol/tests/policies/test-linker/
small-base.conf 269 sigkill # cannot be caught or ignored
270 sigstop # cannot be caught or ignored
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
execution_monitor.hpp 15 // named catch_exceptions() which caught otherwise uncaught C++ exceptions.
161 // try to attach debugger in case of caught system error
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
IntentStore.java 93 ProvisionLogger.loge("Caught exception while trying to save an intent to the"
163 ProvisionLogger.loge("Caught exception while trying to load an intent from the"
  /external/v8/test/mjsunit/harmony/
generators-turbo.js 42 try {yield 1} catch (error) {assertEquals("caught", error)}
45 assertThrowsEquals(() => Throw(g(), "not caught"), "not caught");
50 assertEquals({value: undefined, done: true}, Throw(x, "caught"));
57 assertThrowsEquals(() => Throw(x, "not caught"), "not caught");
generators.js 37 try {yield 1} catch (error) {assertEquals("caught", error)}
40 assertThrowsEquals(() => Throw(g(), "not caught"), "not caught");
45 assertEquals({value: undefined, done: true}, Throw(x, "caught"));
52 assertThrowsEquals(() => Throw(x, "not caught"), "not caught");
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 16 // and caught by generated test functions; and type info types > 6
33 // thrown and caught by an inner generated test function.
35 // thrown and caught by an outer generated test function.
37 // thrown and NOT be caught by any generated function.
39 // caught by any generated function
41 // Cases -1 and 7 are caught by a C++ test harness where the validity of
983 /// unwind resume block, if the exception has not been previously caught
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
URLTest.java 59 boolean caught = false; field in class:URLTest
212 caught = false;
217 caught = true;
219 assertTrue("Should have throw MalformedURLException", caught);
225 caught = true;
227 assertTrue("3 Failed to throw MalformedURLException", caught);
229 caught = false;
234 caught = true;
236 assertTrue("4 Failed to throw MalformedURLException", caught);
238 caught = false
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerConstructorsTest.java 41 fail("NumberFormatException has not been caught");
198 fail("NumberFormatException has not been caught");
212 fail("NumberFormatException has not been caught");
579 fail("NumberFormatException has not been caught");
593 fail("NumberFormatException has not been caught");
607 fail("NumberFormatException has not been caught");
621 fail("NumberFormatException has not been caught");
  /external/libcxxabi/www/
spec.html 149 <li>Places the exception on the stack of currently-caught exceptions if it is
181 <i>Effects:</i> Locates the most recently caught exception and decrements its
182 handler count. Removes the exception from the caughtÓexception stack, if the
205 are no caught exceptions.
247 are no caught exceptions.
  /libcore/ojluni/src/main/java/java/net/
URLClassLoader.java 267 * and errors are not caught. Calling close on an already closed
271 * resulted in an IOException. Any such exceptions are caught internally.
272 * If only one is caught, then it is re-thrown. If more than one exception
273 * is caught, then the second and following exceptions are added
274 * as suppressed exceptions of the first one caught, which is then re-thrown.
  /libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
SpliteratorTestHelper.java 617 Exception caught = null; local
622 caught = e;
625 assertNotNull(caught,
628 assertTrue(expected.isInstance(caught),
630 caught.getClass().getName(), expected.getName()));
  /libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
SpliteratorTestHelper.java 617 Exception caught = null; local
622 caught = e;
625 assertNotNull(caught,
628 assertTrue(expected.isInstance(caught),
630 caught.getClass().getName(), expected.getName()));
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sets.py 284 raise # re-raise the TypeError exception we caught
364 raise # re-raise the TypeError exception we caught
374 raise # re-raise the TypeError exception we caught
509 raise # re-raise the TypeError exception we caught
522 raise # re-raise the TypeError exception we caught
  /prebuilts/gdb/linux-x86/lib/python2.7/
sets.py 284 raise # re-raise the TypeError exception we caught
364 raise # re-raise the TypeError exception we caught
374 raise # re-raise the TypeError exception we caught
509 raise # re-raise the TypeError exception we caught
522 raise # re-raise the TypeError exception we caught
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sets.py 284 raise # re-raise the TypeError exception we caught
364 raise # re-raise the TypeError exception we caught
374 raise # re-raise the TypeError exception we caught
509 raise # re-raise the TypeError exception we caught
522 raise # re-raise the TypeError exception we caught
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sets.py 284 raise # re-raise the TypeError exception we caught
364 raise # re-raise the TypeError exception we caught
374 raise # re-raise the TypeError exception we caught
509 raise # re-raise the TypeError exception we caught
522 raise # re-raise the TypeError exception we caught
  /external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
errormiddleware.py 65 where you don't want errors to be caught and transformed.
71 caught. This should generally be set by middleware that may
74 ``start_response`` have been called are always caught since
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
ICUDurationTest.java 339 logln("PASS: expected: Caught iae: " + iae.toString() );
346 logln("PASS: [#2] expected: Caught iae: " + iae.toString() );
357 logln("PASS: caught missing resource exception on locale 'und'");
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
ICUDurationTest.java 335 logln("PASS: expected: Caught iae: " + iae.toString() );
342 logln("PASS: [#2] expected: Caught iae: " + iae.toString() );
353 logln("PASS: caught missing resource exception on locale 'und'");
  /dalvik/dx/src/com/android/dx/ssa/
ConstCollector.java 55 * caught in the current method.
201 * caught, so don't count them.
  /external/autotest/client/cros/
dhcpv6_test_base.py 147 logging.error('Caught exception: %s.', str(e))
149 raise error.TestFail('Caught exception: %s.' % str(e))
  /external/chromium-trace/catapult/third_party/webapp2/docs/guide/
app.rst 158 attribute. They will be used as a last resource if exceptions are not caught
187 debug mode, any exception that is now caught is raised and the stack trace is
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
ConstCollector.java 55 * caught in the current method.
201 * caught, so don't count them.
  /external/guava/guava/src/com/google/common/util/concurrent/
Service.java 161 * <p>RuntimeExceptions thrown by a listener will be caught and logged. Any exception thrown
162 * during {@code Executor.execute} (e.g., a {@code RejectedExecutionException}) will be caught and

Completed in 1109 milliseconds

<<11121314151617181920>>