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

  /external/chromium_org/tools/oopif/
iframe_server.py 93 def get_site(urlpath):
100 no_port = urlpath.netloc.split(':')[0]
103 return '%s://%s' % (urlpath.scheme, site_host)
157 def make_iframe_html(urlpath, params):
165 netloc_paths = urlpath.netloc.split(':')
171 'src': make_src(urlpath.scheme, ':'.join(netloc_paths),
172 urlpath.path, params),
181 urlpath = urlparse.urlparse('%s://%s%s?%s' % (
186 site = get_site(urlpath)
187 params = Params(urlparse.parse_qs(urlpath.query)
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaFrameworkTest.java 57 private String urlpath; field in class:MediaFrameworkTest
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 600 urlpath = urllib.pathname2url(path)
601 if os.name == "nt" and urlpath.startswith("///"):
602 urlpath = urlpath[2:]
604 return urlpath
672 urlpath = sanepathname2url(os.path.abspath(TESTFN))
675 "file://localhost%s" % urlpath,
676 "file://%s" % urlpath,
677 "file://%s%s" % (socket.gethostbyname('localhost'), urlpath),
684 urls.append("file://%s%s" % (localaddr, urlpath))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 600 urlpath = urllib.pathname2url(path)
601 if os.name == "nt" and urlpath.startswith("///"):
602 urlpath = urlpath[2:]
604 return urlpath
672 urlpath = sanepathname2url(os.path.abspath(TESTFN))
675 "file://localhost%s" % urlpath,
676 "file://%s" % urlpath,
677 "file://%s%s" % (socket.gethostbyname('localhost'), urlpath),
684 urls.append("file://%s%s" % (localaddr, urlpath))
    [all...]

Completed in 455 milliseconds