HomeSort by relevance Sort by last modified time
    Searched refs:server_host (Results 1 - 9 of 9) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
commit.py 74 username = self._tool.user.prompt("%s login: " % e.server_host, repeat=5)
76 raise ScriptError("You need to specify the username on %s to perform the commit as." % e.server_host)
78 password = self._tool.user.prompt_password("%s password for %s: " % (e.server_host, username), repeat=5)
80 raise ScriptError("You need to specify the password for %s on %s to perform the commit." % (username, e.server_host))
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_test.cc 539 const char* server_host = SafeBrowsingTestServer::Host(); local
551 safe_browsing_helper->WaitTillServerReady(server_host, server_port);
594 safe_browsing_helper->FetchUrlsToVerify(server_host,
625 safe_browsing_helper->FetchDBToVerify(server_host,
634 safe_browsing_helper->VerifyTestComplete(server_host,
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_endtoend.py 127 logical_channel_options.server_host = 'localhost'
176 self._options.server_host = 'localhost'
client_for_testing.py 313 self._options.server_host,
504 self._options.server_host,
728 self._options.server_host,
    [all...]
mux_client_for_testing.py 511 self._socket.connect((self._options.server_host,
549 fields.append('Host: %s\r\n' % options.server_host.lower())
551 fields.append('Host: %s:%d\r\n' % (options.server_host.lower(),
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
echo_client.py 309 self._options.server_host,
518 self._options.server_host,
739 self._options.server_host,
819 self._socket.connect((self._options.server_host,
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm.py 137 def __init__(self, server_host, prompt_for_password=False):
138 self.server_host = server_host
    [all...]
  /external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py 293 self, (options.server_host, options.port), WebSocketRequestHandler)
705 parser.add_option('-H', '--server-host', '--server_host',
706 dest='server_host',
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
standalone.py 289 self, (options.server_host, options.port), WebSocketRequestHandler)
701 parser.add_option('-H', '--server-host', '--server_host',
702 dest='server_host',
    [all...]

Completed in 804 milliseconds