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

  /external/chromium_org/net/tools/quic/test_tools/
server_thread.cc 14 ServerThread::ServerThread(QuicServer* server,
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::Resume()
    [all...]
server_thread.h 18 class ServerThread : public base::SimpleThread {
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/
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();
  /external/chromium_org/net/quic/
quic_end_to_end_unittest.cc 36 using net::tools::test::ServerThread;
142 server_thread_.reset(new ServerThread(
223 scoped_ptr<ServerThread> server_thread_;
  /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) {
  /external/chromium_org/tools/android/forwarder/
forwarder.cc 162 pthread_create(&thread_, NULL, ServerThread, this);
171 static void* ServerThread(void* arg);
256 void* Server::ServerThread(void* arg) {
  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
ChatConnection.java 124 mThread = new Thread(new ServerThread());
137 class ServerThread implements Runnable {
  /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 141 private ServerThread mServerThread;
212 mServerThread = new ServerThread(this, mSsl);
269 context.init(ServerThread.getKeyManagers(), getTrustManagers(), null);
    [all...]
  /external/chromium_org/net/test/android/javatests/src/org/chromium/net/test/util/
TestWebServer.java 72 private final ServerThread mServerThread;
121 mServerThread = new ServerThread(this, mSsl);
486 private static class ServerThread extends Thread {
545 public ServerThread(TestWebServer server, boolean ssl) throws Exception {
546 super("ServerThread");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
SocketTest.java 59 private class ServerThread implements Runnable {
121 ServerThread server = new ServerThread();
123 Thread serverThread = new Thread(server);
124 serverThread.start();
131 serverThread.join();
382 connectTestImpl(ServerThread.FIRST_TIME);
383 connectTestImpl(ServerThread.SECOND_TIME);
    [all...]
  /external/chromium_org/net/tools/quic/
end_to_end_test.cc 345 new ServerThread(
439 scoped_ptr<ServerThread> server_thread_;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]

Completed in 352 milliseconds