Home
last modified time | relevance | path

Searched refs:default_host (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/tool/commands/
Dqueries.py138 help_text = "Print failing buildbots (%s) and what revisions broke them" % BuildBot.default_host
184 …p_text = "Print a list of failures for the passed revision from bots on %s" % BuildBot.default_host
206 … help_text = "Lists revisions where individual test failures started at %s" % BuildBot.default_host
292 help_text = "Lists tests that often fail for a single build at %s" % BuildBot.default_host
361 help_text = "Print the status of the %s buildbots" % BuildBot.default_host
/external/chromium/chrome/browser/search_engines/
Dsearch_provider_install_data_unittest.cc242 std::string default_host = "www.mmm.com"; in TEST_F() local
243 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()
/external/chromium/chrome/browser/chromeos/login/
Dwizard_in_process_browser_test.cc30 host_ = BaseLoginDisplayHost::default_host(); in CreateBrowser()
Dbase_login_display_host.h37 static LoginDisplayHost* default_host() { in default_host() function
/external/webkit/Tools/Scripts/webkitpy/common/net/
Dstatusserver.py45 default_host = "queues.webkit.org" variable in StatusServer
47 def __init__(self, host=default_host, browser=None, bot_id=None):
/external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/
Dbuildbot.py271 default_host = "build.webkit.org" variable in BuildBot
273 def __init__(self, host=default_host):
/external/webkit/Tools/
DChangeLog-2010-05-2424674 - Make default_host accessible to callers.