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

  /external/curl/tests/libtest/
libauthretry.c 35 char *full_url = malloc(len); local
36 if(!full_url) {
41 msnprintf(full_url, len, "%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 96 char *full_url = malloc(urllen); local
100 if(!full_url) {
112 free(full_url);
138 msnprintf(full_url, urllen, "%s0200", url);
142 msnprintf(full_url, urllen, "%s0100", url);
146 easy_setopt(easy[num_handles], CURLOPT_URL, full_url);
231 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 34 full_url = url,
  /external/autotest/client/site_tests/video_VideoReload/
video_VideoReload.py 36 full_url = url,
  /external/autotest/client/site_tests/video_ChromeVidResChangeHWDecode/
video_ChromeVidResChangeHWDecode.py 43 full_url = url,
  /external/autotest/client/site_tests/video_VideoSanity/
video_VideoSanity.py 69 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 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_ChromeHWDecodeUsed/
video_ChromeHWDecodeUsed.py 94 full_url = url,
  /external/python/cpython3/Lib/urllib/
request.py 314 url = request.full_url
328 self.full_url = url
344 def full_url(self): member in class:Request
349 @full_url.setter
350 def full_url(self, url): member in class:Request
356 @full_url.deleter
357 def full_url(self): member in class:Request
383 raise ValueError("unknown url type: %r" % self.full_url)
394 return self.full_url
401 self.selector = self.full_url
    [all...]
  /external/autotest/client/site_tests/video_GlitchDetection/
video_GlitchDetection.py 55 full_url = cr.browser.platform.http_server.UrlOf(html_fullpath),
  /external/python/cpython3/Lib/test/
test_urllib2.py     [all...]

Completed in 444 milliseconds