Home
last modified time | relevance | path

Searched refs:full_url (Results 1 – 13 of 13) sorted by relevance

/external/curl/tests/libtest/
Dlibauthretry.c35 char* full_url = malloc(strlen(url) + 4 + 1); in send_request() local
36 if (!full_url) { in send_request()
41 sprintf(full_url, "%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()
Dlibntlmconnect.c106 char* full_url = malloc(strlen(url) + 4 + 1); in test() local
110 if (!full_url) { in test()
122 free(full_url); in test()
148 sprintf(full_url, "%s0200", url); in test()
151 sprintf(full_url, "%s0100", url); in test()
155 easy_setopt(easy[num_handles], CURLOPT_URL, full_url); in test()
278 free(full_url); in test()
/external/autotest/client/cros/video/
Dvideo_player.py23 def __init__(self, tab, full_url, video_id, video_src_path='', argument
37 self.full_url = full_url
51 self.tab.Navigate(self.full_url)
/external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/cloud_mapper/
Dcloud_helper.py33 def _remove_gcs_prefix(full_url): argument
34 return full_url.split('gs:/')[1]
/external/autotest/client/site_tests/power_Consumption/
Dpower_Consumption.py315 def full_url(filename): function
332 self._tab.Navigate(full_url(url))
338 self._tab.Navigate(full_url(url))
345 self._tab.Navigate(full_url(url))
/external/autotest/server/cros/
Dsonic_client_utils.py95 full_url = url.Build()
99 conn.setopt(conn.URL, full_url)
/external/autotest/client/site_tests/video_VideoCorruption/
Dvideo_VideoCorruption.py30 full_url = url,
/external/autotest/client/site_tests/video_ChromeHWDecodeUsed/
Dvideo_ChromeHWDecodeUsed.py47 full_url = url,
/external/autotest/client/site_tests/video_ChromeVidResChangeHWDecode/
Dvideo_ChromeVidResChangeHWDecode.py36 full_url = url,
/external/autotest/client/site_tests/video_GlitchDetection/
Dvideo_GlitchDetection.py49 full_url = cr.browser.platform.http_server.UrlOf(html_fullpath),
/external/chromium-trace/catapult/third_party/Paste/paste/
Dhttpheaders.py1021 def full_url(self): member in _Authorization.compose.FakeRequest
1024 selector = full_url
Dfixture.py787 href = urlparse.urljoin(self.request.full_url, href)
919 self.full_url = url + '?' + environ['QUERY_STRING']
921 self.full_url = url
/external/chromium-trace/catapult/third_party/Paste/docs/
Dtesting-applications.txt113 ``full_url``: