/external/deqp/framework/platform/android/ |
D | tcuAndroidTestActivity.cpp | 41 TestThread::TestThread (NativeActivity& activity, const CommandLine& cmdLine) in TestThread() function in tcu::Android::TestThread 52 TestThread::~TestThread (void) in ~TestThread() 57 void TestThread::run (void) in run() 62 void TestThread::onWindowCreated (ANativeWindow* window) in onWindowCreated() 67 void TestThread::onWindowDestroyed (ANativeWindow* window) in onWindowDestroyed() 72 void TestThread::onWindowResized (ANativeWindow* window) in onWindowResized() 78 bool TestThread::render (void) in render()
|
D | tcuAndroidTestActivity.hpp | 39 class TestThread : public RenderThread class 42 TestThread (NativeActivity& activity, const CommandLine& cmdLine); 43 ~TestThread (void); 73 TestThread m_testThread;
|
/external/protobuf/src/google/protobuf/stubs/ |
D | once_unittest.cc | 74 class TestThread { class in google::protobuf::__anon64ff714b0111::OnceInitTest 76 TestThread(Closure* callback) in TestThread() function in google::protobuf::__anon64ff714b0111::OnceInitTest::TestThread 84 ~TestThread() { in ~TestThread() 119 reinterpret_cast<TestThread*>(arg)->Run(); in Start() 130 TestThread* RunInitOnceInNewThread() { in RunInitOnceInNewThread() 131 return new TestThread(internal::NewCallback(this, &OnceInitTest::InitOnce)); in RunInitOnceInNewThread() 133 TestThread* RunInitRecursiveOnceInNewThread() { in RunInitRecursiveOnceInNewThread() 134 return new TestThread( in RunInitRecursiveOnceInNewThread() 211 scoped_ptr<TestThread> threads[4]; in TEST_F() 228 scoped_ptr<TestThread> threads[8]; in TEST_F()
|
/external/deqp/modules/egl/ |
D | teglMultiThreadTests.cpp | 105 class TestThread : public de::Thread class 118 TestThread (MultiThreadedTest& test, int id); 150 virtual bool runThread (TestThread& thread) = 0; 152 bool execTest (TestThread& thread); 157 void barrier (TestThread& thread); 164 vector<TestThread*> m_threads; 174 inline const Library& TestThread::getLibrary (void) const in getLibrary() 179 TestThread::TestThread (MultiThreadedTest& test, int id) in TestThread() function in deqp::egl::TestThread 186 void TestThread::run (void) in run() 197 catch (const TestThread::TestStop&) in run() [all …]
|
D | teglGLES2SharedRenderingPerfTests.cpp | 717 class TestThread : de::Thread class 720 TestThread (const vector<TestContext*> contexts); 721 ~TestThread (void); 745 TestThread& operator= (const TestThread&); 746 TestThread (const TestThread&); 749 TestThread::TestThread (const vector<TestContext*> contexts) in TestThread() function in deqp::egl::__anon48d7b8a70111::TestThread 762 TestThread::~TestThread (void) in ~TestThread() 767 void TestThread::start (void) in start() 774 void TestThread::join (void) in join() 781 void TestThread::run (void) in run() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | ICUServiceThreadTest.java | 114 static class TestThread extends Thread { class in ICUServiceThreadTest 120 public TestThread(String name, ICUService service, long delay, TestLog log) { in TestThread() method in ICUServiceThreadTest.TestThread 191 static class RegisterFactoryThread extends TestThread { 204 static class UnregisterFactoryThread extends TestThread { 229 static class UnregisterFactoryListThread extends TestThread { 250 static class GetVisibleThread extends TestThread { 268 static class GetDisplayThread extends TestThread { 305 static class GetThread extends TestThread { 324 static class GetListThread extends TestThread {
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ICUServiceThreadTest.java | 113 static class TestThread extends Thread { class in ICUServiceThreadTest 119 public TestThread(String name, ICUService service, long delay, TestLog log) { in TestThread() method in ICUServiceThreadTest.TestThread 190 static class RegisterFactoryThread extends TestThread { 203 static class UnregisterFactoryThread extends TestThread { 228 static class UnregisterFactoryListThread extends TestThread { 249 static class GetVisibleThread extends TestThread { 267 static class GetDisplayThread extends TestThread { 304 static class GetThread extends TestThread { 323 static class GetListThread extends TestThread {
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/debuggee/ |
D | InvokeMethodWithSuspensionDebuggee.java | 39 private class TestThread extends Thread { class in InvokeMethodWithSuspensionDebuggee 40 public TestThread() { in TestThread() method in InvokeMethodWithSuspensionDebuggee.TestThread 110 testThread = new TestThread(); in run()
|
/external/deqp/framework/delibs/decpp/ |
D | deAppendList.cpp | 69 class TestThread : public Thread class 72 TestThread (SharedState* shared, deUint32 threadNdx) in TestThread() function in de::__anon1fe942310111::TestThread 95 typedef SharedPtr<TestThread> TestThreadSp; 104 threads[threadNdx] = TestThreadSp(new TestThread(&sharedState, threadNdx)); in runAppendListTest()
|
D | deSpinBarrier.cpp | 172 class TestThread : public de::Thread class 175 TestThread (SpinBarrier& barrier, volatile deInt32* sharedVar, int numThreads, int threadNdx) in TestThread() function in de::__anona5b4279e0111::TestThread 238 std::vector<TestThread*> threads (numThreads, static_cast<TestThread*>(DE_NULL)); in multiThreadTest() 242 threads[ndx] = new TestThread(barrier, &sharedVar, numThreads, ndx); in multiThreadTest()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/ |
D | ThreadOnlyModifierDebuggee.java | 38 static class TestThread implements Runnable { class in ThreadOnlyModifierDebuggee 41 public TestThread(TestClass obj) { in TestThread() method in ThreadOnlyModifierDebuggee.TestThread 86 threads[i] = new Thread(new TestThread(obj)); in run()
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | MonitorTestCase.java | 55 private TestThread<Monitor> thread1; 56 private TestThread<Monitor> thread2; 65 tearDownStack.addTearDown(thread1 = new TestThread<Monitor>(monitor, "TestThread #1")); in setUp() 66 tearDownStack.addTearDown(thread2 = new TestThread<Monitor>(monitor, "TestThread #2")); in setUp()
|
D | TestThread.java | 54 public final class TestThread<L> extends Thread implements TearDown { class 66 public TestThread(L lockLikeObject, String threadName) { in TestThread() method in TestThread
|
/external/python/cpython2/Lib/test/ |
D | test_dummy_threading.py | 8 class TestThread(_threading.Thread): class in DummyThreadingTestCase 48 t = self.TestThread(name="<thread %d>"%i)
|
D | test_threading.py | 35 class TestThread(threading.Thread): class 93 t = TestThread("<thread %d>"%i, self, sema, mutex, numrunning)
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/ |
D | TestUtil.java | 164 static class TestThread extends Thread { class in TestUtil 168 TestThread(Lock lock, Runnable target) { in TestThread() method in TestUtil.TestThread 198 new TestThread(lock, targets[i]).start(); in runUntilDone()
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
D | TestUtil.java | 163 static class TestThread extends Thread { class in TestUtil 167 TestThread(Lock lock, Runnable target) { in TestThread() method in TestUtil.TestThread 197 new TestThread(lock, targets[i]).start(); in runUntilDone()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | DateIntervalFormatTest.java | 1853 class TestThread extends Thread { in TestTicket11669() class 1874 List<TestThread> threads = new ArrayList<TestThread>(); in TestTicket11669() 1876 threads.add(new TestThread()); in TestTicket11669() 1881 for (TestThread t: threads) { in TestTicket11669()
|
D | DateFormatRegressionTest.java | 1475 class TestThread extends Thread { in TestT11363() class 1479 TestThread(SimpleDateFormat fmt, Date d) { in TestT11363() method in DateFormatRegressionTest.TestThread 1517 threads[i] = new TestThread(fmt, d); in TestT11363()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateIntervalFormatTest.java | 1852 class TestThread extends Thread { in TestTicket11669() class 1873 List<TestThread> threads = new ArrayList<TestThread>(); in TestTicket11669() 1875 threads.add(new TestThread()); in TestTicket11669() 1880 for (TestThread t: threads) { in TestTicket11669()
|
D | DateFormatRegressionTest.java | 1474 class TestThread extends Thread { in TestT11363() class 1478 TestThread(SimpleDateFormat fmt, Date d) { in TestT11363() method in DateFormatRegressionTest.TestThread 1516 threads[i] = new TestThread(fmt, d); in TestT11363()
|
/external/r8/ |
D | copyAdditionalJctfCommonFiles.gradle | 61 'lang/InheritableThreadLocal/TestThread.java',
|
/external/libchrome/base/ |
D | BUILD.gn | 2349 "test/android/javatests/src/org/chromium/base/test/util/TestThread.java",
|