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

  /external/curl/tests/libtest/
libauthretry.c 35 char *full_url = malloc(len); local
36 if(!full_url) {
41 snprintf(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 snprintf(full_url, urllen, "%s0200", url);
142 snprintf(full_url, urllen, "%s0100", url);
146 easy_setopt(easy[num_handles], CURLOPT_URL, full_url);
226 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)
  /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,
  /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_ChromeVidResChangeHWDecode/
video_ChromeVidResChangeHWDecode.py 39 full_url = url,
  /external/autotest/client/site_tests/video_VideoSanity/
video_VideoSanity.py 69 full_url = url,
  /external/python/cpython3/Lib/urllib/
request.py 315 url = request.full_url
329 self.full_url = url
345 def full_url(self): member in class:Request
350 @full_url.setter
351 def full_url(self, url): member in class:Request
357 @full_url.deleter
358 def full_url(self): member in class:Request
384 raise ValueError("unknown url type: %r" % self.full_url)
395 return self.full_url
402 self.selector = self.full_url
    [all...]
  /external/autotest/client/site_tests/video_ChromeHWDecodeUsed/
video_ChromeHWDecodeUsed.py 83 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/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/client/site_tests/video_GlitchDetection/
video_GlitchDetection.py 55 full_url = cr.browser.platform.http_server.UrlOf(html_fullpath),
  /external/python/cpython2/Doc/howto/
urllib2.rst 142 >>> full_url = url + '?' + url_values
143 >>> data = urllib2.urlopen(full_url)
  /external/python/cpython3/Doc/howto/
urllib2.rst 150 >>> full_url = url + '?' + url_values
151 >>> data = urllib.request.urlopen(full_url)
  /external/python/cpython3/Lib/test/
test_urllib2.py     [all...]
  /external/python/cpython3/Doc/library/
urllib.request.rst 468 .. attribute:: Request.full_url
474 Request.full_url is a property with setter, getter and a deleter. Getting
475 :attr:`~Request.full_url` returns the original request URL with the
573 Returns :attr:`Request.full_url`
    [all...]
  /external/python/cpython3/Doc/whatsnew/
3.4.rst     [all...]
  /external/python/cpython3/Misc/
HISTORY     [all...]

Completed in 1332 milliseconds