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

  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/
__init__.py 22 from urllib import splituser namespace
300 userinfo, hostport = splituser(authority)
  /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...]
urllib2.py 114 splitattr, ftpwrapper, splituser, splitpasswd, splitvalue)
703 userinfo, hostport = splituser(authority)
    [all...]
xmlrpclib.py     [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...]
urllib2.py 114 splitattr, ftpwrapper, splituser, splitpasswd, splitvalue)
703 userinfo, hostport = splituser(authority)
    [all...]
xmlrpclib.py     [all...]
  /external/chromium_org/testing/gtest/scripts/
upload.py 759 username, netloc = urllib.splituser(netloc)
    [all...]

Completed in 103 milliseconds