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

  /external/chromium_org/tools/telemetry/telemetry/core/
temporary_http_server.py 69 return urlparse.urljoin(self.url, path)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urlparse.py 33 __all__ = ["urlparse", "urlunparse", "urljoin", "urldefrag",
250 def urljoin(base, url, allow_fragments=True): function
327 # because urllib uses urlparse methods (urljoin). If you update this function,
urllib2.py 592 newurl = urlparse.urljoin(req.get_full_url(), newurl)
    [all...]
urllib.py 33 from urlparse import urljoin as basejoin
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
saxutils.py 341 source.setSystemId(urlparse.urljoin(base, source.getSystemId()))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urlparse.py 33 __all__ = ["urlparse", "urlunparse", "urljoin", "urldefrag",
250 def urljoin(base, url, allow_fragments=True): function
327 # because urllib uses urlparse methods (urljoin). If you update this function,
urllib2.py 592 newurl = urlparse.urljoin(req.get_full_url(), newurl)
    [all...]
urllib.py 33 from urlparse import urljoin as basejoin
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
saxutils.py 341 source.setSystemId(urlparse.urljoin(base, source.getSystemId()))
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
update_nacl_manifest_test.py 44 return urlparse.urljoin(HTTPS_BASE_URL, posixpath.join(version, basename))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urlparse.py 151 self.assertEqual(urlparse.urljoin(base, relurl), expected,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urlparse.py 151 self.assertEqual(urlparse.urljoin(base, relurl), expected,
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py     [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py     [all...]
  /external/chromium_org/net/tools/testserver/
testserver.py 823 prefix = urlparse.urljoin(self.server.file_root_url, 'post/')
    [all...]

Completed in 412 milliseconds