HomeSort by relevance Sort by last modified time
    Searched refs:__stdout__ (Results 26 - 50 of 86) sorted by null

12 3 4

  /external/python/cpython2/Lib/test/
test_compiler.py 36 print >>sys.__stdout__, \
38 sys.__stdout__.flush()
test_curses.py 45 if not sys.__stdout__.isatty():
47 raise unittest.SkipTest('sys.__stdout__ is not a tty')
52 fd = sys.__stdout__.fileno()
test_sys.py 419 (sys.__stdout__.isatty() and sys.__stderr__.isatty())):
421 self.assertEqual(sys.__stdout__.encoding, sys.__stderr__.encoding)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
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/gdb/linux-x86/lib/python2.7/test/
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/test/
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/linux-x86/2.7.5/lib/python2.7/test/
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__)
  /external/ply/ply/test/
testlex.py 96 sys.stdout = sys.__stdout__
334 sys.stdout = sys.__stdout__
635 sys.stdout = sys.__stdout__
testyacc.py 96 sys.stdout = sys.__stdout__
  /external/autotest/client/bin/
setup_job_unittest.py 153 sys.stdout = sys.__stdout__
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_file.py 164 ' Test manually.'), file=sys.__stdout__)
  /external/python/cpython2/Lib/idlelib/
PyParse.py 10 sys.__stdout__.write(" ".join(map(str, stuff)) + "\n")
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
PyParse.py 10 sys.__stdout__.write(" ".join(map(str, stuff)) + "\n")
  /prebuilts/gdb/linux-x86/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/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")
  /external/python/cpython2/Lib/multiprocessing/
managers.py 350 if sys.stdout != sys.__stdout__:
352 sys.stdout = sys.__stdout__
    [all...]

Completed in 480 milliseconds

12 3 4