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

1 2 3

  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/
__init__.py 27 import os as _os
31 __path__ = [_os.path.join(__path__[0], 'py2')]
34 __path__ = [_os.path.join(__path__[0], 'py3')]
37 del _os, _sys
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/
__init__.py 27 import os as _os
31 __path__ = [_os.path.join(__path__[0], 'py2')]
34 __path__ = [_os.path.join(__path__[0], 'py3')]
37 del _os, _sys
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfStdIO.cpp 159 _os (new ofstream (fileName, ios_base::binary)),
162 if (!*_os)
164 delete _os;
172 _os (&os),
182 delete _os;
190 _os->write (c, n);
191 checkError (*_os);
198 return std::streamoff (_os->tellp());
205 _os->seekp (pos);
206 checkError (*_os);
    [all...]
ImfStdIO.h 126 std::ofstream * _os; member in class:Imf::StdOFStream
146 std::string str () const {return _os.str();}
150 std::ostringstream _os; member in class:Imf::StdOSStream
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/
shell.py 31 import os as _os
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
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
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...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/
shell.py 31 import os as _os
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
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...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/
shell.py 29 import os as _os
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
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...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/
shell.py 29 import os as _os
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
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...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tempfile.py 33 import os as _os
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
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/gdb/linux-x86/lib/python2.7/
tempfile.py 33 import os as _os
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
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/
tempfile.py 33 import os as _os
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
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
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
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/gdb/darwin-x86/lib/python2.7/curses/
__init__.py 17 import os as _os
32 setupterm(term=_os.environ.get("TERM", "unknown"),
  /prebuilts/gdb/linux-x86/lib/python2.7/curses/
__init__.py 17 import os as _os
32 setupterm(term=_os.environ.get("TERM", "unknown"),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
__init__.py 17 import os as _os
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
32 setupterm(term=_os.environ.get("TERM", "unknown"),

Completed in 427 milliseconds

1 2 3