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

  /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...]
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
HandshakeCompletedEventTest.java 347 TestServer server = new TestServer(true,
348 TestServer.CLIENT_AUTH_WANTED, serverKeys);
383 class TestServer implements Runnable {
401 public TestServer(boolean provideKeys, int clientAuth, String keys) {
SSLSessionTest.java 257 TestServer server;
265 server = new TestServer(true,
266 TestServer.CLIENT_AUTH_WANTED, serverKeys);
472 class TestServer implements Runnable {
492 public TestServer(boolean provideKeys, int clientAuth, String keys) {
SSLSocketTest.java 495 TestServer server = new TestServer(true, keys);
518 class TestServer implements Runnable {
536 public TestServer(boolean provideKeys, String keys) {
  /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 232 milliseconds