HomeSort by relevance Sort by last modified time
    Searched refs:URL_BASE (Results 1 - 11 of 11) sorted by null

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

Completed in 599 milliseconds