| /llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/test/ |
| H A D | test_runner.py | 3 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 D | test_result.py | 5 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 D | test_new_tests.py | 1 from cStringIO import StringIO 26 stream=StringIO()) 38 runner = unittest.TextTestRunner(stream=StringIO())
|
| H A D | test_program.py | 1 from cStringIO import StringIO 63 stream=StringIO()), 72 testRunner=unittest2.TextTestRunner(stream=StringIO()), 81 testRunner=unittest2.TextTestRunner(stream=StringIO()),
|
| H A D | test_break.py | 5 from cStringIO import StringIO 141 runner = unittest2.TextTestRunner(stream=StringIO())
|
| H A D | test_setups.py | 3 from cStringIO import StringIO 13 stream=StringIO())
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/utils/ |
| H A D | PrettyOutputBase.py | 19 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 D | UnitTests.py | 13 from io import StringIO 45 stream = StringIO()
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/builtin_commands/ |
| H A D | cat.py | 4 from StringIO import StringIO 6 from io import StringIO 9 newdata = StringIO()
|
| /llvm-project-15.0.7/lldb/test/API/terminal/ |
| H A D | TestSTTYBeforeAndAfter.py | 60 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 D | TestDisassemble_VST1_64.py | 7 from io import StringIO 50 sio = StringIO() 58 sio = StringIO()
|
| /llvm-project-15.0.7/clang/tools/clang-format/ |
| H A D | clang-format-diff.py | 33 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 D | TestFileHandle.py | 50 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 D | lldbutil.py | 55 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 D | six.py | 651 StringIO = io.StringIO variable 676 import StringIO 677 StringIO = BytesIO = StringIO.StringIO variable
|
| /llvm-project-15.0.7/libcxx/utils/ |
| H A D | generate_extended_grapheme_cluster_table.py | 16 from io import StringIO 267 result = StringIO()
|
| H A D | generate_header_tests.py | 87 output = io.StringIO()
|
| /llvm-project-15.0.7/lldb/test/API/test_utils/base/ |
| H A D | TestBaseTest.py | 18 io = six.StringIO()
|
| /llvm-project-15.0.7/clang/bindings/python/tests/cindex/ |
| H A D | test_translation_unit.py | 98 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 D | ScanView.py | 18 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 D | spawnbase.py | 1 from io import StringIO, BytesIO 110 self.buffer_type = StringIO
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | TestRunner.py | 17 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 D | TestFrames.py | 45 from six import StringIO as SixStringIO
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/ |
| H A D | result.py | 9 from six import StringIO as SixStringIO
|
| /llvm-project-15.0.7/mlir/test/python/ir/ |
| H A D | operation.py | 561 f = io.StringIO()
|