Home
last modified time | relevance | path

Searched refs:TEST_URL (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/webrtc/tools/loopback_test/
Drecord-test.sh41 TEST_URL=$1
55 echo "Starting ${CHROME_UNDER_TESTING} with ${TEST_URL}."
59 $CHROME_UNDER_TESTING --use-fake-ui-for-media-stream "${TEST_URL}"
/external/autotest/client/site_tests/policy_JavaScriptBlockedForUrls/
Dpolicy_JavaScriptBlockedForUrls.py53 TEST_URL = URL_BASE + URL_PAGE variable in policy_JavaScriptBlockedForUrls
61 TEST_URL,
109 tab.Navigate(self.TEST_URL)
111 lambda: tab.url == self.TEST_URL,
/external/autotest/client/site_tests/policy_JavaScriptAllowedForUrls/
Dpolicy_JavaScriptAllowedForUrls.py51 TEST_URL = URL_BASE + URL_PAGE variable in policy_JavaScriptAllowedForUrls
59 TEST_URL,
107 tab.Navigate(self.TEST_URL)
111 lambda: (tab.url == self.TEST_URL),
/external/webrtc/webrtc/base/
Dhttpcommon_unittest.cc21 #define TEST_URL TEST_PROTOCOL TEST_HOST TEST_PATH TEST_QUERY macro
24 Url<char> url(TEST_URL); in TEST()
33 EXPECT_STREQ(TEST_URL, url.url().c_str()); in TEST()
47 EXPECT_STREQ(TEST_URL, url.url().c_str()); in TEST()
70 EXPECT_STREQ(TEST_URL, url.url().c_str()); in TEST()
90 Url<char> url(TEST_URL); in TEST()
/external/autotest/client/site_tests/policy_ProxySettings/
Dpolicy_ProxySettings.py23 TEST_URL = 'http://www.wired.com/' variable
159 self.navigate_to_url(TEST_URL)
168 if TEST_URL in request]
/external/v8/test/promises-aplus/
Dtestcfg.py50 TEST_URL = 'https://github.com/promises-aplus/promises-tests/archive/' + \ variable
104 print('Downloading {0} from {1} ...'.format(TEST_NAME, TEST_URL))
105 utils.URLRetrieve(TEST_URL, archive)
/external/autotest/client/site_tests/policy_CookiesBlockedForUrls/
Dpolicy_CookiesBlockedForUrls.py19 TEST_URL = URL_HOST + URL_RESOURCE variable
91 cookie_is_blocked = self._is_cookie_blocked(TEST_URL)
/external/autotest/client/site_tests/policy_CookiesAllowedForUrls/
Dpolicy_CookiesAllowedForUrls.py19 TEST_URL = URL_HOST + URL_RESOURCE variable
91 cookie_is_blocked = self._is_cookie_blocked(TEST_URL)
/external/autotest/client/site_tests/policy_PopupsBlockedForUrls/
Dpolicy_PopupsBlockedForUrls.py40 TEST_URL = URL_BASE + URL_PAGE variable in policy_PopupsBlockedForUrls
90 tab = self.navigate_to_url(self.TEST_URL)
/external/autotest/client/site_tests/policy_PopupsAllowedForUrls/
Dpolicy_PopupsAllowedForUrls.py40 TEST_URL = URL_BASE + URL_PAGE variable in policy_PopupsAllowedForUrls
90 tab = self.navigate_to_url(self.TEST_URL)
/external/autotest/client/site_tests/policy_ImagesBlockedForUrls/
Dpolicy_ImagesBlockedForUrls.py46 TEST_URL = URL_BASE + URL_PAGE variable in policy_ImagesBlockedForUrls
101 tab.Navigate(self.TEST_URL, timeout=4)
/external/autotest/client/site_tests/policy_ImagesAllowedForUrls/
Dpolicy_ImagesAllowedForUrls.py46 TEST_URL = URL_BASE + URL_PAGE variable in policy_ImagesAllowedForUrls
100 tab.Navigate(self.TEST_URL, timeout=4)