Searched defs:ServerThread (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/net/tools/quic/test_tools/
H A Dserver_thread.cc14 ServerThread::ServerThread(QuicServer* server, function in class:net::tools::test::ServerThread
32 ServerThread::~ServerThread() {}
34 void ServerThread::Initialize() {
48 void ServerThread::Run() {
65 int ServerThread::GetPort() {
72 void ServerThread::WaitForCryptoHandshakeConfirmed() {
76 void ServerThread::Pause() {
82 void ServerThread
[all...]
H A Dserver_thread.h18 class ServerThread : public base::SimpleThread { class in namespace:net::tools::test
20 ServerThread(QuicServer* server,
24 virtual ~ServerThread();
73 DISALLOW_COPY_AND_ASSIGN(ServerThread);
/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/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/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/chromium_org/tools/android/forwarder/
H A Dforwarder.cc162 pthread_create(&thread_, NULL, ServerThread, this);
171 static void* ServerThread(void* arg);
256 void* Server::ServerThread(void* arg) { function in class:__anon16410::Server
/external/chromium_org/net/test/android/javatests/src/org/chromium/net/test/util/
H A DTestWebServer.java72 private final ServerThread mServerThread;
121 mServerThread = new ServerThread(this, mSsl);
486 private static class ServerThread extends Thread { class in class:TestWebServer
545 public ServerThread(TestWebServer server, boolean ssl) throws Exception { method in class:TestWebServer.ServerThread
546 super("ServerThread");

Completed in 871 milliseconds