Home
last modified time | relevance | path

Searched refs:threadUnexpectedException (Results 1 – 2 of 2) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DJSR166TestCase.java387 threadUnexpectedException(t); in threadAssertEquals()
418 public void threadUnexpectedException(Throwable t) { in threadUnexpectedException() method in JSR166TestCase
512 threadUnexpectedException(e); in assertFutureTimesOut()
701 threadUnexpectedException(ie); in awaitTermination()
728 threadUnexpectedException(t); in run()
747 if (!exceptionClass.isInstance(t)) threadUnexpectedException(t); in run()
766 if (!exceptionClass.isInstance(t)) threadUnexpectedException(t); in run()
781 threadUnexpectedException(t); in run()
793 threadUnexpectedException(t); in call()
810 threadUnexpectedException(t); in call()
[all …]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DJSR166TestCase.java390 threadUnexpectedException(t); in threadAssertEquals()
421 public void threadUnexpectedException(Throwable t) { in threadUnexpectedException() method in JSR166TestCase
515 threadUnexpectedException(e); in assertFutureTimesOut()
708 threadUnexpectedException(ie); in awaitTermination()
736 threadUnexpectedException(t); in run()
756 if (!exceptionClass.isInstance(t)) threadUnexpectedException(t); in run()
776 if (!exceptionClass.isInstance(t)) threadUnexpectedException(t); in run()
792 threadUnexpectedException(t); in run()
805 threadUnexpectedException(t); in call()
823 threadUnexpectedException(t); in call()
[all …]