Searched defs:thrown (Results 1 - 6 of 6) sorted by relevance

/external/smack/src/org/xbill/DNS/
H A DExtendedResolver.java28 Throwable thrown; field in class:ExtendedResolver.Resolution
70 thrown = t;
120 else if (thrown instanceof IOException)
121 throw (IOException) thrown;
122 else if (thrown instanceof RuntimeException)
123 throw (RuntimeException) thrown;
124 else if (thrown instanceof Error)
125 throw (Error) thrown;
190 if (thrown == null)
191 thrown
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java225 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: "
1011 if (client.thrown !
1128 protected Throwable thrown; field in class:HttpsURLConnectionTest.Work
[all...]
/external/v8/src/
H A Disolate.cc932 // Set the exception being re-thrown.
955 MaybeObject* thrown = scheduled_exception(); local
958 return ReThrow(thrown);
1142 // Do not forget to clean catcher_ if currently thrown exception cannot
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/
H A Dantsupportlib.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/ant/ org/eclipse/ant/internal/ ...
/external/v8/test/cctest/
H A Dtest-api.cc2681 "var thrown = false;"
2685 " thrown = true;"
2956 "var thrown = false;"
2960 " thrown = true;"
2962 Local<Value> thrown = context->Global()->Get(v8_str("thrown")); local
2963 CHECK(thrown->BooleanValue());
3199 // thrown and we check that the right activation catches the exception and that
7520 "var thrown = 0;"
7521 "try { wrapper(true); } catch (e) { thrown
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1385 milliseconds