HomeSort by relevance Sort by last modified time
    Searched refs:throwing (Results 1 - 25 of 48) sorted by null

1 2

  /external/objenesis/tck/src/org/objenesis/tck/candidates/
candidates.properties 65 org.objenesis.tck.candidates.SerializableWithAncestorThrowingException = Serializable with ancestor throwing exception
70 org.objenesis.tck.candidates.ConstructorThrowingException = Constructor throwing exception
71 org.objenesis.tck.candidates.SerializableConstructorThrowingException = Constructor throwing exception (serializable)
serializable-candidates.properties 64 org.objenesis.tck.candidates.SerializableConstructorThrowingException = Constructor throwing exception (serializable)
  /external/stlport/test/eh/
cygwin.mak 79 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..."
83 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..."
87 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..."
  /external/chromium_org/v8/test/webkit/
try-catch-try-try-catch-try-finally-return-catch-finally.js 25 "Tests what would happen if you a throwing operation at the beginning of a finally blow that gets inlined inside a complicated catch/finally stack. The correct outcome is for this test to not crash during exception throwing."
throw-from-finally.js 25 "This tests that throwing from a finally block has the expected effect."
exception-propagate-from-dfg-to-llint.js 24 description("Ensures that we pass exceptions to the correct codeblock when throwing from the DFG to the LLInt.");
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
ImplHandler.java 98 logger.throwing(type.getName(), "<init>", ex);
103 logger.throwing(type.getName(), "<init>", ex);
  /external/chromium_org/v8/test/mjsunit/
array-reduce.js 420 "reduce callback not a function not throwing TypeError");
432 "reduceRight callback not a function not throwing TypeError");
444 "reduce no initial value not throwing TypeError");
456 "reduceRight no initial value not throwing TypeError");
468 "reduce sparse no initial value not throwing TypeError");
480 "reduceRight sparse no initial value not throwing TypeError");
stack-traces-2.js 61 function testNotOmittedBuiltin(throwing, included) {
63 throwing();
stack-traces.js 239 function testOmittedBuiltin(throwing, omitted) {
241 throwing();
313 // Check that throwing exception in a custom stack trace formatting function
  /external/v8/test/mjsunit/
array-reduce.js 420 "reduce callback not a function not throwing TypeError");
432 "reduceRight callback not a function not throwing TypeError");
444 "reduce no initial value not throwing TypeError");
456 "reduceRight no initial value not throwing TypeError");
468 "reduce sparse no initial value not throwing TypeError");
480 "reduceRight sparse no initial value not throwing TypeError");
stack-traces-2.js 61 function testNotOmittedBuiltin(throwing, included) {
63 throwing();
stack-traces.js 227 function testOmittedBuiltin(throwing, omitted) {
229 throwing();
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1207.js 28 // Test throwing an exception from instanceof.
  /external/v8/test/mjsunit/regress/
regress-1207.js 28 // Test throwing an exception from instanceof.
  /external/chromium_org/chrome_frame/cfinstall/src/miniclosure/
base.js 24 // Internet Explorer exhibits strange behavior when throwing errors from
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-example-membrane.js 327 print("dry handler exception", name, arg, "throwing", str(x));
394 print("wet handler exception", name, arg, "throwing", str(x));
collections.js 357 // maps, sets, or weak maps, with a wrong type of receiver should be throwing
promises.js 38 %AbortJS(s + " FAILED!") // Simply throwing here will have no effect.
  /external/v8/test/mjsunit/harmony/
proxies-example-membrane.js 327 print("dry handler exception", name, arg, "throwing", str(x));
394 print("wet handler exception", name, arg, "throwing", str(x));
collections.js 278 // maps, sets, or weak maps, with a wrong type of receiver should be throwing
  /libcore/luni/src/main/java/java/util/logging/
Logger.java 819 public void throwing(String sourceClass, String sourceMethod, method in class:Logger
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
binding.js 36 // than throwing Errors.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.identity_3.1.0.v20100529-0735.jar 
  /external/guava/guava-tests/test/com/google/common/cache/
CacheLoadingTest.java 142 assertSame(key, cache.get(key, throwing(new Exception())));
2312 static <T> Callable<T> throwing(final Exception exception) { method in class:CacheLoadingTest
    [all...]

Completed in 826 milliseconds

1 2