/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/ |
__init__.py | 18 import sys as _sys namespace 33 fd=_sys.__stdout__.fileno())
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/ |
__init__.py | 18 import sys as _sys namespace 33 fd=_sys.__stdout__.fileno())
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/ |
rjsmin.py | 294 import sys as _sys namespace 295 _sys.stdout.write(jsmin(_sys.stdin.read()))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pprint.py | 37 import sys as _sys namespace 79 if _sys.py3kwarning: 114 self._stream = _sys.stdout 253 if 'locale' not in _sys.modules:
|
collections.py | 11 import sys as _sys namespace 370 result.__module__ = _sys._getframe(1).f_globals.get('__name__', '__main__')
|
threading.py | 3 import sys as _sys namespace 8 del _sys.modules[__name__] 74 _sys.stderr.write(format) 649 __exc_info = _sys.exc_info 652 __exc_clear = _sys.exc_clear 693 self.__stderr = _sys.stderr 783 if self.__daemonic and _sys is None: 802 _sys.settrace(_trace_hook) 805 _sys.setprofile(_profile_hook) 817 # _sys) in case sys.stderr was redefined since the creation o [all...] |
argparse.py | 89 import sys as _sys namespace [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pprint.py | 37 import sys as _sys namespace 79 if _sys.py3kwarning: 114 self._stream = _sys.stdout 253 if 'locale' not in _sys.modules:
|
collections.py | 11 import sys as _sys namespace 370 result.__module__ = _sys._getframe(1).f_globals.get('__name__', '__main__')
|
threading.py | 3 import sys as _sys namespace 8 del _sys.modules[__name__] 74 _sys.stderr.write(format) 649 __exc_info = _sys.exc_info 652 __exc_clear = _sys.exc_clear 693 self.__stderr = _sys.stderr 783 if self.__daemonic and _sys is None: 802 _sys.settrace(_trace_hook) 805 _sys.setprofile(_profile_hook) 817 # _sys) in case sys.stderr was redefined since the creation o [all...] |
argparse.py | 89 import sys as _sys namespace [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/ |
__init__.py | 6 import os as _os, sys as _sys namespace 26 if _os.name == "posix" and _sys.platform == "darwin": 372 (self._handle & (_sys.maxint*2 + 1)), 373 id(self) & (_sys.maxint*2 + 1)) 449 pythonapi = PyDLL("python dll", None, _sys.dllhandle) 450 elif _sys.platform == "cygwin": 451 pythonapi = PyDLL("libpython%d.%d.dll" % _sys.version_info[:2])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/ |
__init__.py | 6 import os as _os, sys as _sys namespace 26 if _os.name == "posix" and _sys.platform == "darwin": 372 (self._handle & (_sys.maxint*2 + 1)), 373 id(self) & (_sys.maxint*2 + 1)) 449 pythonapi = PyDLL("python dll", None, _sys.dllhandle) 450 elif _sys.platform == "cygwin": 451 pythonapi = PyDLL("libpython%d.%d.dll" % _sys.version_info[:2])
|