HomeSort by relevance Sort by last modified time
    Searched refs:_sys (Results 1 - 22 of 22) sorted by null

  /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()))
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 31 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _comp)
35 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _sys)
  /development/ndk/platforms/android-L/include/asm-generic/
unistd.h 31 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _comp)
35 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _sys)
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/asm-generic/
unistd.h 31 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _comp)
35 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _sys)
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/asm-generic/
unistd.h 31 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _comp)
35 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _sys)
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/asm-generic/
unistd.h 31 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _comp)
35 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _sys)
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/asm-generic/
unistd.h 31 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _comp)
35 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _sys)
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/asm-generic/
unistd.h 31 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _comp)
35 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _sys)
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/asm-generic/
unistd.h 31 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _comp)
35 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _sys)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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...]
pprint.py 37 import sys as _sys namespace
79 if _sys.py3kwarning:
114 self._stream = _sys.stdout
253 if 'locale' not in _sys.modules:
argparse.py 89 import sys as _sys namespace
    [all...]
collections.py 11 import sys as _sys namespace
370 result.__module__ = _sys._getframe(1).f_globals.get('__name__', '__main__')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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...]
pprint.py 37 import sys as _sys namespace
79 if _sys.py3kwarning:
114 self._stream = _sys.stdout
253 if 'locale' not in _sys.modules:
argparse.py 89 import sys as _sys namespace
    [all...]
collections.py 11 import sys as _sys namespace
370 result.__module__ = _sys._getframe(1).f_globals.get('__name__', '__main__')
  /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])
  /external/kernel-headers/original/uapi/asm-generic/
unistd.h 25 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _comp)
28 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _sys)

Completed in 404 milliseconds