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

1 2

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
try-003.js 36 function TrySomething( expression, throwing ) {
38 if (throwing) {
52 if (throwing) {
try-012.js 45 function TrySomething( expression, throwing ) {
47 if (throwing) {
67 if (throwing) {
  /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/jmonkeyengine/engine/src/core/com/jme3/asset/
ImplHandler.java 98 logger.throwing(type.getName(), "<init>", ex);
103 logger.throwing(type.getName(), "<init>", ex);
  /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/v8/test/mjsunit/regress/
regress-1207.js 28 // Test throwing an exception from instanceof.
  /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 820 public void throwing(String sourceClass, String sourceMethod, method in class:Logger
    [all...]
  /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...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LoggerTest.java 957 * Test throwing(String, String, Throwable) with normal values.
962 this.sharedLogger.throwing("sourceClass", "sourceMethod", t);
977 this.sharedLogger.throwing("sourceClass", "sourceMethod", t);
982 * Test throwing(String, String, Throwable) with null values.
991 child.throwing(null, null, null);
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java     [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 498 * throwing an exception.
  /external/v8/src/
messages.js     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 

Completed in 1419 milliseconds

1 2