Home
last modified time | relevance | path

Searched defs:test_url (Results 1 – 11 of 11) sorted by relevance

/external/autotest/client/site_tests/graphics_WebGLAquarium/
Dgraphics_WebGLAquarium.py99 def setup_webpage(self, browser, test_url, num_fishes): argument
139 def run_fish_test(self, browser, test_url, num_fishes, perf_log=True): argument
208 def run_power_test(self, browser, test_url, ac_ok): argument
326 self, browser, test_url, num_fishes, memory_pressure): argument
/external/openthread/src/lib/url/
DMakefile.am44 check_PROGRAMS = test-url
/external/autotest/client/site_tests/graphics_WebGLManyPlanetsDeep/
Dgraphics_WebGLManyPlanetsDeep.py36 def run_many_planets_deep_test(self, browser, test_url): argument
/external/autotest/client/site_tests/power_ThermalLoad/
Dpower_ThermalLoad.py46 test_url=FISHTANK_URL, argument
/external/cronet/net/proxy_resolution/
Dconfigured_proxy_resolution_service_unittest.cc2051 GURL test_url("http://www.msn.com"); in TEST_F() local
2065 GURL test_url("ftp://ftp.google.com"); in TEST_F() local
2079 GURL test_url("https://webbranch.techcu.com"); in TEST_F() local
2094 GURL test_url("http://www.microsoft.com"); in TEST_F() local
2118 GURL test_url("http://www.google.com"); in TEST_F() local
2135 GURL test_url("https://www.google.com"); in TEST_F() local
2151 GURL test_url("http://www.google.com"); in TEST_F() local
2178 GURL test_url("http://www.msn.com"); in TEST_F() local
2192 GURL test_url("ftp://ftp.google.com"); in TEST_F() local
2207 GURL test_url("https://webbranch.techcu.com"); in TEST_F() local
[all …]
/external/cronet/url/
Dgurl.cc111 GURL test_url(spec_, RETAIN_TRAILING_PATH_WHITEPACE); in InitializeFromCanonicalSpec() local
Dorigin_unittest.cc259 for (const auto* test_url : urls) in TEST_F() local
/external/cronet/net/url_request/
Durl_request_unittest.cc7078 GURL test_url(http_test_server()->GetURL("/redirect-test.html")); in TEST_F() local
7118 GURL test_url(http_test_server()->GetURL("/redirect-test.html")); in TEST_F() local
7170 GURL test_url(http_test_server()->GetURL("/redirect-test.html")); in TEST_F() local
7637 GURL test_url = test_server.GetURL("/echoheader?Cookie"); in TEST_F() local
7679 GURL test_url = test_server.GetURL("/echoheader?Cookie"); in TEST_F() local
7709 GURL test_url = test_server.GetURL("/echoheader?Cookie"); in TEST_F() local
7764 GURL test_url = test_server.GetURL("this.example", in TEST_F() local
7833 GURL test_url = test_server.GetURL("/echoheader?Cookie"); in TEST_F() local
7877 GURL test_url = test_server.GetURL("/echoheader?Cookie"); in TEST_F() local
8930 GURL test_url(http_test_server()->GetURL("/")); in TEST_F() local
[all …]
Durl_request_http_job_unittest.cc1624 GURL test_url = test_server.GetURL( in TEST_F() local
1694 GURL test_url = test_server.GetURL( in TEST_F() local
/external/python/cpython3/Lib/test/
Dtest_urllib.py203 def test_url(self): member in urlopen_FileTests
/external/cronet/net/cookies/
Dcanonical_cookie_unittest.cc3347 const GURL test_url("https://www.example.test"); in TEST() local