HomeSort by relevance Sort by last modified time
    Searched defs:TestServer (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/build/android/pylib/host_driven/
test_server.py 31 'net/tools/testserver/',
49 TEST_NET_SERVER_PATH = 'net/tools/testserver/testserver.py'
50 TEST_SYNC_SERVER_PATH = 'sync/tools/testserver/sync_testserver.py'
63 class TestServer(object):
  /external/chromium/net/test/
test_server.cc 48 std::string GetHostname(TestServer::Type type,
49 const TestServer::HTTPSOptions& options) {
50 if (type == TestServer::TYPE_HTTPS &&
52 TestServer::HTTPSOptions::CERT_MISMATCHED_NAME) {
62 TestServer::HTTPSOptions::HTTPSOptions()
67 TestServer::HTTPSOptions::HTTPSOptions(
68 TestServer::HTTPSOptions::ServerCertificate cert)
73 TestServer::HTTPSOptions::~HTTPSOptions() {}
75 FilePath TestServer::HTTPSOptions::GetCertificateFile() const {
88 TestServer::TestServer(Type type, const FilePath& document_root
    [all...]
test_server.h 36 class TestServer {
103 TestServer(Type type, const FilePath& document_root);
105 // Initialize a HTTPS TestServer with a specific set of HTTPSOptions.
106 TestServer(const HTTPSOptions& https_options,
109 ~TestServer();
204 DISALLOW_COPY_AND_ASSIGN(TestServer);
  /external/chromium/net/tools/testserver/
device_management.py 82 server: The TestServer object to use for (un)registering clients.
544 class TestServer(object):
557 # There is no way to for the testserver to know the user name belonging to
chromiumsync.py 696 class TestServer(object):
699 TestServer consumes the sync command messages that are the outermost
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.5.7/
builder-test-api-0.5.7.jar 
  /external/chromium_org/chrome/browser/apps/
web_view_interactive_browsertest.cc 145 enum TestServer {
153 TestServer test_server,
193 TestServer test_server) {
web_view_browsertest.cc 488 enum TestServer {
495 TestServer test_server) {
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLSocketTest.java 486 TestServer server = new TestServer(true, keys);
509 class TestServer implements Runnable {
527 public TestServer(boolean provideKeys, String keys) {
HandshakeCompletedEventTest.java 345 TestServer server = new TestServer(true,
346 TestServer.CLIENT_AUTH_WANTED, serverKeys);
381 class TestServer implements Runnable {
399 public TestServer(boolean provideKeys, int clientAuth, String keys) throws Exception {
SSLSessionTest.java 252 TestServer server;
259 server = new TestServer(true, TestServer.CLIENT_AUTH_WANTED, serverKeys);
464 class TestServer implements Runnable {
484 public TestServer(boolean provideKeys, int clientAuth, String keys) throws Exception {
  /external/chromium_org/sync/tools/testserver/
chromiumsync.py     [all...]
  /frameworks/base/tests/CoreTests/android/core/
SSLSocketTest.java 620 class TestServer implements Runnable {
638 public TestServer(int port, boolean provideKeys, int clientAuth) {
    [all...]

Completed in 949 milliseconds