Home
last modified time | relevance | path

Searched refs:realRun (Results 1 – 6 of 6) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DJSR166TestCase.java722 protected abstract void realRun() throws Throwable; in realRun() method in JSR166TestCase.CheckedRunnable
726 realRun(); in run()
734 protected abstract void realRun() throws Throwable; in realRun() method in JSR166TestCase.RunnableShouldThrow
744 realRun(); in run()
753 protected abstract void realRun() throws Throwable; in realRun() method in JSR166TestCase.ThreadShouldThrow
763 realRun(); in run()
772 protected abstract void realRun() throws Throwable; in realRun() method in JSR166TestCase.CheckedInterruptedRunnable
776 realRun(); in run()
848 public void realRun() throws InterruptedException {
902 protected void realRun() throws Throwable {
[all …]
DAtomicDoubleArrayTest.java191 public void realRun() { in testCompareAndSetInMultipleThreads()
273 public void realRun() { in realRun() method in AtomicDoubleArrayTest.Counter
DAtomicDoubleTest.java105 public void realRun() { in testCompareAndSetInMultipleThreads()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DJSR166TestCase.java729 protected abstract void realRun() throws Throwable; in realRun() method in JSR166TestCase.CheckedRunnable
734 realRun(); in run()
742 protected abstract void realRun() throws Throwable; in realRun() method in JSR166TestCase.RunnableShouldThrow
753 realRun(); in run()
762 protected abstract void realRun() throws Throwable; in realRun() method in JSR166TestCase.ThreadShouldThrow
773 realRun(); in run()
782 protected abstract void realRun() throws Throwable; in realRun() method in JSR166TestCase.CheckedInterruptedRunnable
787 realRun(); in run()
866 public void realRun() throws InterruptedException {
923 protected void realRun() throws Throwable {
[all …]
DAtomicDoubleArrayTest.java192 public void realRun() { in testCompareAndSetInMultipleThreads()
275 public void realRun() { in realRun() method in AtomicDoubleArrayTest.Counter
DAtomicDoubleTest.java106 public void realRun() { in testCompareAndSetInMultipleThreads()