HomeSort by relevance Sort by last modified time
    Searched refs:Decompressor (Results 1 - 25 of 31) sorted by null

1 2

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Decompressor.h 1 //===-- Decompressor.h ------------------------------------------*- C++ -*-===//
20 /// @brief Decompressor helps to handle decompression of compressed sections.
21 class Decompressor {
23 /// @brief Create decompressor object.
28 static Expected<Decompressor> create(StringRef Name, StringRef Data,
52 Decompressor(StringRef Data);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Decompressor.h 1 //===-- Decompressor.h ------------------------------------------*- C++ -*-===//
20 /// @brief Decompressor helps to handle decompression of compressed sections.
21 class Decompressor {
23 /// @brief Create decompressor object.
28 static Expected<Decompressor> create(StringRef Name, StringRef Data,
52 Decompressor(StringRef Data);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
Decompressor.h 1 //===-- Decompressor.h ------------------------------------------*- C++ -*-===//
20 /// @brief Decompressor helps to handle decompression of compressed sections.
21 class Decompressor {
23 /// @brief Create decompressor object.
28 static Expected<Decompressor> create(StringRef Name, StringRef Data,
55 Decompressor(StringRef Data);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
Decompressor.h 1 //===-- Decompressor.h ------------------------------------------*- C++ -*-===//
20 /// @brief Decompressor helps to handle decompression of compressed sections.
21 class Decompressor {
23 /// @brief Create decompressor object.
28 static Expected<Decompressor> create(StringRef Name, StringRef Data,
55 Decompressor(StringRef Data);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
Decompressor.h 1 //===-- Decompressor.h ------------------------------------------*- C++ -*-===//
20 /// @brief Decompressor helps to handle decompression of compressed sections.
21 class Decompressor {
23 /// @brief Create decompressor object.
28 static Expected<Decompressor> create(StringRef Name, StringRef Data,
55 Decompressor(StringRef Data);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
Decompressor.h 1 //===-- Decompressor.h ------------------------------------------*- C++ -*-===//
20 /// @brief Decompressor helps to handle decompression of compressed sections.
21 class Decompressor {
23 /// @brief Create decompressor object.
28 static Expected<Decompressor> create(StringRef Name, StringRef Data,
55 Decompressor(StringRef Data);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
Decompressor.h 1 //===-- Decompressor.h ------------------------------------------*- C++ -*-===//
20 /// @brief Decompressor helps to handle decompression of compressed sections.
21 class Decompressor {
23 /// @brief Create decompressor object.
28 static Expected<Decompressor> create(StringRef Name, StringRef Data,
55 Decompressor(StringRef Data);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
Decompressor.h 1 //===-- Decompressor.h ------------------------------------------*- C++ -*-===//
20 /// @brief Decompressor helps to handle decompression of compressed sections.
21 class Decompressor {
23 /// @brief Create decompressor object.
28 static Expected<Decompressor> create(StringRef Name, StringRef Data,
55 Decompressor(StringRef Data);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
Decompressor.h 1 //===-- Decompressor.h ------------------------------------------*- C++ -*-===//
20 /// @brief Decompressor helps to handle decompression of compressed sections.
21 class Decompressor {
23 /// @brief Create decompressor object.
28 static Expected<Decompressor> create(StringRef Name, StringRef Data,
55 Decompressor(StringRef Data);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
Decompressor.h 1 //===-- Decompressor.h ------------------------------------------*- C++ -*-===//
20 /// @brief Decompressor helps to handle decompression of compressed sections.
21 class Decompressor {
23 /// @brief Create decompressor object.
28 static Expected<Decompressor> create(StringRef Name, StringRef Data,
55 Decompressor(StringRef Data);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
Decompressor.h 1 //===-- Decompressor.h ------------------------------------------*- C++ -*-===//
20 /// @brief Decompressor helps to handle decompression of compressed sections.
21 class Decompressor {
23 /// @brief Create decompressor object.
28 static Expected<Decompressor> create(StringRef Name, StringRef Data,
55 Decompressor(StringRef Data);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
Decompressor.h 1 //===-- Decompressor.h ------------------------------------------*- C++ -*-===//
20 /// @brief Decompressor helps to handle decompression of compressed sections.
21 class Decompressor {
23 /// @brief Create decompressor object.
28 static Expected<Decompressor> create(StringRef Name, StringRef Data,
55 Decompressor(StringRef Data);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
Decompressor.h 1 //===-- Decompressor.h ------------------------------------------*- C++ -*-===//
20 /// @brief Decompressor helps to handle decompression of compressed sections.
21 class Decompressor {
23 /// @brief Create decompressor object.
28 static Expected<Decompressor> create(StringRef Name, StringRef Data,
55 Decompressor(StringRef Data);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
Decompressor.h 1 //===-- Decompressor.h ------------------------------------------*- C++ -*-===//
20 /// @brief Decompressor helps to handle decompression of compressed sections.
21 class Decompressor {
23 /// @brief Create decompressor object.
28 static Expected<Decompressor> create(StringRef Name, StringRef Data,
55 Decompressor(StringRef Data);
  /external/brotli/python/
brotli.py 22 # The Decompressor object.
23 Decompressor = _brotli.Decompressor
  /prebuilts/go/darwin-x86/src/archive/zip/
register.go 22 // A Decompressor returns a new decompressing reader, reading from r.
24 // The Decompressor itself must be safe to invoke from multiple goroutines
27 type Decompressor func(r io.Reader) io.ReadCloser
107 decompressors sync.Map // map[uint16]Decompressor
114 decompressors.Store(Store, Decompressor(ioutil.NopCloser))
115 decompressors.Store(Deflate, Decompressor(newFlateReader))
120 func RegisterDecompressor(method uint16, dcomp Decompressor) {
122 panic("decompressor already registered")
142 func decompressor(method uint16) Decompressor { func
    [all...]
reader.go 29 decompressors map[uint16]Decompressor
119 // RegisterDecompressor registers or overrides a custom decompressor for a
120 // specific method ID. If a decompressor for a given method is not found,
121 // Reader will default to looking up the decompressor at the package level.
122 func (z *Reader) RegisterDecompressor(method uint16, dcomp Decompressor) {
124 z.decompressors = make(map[uint16]Decompressor)
129 func (z *Reader) decompressor(method uint16) Decompressor { func
132 dcomp = decompressor(method)
164 dcomp := f.zip.decompressor(f.Method
    [all...]
  /prebuilts/go/linux-x86/src/archive/zip/
register.go 22 // A Decompressor returns a new decompressing reader, reading from r.
24 // The Decompressor itself must be safe to invoke from multiple goroutines
27 type Decompressor func(r io.Reader) io.ReadCloser
107 decompressors sync.Map // map[uint16]Decompressor
114 decompressors.Store(Store, Decompressor(ioutil.NopCloser))
115 decompressors.Store(Deflate, Decompressor(newFlateReader))
120 func RegisterDecompressor(method uint16, dcomp Decompressor) {
122 panic("decompressor already registered")
142 func decompressor(method uint16) Decompressor { func
    [all...]
reader.go 29 decompressors map[uint16]Decompressor
119 // RegisterDecompressor registers or overrides a custom decompressor for a
120 // specific method ID. If a decompressor for a given method is not found,
121 // Reader will default to looking up the decompressor at the package level.
122 func (z *Reader) RegisterDecompressor(method uint16, dcomp Decompressor) {
124 z.decompressors = make(map[uint16]Decompressor)
129 func (z *Reader) decompressor(method uint16) Decompressor { func
132 dcomp = decompressor(method)
164 dcomp := f.zip.decompressor(f.Method
    [all...]
  /external/python/cpython3/Modules/clinic/
_lzmamodule.c.h 87 _lzma_LZMADecompressor_decompress_impl(Decompressor *self, Py_buffer *data,
91 _lzma_LZMADecompressor_decompress(Decompressor *self, PyObject **args, Py_ssize_t nargs, PyObject *kwnames)
118 "Create a decompressor object for decompressing data incrementally.\n"
122 " FORMAT_AUTO (the default), the decompressor will automatically detect\n"
126 " Limit the amount of memory used by the decompressor. This will cause\n"
138 _lzma_LZMADecompressor___init___impl(Decompressor *self, int format,
155 return_value = _lzma_LZMADecompressor___init___impl((Decompressor *)self, format, memlimit, filters);
  /build/soong/third_party/zip/
register.go 22 // A Decompressor returns a new decompressing reader, reading from r.
24 // The Decompressor itself must be safe to invoke from multiple goroutines
27 type Decompressor func(r io.Reader) io.ReadCloser
106 mu sync.RWMutex // guards compressor and decompressor maps
113 decompressors = map[uint16]Decompressor{
121 func RegisterDecompressor(method uint16, dcomp Decompressor) {
126 panic("decompressor already registered")
149 func decompressor(method uint16) Decompressor { func
reader.go 28 decompressors map[uint16]Decompressor
118 // RegisterDecompressor registers or overrides a custom decompressor for a
119 // specific method ID. If a decompressor for a given method is not found,
120 // Reader will default to looking up the decompressor at the package level.
121 func (z *Reader) RegisterDecompressor(method uint16, dcomp Decompressor) {
123 z.decompressors = make(map[uint16]Decompressor)
128 func (z *Reader) decompressor(method uint16) Decompressor { func
131 dcomp = decompressor(method)
163 dcomp := f.zip.decompressor(f.Method
    [all...]
  /external/brotli/python/tests/
decompressor_test.py 22 self.decompressor = brotli.Decompressor()
36 out_file.write(self.decompressor.process(data))
37 self.assertTrue(self.decompressor.is_finished())
  /external/python/cpython3/Modules/
_lzmamodule.c 69 } Decompressor;
477 class _lzma.LZMADecompressor "Decompressor *" "&Decompressor_type"
895 decompress_buf(Decompressor *d, Py_ssize_t max_length)
951 decompress(Decompressor *d, uint8_t *data, size_t len, Py_ssize_t max_length)
    [all...]
  /prebuilts/jdk/jdk9/darwin-x86/lib/
jrt-fs.jar 

Completed in 370 milliseconds

1 2