/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...] |
argparse.py | 87 import os as _os namespace 163 width = int(_os.environ['COLUMNS']) [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...] |
argparse.py | 87 import os as _os namespace 163 width = int(_os.environ['COLUMNS']) [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"),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/ |
__init__.py | 6 import os as _os, sys as _sys namespace 22 if _os.name in ("nt", "ce"): 26 if _os.name == "posix" and _sys.platform == "darwin": 32 if int(_os.uname()[2].split('.')[0]) < 8: 111 if _os.name in ("nt", "ce"): 114 if _os.name == "ce": 140 elif _os.name == "posix": 245 if _os.name == "nt": 268 if _os.name in ("nt", "ce"): 286 if _os.name in ("nt", "ce") [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/ |
__init__.py | 6 import os as _os, sys as _sys namespace 22 if _os.name in ("nt", "ce"): 26 if _os.name == "posix" and _sys.platform == "darwin": 32 if int(_os.uname()[2].split('.')[0]) < 8: 111 if _os.name in ("nt", "ce"): 114 if _os.name == "ce": 140 elif _os.name == "posix": 245 if _os.name == "nt": 268 if _os.name in ("nt", "ce"): 286 if _os.name in ("nt", "ce") [all...] |
/external/jmdns/src/javax/jmdns/impl/ |
DNSRecord.java | 849 String _os; field in class:DNSRecord.HostInformation 863 _os = os; 906 if ((_os == null) && (hinfo._os != null)) { [all...] |
/external/stressapptest/ |
configure | [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.0.600.v20130530-1010/ |
org.eclipse.jdt.compiler.apt-1.0.600.v20130530-1010.jar | |
/prebuilts/misc/common/ecj/ |
ecj.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/ |
ecj-4.2.2.jar | |