OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ServerThread
(Results
1 - 16
of
16
) 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) {
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
webapp_test_util.py
191
class
ServerThread
(threading.Thread):
221
super(
ServerThread
, self).__init__(*args, **kwargs)
329
server: An instance of
ServerThread
.
336
server =
ServerThread
(server)
/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
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
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
...]
/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 937 milliseconds