Searched refs:server_host (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
D | commit.py | 74 username = self._tool.user.prompt("%s login: " % e.server_host, repeat=5) 76 …ise 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), rep… 80 …"You need to specify the password for %s on %s to perform the commit." % (username, e.server_host))
|
/external/chromium/chrome/browser/safe_browsing/ |
D | safe_browsing_test.cc | 539 const char* server_host = SafeBrowsingTestServer::Host(); in IN_PROC_BROWSER_TEST_F() local 551 safe_browsing_helper->WaitTillServerReady(server_host, server_port); in IN_PROC_BROWSER_TEST_F() 594 safe_browsing_helper->FetchUrlsToVerify(server_host, in IN_PROC_BROWSER_TEST_F() 625 safe_browsing_helper->FetchDBToVerify(server_host, in IN_PROC_BROWSER_TEST_F() 634 safe_browsing_helper->VerifyTestComplete(server_host, in IN_PROC_BROWSER_TEST_F()
|
/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
D | scm.py | 137 def __init__(self, server_host, prompt_for_password=False): argument 138 self.server_host = server_host
|