HomeSort by relevance Sort by last modified time
    Searched refs:posixpath (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/chrome/common/extensions/docs/server2/
file_system_util.py 5 import posixpath namespace
13 url = posixpath.join(urlprefix, root, f)
14 yield url, posixpath.join(directory, root, f)
redirector.py 5 import posixpath namespace
32 dirname, filename = posixpath.split(url)
36 posixpath.join(self._root_path, dirname, 'redirects.json'))
47 return posixpath.normpath('/' + posixpath.join(dirname, redirect))
61 return 'https://developer.chrome.com/' + posixpath.join(*path)
68 self._cache.GetFromFile('%s/redirects.json' % posixpath.join(
path_canonicalizer.py 7 import posixpath namespace
16 return (posixpath.splitext(file_name)[0]
link_error_detector.py 9 import posixpath namespace
59 link = posixpath.join(head, last)
69 link = posixpath.normpath('%s/%s' % (base, link))
  /external/chromium_org/chrome/test/functional/ispy/ispy_core/tools/
rendering_test_manager.py 9 import posixpath namespace
62 path = posixpath.join('tests', test_name)
64 self.UploadImage(posixpath.join(path, 'expected.png'), images[0])
65 self.UploadImage(posixpath.join(path, 'mask.png'), mask)
79 path = posixpath.join('failures', test_name, run_name)
82 self.UploadImage(posixpath.join(path, 'actual.png'), actual)
96 path = posixpath.join('tests', test_name)
98 return Test(self.DownloadImage(posixpath.join(path, 'expected.png')),
99 self.DownloadImage(posixpath.join(path, 'mask.png')))
110 path = posixpath.join('tests', test_name
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_posixpath.py 4 import posixpath, os namespace
5 from posixpath import realpath, abspath, dirname, basename
14 On Windows, posixpath.abspath still returns paths with backslashes
39 self.assertEqual(posixpath.join("/foo", "bar", "/bar", "baz"), "/bar/baz")
40 self.assertEqual(posixpath.join("/foo", "bar", "baz"), "/foo/bar/baz")
41 self.assertEqual(posixpath.join("/foo/", "bar/", "baz/"), "/foo/bar/baz/")
44 self.assertEqual(posixpath.split("/foo/bar"), ("/foo", "bar"))
45 self.assertEqual(posixpath.split("/"), ("/", ""))
46 self.assertEqual(posixpath.split("foo"), ("", "foo"))
47 self.assertEqual(posixpath.split("////foo"), ("////", "foo")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_posixpath.py 4 import posixpath, os namespace
5 from posixpath import realpath, abspath, dirname, basename
14 On Windows, posixpath.abspath still returns paths with backslashes
39 self.assertEqual(posixpath.join("/foo", "bar", "/bar", "baz"), "/bar/baz")
40 self.assertEqual(posixpath.join("/foo", "bar", "baz"), "/foo/bar/baz")
41 self.assertEqual(posixpath.join("/foo/", "bar/", "baz/"), "/foo/bar/baz/")
44 self.assertEqual(posixpath.split("/foo/bar"), ("/foo", "bar"))
45 self.assertEqual(posixpath.split("/"), ("/", ""))
46 self.assertEqual(posixpath.split("foo"), ("", "foo"))
47 self.assertEqual(posixpath.split("////foo"), ("////", "foo")
    [all...]
  /external/skia/tools/
verify_images_for_gm_results.py 13 import posixpath namespace
83 if item.endswith(posixpath.sep):
86 json_files.append(posixpath.join(url, item))
88 print 'Warning: ignoring %s' % posixpath.join(url, item)
90 _FindJSONFiles(posixpath.join(url, subdir), json_files)
  /external/chromium_org/chrome/test/functional/media/
media_seek_perf.py 14 import posixpath namespace
30 _TEST_VIDEOS = [posixpath.join('dartmoor', name) for name in
33 _TEST_VIDEOS.extend([posixpath.join('crowd', name) for name in
media_constrained_network_perf.py 24 import posixpath namespace
58 _TEST_MEDIA_EPP.extend(posixpath.join('crowd', name) for name in
62 _TEST_MEDIA_NO_EPP = [posixpath.join('dartmoor', name) for name in
65 _TEST_MEDIA_NO_EPP.extend(posixpath.join('crowd', name) for name in
  /external/clang/tools/scan-view/
scan-view 7 import posixpath namespace
106 if not posixpath.exists(posixpath.join(root,'index.html')):
ScanView.py 6 import posixpath namespace
76 kResources = posixpath.join(posixpath.dirname(__file__), 'Resources')
254 path = posixpath.join(self.server.root, 'index.html')
408 if not file or not posixpath.exists(file):
438 path = posixpath.join(self.server.root, item['stderr'])
459 c.files.append(posixpath.join(self.server.root,
461 c.files.append(posixpath.join(self.server.root,
463 c.files.append(posixpath.join(self.server.root,
465 c.files.append(posixpath.join(self.server.root
    [all...]
  /external/chromium_org/ppapi/
generate_ppapi_include_tests.py 23 import posixpath namespace
48 source_list = [posixpath.normpath(src) for src in target[GYP_SOURCES_KEY]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_compiler.py 47 import posixpath namespace
88 return relative_dir_local.replace(os.path.sep, posixpath.sep)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fnmatch.py 47 import os,posixpath namespace
56 if os.path is posixpath:
mimetypes.py 28 import posixpath namespace
134 base, ext = posixpath.splitext(url)
136 base, ext = posixpath.splitext(base + self.suffix_map[ext])
139 base, ext = posixpath.splitext(base)
SimpleHTTPServer.py 14 import posixpath namespace
152 path = posixpath.normpath(urllib.unquote(path))
194 base, ext = posixpath.splitext(path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fnmatch.py 47 import os,posixpath namespace
56 if os.path is posixpath:
mimetypes.py 28 import posixpath namespace
134 base, ext = posixpath.splitext(url)
136 base, ext = posixpath.splitext(base + self.suffix_map[ext])
139 base, ext = posixpath.splitext(base)
SimpleHTTPServer.py 14 import posixpath namespace
152 path = posixpath.normpath(urllib.unquote(path))
194 base, ext = posixpath.splitext(path)
  /system/core/libsparse/
simg_dump.py 18 import getopt, posixpath, signal, struct, sys namespace
31 me = posixpath.basename(sys.argv[0])
  /external/chromium_org/third_party/WebKit/Source/core/scripts/
action_makenames.py 59 import posixpath namespace
118 inputAbsPosix = inputAbs.replace(os.path.sep, posixpath.sep)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
util.py 3 import posixpath namespace
99 script_name = posixpath.normpath(script_name+'/'+name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
util.py 3 import posixpath namespace
99 script_name = posixpath.normpath(script_name+'/'+name)
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
parse_dsc_test.py 9 import posixpath namespace

Completed in 1360 milliseconds

1 2