Searched refs:ServerThread (Results 1 - 11 of 11) sorted by relevance

/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DSocketHandlerTest.java170 ServerThread thread = new ServerThread();
204 ServerThread thread = new ServerThread();
241 ServerThread thread = new ServerThread();
255 thread = new ServerThread();
285 ServerThread thread = new ServerThread();
301 thread = new ServerThread();
700 public static class ServerThread extends Thread { class in class:SocketHandlerTest
[all...]
/external/deqp/framework/platform/android/
H A DtcuAndroidExecService.hpp96 class ServerThread : public de::Thread class in namespace:tcu::Android
99 ServerThread (JavaVM* vm, xs::TestProcess* testProcess, deSocketFamily family, int port);
122 ServerThread m_thread;
H A DtcuAndroidExecService.cpp326 // ServerThread
328 ServerThread::ServerThread (JavaVM* vm, xs::TestProcess* process, deSocketFamily family, int port) function in class:tcu::Android::ServerThread
333 void ServerThread::run (void)
341 die("ServerThread::run(): %s", e.what());
345 void ServerThread::stop (void)
/external/deqp/framework/platform/ios/
H A DtcuIOSApp.mm223 class ServerThread : public de::Thread
226 ServerThread (xs::TestProcess* testProcess, int port);
227 ~ServerThread (void);
237 ServerThread::ServerThread (xs::TestProcess* testProcess, int port)
243 ServerThread::~ServerThread (void)
248 void ServerThread::run (void)
254 void ServerThread::stop (void)
297 ServerThread m_serve
[all...]
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_HttpServer.java116 Thread thread = new Thread(new ServerThread(socket));
176 class ServerThread implements Runnable { class in class:Support_HttpServer
180 ServerThread(Support_Socket s) { method in class:Support_HttpServer.ServerThread
/external/python/cpython3/Lib/
H A Dpydoc.py2238 class ServerThread(threading.Thread): class in function:_start_server
2272 thread = ServerThread(urlhandler, port)
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 2155 milliseconds