Home
last modified time | relevance | path

Searched refs:StringIO (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_runner.py3 from cStringIO import StringIO
26 runner = unittest2.TextTestRunner(stream=StringIO(), failfast=True,
47 runner = unittest2.TextTestRunner(stream=StringIO())
71 runner = unittest2.TextTestRunner(stream=StringIO(),
85 super(LoggingRunner, self).__init__(StringIO())
100 import StringIO
102 stream = StringIO.StringIO("foo")
129 stream=StringIO())
H A Dtest_result.py5 from StringIO import StringIO
293 runner = unittest2.TextTestRunner(stream=StringIO(), failfast=True)
344 self.assertIsInstance(sys.stdout, StringIO)
345 self.assertIsInstance(sys.stderr, StringIO)
351 result._original_stdout = StringIO()
352 result._original_stderr = StringIO()
389 result._original_stderr = StringIO()
390 result._original_stdout = StringIO()
H A Dtest_new_tests.py1 from cStringIO import StringIO
26 stream=StringIO())
38 runner = unittest.TextTestRunner(stream=StringIO())
H A Dtest_program.py1 from cStringIO import StringIO
63 stream=StringIO()),
72 testRunner=unittest2.TextTestRunner(stream=StringIO()),
81 testRunner=unittest2.TextTestRunner(stream=StringIO()),
H A Dtest_break.py5 from cStringIO import StringIO
141 runner = unittest2.TextTestRunner(stream=StringIO())
H A Dtest_setups.py3 from cStringIO import StringIO
13 stream=StringIO())
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/utils/
H A DPrettyOutputBase.py19 from io import StringIO
291 stream = Stream(StringIO())
297 stream = Stream(StringIO())
303 stream = Stream(StringIO())
309 stream = Stream(StringIO())
315 stream = Stream(StringIO())
321 stream = Stream(StringIO())
329 stream = Stream(StringIO())
334 stream = Stream(StringIO())
340 stream = Stream(StringIO())
[all …]
H A DUnitTests.py13 from io import StringIO
45 stream = StringIO()
/llvm-project-15.0.7/llvm/utils/lit/lit/builtin_commands/
H A Dcat.py4 from StringIO import StringIO
6 from io import StringIO
9 newdata = StringIO()
/llvm-project-15.0.7/lldb/test/API/terminal/
H A DTestSTTYBeforeAndAfter.py60 child.logfile_send = child_send1 = six.StringIO()
61 child.logfile_read = child_read1 = six.StringIO()
78 child.logfile_send = child_send2 = six.StringIO()
79 child.logfile_read = child_read2 = six.StringIO()
/llvm-project-15.0.7/lldb/test/API/python_api/disassemble-raw-data/
H A DTestDisassemble_VST1_64.py7 from io import StringIO
50 sio = StringIO()
58 sio = StringIO()
/llvm-project-15.0.7/clang/tools/clang-format/
H A Dclang-format-diff.py33 from io import StringIO
35 from io import BytesIO as StringIO unknown
135 formatted_code = StringIO(stdout).readlines()
/llvm-project-15.0.7/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py50 class FlushTestIO(io.StringIO):
279 f = io.StringIO()
293 f = io.StringIO()
409 f = io.StringIO()
418 f = io.StringIO()
484 f = io.StringIO()
495 f = io.StringIO()
503 f = io.StringIO()
678 f = io.StringIO()
700 f = io.StringIO()
[all …]
/llvm-project-15.0.7/lldb/utils/lui/
H A Dlldbutil.py55 buf = io.StringIO()
779 output = io.StringIO() if string_buffer else sys.stdout
822 output = io.StringIO() if string_buffer else sys.stdout
882 output = io.StringIO() if string_buffer else sys.stdout
965 output = io.StringIO()
995 output = io.StringIO()
1022 output = io.StringIO()
/llvm-project-15.0.7/lldb/third_party/Python/module/six/
H A Dsix.py651 StringIO = io.StringIO variable
676 import StringIO
677 StringIO = BytesIO = StringIO.StringIO variable
/llvm-project-15.0.7/libcxx/utils/
H A Dgenerate_extended_grapheme_cluster_table.py16 from io import StringIO
267 result = StringIO()
H A Dgenerate_header_tests.py87 output = io.StringIO()
/llvm-project-15.0.7/lldb/test/API/test_utils/base/
H A DTestBaseTest.py18 io = six.StringIO()
/llvm-project-15.0.7/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py98 from io import StringIO
100 from io import BytesIO as StringIO unknown
102 ('fake.c', StringIO('int x;'))])
/llvm-project-15.0.7/clang/tools/scan-view/share/
H A DScanView.py18 from io import StringIO, BytesIO
20 from io import BytesIO, BytesIO as StringIO unknown
125 s = StringIO()
283 s = StringIO()
/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dspawnbase.py1 from io import StringIO, BytesIO
110 self.buffer_type = StringIO
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DTestRunner.py17 from StringIO import StringIO
19 from io import StringIO
332 stdout = StringIO()
397 stderr = StringIO()
442 stderr = StringIO()
/llvm-project-15.0.7/lldb/test/API/python_api/frame/
H A DTestFrames.py45 from six import StringIO as SixStringIO
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/
H A Dresult.py9 from six import StringIO as SixStringIO
/llvm-project-15.0.7/mlir/test/python/ir/
H A Doperation.py561 f = io.StringIO()

12