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

  /external/chromium_org/third_party/skia/tools/pyutils/
url_utils.py 40 'file:', urllib.pathname2url(os.path.abspath(filepath)))
url_utils_test.py 37 'file://%s/dir/file' % urllib.pathname2url(os.getcwd()))
  /external/skia/tools/pyutils/
url_utils.py 40 'file:', urllib.pathname2url(os.path.abspath(filepath)))
url_utils_test.py 37 'file://%s/dir/file' % urllib.pathname2url(os.getcwd()))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
macurl2path.py 8 __all__ = ["url2pathname","pathname2url"]
52 def pathname2url(pathname): function
94 print '%r -> %r' % (path, pathname2url(path))
nturl2path.py 38 def pathname2url(p): function
urllib.py 37 "urlencode", "url2pathname", "pathname2url", "splittag",
49 from nturl2path import url2pathname, pathname2url namespace
51 from rourl2path import url2pathname, pathname2url namespace
58 def pathname2url(pathname): function
    [all...]
pydoc.py 603 url = nturl2path.pathname2url(path)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
macurl2path.py 8 __all__ = ["url2pathname","pathname2url"]
52 def pathname2url(pathname): function
94 print '%r -> %r' % (path, pathname2url(path))
nturl2path.py 38 def pathname2url(p): function
urllib.py 37 "urlencode", "url2pathname", "pathname2url", "splittag",
49 from nturl2path import url2pathname, pathname2url namespace
51 from rourl2path import url2pathname, pathname2url namespace
58 def pathname2url(pathname): function
    [all...]
pydoc.py 603 url = nturl2path.pathname2url(path)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib.py 312 return "file://%s" % urllib.pathname2url(os.path.abspath(filePath))
715 """Test pathname2url() and url2pathname()"""
721 result = urllib.pathname2url(expected_path)
723 "pathname2url() failed; %s != %s" %
735 result = urllib.pathname2url(given)
737 "pathname2url() failed; %s != %s" %
746 result = urllib.pathname2url(given)
748 "pathname2url() failed; %s != %s" %
    [all...]
test_urllib2.py 26 # urllib.pathname2url works, unfortunately...
600 urlpath = urllib.pathname2url(path)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib.py 312 return "file://%s" % urllib.pathname2url(os.path.abspath(filePath))
715 """Test pathname2url() and url2pathname()"""
721 result = urllib.pathname2url(expected_path)
723 "pathname2url() failed; %s != %s" %
735 result = urllib.pathname2url(given)
737 "pathname2url() failed; %s != %s" %
746 result = urllib.pathname2url(given)
748 "pathname2url() failed; %s != %s" %
    [all...]
test_urllib2.py 26 # urllib.pathname2url works, unfortunately...
600 urlpath = urllib.pathname2url(path)
    [all...]

Completed in 583 milliseconds