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
/cts/libs/testserver/src/android/webkit/cts/
TestWebServer.java
6
// net/test/android/javatests/src/org/chromium/net/test/util/
TestWebServer
.java
66
public class
TestWebServer
{
67
private static final String TAG = "
TestWebServer
";
71
private static
TestWebServer
sInstance;
72
private static
TestWebServer
sSecureInstance;
109
public
TestWebServer
(boolean ssl) throws Exception {
164
private static void setInstance(
TestWebServer
instance, boolean isSsl) {
345
* the client calling {@link
TestWebServer
#shutdown()} can issue a request
346
* for shutdown by blindly trusting the {@link
TestWebServer
}'s
352
// Trust the
TestWebServer
..
[
all
...]
/external/chromium_org/net/test/android/javatests/src/org/chromium/net/test/util/
TestWebServer.java
63
public final class
TestWebServer
{
64
private static final String TAG = "
TestWebServer
";
68
private static
TestWebServer
sInstance;
69
private static
TestWebServer
sSecureInstance;
106
public
TestWebServer
(boolean ssl) throws Exception {
161
private static void setInstance(
TestWebServer
instance, boolean isSsl) {
342
* the client calling {@link
TestWebServer
#shutdown()} can issue a request
343
* for shutdown by blindly trusting the {@link
TestWebServer
}'s
349
// Trust the
TestWebServer
...
354
// Trust the
TestWebServer
..
[
all
...]
Completed in 272 milliseconds