HomeSort by relevance Sort by last modified time
    Searched defs:splituser (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",
295 user_passwd, host = splituser(host)
301 proxy_passwd, host = splituser(host)
311 user_passwd, realhost = splituser(realhost)
391 user_passwd, host = splituser(host)
397 proxy_passwd, host = splituser(host)
406 user_passwd, realhost = splituser(realhost)
510 user, host = splituser(host)
1076 def splituser(host): function
    [all...]
  /external/python/cpython2/Lib/
urllib.py 39 "splittype", "splithost", "splituser", "splitpasswd", "splitport",
303 user_passwd, host = splituser(host)
309 proxy_passwd, host = splituser(host)
319 user_passwd, realhost = splituser(realhost)
398 user_passwd, host = splituser(host)
404 proxy_passwd, host = splituser(host)
413 user_passwd, realhost = splituser(realhost)
520 user, host = splituser(host)
1109 def splituser(host): function
    [all...]
  /external/python/cpython3/Lib/urllib/
parse.py 945 def splituser(host): function
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib.py 39 "splittype", "splithost", "splituser", "splitpasswd", "splitport",
298 user_passwd, host = splituser(host)
304 proxy_passwd, host = splituser(host)
314 user_passwd, realhost = splituser(realhost)
393 user_passwd, host = splituser(host)
399 proxy_passwd, host = splituser(host)
408 user_passwd, realhost = splituser(realhost)
514 user, host = splituser(host)
1095 def splituser(host): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib.py 39 "splittype", "splithost", "splituser", "splitpasswd", "splitport",
298 user_passwd, host = splituser(host)
304 proxy_passwd, host = splituser(host)
314 user_passwd, realhost = splituser(realhost)
393 user_passwd, host = splituser(host)
399 proxy_passwd, host = splituser(host)
408 user_passwd, realhost = splituser(realhost)
514 user, host = splituser(host)
1095 def splituser(host): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 39 "splittype", "splithost", "splituser", "splitpasswd", "splitport",
298 user_passwd, host = splituser(host)
304 proxy_passwd, host = splituser(host)
314 user_passwd, realhost = splituser(realhost)
393 user_passwd, host = splituser(host)
399 proxy_passwd, host = splituser(host)
408 user_passwd, realhost = splituser(realhost)
514 user, host = splituser(host)
1095 def splituser(host): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 39 "splittype", "splithost", "splituser", "splitpasswd", "splitport",
298 user_passwd, host = splituser(host)
304 proxy_passwd, host = splituser(host)
314 user_passwd, realhost = splituser(realhost)
393 user_passwd, host = splituser(host)
399 proxy_passwd, host = splituser(host)
408 user_passwd, realhost = splituser(realhost)
514 user, host = splituser(host)
1095 def splituser(host): function
    [all...]

Completed in 1389 milliseconds