HomeSort by relevance Sort by last modified time
    Searched refs:getException (Results 76 - 100 of 543) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/tests/utils/testutils/java/android/os/test/
TestLooper.java 248 public RuntimeException getException() {
279 RuntimeException e = mAutoDispatchThread.getException();
  /libcore/jsr166-tests/src/test/java/jsr166/
RecursiveTaskTest.java 64 assertNull(a.getException());
95 assertNull(a.getException());
133 assertTrue(a.getException() instanceof CancellationException);
160 assertSame(t.getClass(), a.getException().getClass());
371 assertTrue(f.getException() instanceof FJException);
372 checkCompletedAbnormally(f, f.getException());
448 assertTrue(f.getException() instanceof FJException);
449 checkCompletedAbnormally(f, f.getException());
    [all...]
CountedCompleterTest.java 61 assertNull(a.getException());
70 assertNull(a.getException());
80 assertNull(a.getException());
95 assertNull(a.getException());
129 assertTrue(a.getException() instanceof CancellationException);
166 assertSame(t.getClass(), a.getException().getClass());
773 assertTrue(f.getException() instanceof FJException);
774 checkCompletedAbnormally(f, f.getException());
846 assertTrue(f.getException() instanceof FJException);
847 checkCompletedAbnormally(f, f.getException());
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-spi/1.0.2.v20150114/
aether-spi-1.0.2.v20150114.jar 
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/util/src/com/android/cts/util/
TestResult.java 55 public String getException() {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
CombinedExceptionEventsTest.java 140 .getException().objectID;
ExceptionUncaughtTest.java 55 TaggedObject returnedException = exceptionEvent.getException();
ExceptionCaughtTest.java 149 TaggedObject returnedException = exceptionEvent.getException();
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/
InstrumentDetectorTest.java 159 result.getFailures().get(0).getException().printStackTrace(new PrintWriter(buffer));
  /libcore/dalvik/test-rules/src/test/java/libcore/dalvik/system/
CloseGuardSupportTest.java 176 Throwable exception = failure.getException();
  /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
Message.java 131 (AuthenticationRequiredException) event.getException();
  /external/apache-xml/src/main/java/org/apache/xpath/
XPath.java 354 e = ((org.apache.xml.utils.WrappedRuntimeException) e).getException();
429 e = ((org.apache.xml.utils.WrappedRuntimeException) e).getException();
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
XPathImpl.java 289 Throwable nestedException = te.getException();
483 Throwable nestedException = te.getException();
XPathExpressionImpl.java 191 Throwable nestedException = te.getException();
  /libcore/ojluni/src/main/java/java/util/concurrent/
Executors.java 484 throw e.getException();
538 throw e.getException();
ForkJoinTask.java 138 * true if the task was cancelled (in which case {@link #getException}
142 * #getException} will return either the encountered exception or
740 * #getException()} and related methods to check if they have been
765 * each task may be obtained using {@link #getException()} and
784 ex = t.getException();
792 ex = t.getException();
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
SocketAdaptor.java 255 throw (IOException)e.getException();
277 throw (IOException)e.getException();
  /prebuilts/tools/common/m2/repository/com/android/tools/external/ant-glob/1.0/
ant-glob-1.0.jar 
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/
ClientTest.java 305 assertThat(testResult.getException(),
320 assertThat(testResult.getException(),
336 assertThat(testResult.getException(),
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java 489 Throwable throwable = wre.getException();
495 ((org.apache.xml.utils.WrappedRuntimeException) throwable).getException();
498 throw new TransformerException(wre.getException());
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLSocketTest.java 491 Exception e = server.getException();
575 public Exception getException() {
  /tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
BandwidthMicroBenchMarkTest.java 208 CLog.w("Failed to query test server", runnable.getException());
253 public Exception getException() {
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
TestRunnerSequenceTest.java 122 fail(failure.getMessage(), failure.getException());
  /libcore/luni/src/main/java/javax/xml/datatype/
FactoryFinder.java 313 Exception getException() {
  /libcore/ojluni/src/main/java/java/lang/
UNIXProcess.java 147 throw (IOException) ex.getException();

Completed in 1066 milliseconds

1 2 34 5 6 7 8 91011>>