HomeSort by relevance Sort by last modified time
    Searched defs:splithost (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib.py 36 "splittype", "splithost", "splituser", "splitpasswd", "splitport",
191 host, selector = splithost(proxyhost)
234 return url2pathname(splithost(url1)[1]), hdrs
245 garbage, path = splithost(path or "")
293 host, selector = splithost(url)
309 realhost, rest = splithost(rest)
389 host, selector = splithost(url)
404 realhost, rest = splithost(rest)
470 host, file = splithost(url)
507 host, path = splithost(url)
1059 def splithost(url): function
    [all...]
  /external/python/cpython2/Lib/
urllib.py 39 "splittype", "splithost", "splituser", "splitpasswd", "splitport",
199 host, selector = splithost(proxyhost)
242 return url2pathname(splithost(url1)[1]), hdrs
253 garbage, path = splithost(path or "")
301 host, selector = splithost(url)
317 realhost, rest = splithost(rest)
396 host, selector = splithost(url)
411 realhost, rest = splithost(rest)
478 host, file = splithost(url)
517 host, path = splithost(url
1092 def splithost(url): function
    [all...]
  /external/python/cpython3/Lib/urllib/
parse.py 931 def splithost(url): function
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib.py 39 "splittype", "splithost", "splituser", "splitpasswd", "splitport",
194 host, selector = splithost(proxyhost)
237 return url2pathname(splithost(url1)[1]), hdrs
248 garbage, path = splithost(path or "")
296 host, selector = splithost(url)
312 realhost, rest = splithost(rest)
391 host, selector = splithost(url)
406 realhost, rest = splithost(rest)
472 host, file = splithost(url)
511 host, path = splithost(url
1078 def splithost(url): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib.py 39 "splittype", "splithost", "splituser", "splitpasswd", "splitport",
194 host, selector = splithost(proxyhost)
237 return url2pathname(splithost(url1)[1]), hdrs
248 garbage, path = splithost(path or "")
296 host, selector = splithost(url)
312 realhost, rest = splithost(rest)
391 host, selector = splithost(url)
406 realhost, rest = splithost(rest)
472 host, file = splithost(url)
511 host, path = splithost(url
1078 def splithost(url): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 39 "splittype", "splithost", "splituser", "splitpasswd", "splitport",
194 host, selector = splithost(proxyhost)
237 return url2pathname(splithost(url1)[1]), hdrs
248 garbage, path = splithost(path or "")
296 host, selector = splithost(url)
312 realhost, rest = splithost(rest)
391 host, selector = splithost(url)
406 realhost, rest = splithost(rest)
472 host, file = splithost(url)
511 host, path = splithost(url
1078 def splithost(url): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 39 "splittype", "splithost", "splituser", "splitpasswd", "splitport",
194 host, selector = splithost(proxyhost)
237 return url2pathname(splithost(url1)[1]), hdrs
248 garbage, path = splithost(path or "")
296 host, selector = splithost(url)
312 realhost, rest = splithost(rest)
391 host, selector = splithost(url)
406 realhost, rest = splithost(rest)
472 host, file = splithost(url)
511 host, path = splithost(url
1078 def splithost(url): function
    [all...]

Completed in 323 milliseconds