Searched refs:default_host (Results 1 – 7 of 7) sorted by relevance
138 help_text = "Print failing buildbots (%s) and what revisions broke them" % BuildBot.default_host184 …p_text = "Print a list of failures for the passed revision from bots on %s" % BuildBot.default_host206 … help_text = "Lists revisions where individual test failures started at %s" % BuildBot.default_host292 help_text = "Lists tests that often fail for a single build at %s" % BuildBot.default_host361 help_text = "Print the status of the %s buildbots" % BuildBot.default_host
242 std::string default_host = "www.mmm.com"; in TEST_F() local243 TemplateURL* default_url = CreateTemplateURL("http://" + default_host + "/", in TEST_F()247 test_get_install_state->set_default_search_provider_host(default_host); in TEST_F()
30 host_ = BaseLoginDisplayHost::default_host(); in CreateBrowser()
37 static LoginDisplayHost* default_host() { in default_host() function
45 default_host = "queues.webkit.org" variable in StatusServer47 def __init__(self, host=default_host, browser=None, bot_id=None):
271 default_host = "build.webkit.org" variable in BuildBot273 def __init__(self, host=default_host):
24674 - Make default_host accessible to callers.