Home
last modified time | relevance | path

Searched defs:realRun (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DJSR166TestCase.java801 protected abstract void realRun() throws Throwable; in realRun() method in JSR166TestCase.CheckedRunnable
813 protected abstract void realRun() throws Throwable; in realRun() method in JSR166TestCase.RunnableShouldThrow
833 protected abstract void realRun() throws Throwable; in realRun() method in JSR166TestCase.ThreadShouldThrow
853 protected abstract void realRun() throws Throwable; in realRun() method in JSR166TestCase.CheckedInterruptedRunnable
DAtomicDoubleArrayTest.java292 public void realRun() { in realRun() method in AtomicDoubleArrayTest.Counter