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

/external/webrtc/webrtc/tools/loopback_test/
H A 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_JavaScriptAllowedForUrls/
H A Dpolicy_JavaScriptAllowedForUrls.py51 TEST_URL = URL_BASE + URL_PAGE variable in class:policy_JavaScriptAllowedForUrls
59 TEST_URL,
107 tab.Navigate(self.TEST_URL)
111 lambda: (tab.url == self.TEST_URL),
/external/autotest/client/site_tests/policy_JavaScriptBlockedForUrls/
H A Dpolicy_JavaScriptBlockedForUrls.py53 TEST_URL = URL_BASE + URL_PAGE variable in class:policy_JavaScriptBlockedForUrls
61 TEST_URL,
109 tab.Navigate(self.TEST_URL)
111 lambda: tab.url == self.TEST_URL,
/external/autotest/client/site_tests/policy_CookiesAllowedForUrls/
H A 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_CookiesBlockedForUrls/
H A 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_ProxySettings/
H A Dpolicy_ProxySettings.py23 TEST_URL = 'http://www.wired.com/' variable
159 self.navigate_to_url(TEST_URL)
162 # Determine whether TEST_URL is in |proxied_requests|. Comprehension
163 # is conceptually equivalent to `TEST_URL in proxied_requests`;
164 # however, we must do partial matching since TEST_URL and the
166 # TEST_URL is a substring of the received request.
168 if TEST_URL in request]
/external/autotest/client/site_tests/policy_PopupsAllowedForUrls/
H A Dpolicy_PopupsAllowedForUrls.py40 TEST_URL = URL_BASE + URL_PAGE variable in class:policy_PopupsAllowedForUrls
90 tab = self.navigate_to_url(self.TEST_URL)
/external/autotest/client/site_tests/policy_PopupsBlockedForUrls/
H A Dpolicy_PopupsBlockedForUrls.py40 TEST_URL = URL_BASE + URL_PAGE variable in class:policy_PopupsBlockedForUrls
90 tab = self.navigate_to_url(self.TEST_URL)
/external/webrtc/webrtc/base/
H A Dhttpcommon_unittest.cc21 #define TEST_URL TEST_PROTOCOL TEST_HOST TEST_PATH TEST_QUERY macro
24 Url<char> url(TEST_URL);
33 EXPECT_STREQ(TEST_URL, url.url().c_str());
47 EXPECT_STREQ(TEST_URL, url.url().c_str());
70 EXPECT_STREQ(TEST_URL, url.url().c_str());
90 Url<char> url(TEST_URL);
/external/v8/test/promises-aplus/
H A Dtestcfg.py50 TEST_URL = 'https://github.com/promises-aplus/promises-tests/archive/' + \
104 print('Downloading {0} from {1} ...'.format(TEST_NAME, TEST_URL))
105 utils.URLRetrieve(TEST_URL, archive)
51 TEST_TAG + '.tar.gz' variable
/external/autotest/client/site_tests/policy_ImagesAllowedForUrls/
H A Dpolicy_ImagesAllowedForUrls.py46 TEST_URL = URL_BASE + URL_PAGE variable in class:policy_ImagesAllowedForUrls
100 tab.Navigate(self.TEST_URL, timeout=4)
/external/autotest/client/site_tests/policy_ImagesBlockedForUrls/
H A Dpolicy_ImagesBlockedForUrls.py46 TEST_URL = URL_BASE + URL_PAGE variable in class:policy_ImagesBlockedForUrls
101 tab.Navigate(self.TEST_URL, timeout=4)

Completed in 281 milliseconds