HomeSort by relevance Sort by last modified time
    Searched full:extsep (Results 1 - 25 of 58) sorted by null

1 2 3

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pkg.py 90 hier = [("t1", None), ("t1 __init__"+os.extsep+"py", "")]
97 ("t2 __init__"+os.extsep+"py", "'doc for t2'"),
99 ("t2 sub __init__"+os.extsep+"py", ""),
101 ("t2 sub subsub __init__"+os.extsep+"py", "spam = 1"),
144 ("t3 __init__"+os.extsep+"py", ""),
146 ("t3 sub __init__"+os.extsep+"py", ""),
148 ("t3 sub subsub __init__"+os.extsep+"py", "spam = 1"),
161 ("t4 __init__"+os.extsep+"py", ""),
164 ("t4 sub __init__"+os.extsep+"py", ""),
165 ("t4 sub subsub"+os.extsep+"py"
    [all...]
test_repr.py 223 touch(os.path.join(self.pkgname, '__init__'+os.extsep+'py'))
226 touch(os.path.join(self.subpkgname, '__init__'+os.extsep+'py'))
248 touch(os.path.join(self.subpkgname, self.pkgname + os.extsep + 'py'))
256 touch(os.path.join(self.subpkgname, 'foo'+os.extsep+'py'), '''\
270 touch(os.path.join(self.subpkgname, 'bar'+os.extsep+'py'), '''\
280 touch(os.path.join(self.subpkgname, 'baz'+os.extsep+'py'), '''\
291 touch(os.path.join(self.subpkgname, 'qux'+os.extsep+'py'), '''\
test_import.py 20 return (name + os.extsep + "py",
21 name + os.extsep + "pyc",
22 name + os.extsep + "pyo",
23 name + os.extsep + "pyw",
64 pyo = TESTFN + os.extsep + "pyo"
68 pyc = TESTFN + os.extsep + "pyc"
102 test_with_extension(os.extsep + "py")
119 fname = TESTFN + os.extsep + "py"
146 fname = TESTFN + os.extsep + "py"
196 filename = module + os.extsep + 'py
    [all...]
test_pkgimport.py 26 self.package_dir, '__init__'+os.extsep+'py'), 'w').close()
27 self.module_path = os.path.join(self.package_dir, 'foo'+os.extsep+'py')
test_imageop.py 78 uu.decode(get_qualified_path('testrgb'+os.extsep+'uue'), 'test'+os.extsep+'rgb')
80 image, width, height = getimage('test'+os.extsep+'rgb')
177 unlink('test'+os.extsep+'rgb')
script_helper.py 107 script_filename = script_basename+os.extsep+'py'
123 zip_filename = zip_basename+os.extsep+'zip'
155 zip_filename = zip_basename+os.extsep+'zip'
test_runpy.py 111 pkg_fname = os.path.join(pkg_dir, "__init__"+os.extsep+"py")
118 test_fname = mod_base+os.extsep+"py"
215 sibling_fname = os.path.join(module_dir, "sibling"+os.extsep+"py")
226 nephew_fname = os.path.join(cousin_dir, "nephew"+os.extsep+"py")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pkg.py 90 hier = [("t1", None), ("t1 __init__"+os.extsep+"py", "")]
97 ("t2 __init__"+os.extsep+"py", "'doc for t2'"),
99 ("t2 sub __init__"+os.extsep+"py", ""),
101 ("t2 sub subsub __init__"+os.extsep+"py", "spam = 1"),
144 ("t3 __init__"+os.extsep+"py", ""),
146 ("t3 sub __init__"+os.extsep+"py", ""),
148 ("t3 sub subsub __init__"+os.extsep+"py", "spam = 1"),
161 ("t4 __init__"+os.extsep+"py", ""),
164 ("t4 sub __init__"+os.extsep+"py", ""),
165 ("t4 sub subsub"+os.extsep+"py"
    [all...]
test_repr.py 223 touch(os.path.join(self.pkgname, '__init__'+os.extsep+'py'))
226 touch(os.path.join(self.subpkgname, '__init__'+os.extsep+'py'))
248 touch(os.path.join(self.subpkgname, self.pkgname + os.extsep + 'py'))
256 touch(os.path.join(self.subpkgname, 'foo'+os.extsep+'py'), '''\
270 touch(os.path.join(self.subpkgname, 'bar'+os.extsep+'py'), '''\
280 touch(os.path.join(self.subpkgname, 'baz'+os.extsep+'py'), '''\
291 touch(os.path.join(self.subpkgname, 'qux'+os.extsep+'py'), '''\
test_import.py 20 return (name + os.extsep + "py",
21 name + os.extsep + "pyc",
22 name + os.extsep + "pyo",
23 name + os.extsep + "pyw",
64 pyo = TESTFN + os.extsep + "pyo"
68 pyc = TESTFN + os.extsep + "pyc"
102 test_with_extension(os.extsep + "py")
119 fname = TESTFN + os.extsep + "py"
146 fname = TESTFN + os.extsep + "py"
196 filename = module + os.extsep + 'py
    [all...]
test_pkgimport.py 26 self.package_dir, '__init__'+os.extsep+'py'), 'w').close()
27 self.module_path = os.path.join(self.package_dir, 'foo'+os.extsep+'py')
test_imageop.py 78 uu.decode(get_qualified_path('testrgb'+os.extsep+'uue'), 'test'+os.extsep+'rgb')
80 image, width, height = getimage('test'+os.extsep+'rgb')
177 unlink('test'+os.extsep+'rgb')
script_helper.py 107 script_filename = script_basename+os.extsep+'py'
123 zip_filename = zip_basename+os.extsep+'zip'
155 zip_filename = zip_basename+os.extsep+'zip'
test_runpy.py 111 pkg_fname = os.path.join(pkg_dir, "__init__"+os.extsep+"py")
118 test_fname = mod_base+os.extsep+"py"
215 sibling_fname = os.path.join(module_dir, "sibling"+os.extsep+"py")
226 nephew_fname = os.path.join(cousin_dir, "nephew"+os.extsep+"py")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
whichdb.py 32 f = open(filename + os.extsep + "pag", "rb")
36 f = open(filename + os.extsep + "dir", "rb")
43 f = open(filename + os.extsep + "db", "rb")
58 os.stat(filename + os.extsep + "dat")
59 size = os.stat(filename + os.extsep + "dir").st_size
63 f = open(filename + os.extsep + "dir", "rb")
genericpath.py 85 def _splitext(p, sep, altsep, extsep):
96 dotIndex = p.rfind(extsep)
101 if p[filenameIndex] != extsep:
macpath.py 13 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
19 extsep = '.' variable
74 return genericpath._splitext(p, sep, altsep, extsep)
os2emxpath.py 19 "extsep","devnull","realpath","supports_unicode_filenames"]
24 extsep = '.' variable
dumbdbm.py 55 self._dirfile = filebasename + _os.extsep + 'dir'
61 self._datfile = filebasename + _os.extsep + 'dat'
62 self._bakfile = filebasename + _os.extsep + 'bak'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
whichdb.py 32 f = open(filename + os.extsep + "pag", "rb")
36 f = open(filename + os.extsep + "dir", "rb")
43 f = open(filename + os.extsep + "db", "rb")
58 os.stat(filename + os.extsep + "dat")
59 size = os.stat(filename + os.extsep + "dir").st_size
63 f = open(filename + os.extsep + "dir", "rb")
genericpath.py 85 def _splitext(p, sep, altsep, extsep):
96 dotIndex = p.rfind(extsep)
101 if p[filenameIndex] != extsep:
macpath.py 13 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
19 extsep = '.' variable
74 return genericpath._splitext(p, sep, altsep, extsep)
os2emxpath.py 19 "extsep","devnull","realpath","supports_unicode_filenames"]
24 extsep = '.' variable
dumbdbm.py 55 self._dirfile = filebasename + _os.extsep + 'dir'
61 self._datfile = filebasename + _os.extsep + 'dat'
62 self._bakfile = filebasename + _os.extsep + 'bak'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_lib.py 16 if hasattr(os, 'extsep'):
17 PYTHON_SOURCE_EXTENSION = os.extsep + "py"

Completed in 2072 milliseconds

1 2 3