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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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_compiler.py 36 print >>sys.__stdout__, \
38 sys.__stdout__.flush()
test_curses.py 280 if not sys.__stdout__.isatty():
281 raise unittest.SkipTest("sys.__stdout__ is not a tty")
284 curses.setupterm(fd=sys.__stdout__.fileno())
test_file.py 164 ' Test manually.'), file=sys.__stdout__)
  /external/python/cpython2/Lib/test/
test_bsddb3.py 56 sys.__stdout__.write(' test_bsddb3 still working, be patient...\n')
57 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 51 if not sys.__stdout__.isatty():
53 raise unittest.SkipTest('sys.__stdout__ is not a tty')
58 fd = sys.__stdout__.fileno()
test_sys.py 430 (sys.__stdout__.isatty() and sys.__stderr__.isatty())):
432 self.assertEqual(sys.__stdout__.encoding, sys.__stderr__.encoding)
  /external/python/cpython2/Lib/curses/
__init__.py 33 fd=_sys.__stdout__.fileno())
  /external/python/cpython3/Lib/curses/
__init__.py 30 fd=_sys.__stdout__.fileno())
  /external/python/cpython3/Lib/test/
test_zipfile64.py 54 (num, filecount)), file=sys.__stdout__)
55 sys.__stdout__.flush()
67 (num, filecount)), file=sys.__stdout__)
68 sys.__stdout__.flush()
test_select.py 74 return sys.__stdout__.fileno()
test_curses.py 50 if not sys.__stdout__.isatty():
52 raise unittest.SkipTest('sys.__stdout__ is not a tty')
57 fd = sys.__stdout__.fileno()
  /external/yapf/yapf/yapflib/
py3compat.py 93 if sys.__stdout__ is sys.stdout:
  /external/tensorflow/tensorflow/python/autograph/operators/
py_builtins_test.py 105 sys.stdout = sys.__stdout__
117 sys.stdout = sys.__stdout__
  /external/autotest/client/common_lib/test_utils/
mock.py 464 print >> sys.__stdout__, (' * Mock call: ' +
502 print >> sys.__stdout__, ' *** ' + error
517 print >> sys.__stdout__, error
528 print >> sys.__stdout__, error
  /external/ply/ply/test/
testlex.py 96 sys.stdout = sys.__stdout__
334 sys.stdout = sys.__stdout__
655 sys.stdout = sys.__stdout__
testyacc.py 96 sys.stdout = sys.__stdout__
  /external/python/cpython3/Lib/test/libregrtest/
refleak.py 170 for stream in (sys.stdout, sys.stderr, sys.__stdout__, sys.__stderr__):
  /external/tensorflow/tensorflow/python/autograph/core/
converter_testing.py 55 sys.stdout = sys.__stdout__
  /external/autotest/client/bin/
setup_job_unittest.py 153 sys.stdout = sys.__stdout__
  /external/python/cpython2/Lib/idlelib/
PyParse.py 10 sys.__stdout__.write(" ".join(map(str, stuff)) + "\n")

Completed in 528 milliseconds

1 2