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

  /external/python/cpython3/Lib/test/
test_urlparse.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib.py 36 "splittype", "splithost", "splituser", "splitpasswd", "splitport",
488 host, port = splitport(host)
509 host, port = splitport(host)
1101 def splitport(host): function
    [all...]
urllib2.py 112 addinfourl, splitport, splittag,
783 host, port = splitport(authority)
    [all...]
  /external/python/cpython2/Lib/
urllib.py 39 "splittype", "splithost", "splituser", "splitpasswd", "splitport",
498 host, port = splitport(host)
519 host, port = splitport(host)
1134 def splitport(host): function
    [all...]
urllib2.py 121 addinfourl, splitport, splittag, toBytes,
818 host, port = splitport(authority)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib.py 39 "splittype", "splithost", "splituser", "splitpasswd", "splitport",
492 host, port = splitport(host)
513 host, port = splitport(host)
1120 def splitport(host): function
    [all...]
urllib2.py 113 addinfourl, splitport, splittag, toBytes,
793 host, port = splitport(authority)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib.py 39 "splittype", "splithost", "splituser", "splitpasswd", "splitport",
492 host, port = splitport(host)
513 host, port = splitport(host)
1120 def splitport(host): function
    [all...]
urllib2.py 113 addinfourl, splitport, splittag, toBytes,
793 host, port = splitport(authority)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 39 "splittype", "splithost", "splituser", "splitpasswd", "splitport",
492 host, port = splitport(host)
513 host, port = splitport(host)
1120 def splitport(host): function
    [all...]
urllib2.py 113 addinfourl, splitport, splittag, toBytes,
793 host, port = splitport(authority)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 39 "splittype", "splithost", "splituser", "splitpasswd", "splitport",
492 host, port = splitport(host)
513 host, port = splitport(host)
1120 def splitport(host): function
    [all...]
urllib2.py 113 addinfourl, splitport, splittag, toBytes,
793 host, port = splitport(authority)
    [all...]
  /external/python/cpython3/Lib/urllib/
request.py 106 splittype, splithost, splitport, splituser, splitpasswd,
876 host, port = splitport(authority)
    [all...]
parse.py 957 def splitport(host): function
    [all...]

Completed in 590 milliseconds