/external/curl/tests/libtest/ |
libauthretry.c | 35 char* full_url = malloc(strlen(url) + 4 + 1); local 36 if (!full_url) { 41 sprintf(full_url, "%s%04d", url, seq); 43 "(auth %ld)\n", seq, full_url, userpwd, auth_scheme); 44 test_setopt(curl, CURLOPT_URL, full_url); 54 free(full_url);
|
libntlmconnect.c | 106 char* full_url = malloc(strlen(url) + 4 + 1); local 110 if (!full_url) { 122 free(full_url); 148 sprintf(full_url, "%s0200", url); 151 sprintf(full_url, "%s0100", url); 155 easy_setopt(easy[num_handles], CURLOPT_URL, full_url); 278 free(full_url);
|
/external/autotest/client/cros/video/ |
video_player.py | 23 def __init__(self, tab, full_url, video_id, video_src_path='', 27 @param full_url: string, full url pointing to html file to load. 37 self.full_url = full_url 51 self.tab.Navigate(self.full_url)
|
/external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/cloud_mapper/ |
cloud_helper.py | 33 def _remove_gcs_prefix(full_url): 34 return full_url.split('gs:/')[1]
|
/bionic/tools/bionicbb/ |
bionicbb.py | 44 full_url = result['build']['full_url'] 50 logging.debug('%s #%s %s: %s', name, number, status, full_url)
|
/external/autotest/client/site_tests/video_ChromeHWDecodeUsed/ |
video_ChromeHWDecodeUsed.py | 47 full_url = url,
|
/external/autotest/client/site_tests/video_VideoCorruption/ |
video_VideoCorruption.py | 30 full_url = url,
|
/external/autotest/client/site_tests/video_ChromeVidResChangeHWDecode/ |
video_ChromeVidResChangeHWDecode.py | 36 full_url = url,
|
/external/autotest/client/site_tests/power_Consumption/ |
power_Consumption.py | 315 def full_url(filename): function in function:power_Consumption._run_group_video 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/ |
sonic_client_utils.py | 95 full_url = url.Build() 99 conn.setopt(conn.URL, full_url)
|
/external/autotest/client/site_tests/video_GlitchDetection/ |
video_GlitchDetection.py | 49 full_url = cr.browser.platform.http_server.UrlOf(html_fullpath),
|
/external/chromium-trace/catapult/third_party/Paste/paste/ |
httpheaders.py | 1021 def full_url(self): member in class:_Authorization.compose.FakeRequest [all...] |
fixture.py | 787 href = urlparse.urljoin(self.request.full_url, href) 909 ``full_url``: [all...] |