Home
last modified time | relevance | path

Searched refs:TestThread (Results 1 – 10 of 10) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DObjectTest.java112 class TestThread extends Thread { in test_notify() class
113 public TestThread(String name) { in test_notify() method in ObjectTest.TestThread
146 List<TestThread> threads = new ArrayList<>(); in test_notify()
148 TestThread thread = new TestThread("TestThread " + i); in test_notify()
189 class TestThread implements Runnable { in test_notifyAll() class
217 new Thread(new TestThread()).start(); in test_notifyAll()
268 class TestThread extends Thread { in test_wait() class
293 TestThread thread = new TestThread(); in test_wait()
374 class TestThread extends Thread { in test_waitJI() class
402 TestThread thread = new TestThread(); in test_waitJI()
/libcore/luni/src/test/java/libcore/java/io/
DOldAndroidPipedStreamTest.java25 private abstract static class TestThread extends Thread { class in OldAndroidPipedStreamTest
47 TestThread reader, writer; in testA()
49 reader = new TestThread() { in testA()
73 writer = new TestThread() { in testA()
114 TestThread reader, writer; in testB()
116 reader = new TestThread() { in testB()
152 writer = new TestThread() { in testB()
200 TestThread reader, writer; in testC()
202 reader = new TestThread() { in testC()
223 writer = new TestThread() { in testC()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/
DSoftReferenceTest.java96 class TestThread extends Thread { in test_get_SoftReference() class
104 TestThread t = new TestThread(); in test_get_SoftReference()
123 TestThread t = new TestThread(); in test_get_SoftReference()
DReferenceTest.java175 class TestThread extends Thread { in test_subclass() class
189 Thread t = new TestThread(); in test_subclass()
288 class TestThread extends Thread { in test_finalizeReferenceInteraction() class
297 Thread t = new TestThread(); in test_finalizeReferenceInteraction()
DPhantomReferenceTest.java86 class TestThread extends Thread { in check_gcInteraction() class
99 Thread t = new TestThread(); in check_gcInteraction()
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
DTestThread.java18 public abstract class TestThread implements Runnable { class
26 TestThread(String[] names) { in TestThread() method in TestThread
DSecretKeyFactoryThread.java25 public class SecretKeyFactoryThread extends TestThread {
DMacThread.java21 public class MacThread extends TestThread {
DKeyGeneratorThread.java25 public class KeyGeneratorThread extends TestThread {
DKeyAgreementThread.java31 public class KeyAgreementThread extends TestThread {