Home
last modified time | relevance | path

Searched defs:Deflate (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/flate2/src/ffi/
Drust.rs110 pub struct Deflate { struct
116 impl fmt::Debug for Deflate { argument
126 impl DeflateBackend for Deflate { implementation
173 impl Backend for Deflate { implementation
Dc.rs272 pub struct Deflate { struct
276 impl DeflateBackend for Deflate { argument
346 impl Backend for Deflate { implementation
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dfx_coordinates.h358 void Deflate(float x, float y) { in Deflate() function
364 void Deflate(const PointType& p) { Deflate(p.x, p.y); } in Deflate() function
365 void Deflate(float off_left, in Deflate() function
374 void Deflate(const CFX_RectF& rt) { in Deflate() function
H A Dfx_coordinates.cpp267 void CFX_FloatRect::Deflate(float x, float y) { in Deflate() function in CFX_FloatRect
271 void CFX_FloatRect::Deflate(float other_left, in Deflate() function in CFX_FloatRect
278 void CFX_FloatRect::Deflate(const CFX_FloatRect& rt) { in Deflate() function in CFX_FloatRect
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/
H A D_compression.py24 Deflate = cygrpc.CompressionAlgorithm.deflate variable
H A D__init__.py2235 Deflate = _compression.Deflate variable in Compression
/aosp_15_r20/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dzlib_test.cc34 TEST(ZLib, Deflate) { in TEST() argument
/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_deflater.cc139 int WebSocketDeflater::Deflate(int flush) { in Deflate() function in net::WebSocketDeflater
H A Dwebsocket_deflate_stream.cc118 int WebSocketDeflateStream::Deflate( in Deflate() function in net::WebSocketDeflateStream
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/contrib/ada/
Dmtest.adb42 Deflate : Filter_Type; variable
Dzlib-thin.ads125 function Deflate (strm : Z_Streamp; flush : Int) return Int; subprogspec
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/
H A Dzlib_outputbuffer.cc228 Status ZlibOutputBuffer::Deflate(int flush) { in Deflate() function in tensorflow::io::ZlibOutputBuffer
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/snappy/
H A Dsnappy_outputbuffer.cc191 Status SnappyOutputBuffer::Deflate() { in Deflate() function in tensorflow::io::SnappyOutputBuffer
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc252 int GzipOutputStream::Deflate(int flush) { in Deflate() function in google::protobuf::io::GzipOutputStream
/aosp_15_r20/external/icing/icing/portable/
H A Dgzip_stream.cc229 int GzipOutputStream::Deflate(int flush) { in Deflate() function in icing::lib::protobuf_ports::GzipOutputStream
/aosp_15_r20/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc252 int GzipOutputStream::Deflate(int flush) { in Deflate() function in google::protobuf::io::GzipOutputStream
/aosp_15_r20/external/cronet/net/server/
H A Dweb_socket_encoder.cc380 bool WebSocketEncoder::Deflate(std::string_view message, std::string* output) { in Deflate() function in net::WebSocketEncoder
/aosp_15_r20/build/soong/third_party/zip/
H A Dstruct.go31 Deflate uint16 = 8 const
/aosp_15_r20/prebuilts/go/linux-x86/src/archive/zip/
Dstruct.go33 Deflate uint16 = 8 // DEFLATE compressed const
/aosp_15_r20/external/crosvm/hypervisor/src/
H A Dlib.rs92 Deflate(MemRegion), enumerator
/aosp_15_r20/art/runtime/
H A Dmonitor.cc996 bool Monitor::Deflate(Thread* self, ObjPtr<mirror::Object> obj) { in Deflate() function in art::Monitor
/aosp_15_r20/art/libprofile/profile/
H A Dprofile_compilation_info.cc496 bool Deflate() { in Deflate() function in art::ProfileCompilationInfo::SafeBuffer