/external/webrtc/webrtc/tools/loopback_test/ |
D | record-test.sh | 41 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/ |
D | policy_JavaScriptBlockedForUrls.py | 53 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/ |
D | policy_JavaScriptAllowedForUrls.py | 51 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/ |
D | httpcommon_unittest.cc | 21 #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/ |
D | policy_ProxySettings.py | 23 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/ |
D | testcfg.py | 50 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/ |
D | policy_CookiesBlockedForUrls.py | 19 TEST_URL = URL_HOST + URL_RESOURCE variable 91 cookie_is_blocked = self._is_cookie_blocked(TEST_URL)
|
/external/autotest/client/site_tests/policy_CookiesAllowedForUrls/ |
D | policy_CookiesAllowedForUrls.py | 19 TEST_URL = URL_HOST + URL_RESOURCE variable 91 cookie_is_blocked = self._is_cookie_blocked(TEST_URL)
|
/external/autotest/client/site_tests/policy_PopupsBlockedForUrls/ |
D | policy_PopupsBlockedForUrls.py | 40 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/ |
D | policy_PopupsAllowedForUrls.py | 40 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/ |
D | policy_ImagesBlockedForUrls.py | 46 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/ |
D | policy_ImagesAllowedForUrls.py | 46 TEST_URL = URL_BASE + URL_PAGE variable in policy_ImagesAllowedForUrls 100 tab.Navigate(self.TEST_URL, timeout=4)
|