/third_party/vk-gl-cts/framework/platform/android/ |
D | tcuAndroidTestActivity.cpp | 41 TestThread::TestThread (NativeActivity& activity, const std::string& cmdLineString, const CommandLi… in TestThread() function in tcu::Android::TestThread 54 TestThread::~TestThread (void) in ~TestThread() 59 void TestThread::run (void) in run() 64 void TestThread::onWindowCreated (ANativeWindow* window) in onWindowCreated() 69 void TestThread::onWindowDestroyed (ANativeWindow* window) in onWindowDestroyed() 74 void TestThread::onWindowResized (ANativeWindow* window) in onWindowResized() 80 bool TestThread::render (void) in render()
|
D | tcuAndroidTestActivity.hpp | 39 class TestThread : public RenderThread class 42 …TestThread (NativeActivity& activity, const std::string& cmdLineString, const CommandLine& cmd… 43 ~TestThread (void); 73 TestThread m_testThread;
|
/third_party/vk-gl-cts/external/openglcts/modules/runner/ |
D | glcAndroidTestActivity.cpp | 66 TestThread::TestThread(NativeActivity& activity, tcu::Android::AssetArchive& archive, const std::st… in TestThread() function in glcts::Android::TestThread 76 TestThread::~TestThread(void) in ~TestThread() 81 void TestThread::run(void) in run() 86 void TestThread::onWindowCreated(ANativeWindow* window) in onWindowCreated() 91 void TestThread::onWindowDestroyed(ANativeWindow* window) in onWindowDestroyed() 96 void TestThread::onWindowResized(ANativeWindow* window) in onWindowResized() 103 bool TestThread::render(void) in render()
|
D | glcAndroidTestActivity.hpp | 41 class TestThread : public tcu::Android::RenderThread class 44 TestThread(tcu::Android::NativeActivity& nativeActivity, tcu::Android::AssetArchive& archive, 46 ~TestThread(void); 75 TestThread m_testThread;
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglMultiThreadTests.cpp | 105 class TestThread : public de::Thread class 115 TestThread (MultiThreadedTest& test, int id); 147 virtual bool runThread (TestThread& thread) = 0; 149 void execTest (TestThread& thread); 163 vector<TestThread*> m_threads; 173 inline const Library& TestThread::getLibrary (void) const in getLibrary() 178 TestThread::TestThread (MultiThreadedTest& test, int id) in TestThread() function in deqp::egl::TestThread 185 void TestThread::run (void) in run() 193 catch (const TestThread::TestStop&) in run() 214 void MultiThreadedTest::execTest (TestThread& thread) in execTest() [all …]
|
D | teglGLES2SharedRenderingPerfTests.cpp | 717 class TestThread : de::Thread class 720 TestThread (const vector<TestContext*> contexts, const Library& egl); 721 ~TestThread (void); 746 TestThread& operator= (const TestThread&); 747 TestThread (const TestThread&); 750 TestThread::TestThread (const vector<TestContext*> contexts, const Library& egl) in TestThread() function in deqp::egl::__anonab52f9a60111::TestThread 764 TestThread::~TestThread (void) in ~TestThread() 769 void TestThread::start (void) in start() 776 void TestThread::join (void) in join() 783 void TestThread::run (void) in run() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | ICUServiceThreadTest.java | 120 static class TestThread extends Thread { class in ICUServiceThreadTest 125 public TestThread(String name, ICUService service, long delay) { in TestThread() method in ICUServiceThreadTest.TestThread 196 static class RegisterFactoryThread extends TestThread { 209 static class UnregisterFactoryThread extends TestThread { 234 static class UnregisterFactoryListThread extends TestThread { 255 static class GetVisibleThread extends TestThread { 273 static class GetDisplayThread extends TestThread { 306 static class GetThread extends TestThread { 325 static class GetListThread extends TestThread {
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ICUServiceThreadTest.java | 117 static class TestThread extends Thread { class in ICUServiceThreadTest 122 public TestThread(String name, ICUService service, long delay) { in TestThread() method in ICUServiceThreadTest.TestThread 193 static class RegisterFactoryThread extends TestThread { 206 static class UnregisterFactoryThread extends TestThread { 231 static class UnregisterFactoryListThread extends TestThread { 252 static class GetVisibleThread extends TestThread { 270 static class GetDisplayThread extends TestThread { 303 static class GetThread extends TestThread { 322 static class GetListThread extends TestThread {
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | deAppendList.cpp | 69 class TestThread : public Thread class 72 TestThread (SharedState* shared, deUint32 threadNdx) in TestThread() function in de::__anon4dec68700111::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::__anon941c15bd0111::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()
|
/third_party/node/test/node-api/test_fatal/ |
D | test_fatal.c | 23 static napi_value TestThread(napi_env env, napi_callback_info info) { in TestThread() function 39 DECLARE_NAPI_PROPERTY("TestThread", TestThread), in Init()
|
D | test_threads.js | 10 test_fatal.TestThread();
|
D | test_threads_report.js | 17 test_fatal.TestThread();
|
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
D | TestUtil.java | 167 static class TestThread extends Thread { class in TestUtil 171 TestThread(Lock lock, Runnable target) { in TestThread() method in TestUtil.TestThread 202 new TestThread(lock, targets[i]).start(); in runUntilDone()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/ |
D | TestUtil.java | 172 static class TestThread extends Thread { class in TestUtil 176 TestThread(Lock lock, Runnable target) { in TestThread() method in TestUtil.TestThread 207 new TestThread(lock, targets[i]).start(); in runUntilDone()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | DateIntervalFormatTest.java | 1891 class TestThread extends Thread { in TestTicket11669() class 1913 List<TestThread> threads = new ArrayList<>(); in TestTicket11669() 1915 threads.add(new TestThread()); in TestTicket11669() 1920 for (TestThread t: threads) { in TestTicket11669()
|
D | DateFormatRegressionTest.java | 1511 class TestThread extends Thread { in TestT11363() class 1515 TestThread(SimpleDateFormat fmt, Date d) { in TestT11363() method in DateFormatRegressionTest.TestThread 1554 threads[i] = new TestThread(fmt, d); in TestT11363()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateIntervalFormatTest.java | 2046 class TestThread extends Thread { in TestTicket11669() class 2068 List<TestThread> threads = new ArrayList<>(); in TestTicket11669() 2070 threads.add(new TestThread()); in TestTicket11669() 2075 for (TestThread t: threads) { in TestTicket11669()
|
D | DateFormatRegressionTest.java | 1508 class TestThread extends Thread { in TestT11363() class 1512 TestThread(SimpleDateFormat fmt, Date d) { in TestT11363() method in DateFormatRegressionTest.TestThread 1551 threads[i] = new TestThread(fmt, d); in TestT11363()
|
/third_party/python/Lib/test/ |
D | test_threading.py | 55 class TestThread(threading.Thread): class 147 t = TestThread("<thread %d>"%i, self, sema, mutex, numrunning)
|