HomeSort by relevance Sort by last modified time
    Searched defs:splitport (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",
488 host, port = splitport(host)
509 host, port = splitport(host)
1101 def splitport(host): function
    [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...]
  /external/python/cpython3/Lib/urllib/
parse.py 957 def splitport(host): function
    [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...]
  /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...]
  /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...]
  /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...]

Completed in 166 milliseconds