/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_bsddb3.py | 52 sys.__stdout__.write(' test_bsddb3 still working, be patient...\n') 53 sys.__stdout__.flush()
|
test_zipfile64.py | 60 print >>sys.__stdout__, ( 63 sys.__stdout__.flush() 73 print >>sys.__stdout__, ( 76 sys.__stdout__.flush()
|
test_select.py | 58 return sys.__stdout__.fileno()
|
test_compiler.py | 36 print >>sys.__stdout__, \ 38 sys.__stdout__.flush()
|
test_curses.py | 285 if not sys.__stdout__.isatty(): 286 raise unittest.SkipTest("sys.__stdout__ is not a tty") 289 curses.setupterm(fd=sys.__stdout__.fileno())
|
test_file.py | 164 ' Test manually.'), file=sys.__stdout__)
|
test_file2k.py | 231 print >>sys.__stdout__, (
|
test_sys.py | 434 self.assertTrue(sys.__stdout__.encoding == sys.__stderr__.encoding)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_bsddb3.py | 52 sys.__stdout__.write(' test_bsddb3 still working, be patient...\n') 53 sys.__stdout__.flush()
|
test_zipfile64.py | 60 print >>sys.__stdout__, ( 63 sys.__stdout__.flush() 73 print >>sys.__stdout__, ( 76 sys.__stdout__.flush()
|
test_select.py | 58 return sys.__stdout__.fileno()
|
test_compiler.py | 36 print >>sys.__stdout__, \ 38 sys.__stdout__.flush()
|
test_curses.py | 285 if not sys.__stdout__.isatty(): 286 raise unittest.SkipTest("sys.__stdout__ is not a tty") 289 curses.setupterm(fd=sys.__stdout__.fileno())
|
test_file.py | 164 ' Test manually.'), file=sys.__stdout__)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/ |
__init__.py | 33 fd=_sys.__stdout__.fileno())
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/ |
__init__.py | 33 fd=_sys.__stdout__.fileno())
|
/external/chromium_org/third_party/mesa/src/src/glsl/builtins/tools/ |
texture_builtins.py | 604 sys.stdout = sys.__stdout__
|
/external/mesa3d/src/glsl/builtins/tools/ |
texture_builtins.py | 604 sys.stdout = sys.__stdout__
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
PyParse.py | 10 sys.__stdout__.write(" ".join(map(str, stuff)) + "\n")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
PyParse.py | 10 sys.__stdout__.write(" ".join(map(str, stuff)) + "\n")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
managers.py | 350 if sys.stdout != sys.__stdout__: 352 sys.stdout = sys.__stdout__ [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
managers.py | 350 if sys.stdout != sys.__stdout__: 352 sys.stdout = sys.__stdout__ [all...] |
/external/chromium_org/third_party/re2/lib/codereview/ |
codereview.py | 145 stdout, __stdout__ = sys.stdout, sys.__stdout__ 147 sys.stdout, sys.__stdout__ = stdout, __stdout__ [all...] |
/external/regex-re2/lib/codereview/ |
codereview.py | 145 stdout, __stdout__ = sys.stdout, sys.__stdout__ 147 sys.stdout, sys.__stdout__ = stdout, __stdout__ [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
modulefinder.py | 13 if hasattr(sys.__stdout__, "newlines"):
|