/external/curl/docs/examples/ |
D | chkspeed.c | 39 #define URL_BASE "http://speedtest.your.domain/" macro 40 #define URL_1M URL_BASE "file_1M.bin" 41 #define URL_2M URL_BASE "file_2M.bin" 42 #define URL_5M URL_BASE "file_5M.bin" 43 #define URL_10M URL_BASE "file_10M.bin" 44 #define URL_20M URL_BASE "file_20M.bin" 45 #define URL_50M URL_BASE "file_50M.bin" 46 #define URL_100M URL_BASE "file_100M.bin"
|
/external/autotest/client/site_tests/policy_JavaScriptBlockedForUrls/ |
D | policy_JavaScriptBlockedForUrls.py | 51 URL_BASE = '%s:%d' % (URL_HOST, URL_PORT) variable in policy_JavaScriptBlockedForUrls 53 TEST_URL = URL_BASE + URL_PAGE 57 'SingleUrl_BlockJS': [URL_BASE],
|
/external/autotest/client/site_tests/policy_PopupsBlockedForUrls/ |
D | policy_PopupsBlockedForUrls.py | 38 URL_BASE = '%s:%d' % (URL_HOST, URL_PORT) variable in policy_PopupsBlockedForUrls 40 TEST_URL = URL_BASE + URL_PAGE 44 URL3_DATA = ['http://www.bing.com', URL_BASE,
|
/external/autotest/client/site_tests/policy_PopupsAllowedForUrls/ |
D | policy_PopupsAllowedForUrls.py | 38 URL_BASE = '%s:%d' % (URL_HOST, URL_PORT) variable in policy_PopupsAllowedForUrls 40 TEST_URL = URL_BASE + URL_PAGE 44 URL3_DATA = ['http://www.bing.com', URL_BASE,
|
/external/autotest/client/site_tests/policy_JavaScriptAllowedForUrls/ |
D | policy_JavaScriptAllowedForUrls.py | 49 URL_BASE = '%s:%d' % (URL_HOST, URL_PORT) variable in policy_JavaScriptAllowedForUrls 51 TEST_URL = URL_BASE + URL_PAGE 55 'SingleUrl_AllowJS': [URL_BASE],
|
/external/autotest/client/site_tests/policy_ImagesBlockedForUrls/ |
D | policy_ImagesBlockedForUrls.py | 44 URL_BASE = '%s:%d' % (URL_HOST, URL_PORT) variable in policy_ImagesBlockedForUrls 46 TEST_URL = URL_BASE + URL_PAGE 50 URL3_DATA = ['http://www.bing.com', URL_BASE,
|
/external/autotest/client/site_tests/policy_ImagesAllowedForUrls/ |
D | policy_ImagesAllowedForUrls.py | 44 URL_BASE = '%s:%d' % (URL_HOST, URL_PORT) variable in policy_ImagesAllowedForUrls 46 TEST_URL = URL_BASE + URL_PAGE 50 URL3_DATA = ['http://www.bing.com', URL_BASE,
|
/external/autotest/client/site_tests/policy_CookiesBlockedForUrls/ |
D | policy_CookiesBlockedForUrls.py | 15 URL_BASE = 'http://localhost' variable 17 URL_HOST = '%s:%d'%(URL_BASE, URL_PORT)
|
/external/autotest/client/site_tests/policy_CookiesAllowedForUrls/ |
D | policy_CookiesAllowedForUrls.py | 15 URL_BASE = 'http://localhost' variable 17 URL_HOST = '%s:%d'%(URL_BASE, URL_PORT)
|
/external/autotest/client/site_tests/policy_URLWhitelist/ |
D | policy_URLWhitelist.py | 14 URL_BASE = '%s:%d/%s' % (URL_HOST, URL_PORT, 'test_data') variable 15 BLOCKED_URLS_LIST = [URL_BASE + website for website in
|
/external/autotest/client/site_tests/policy_URLBlacklist/ |
D | policy_URLBlacklist.py | 14 URL_BASE = '%s:%d/%s' % (URL_HOST, URL_PORT, 'test_data') variable 15 ALL_URLS_LIST = [URL_BASE + website for website in
|