Searched refs:full_url (Results 1 – 13 of 13) sorted by relevance
/external/curl/tests/libtest/ |
D | libauthretry.c | 35 char *full_url = malloc(len); in send_request() local 36 if(!full_url) { in send_request() 41 snprintf(full_url, len, "%s%04d", url, seq); in send_request() 43 "(auth %ld)\n", seq, full_url, userpwd, auth_scheme); in send_request() 44 test_setopt(curl, CURLOPT_URL, full_url); in send_request() 54 free(full_url); in send_request()
|
D | libntlmconnect.c | 107 char *full_url = malloc(urllen); in test() local 111 if(!full_url) { in test() 123 free(full_url); in test() 149 snprintf(full_url, urllen, "%s0200", url); in test() 153 snprintf(full_url, urllen, "%s0100", url); in test() 157 easy_setopt(easy[num_handles], CURLOPT_URL, full_url); in test() 280 free(full_url); in test()
|
/external/autotest/client/cros/video/ |
D | video_player.py | 23 def __init__(self, tab, full_url, video_id, video_src_path='', argument 37 self.full_url = full_url 42 self.tab.Navigate(self.full_url)
|
/external/autotest/client/site_tests/power_Consumption/ |
D | power_Consumption.py | 317 def full_url(filename): function 334 self._tab.Navigate(full_url(url)) 340 self._tab.Navigate(full_url(url)) 347 self._tab.Navigate(full_url(url))
|
/external/autotest/server/cros/ |
D | sonic_client_utils.py | 95 full_url = url.Build() 99 conn.setopt(conn.URL, full_url)
|
/external/autotest/client/site_tests/video_VideoCorruption/ |
D | video_VideoCorruption.py | 34 full_url = url,
|
/external/autotest/client/site_tests/video_VideoReload/ |
D | video_VideoReload.py | 36 full_url = url,
|
/external/autotest/client/site_tests/video_VideoSanity/ |
D | video_VideoSanity.py | 69 full_url = url,
|
/external/autotest/client/site_tests/video_ChromeVidResChangeHWDecode/ |
D | video_ChromeVidResChangeHWDecode.py | 39 full_url = url,
|
/external/autotest/client/cros/multimedia/ |
D | video_facade_native.py | 87 full_url=html_path,
|
/external/autotest/client/site_tests/video_ChromeHWDecodeUsed/ |
D | video_ChromeHWDecodeUsed.py | 83 full_url = url,
|
/external/autotest/client/site_tests/video_GlitchDetection/ |
D | video_GlitchDetection.py | 55 full_url = cr.browser.platform.http_server.UrlOf(html_fullpath),
|
/external/python/cpython2/Doc/howto/ |
D | urllib2.rst | 142 >>> full_url = url + '?' + url_values 143 >>> data = urllib2.urlopen(full_url)
|