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

  /external/python/cpython2/Lib/plat-mac/
pimp.py 413 o = urllib.basejoin(url, o)
424 p['Download-URL'] = urllib.basejoin(url, p['Download-URL'])
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
pimp.py 413 o = urllib.basejoin(url, o)
424 p['Download-URL'] = urllib.basejoin(url, p['Download-URL'])
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py 413 o = urllib.basejoin(url, o)
424 p['Download-URL'] = urllib.basejoin(url, p['Download-URL'])
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib.py 30 from urlparse import urljoin as basejoin
35 "localhost", "thishost", "ftperrors", "basejoin", "unwrap",
646 newurl = basejoin(self.type + ":" + url, newurl)
    [all...]
  /external/python/cpython2/Lib/
urllib.py 33 from urlparse import urljoin as basejoin
38 "localhost", "thishost", "ftperrors", "basejoin", "unwrap",
656 newurl = basejoin(self.type + ":" + url, newurl)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib.py 33 from urlparse import urljoin as basejoin
38 "localhost", "thishost", "ftperrors", "basejoin", "unwrap",
648 newurl = basejoin(self.type + ":" + url, newurl)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib.py 33 from urlparse import urljoin as basejoin
38 "localhost", "thishost", "ftperrors", "basejoin", "unwrap",
648 newurl = basejoin(self.type + ":" + url, newurl)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 33 from urlparse import urljoin as basejoin
38 "localhost", "thishost", "ftperrors", "basejoin", "unwrap",
648 newurl = basejoin(self.type + ":" + url, newurl)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 33 from urlparse import urljoin as basejoin
38 "localhost", "thishost", "ftperrors", "basejoin", "unwrap",
648 newurl = basejoin(self.type + ":" + url, newurl)
    [all...]

Completed in 461 milliseconds