Home
last modified time | relevance | path

Searched refs:URL_BASE (Results 1 – 11 of 11) sorted by relevance

/external/curl/docs/examples/
Dchkspeed.c39 #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/
Dpolicy_JavaScriptBlockedForUrls.py51 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/
Dpolicy_PopupsBlockedForUrls.py38 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/
Dpolicy_PopupsAllowedForUrls.py38 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/
Dpolicy_JavaScriptAllowedForUrls.py49 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/
Dpolicy_ImagesBlockedForUrls.py44 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/
Dpolicy_ImagesAllowedForUrls.py44 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/
Dpolicy_CookiesBlockedForUrls.py15 URL_BASE = 'http://localhost' variable
17 URL_HOST = '%s:%d'%(URL_BASE, URL_PORT)
/external/autotest/client/site_tests/policy_CookiesAllowedForUrls/
Dpolicy_CookiesAllowedForUrls.py15 URL_BASE = 'http://localhost' variable
17 URL_HOST = '%s:%d'%(URL_BASE, URL_PORT)
/external/autotest/client/site_tests/policy_URLWhitelist/
Dpolicy_URLWhitelist.py14 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/
Dpolicy_URLBlacklist.py14 URL_BASE = '%s:%d/%s' % (URL_HOST, URL_PORT, 'test_data') variable
15 ALL_URLS_LIST = [URL_BASE + website for website in