Home
last modified time | relevance | path

Searched refs:BytesIO (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/utils/gn/
H A Dget.py17 zipfile.ZipFile(io.BytesIO(data)).extract(gn, path=output_dir)
/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
756 return BytesIO(encoded_s)
/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dspawnbase.py1 from io import StringIO, BytesIO
89 self.buffer_type = BytesIO
/llvm-project-15.0.7/clang/tools/clang-format/
H A Dclang-format-diff.py35 from io import BytesIO as StringIO
/llvm-project-15.0.7/lldb/third_party/Python/module/six/
H A Dsix.py652 BytesIO = io.BytesIO variable
677 StringIO = BytesIO = StringIO.StringIO
/llvm-project-15.0.7/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py377 inf = io.BytesIO(b"help help\nhelp b\n")
378 outf = io.BytesIO()
512 f = io.BytesIO()
541 f = io.BytesIO(b'zork')
/llvm-project-15.0.7/clang/utils/check_cfc/
H A Dcheck_cfc.py325 config.readfp(io.BytesIO(default_config))
/llvm-project-15.0.7/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py100 from io import BytesIO as StringIO
/llvm-project-15.0.7/mlir/test/python/ir/
H A Doperation.py570 f = io.BytesIO()
/llvm-project-15.0.7/lldb/examples/python/
H A Dmach_o.py1057 io.BytesIO(sect_bytes), self.data.byte_order)