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

12 3

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py 36 "CleanImport", "EnvironmentVarGuard", "captured_output",
897 def captured_output(stream_name): function
    [all...]
test_thread.py 146 with test_support.captured_output("stderr") as stderr:
test_warnings.py 495 with test_support.captured_output('stderr') as stream:
516 with test_support.captured_output('stderr') as stream:
test_itertools.py 620 with test_support.captured_output('stdout'):
    [all...]
test_io.py 711 with support.captured_output("stderr") as s:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_support.py 33 "CleanImport", "EnvironmentVarGuard", "captured_output",
816 def captured_output(stream_name): function
834 return captured_output("stdout")
837 return captured_output("stdin")
    [all...]
test_warnings.py 495 with test_support.captured_output('stderr') as stream:
516 with test_support.captured_output('stderr') as stream:
test_io.py 669 with support.captured_output("stderr") as s:
    [all...]
test_itertools.py 612 with test_support.captured_output('stdout'):
    [all...]
test_descr.py     [all...]
  /external/python/cpython2/Lib/test/
test_support.py 37 "CleanImport", "EnvironmentVarGuard", "captured_output",
1155 def captured_output(stream_name): function
    [all...]
test_warnings.py 525 with test_support.captured_output('stderr') as stream:
546 with test_support.captured_output('stderr') as stream:
    [all...]
test_itertools.py 659 with test_support.captured_output('stdout'):
    [all...]
test_io.py 774 with support.captured_output("stderr") as s:
    [all...]
test_descr.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_warnings.py 495 with test_support.captured_output('stderr') as stream:
516 with test_support.captured_output('stderr') as stream:
test_itertools.py 620 with test_support.captured_output('stdout'):
    [all...]
test_io.py 711 with support.captured_output("stderr") as s:
    [all...]
test_descr.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_warnings.py 495 with test_support.captured_output('stderr') as stream:
516 with test_support.captured_output('stderr') as stream:
test_itertools.py 620 with test_support.captured_output('stdout'):
    [all...]
test_io.py 711 with support.captured_output("stderr") as s:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_warnings.py 495 with test_support.captured_output('stderr') as stream:
516 with test_support.captured_output('stderr') as stream:
test_itertools.py 620 with test_support.captured_output('stdout'):
    [all...]
test_io.py 711 with support.captured_output("stderr") as s:
    [all...]

Completed in 2082 milliseconds

12 3