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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
getpass.py 9 On Windows, the msvcrt module will be used.
93 import msvcrt
95 msvcrt.putch(c)
98 c = msvcrt.getch()
107 msvcrt.putch('\r')
108 msvcrt.putch('\n')
168 import msvcrt
  /external/python/cpython2/Lib/
getpass.py 9 On Windows, the msvcrt module will be used.
93 import msvcrt
95 msvcrt.putch(c)
98 c = msvcrt.getch()
107 msvcrt.putch('\r')
108 msvcrt.putch('\n')
168 import msvcrt
subprocess.py 61 import msvcrt
408 p2cwrite = msvcrt.open_osfhandle(p2cwrite.Detach(), 0)
410 c2pread = msvcrt.open_osfhandle(c2pread.Detach(), 0)
412 errread = msvcrt.open_osfhandle(errread.Detach(), 0)
511 p2cread = msvcrt.get_osfhandle(stdin)
514 p2cread = msvcrt.get_osfhandle(stdin.fileno())
528 c2pwrite = msvcrt.get_osfhandle(stdout)
531 c2pwrite = msvcrt.get_osfhandle(stdout.fileno())
547 errwrite = msvcrt.get_osfhandle(stderr)
550 errwrite = msvcrt.get_osfhandle(stderr.fileno()
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
getpass.py 9 On Windows, the msvcrt module will be used.
93 import msvcrt
95 msvcrt.putch(c)
98 c = msvcrt.getch()
107 msvcrt.putch('\r')
108 msvcrt.putch('\n')
168 import msvcrt
subprocess.py 418 import msvcrt
735 p2cwrite = msvcrt.open_osfhandle(p2cwrite.Detach(), 0)
737 c2pread = msvcrt.open_osfhandle(c2pread.Detach(), 0)
739 errread = msvcrt.open_osfhandle(errread.Detach(), 0)
835 p2cread = msvcrt.get_osfhandle(stdin)
838 p2cread = msvcrt.get_osfhandle(stdin.fileno())
848 c2pwrite = msvcrt.get_osfhandle(stdout)
851 c2pwrite = msvcrt.get_osfhandle(stdout.fileno())
863 errwrite = msvcrt.get_osfhandle(stderr)
866 errwrite = msvcrt.get_osfhandle(stderr.fileno()
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
getpass.py 9 On Windows, the msvcrt module will be used.
93 import msvcrt
95 msvcrt.putch(c)
98 c = msvcrt.getch()
107 msvcrt.putch('\r')
108 msvcrt.putch('\n')
168 import msvcrt
subprocess.py 418 import msvcrt
735 p2cwrite = msvcrt.open_osfhandle(p2cwrite.Detach(), 0)
737 c2pread = msvcrt.open_osfhandle(c2pread.Detach(), 0)
739 errread = msvcrt.open_osfhandle(errread.Detach(), 0)
835 p2cread = msvcrt.get_osfhandle(stdin)
838 p2cread = msvcrt.get_osfhandle(stdin.fileno())
848 c2pwrite = msvcrt.get_osfhandle(stdout)
851 c2pwrite = msvcrt.get_osfhandle(stdout.fileno())
863 errwrite = msvcrt.get_osfhandle(stderr)
866 errwrite = msvcrt.get_osfhandle(stderr.fileno()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
getpass.py 9 On Windows, the msvcrt module will be used.
93 import msvcrt
95 msvcrt.putch(c)
98 c = msvcrt.getch()
107 msvcrt.putch('\r')
108 msvcrt.putch('\n')
168 import msvcrt
subprocess.py 418 import msvcrt
735 p2cwrite = msvcrt.open_osfhandle(p2cwrite.Detach(), 0)
737 c2pread = msvcrt.open_osfhandle(c2pread.Detach(), 0)
739 errread = msvcrt.open_osfhandle(errread.Detach(), 0)
835 p2cread = msvcrt.get_osfhandle(stdin)
838 p2cread = msvcrt.get_osfhandle(stdin.fileno())
848 c2pwrite = msvcrt.get_osfhandle(stdout)
851 c2pwrite = msvcrt.get_osfhandle(stdout.fileno())
863 errwrite = msvcrt.get_osfhandle(stderr)
866 errwrite = msvcrt.get_osfhandle(stderr.fileno()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
getpass.py 9 On Windows, the msvcrt module will be used.
93 import msvcrt
95 msvcrt.putch(c)
98 c = msvcrt.getch()
107 msvcrt.putch('\r')
108 msvcrt.putch('\n')
168 import msvcrt
subprocess.py 418 import msvcrt
735 p2cwrite = msvcrt.open_osfhandle(p2cwrite.Detach(), 0)
737 c2pread = msvcrt.open_osfhandle(c2pread.Detach(), 0)
739 errread = msvcrt.open_osfhandle(errread.Detach(), 0)
835 p2cread = msvcrt.get_osfhandle(stdin)
838 p2cread = msvcrt.get_osfhandle(stdin.fileno())
848 c2pwrite = msvcrt.get_osfhandle(stdout)
851 c2pwrite = msvcrt.get_osfhandle(stdout.fileno())
863 errwrite = msvcrt.get_osfhandle(stderr)
866 errwrite = msvcrt.get_osfhandle(stderr.fileno()
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue12030.go 5 // Issue 12030. sprintf is defined in both ntdll and msvcrt,
6 // Normally we want the one in the msvcrt.
  /prebuilts/go/linux-x86/misc/cgo/test/
issue12030.go 5 // Issue 12030. sprintf is defined in both ntdll and msvcrt,
6 // Normally we want the one in the msvcrt.
  /external/python/cpython2/PC/VC6/
_ssl.mak 6 LFLAGS=/nodefaultlib:"msvcrt"
  /external/brotli/python/
bro.py 32 # the msvcrt trick doesn't work in pypy, so I use fdopen
37 import msvcrt
38 msvcrt.setmode(stdio.fileno(), os.O_BINARY)
  /external/python/cpython2/Lib/multiprocessing/
forking.py 186 import msvcrt
254 rhandle = duplicate(msvcrt.get_osfhandle(rfd), inheritable=True)
375 fd = msvcrt.open_osfhandle(handle, os.O_RDONLY)
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
forking.py 186 import msvcrt
254 rhandle = duplicate(msvcrt.get_osfhandle(rfd), inheritable=True)
375 fd = msvcrt.open_osfhandle(handle, os.O_RDONLY)
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
forking.py 186 import msvcrt
254 rhandle = duplicate(msvcrt.get_osfhandle(rfd), inheritable=True)
375 fd = msvcrt.open_osfhandle(handle, os.O_RDONLY)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 186 import msvcrt
254 rhandle = duplicate(msvcrt.get_osfhandle(rfd), inheritable=True)
375 fd = msvcrt.open_osfhandle(handle, os.O_RDONLY)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 186 import msvcrt
254 rhandle = duplicate(msvcrt.get_osfhandle(rfd), inheritable=True)
375 fd = msvcrt.open_osfhandle(handle, os.O_RDONLY)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
Makefile 98 /NODEFAULTLIB:libc.lib /NODEFAULTLIB:msvcrt.lib /NODEFAULTLIB:libcd.lib \
  /external/fonttools/Lib/fontTools/
ttx.py 300 import msvcrt
302 while not msvcrt.kbhit():
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
util.py 43 # As example WXP is with version 7.0 of msvcrt.dll.
45 # cases this method will return msvcrt{d}. May be not so bad.
53 clibname = 'msvcrt'
264 print cdll.msvcrt
265 print cdll.load("msvcrt")
266 print find_library("msvcrt")
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
util.py 43 # As example WXP is with version 7.0 of msvcrt.dll.
45 # cases this method will return msvcrt{d}. May be not so bad.
53 clibname = 'msvcrt'
264 print cdll.msvcrt
265 print cdll.load("msvcrt")
266 print find_library("msvcrt")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
util.py 43 # As example WXP is with version 7.0 of msvcrt.dll.
45 # cases this method will return msvcrt{d}. May be not so bad.
53 clibname = 'msvcrt'
264 print cdll.msvcrt
265 print cdll.load("msvcrt")
266 print find_library("msvcrt")

Completed in 2455 milliseconds

1 2