/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | Compression.cpp | 58 Error compression::decompress(DebugCompressionType T, ArrayRef<uint8_t> Input, in decompress() function in compression 69 Error compression::decompress(compression::Format F, ArrayRef<uint8_t> Input, in decompress() function in compression 81 Error compression::decompress(DebugCompressionType T, ArrayRef<uint8_t> Input, in decompress() function in compression 123 Error zlib::decompress(ArrayRef<uint8_t> Input, uint8_t *Output, in decompress() function in zlib 135 Error zlib::decompress(ArrayRef<uint8_t> Input, in decompress() function in zlib 151 Error zlib::decompress(ArrayRef<uint8_t> Input, uint8_t *UncompressedBuffer, in decompress() function in zlib 155 Error zlib::decompress(ArrayRef<uint8_t> Input, in decompress() function in zlib 182 Error zstd::decompress(ArrayRef<uint8_t> Input, uint8_t *Output, in decompress() function in zstd 195 Error zstd::decompress(ArrayRef<uint8_t> Input, in decompress() function in zstd 211 Error zstd::decompress(ArrayRef<uint8_t> Input, uint8_t *Output, in decompress() function in zstd [all …]
|
/aosp_15_r20/external/pytorch/torch/distributed/algorithms/ddp_comm_hooks/ |
H A D | default_hooks.py | 82 def decompress(fut): function 131 def decompress(fut): function 176 def decompress(fut): function 215 def decompress(fut): function
|
H A D | powerSGD_hook.py | 611 def decompress(fut): function 832 def decompress(fut): function
|
/aosp_15_r20/external/scapy/scapy/layers/tls/crypto/ |
H A D | compression.py | 49 def decompress(self, s): member in Comp_NULL 64 def decompress(self, s): member in Comp_Deflate 83 def decompress(self, s): member in Comp_LZS
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | UnicodeDecompressor.java | 115 public static String decompress(byte [] buffer){ in decompress() method in UnicodeDecompressor 128 public static char [] decompress(byte [] buffer, int start, int limit) { in decompress() method in UnicodeDecompressor 164 public int decompress(byte [] byteBuffer, in decompress() method in UnicodeDecompressor
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/ |
H A D | UnicodeDecompressor.java | 116 public static String decompress(byte [] buffer){ in decompress() method in UnicodeDecompressor 130 public static char [] decompress(byte [] buffer, int start, int limit) { in decompress() method in UnicodeDecompressor 167 public int decompress(byte [] byteBuffer, in decompress() method in UnicodeDecompressor
|
/aosp_15_r20/external/grpc-grpc-java/api/src/main/java/io/grpc/ |
H A D | Codec.java | 47 public InputStream decompress(InputStream is) throws IOException { in decompress() method in Codec.Gzip 64 public InputStream decompress(InputStream is) { in decompress() method in Codec.Identity
|
H A D | Decompressor.java | 39 InputStream decompress(InputStream is) throws IOException; in decompress() method
|
/aosp_15_r20/external/boringssl/src/ssl/test/runner/kyber/ |
H A D | kyber.go | 90 func decompress(x uint16, bits int) uint16 { func 358 func (s *scalar) decompress(bits int) { func 447 func (v *vector) decompress(bits int) { func
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/kyber/ |
H A D | kyber.go | 90 func decompress(x uint16, bits int) uint16 { func 358 func (s *scalar) decompress(bits int) { func 447 func (v *vector) decompress(bits int) { func
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/ |
D | response.py | 44 def decompress(self, data): member in DeflateDecoder 82 def decompress(self, data): member in GzipDecoder 138 def decompress(self, data): member in MultiDecoder
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/ |
D | response.py | 44 def decompress(self, data): member in DeflateDecoder 82 def decompress(self, data): member in GzipDecoder 138 def decompress(self, data): member in MultiDecoder
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/ |
D | response.py | 44 def decompress(self, data): member in DeflateDecoder 82 def decompress(self, data): member in GzipDecoder 138 def decompress(self, data): member in MultiDecoder
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/ |
D | response.py | 44 def decompress(self, data): member in DeflateDecoder 82 def decompress(self, data): member in GzipDecoder 138 def decompress(self, data): member in MultiDecoder
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | TestResource.java | 70 boolean decompress, in TestResource() 86 boolean decompress, in TestResource()
|
/aosp_15_r20/hardware/google/gfxstream/host/compressedTextureFormats/ |
D | AstcCpuDecompressorImpl.cpp | 172 std::future<astcenc_error> decompress(astcenc_context* context, uint32_t threadIndex, in decompress() function in gfxstream::vk::__anonca3b56880111::WorkerThread 226 int32_t decompress(const uint32_t imgWidth, const uint32_t imgHeight, const uint32_t blockWidth, in decompress() function in gfxstream::vk::__anonca3b56880111::AstcCpuDecompressorImpl
|
D | AstcCpuDecompressorNoOp.cpp | 25 int32_t decompress(uint32_t imgWidth, uint32_t imgHeight, uint32_t blockWidth, in decompress() function in gfxstream::vk::__anonb4c71db20111::AstcCpuDecompressorNoOp
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_bz2.py | 28 def decompress(self, data): member in BaseTest 43 def decompress(self, data): member in BaseTest
|
/aosp_15_r20/external/zstd/contrib/pzstd/ |
H A D | Pzstd.cpp | 429 static void decompress( in decompress() function 579 bool decompress) { in writeFile()
|
/aosp_15_r20/external/zstd/examples/ |
H A D | simple_decompression.c | 16 static void decompress(const char* fname) in decompress() function
|
/aosp_15_r20/external/brotli/python/ |
H A D | brotli.py | 53 decompress = _brotli.decompress variable
|
/aosp_15_r20/external/grpc-grpc-java/api/src/test/java/io/grpc/ |
H A D | DecompressorRegistryTest.java | 91 public InputStream decompress(InputStream is) throws IOException { in decompress() method in DecompressorRegistryTest.Dummy
|
/aosp_15_r20/external/jsoncpp/devtools/ |
H A D | tarball.py | 48 def decompress(tarball_path, base_dir): function
|
/aosp_15_r20/external/python/cpython2/Lib/plat-irix5/ |
D | jpeg.py | 42 def decompress(jpegdata): function
|
/aosp_15_r20/external/python/cpython2/Lib/plat-irix6/ |
D | jpeg.py | 42 def decompress(jpegdata): function
|