HomeSort by relevance Sort by last modified time
    Searched refs:ServerThread (Results 1 - 17 of 17) sorted by null

  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
SocketHandlerTest.java 170 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();
    [all...]
  /external/deqp/framework/platform/android/
tcuAndroidExecService.hpp 96 class ServerThread : public de::Thread
99 ServerThread (JavaVM* vm, xs::TestProcess* testProcess, deSocketFamily family, int port);
122 ServerThread m_thread;
tcuAndroidExecService.cpp 326 // ServerThread
328 ServerThread::ServerThread (JavaVM* vm, xs::TestProcess* process, deSocketFamily family, int port)
333 void ServerThread::run (void)
341 die("ServerThread::run(): %s", e.what());
345 void ServerThread::stop (void)
  /external/deqp/framework/platform/ios/
tcuIOSApp.mm 223 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_server
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/ndefpush/
NdefPushServer.java 51 ServerThread mServerThread = null;
119 class ServerThread extends Thread {
209 mServerThread = new ServerThread();
  /packages/apps/Nfc/src/com/android/nfc/echoserver/
EchoServer.java 72 ServerThread mServerThread;
168 public class ServerThread extends Thread implements WriteCallback {
175 public ServerThread() {
380 mServerThread = new ServerThread();
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverServer.java 50 ServerThread mServerThread = null;
67 mServerThread = new ServerThread();
81 private class ServerThread extends Thread {
  /packages/apps/Nfc/src/com/android/nfc/snep/
SnepServer.java 52 ServerThread mServerThread = null;
173 class ServerThread extends Thread {
268 mServerThread = new ServerThread();
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServer.java 102 Thread serverThread = new Thread(new Runnable() {
116 Thread thread = new Thread(new ServerThread(socket));
153 serverThread.start();
176 class ServerThread implements Runnable {
180 ServerThread(Support_Socket s) {
  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
ChatConnection.java 124 mThread = new Thread(new ServerThread());
137 class ServerThread implements Runnable {
  /system/update_engine/scripts/
update_device.py 164 class ServerThread(threading.Thread):
187 t = ServerThread(ota_filename)
  /libcore/luni/src/test/java/libcore/java/net/
FtpURLConnectionTest.java 350 class ServerThread extends Thread {
351 public ServerThread(String name) {
372 // Signals that serverThread has gracefully completed shutdown (not crashed)
376 private final Thread serverThread;
386 serverThread = new ServerThread(threadName);
392 result.serverThread.start();
394 // Give ServerThread time to call accept().
431 serverThread.join(1000);
432 assertFalse("serverThread failed to shut down quickly", serverThread.isAlive())
    [all...]
  /cts/libs/testserver/src/android/webkit/cts/
TestWebServer.java 75 private final ServerThread mServerThread;
124 mServerThread = new ServerThread(this, mSsl);
489 private static class ServerThread extends Thread {
548 public ServerThread(TestWebServer server, boolean ssl) throws Exception {
549 super("ServerThread");
CtsTestServer.java 137 private ServerThread mServerThread;
208 mServerThread = new ServerThread(this, mSsl);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
SocketTest.java 61 private class ServerThread implements Runnable {
123 ServerThread server = new ServerThread();
125 Thread serverThread = new Thread(server);
126 serverThread.start();
133 serverThread.join();
384 connectTestImpl(ServerThread.FIRST_TIME);
385 connectTestImpl(ServerThread.SECOND_TIME);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 

Completed in 736 milliseconds