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

  /external/curl/tests/libtest/
libauthretry.c 36 char* full_url = malloc(len); local
37 if(!full_url) {
42 snprintf(full_url, len, "%s%04d", url, seq);
44 "(auth %ld)\n", seq, full_url, userpwd, auth_scheme);
45 test_setopt(curl, CURLOPT_URL, full_url);
55 free(full_url);
libntlmconnect.c 107 char* full_url = malloc(urllen); local
111 if(!full_url) {
123 free(full_url);
149 snprintf(full_url, urllen, "%s0200", url);
153 snprintf(full_url, urllen, "%s0100", url);
157 easy_setopt(easy[num_handles], CURLOPT_URL, full_url);
280 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
42 self.tab.Navigate(self.full_url)
  /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_VideoCorruption/
video_VideoCorruption.py 30 full_url = url,
  /external/autotest/client/site_tests/video_VideoReload/
video_VideoReload.py 32 full_url = url,
  /external/autotest/client/site_tests/video_ChromeVidResChangeHWDecode/
video_ChromeVidResChangeHWDecode.py 36 full_url = url,
  /external/autotest/client/site_tests/video_VideoSanity/
video_VideoSanity.py 65 full_url = url,
  /external/autotest/client/cros/multimedia/
video_facade_native.py 87 full_url=html_path,
  /external/autotest/client/site_tests/power_Consumption/
power_Consumption.py 318 def full_url(filename): function in function:power_Consumption._run_group_video
335 self._tab.Navigate(full_url(url))
341 self._tab.Navigate(full_url(url))
348 self._tab.Navigate(full_url(url))
  /external/autotest/client/site_tests/video_ChromeHWDecodeUsed/
video_ChromeHWDecodeUsed.py 79 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 53 full_url = cr.browser.platform.http_server.UrlOf(html_fullpath),

Completed in 680 milliseconds