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

1 2

  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/
__init__.py 27 import os as _os namespace
31 __path__ = [_os.path.join(__path__[0], 'py2')]
34 __path__ = [_os.path.join(__path__[0], 'py3')]
37 del _os, _sys
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/
__init__.py 27 import os as _os namespace
31 __path__ = [_os.path.join(__path__[0], 'py2')]
34 __path__ = [_os.path.join(__path__[0], 'py3')]
37 del _os, _sys
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/
shell.py 31 import os as _os namespace
36 cwd = _os.path.dirname(_os.path.abspath(_sys.argv[0]))
63 path = _os.path.sep.join(path.split('/'))
64 return _os.path.normpath(_os.path.join(cwd, path))
80 _os.unlink(native(dest))
88 if _os.path.exists(dest):
90 _os.chmod(native(path), 0644)
117 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXC
    [all...]
setup.py 29 import os as _os namespace
89 if filename and _os.path.isfile(filename):
101 if filename and _os.path.isfile(filename):
127 if filename and _os.path.isfile(filename):
146 if filename and _os.path.isfile(filename):
165 if filename and _os.path.isfile(filename):
180 sep = _os.path.sep
182 sep = _os.path.join('1', '2')[1:-1]
184 for dirpath, _, filenames in _shell.walk(_os.path.join(lib, root)):
189 _os.path.normpath(dirpath).replace(sep, '.'
    [all...]
data.py 28 import os as _os namespace
37 drive, path = '', _os.path.normpath(path)
39 splitunc = _os.path.splitunc
45 drive, path = _os.path.splitdrive(path)
48 sep = _os.path.sep
50 sep = _os.path.join('1', '2')[1:-1]
52 prefix, path = _os.path.split(path)
55 drive = _os.path.join(drive, prefix)
151 normalized = _os.path.normpath(manpage)
152 _, ext = _os.path.splitext(normalized
    [all...]
ext.py 30 import os as _os namespace
182 src = _os.path.join(tempdir, 'conftest.c')
190 self.target = _os.path.join(tempdir, 'conftest')
254 return _os.popen(self.compiler.executable_filename(self.target), mode)
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py2/
shell.py 31 import os as _os namespace
36 cwd = _os.path.dirname(_os.path.abspath(_sys.argv[0]))
63 path = _os.path.sep.join(path.split('/'))
64 return _os.path.normpath(_os.path.join(cwd, path))
80 _os.unlink(native(dest))
88 if _os.path.exists(dest):
90 _os.chmod(native(path), 0644)
117 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXC
    [all...]
setup.py 29 import os as _os namespace
89 if filename and _os.path.isfile(filename):
101 if filename and _os.path.isfile(filename):
127 if filename and _os.path.isfile(filename):
146 if filename and _os.path.isfile(filename):
165 if filename and _os.path.isfile(filename):
180 sep = _os.path.sep
182 sep = _os.path.join('1', '2')[1:-1]
184 for dirpath, _, filenames in _shell.walk(_os.path.join(lib, root)):
189 _os.path.normpath(dirpath).replace(sep, '.'
    [all...]
data.py 28 import os as _os namespace
37 drive, path = '', _os.path.normpath(path)
39 splitunc = _os.path.splitunc
45 drive, path = _os.path.splitdrive(path)
48 sep = _os.path.sep
50 sep = _os.path.join('1', '2')[1:-1]
52 prefix, path = _os.path.split(path)
55 drive = _os.path.join(drive, prefix)
151 normalized = _os.path.normpath(manpage)
152 _, ext = _os.path.splitext(normalized
    [all...]
ext.py 30 import os as _os namespace
182 src = _os.path.join(tempdir, 'conftest.c')
190 self.target = _os.path.join(tempdir, 'conftest')
254 return _os.popen(self.compiler.executable_filename(self.target), mode)
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py3/
shell.py 29 import os as _os namespace
35 cwd = _os.path.dirname(_os.path.abspath(_sys.argv[0]))
62 path = _os.path.sep.join(path.split('/'))
63 return _os.path.normpath(_os.path.join(cwd, path))
79 _os.unlink(native(dest))
87 if _os.path.exists(dest):
89 _os.chmod(native(path), 0o644)
102 _os.write(fd, ((r""
    [all...]
setup.py 29 import os as _os namespace
90 if filename and _os.path.isfile(filename):
102 if filename and _os.path.isfile(filename):
128 if filename and _os.path.isfile(filename):
147 if filename and _os.path.isfile(filename):
166 if filename and _os.path.isfile(filename):
181 sep = _os.path.sep
183 sep = _os.path.join('1', '2')[1:-1]
185 for dirpath, _, filenames in _shell.walk(_os.path.join(lib, root)):
190 _os.path.normpath(dirpath).replace(sep, '.'
    [all...]
data.py 28 import os as _os namespace
37 drive, path = '', _os.path.normpath(path)
39 splitunc = _os.path.splitunc
45 drive, path = _os.path.splitdrive(path)
48 sep = _os.path.sep
50 sep = _os.path.join('1', '2')[1:-1]
52 prefix, path = _os.path.split(path)
55 drive = _os.path.join(drive, prefix)
151 normalized = _os.path.normpath(manpage)
152 _, ext = _os.path.splitext(normalized
    [all...]
ext.py 31 import os as _os namespace
181 src = _os.path.join(tempdir, 'conftest.c')
189 self.target = _os.path.join(tempdir, 'conftest')
253 return _os.popen(self.compiler.executable_filename(self.target), mode)
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py3/
shell.py 29 import os as _os namespace
35 cwd = _os.path.dirname(_os.path.abspath(_sys.argv[0]))
62 path = _os.path.sep.join(path.split('/'))
63 return _os.path.normpath(_os.path.join(cwd, path))
79 _os.unlink(native(dest))
87 if _os.path.exists(dest):
89 _os.chmod(native(path), 0o644)
102 _os.write(fd, ((r""
    [all...]
setup.py 29 import os as _os namespace
90 if filename and _os.path.isfile(filename):
102 if filename and _os.path.isfile(filename):
128 if filename and _os.path.isfile(filename):
147 if filename and _os.path.isfile(filename):
166 if filename and _os.path.isfile(filename):
181 sep = _os.path.sep
183 sep = _os.path.join('1', '2')[1:-1]
185 for dirpath, _, filenames in _shell.walk(_os.path.join(lib, root)):
190 _os.path.normpath(dirpath).replace(sep, '.'
    [all...]
data.py 28 import os as _os namespace
37 drive, path = '', _os.path.normpath(path)
39 splitunc = _os.path.splitunc
45 drive, path = _os.path.splitdrive(path)
48 sep = _os.path.sep
50 sep = _os.path.join('1', '2')[1:-1]
52 prefix, path = _os.path.split(path)
55 drive = _os.path.join(drive, prefix)
151 normalized = _os.path.normpath(manpage)
152 _, ext = _os.path.splitext(normalized
    [all...]
ext.py 31 import os as _os namespace
181 src = _os.path.join(tempdir, 'conftest.c')
189 self.target = _os.path.join(tempdir, 'conftest')
253 return _os.popen(self.compiler.executable_filename(self.target), mode)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tempfile.py 33 import os as _os namespace
65 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXCL
66 if hasattr(_os, 'O_NOINHERIT'):
67 _text_openflags |= _os.O_NOINHERIT
68 if hasattr(_os, 'O_NOFOLLOW'):
69 _text_openflags |= _os.O_NOFOLLOW
72 if hasattr(_os, 'O_BINARY'):
73 _bin_openflags |= _os.O_BINAR
    [all...]
dumbdbm.py 24 import os as _os namespace
44 _os = _os # for _commit() variable in class:_Database
55 self._dirfile = filebasename + _os.extsep + 'dir'
61 self._datfile = filebasename + _os.extsep + 'dat'
62 self._bakfile = filebasename + _os.extsep + 'bak'
101 self._os.unlink(self._bakfile)
102 except self._os.error:
106 self._os.rename(self._dirfile, self._bakfile)
107 except self._os.error
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tempfile.py 33 import os as _os namespace
65 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXCL
66 if hasattr(_os, 'O_NOINHERIT'):
67 _text_openflags |= _os.O_NOINHERIT
68 if hasattr(_os, 'O_NOFOLLOW'):
69 _text_openflags |= _os.O_NOFOLLOW
72 if hasattr(_os, 'O_BINARY'):
73 _bin_openflags |= _os.O_BINAR
    [all...]
dumbdbm.py 24 import os as _os namespace
44 _os = _os # for _commit() variable in class:_Database
55 self._dirfile = filebasename + _os.extsep + 'dir'
61 self._datfile = filebasename + _os.extsep + 'dat'
62 self._bakfile = filebasename + _os.extsep + 'bak'
101 self._os.unlink(self._bakfile)
102 except self._os.error:
106 self._os.rename(self._dirfile, self._bakfile)
107 except self._os.error
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
__init__.py 17 import os as _os namespace
32 setupterm(term=_os.environ.get("TERM", "unknown"),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
__init__.py 17 import os as _os namespace
32 setupterm(term=_os.environ.get("TERM", "unknown"),
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/
run_tests.py 29 import os as _os namespace
96 example=_os.path.basename(example),
105 strip = len(basedir) - len(_os.path.basename(basedir))
114 if not _os.path.isdir(_os.path.join(basedir, dirname, 'out')):
120 _os.path.join(dirname, filename),
121 _os.path.join(dirname, 'out', filename[:-4] + '.out'),

Completed in 269 milliseconds

1 2