Searched refs:ServerThread (Results 1 - 11 of 11) 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/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/chromium_org/net/quic/
H A Dquic_end_to_end_unittest.cc36 using net::tools::test::ServerThread;
142 server_thread_.reset(new ServerThread(
223 scoped_ptr<ServerThread> server_thread_;
/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");
/external/chromium_org/net/tools/quic/
H A Dend_to_end_test.cc345 new ServerThread(
439 scoped_ptr<ServerThread> server_thread_;

Completed in 2200 milliseconds