HomeSort by relevance Sort by last modified time
    Searched refs:__stdout__ (Results 51 - 62 of 62) sorted by null

1 23

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys.py 434 self.assertTrue(sys.__stdout__.encoding == sys.__stderr__.encoding)
test_descr.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
modulefinder.py 13 if hasattr(sys.__stdout__, "newlines"):
doctest.py 223 _encoding = getattr(sys.__stdout__, 'encoding', None) or 'utf-8'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_file2k.py 231 print >>sys.__stdout__, (
test_sys.py 434 self.assertTrue(sys.__stdout__.encoding == sys.__stderr__.encoding)
test_descr.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
doctest.py 223 _encoding = getattr(sys.__stdout__, 'encoding', None) or 'utf-8'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
doctest.py 223 _encoding = getattr(sys.__stdout__, 'encoding', None) or 'utf-8'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py 223 _encoding = getattr(sys.__stdout__, 'encoding', None) or 'utf-8'
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_descr.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_descr.py     [all...]

Completed in 886 milliseconds

1 23