HomeSort by: relevance | last modified time | path
    Searched refs:BytesIO (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/gn/
get.py 24 zipfile.ZipFile(io.BytesIO(data)).extract(gn, path=output_dir)
  /src/external/apache2/llvm/dist/clang/tools/clang-format/
clang-format-diff.py 35 from io import BytesIO as StringIO
  /src/external/apache2/llvm/dist/clang/tools/scan-view/share/
ScanView.py 18 from io import StringIO, BytesIO
20 from io import BytesIO, BytesIO as StringIO
756 return BytesIO(encoded_s)
  /src/external/apache2/llvm/dist/clang/utils/check_cfc/
check_cfc.py 325 config.readfp(io.BytesIO(default_config))
  /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
test_translation_unit.py 100 from io import BytesIO as StringIO

Completed in 17 milliseconds