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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
macurl2path.py 16 tp = urllib.splittype(pathname)[0]
urllib.py 39 "splittype", "splithost", "splituser", "splitpasswd", "splitport",
188 urltype, url = splittype(fullurl)
193 urltype, proxyhost = splittype(proxy)
216 type, url = splittype(fullurl)
221 type, url = splittype(fullurl)
231 type, url1 = splittype(url)
247 garbage, path = splittype(url)
306 urltype, rest = splittype(selector)
400 urltype, rest = splittype(selector)
726 urltype, proxyhost = splittype(proxy
1064 def splittype(url): function
    [all...]
mimetypes.py 114 scheme, url = urllib.splittype(url)
urllib2.py 112 from urllib import (unwrap, unquote, splittype, splithost, quote, namespace
205 # self.__r_type is what's left after doing the splittype
256 self.type, self.__r_type = splittype(self.__original)
688 scheme, r_scheme = splittype(proxy)
    [all...]
xmlrpclib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
macurl2path.py 16 tp = urllib.splittype(pathname)[0]
urllib.py 39 "splittype", "splithost", "splituser", "splitpasswd", "splitport",
188 urltype, url = splittype(fullurl)
193 urltype, proxyhost = splittype(proxy)
216 type, url = splittype(fullurl)
221 type, url = splittype(fullurl)
231 type, url1 = splittype(url)
247 garbage, path = splittype(url)
306 urltype, rest = splittype(selector)
400 urltype, rest = splittype(selector)
726 urltype, proxyhost = splittype(proxy
1064 def splittype(url): function
    [all...]
mimetypes.py 114 scheme, url = urllib.splittype(url)
urllib2.py 112 from urllib import (unwrap, unquote, splittype, splithost, quote, namespace
205 # self.__r_type is what's left after doing the splittype
256 self.type, self.__r_type = splittype(self.__original)
688 scheme, r_scheme = splittype(proxy)
    [all...]
xmlrpclib.py     [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/
__init__.py 21 from urllib import splittype namespace
285 scheme, r_scheme = splittype(proxy)

Completed in 1260 milliseconds