OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mServerThread
(Results
1 - 3
of
3
) sorted by null
/external/sl4a/Utils/src/com/googlecode/android_scripting/
SimpleServer.java
45
private Thread
mServerThread
;
264
mServerThread
= new Thread(() -> {
280
mServerThread
.start();
/cts/libs/testserver/src/android/webkit/cts/
TestWebServer.java
75
private final ServerThread
mServerThread
;
124
mServerThread
= new ServerThread(this, mSsl);
125
mServerThread
.start();
126
mServerUri += "//localhost:" +
mServerThread
.mSocket.getLocalPort();
147
mServerThread
.join();
397
assert Thread.currentThread() ==
mServerThread
CtsTestServer.java
138
private ServerThread
mServerThread
;
209
mServerThread
= new ServerThread(this, mSsl);
215
mServerUri += "//localhost:" +
mServerThread
.mSocket.getLocalPort();
216
mServerThread
.start();
223
mServerThread
.shutDownOnClientThread();
227
mServerThread
.join();
[
all
...]
Completed in 446 milliseconds