HomeSort by relevance Sort by last modified time
    Searched refs:TestThread (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/deqp/framework/platform/android/
tcuAndroidTestActivity.hpp 39 class TestThread : public RenderThread
42 TestThread (NativeActivity& activity, const CommandLine& cmdLine);
43 ~TestThread (void);
73 TestThread m_testThread;
tcuAndroidTestActivity.cpp 39 // TestThread
41 TestThread::TestThread (NativeActivity& activity, const CommandLine& cmdLine)
52 TestThread::~TestThread (void)
57 void TestThread::run (void)
62 void TestThread::onWindowCreated (ANativeWindow* window)
67 void TestThread::onWindowDestroyed (ANativeWindow* window)
72 void TestThread::onWindowResized (ANativeWindow* window)
78 bool TestThread::render (void
    [all...]
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
TestThread.java 23 public final class TestThread extends Thread {
27 public TestThread(Runnable target) {
  /cts/tests/tests/os/src/android/os/cts/
LooperTest.java 28 import com.android.compatibility.common.util.TestThread;
71 TestThread t = new TestThread(new Runnable() {
84 TestThread t = new TestThread(new Runnable() {
98 TestThread t = new TestThread(new Runnable() {
120 TestThread t = new TestThread(new Runnable() {
132 TestThread t = new TestThread(new Runnable()
    [all...]
ConditionVariableTest.java 22 import com.android.compatibility.common.util.TestThread;
59 TestThread t = new TestThread(new Runnable() {
78 t = new TestThread(new Runnable() {
  /external/protobuf/src/google/protobuf/stubs/
once_unittest.cc 74 class TestThread {
76 TestThread(Closure* callback)
84 ~TestThread() {
119 reinterpret_cast<TestThread*>(arg)->Run();
130 TestThread* RunInitOnceInNewThread() {
131 return new TestThread(internal::NewCallback(this, &OnceInitTest::InitOnce));
133 TestThread* RunInitRecursiveOnceInNewThread() {
134 return new TestThread(
211 scoped_ptr<TestThread> threads[4];
228 scoped_ptr<TestThread> threads[8]
    [all...]
  /cts/tests/tests/telephony/src/android/telephony/cts/
PhoneStateListenerTest.java 31 import com.android.compatibility.common.util.TestThread;
90 TestThread t = new TestThread(new Runnable() {
127 TestThread t = new TestThread(new Runnable() {
164 TestThread t = new TestThread(new Runnable() {
212 TestThread t = new TestThread(new Runnable() {
250 TestThread t = new TestThread(new Runnable()
    [all...]
CellLocationTest.java 31 import com.android.compatibility.common.util.TestThread;
80 TestThread t = new TestThread(new Runnable() {
  /frameworks/base/core/tests/coretests/src/android/os/
MessengerTest.java 46 private class TestThread extends TestHandlerThread {
54 TestThread.this.handleMessage(msg);
58 TestThread.this.executeTest();
116 (new TestThread()).doTest(1000);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/debuggee/
InvokeMethodWithSuspensionDebuggee.java 36 private static Thread testThread = null;
39 private class TestThread extends Thread {
40 public TestThread() {
41 super("TestThread");
46 logWriter.println("TestThread starts");
56 logWriter.println("TestThread ends");
74 testThread.start();
110 testThread = new TestThread();
122 testThread.join()
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/
SoftReferenceTest.java 96 class TestThread extends Thread {
104 TestThread t = new TestThread();
123 TestThread t = new TestThread();
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidPipedStreamTest.java 25 private abstract static class TestThread extends Thread {
47 TestThread reader, writer;
49 reader = new TestThread() {
73 writer = new TestThread() {
114 TestThread reader, writer;
116 reader = new TestThread() {
152 writer = new TestThread() {
200 TestThread reader, writer;
202 reader = new TestThread() {
223 writer = new TestThread() {
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
ThreadOnlyModifierDebuggee.java 38 static class TestThread implements Runnable {
41 public TestThread(TestClass obj) {
55 "ThreadOnlyModifierDebuggee.TestThread.readAndWriteField()");
69 "ThreadOnlyModifierDebuggee.TestThread.throwException()");
86 threads[i] = new Thread(new TestThread(obj));
87 threads[i].setName("TestThread#" + i);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
SecretKeyFactoryThread.java 25 public class SecretKeyFactoryThread extends TestThread {
TestThread.java 18 public abstract class TestThread implements Runnable {
26 TestThread(String[] names) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_dummy_threading.py 8 class TestThread(_threading.Thread):
48 t = self.TestThread(name="<thread %d>"%i)
  /external/python/cpython2/Lib/test/
test_dummy_threading.py 8 class TestThread(_threading.Thread):
48 t = self.TestThread(name="<thread %d>"%i)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ObjectTest.java 92 class TestThread implements Runnable {
120 new Thread(new TestThread()).start();
162 class TestThread implements Runnable {
189 new Thread(new TestThread()).start();
243 class TestThread implements Runnable {
265 new Thread(new TestThread()).start();
346 class TestThread implements Runnable {
370 new Thread(new TestThread()).start();
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_dummy_threading.py 8 class TestThread(_threading.Thread):
48 t = self.TestThread(name="<thread %d>"%i)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_dummy_threading.py 8 class TestThread(_threading.Thread):
48 t = self.TestThread(name="<thread %d>"%i)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dummy_threading.py 8 class TestThread(_threading.Thread):
48 t = self.TestThread(name="<thread %d>"%i)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dummy_threading.py 8 class TestThread(_threading.Thread):
48 t = self.TestThread(name="<thread %d>"%i)
  /external/deqp/framework/delibs/decpp/
deAppendList.cpp 69 class TestThread : public Thread
72 TestThread (SharedState* shared, deUint32 threadNdx)
95 typedef SharedPtr<TestThread> TestThreadSp;
104 threads[threadNdx] = TestThreadSp(new TestThread(&sharedState, threadNdx));
  /external/deqp/modules/egl/
teglMultiThreadTests.cpp 105 class TestThread : public de::Thread
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
179 TestThread::TestThread (MultiThreadedTest& test, int id)
186 void TestThread::run (void
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUServiceThreadTest.java 114 static class TestThread extends Thread {
120 public TestThread(String name, ICUService service, long delay, TestLog log) {
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 {

Completed in 401 milliseconds

1 2 3