OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestWebServer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/test/android/javatests/src/org/chromium/net/test/util/
TestWebServer.java
63
public class
TestWebServer
{
64
private static final String TAG = "
TestWebServer
";
70
private static
TestWebServer
sInstance;
105
public
TestWebServer
(boolean ssl) throws Exception {
122
private static void setStaticInstance(
TestWebServer
instance) {
319
* the client calling {@link
TestWebServer
#shutdown()} can issue a request
320
* for shutdown by blindly trusting the {@link
TestWebServer
}'s
326
// Trust the
TestWebServer
...
331
// Trust the
TestWebServer
...
343
* {@link
TestWebServer
#shutdown()}
[
all
...]
/frameworks/base/tests/CoreTests/android/core/
TestWebServer.java
27
*
TestWebServer
is a simulated controllable test server that
34
class
TestWebServer
implements HttpConstants {
99
public
TestWebServer
() {
256
// Log.d(LOGTAG, "
TestWebServer
run() calling accept()");
802
psPrint(ps,"Server:
TestWebServer
"+mPort);
Completed in 2994 milliseconds