HomeSort by relevance Sort by last modified time
    Searched defs:Deflate (Results 1 - 6 of 6) sorted by null

  /external/protobuf/src/google/protobuf/io/
gzip_stream.cc 248 int GzipOutputStream::Deflate(int flush) {
262 error = deflate(&zcontext_, flush);
280 zerror_ = Deflate(Z_NO_FLUSH);
292 // The loop in Deflate should consume all avail_in
293 GOOGLE_LOG(DFATAL) << "Deflate left bytes unconsumed";
306 zerror_ = Deflate(Z_FULL_FLUSH);
318 zerror_ = Deflate(Z_FINISH);
  /build/soong/third_party/zip/
struct.go 31 Deflate uint16 = 8
  /prebuilts/go/darwin-x86/src/archive/zip/
struct.go 31 Deflate uint16 = 8
  /prebuilts/go/linux-x86/src/archive/zip/
struct.go 31 Deflate uint16 = 8
  /external/pdfium/core/fxcrt/
fx_coordinates.h 296 void Deflate(BaseType x, BaseType y) {
302 void Deflate(const PointType& p) { Deflate(p.x, p.y); }
303 void Deflate(BaseType off_left,
312 void Deflate(const RectType& rt) {
313 Deflate(rt.left, rt.top, rt.top + rt.width, rt.top + rt.height);
522 void Deflate(FX_FLOAT x, FX_FLOAT y) {
530 void Deflate(FX_FLOAT other_left,
541 void Deflate(const CFX_FloatRect& rt) {
542 Deflate(rt.left, rt.bottom, rt.right, rt.top)
    [all...]
  /art/runtime/
monitor.cc 770 bool Monitor::Deflate(Thread* self, mirror::Object* obj) {
772 // Don't need volatile since we only deflate with mutators suspended.
774 // If the lock isn't an inflated monitor, then we don't need to deflate anything.
779 // Can't deflate if we have anybody waiting on the CV.
785 // Can't deflate if we are locked and have a hash code.
789 // Can't deflate if our lock count is too high.
793 // Deflate to a thin lock.
    [all...]

Completed in 303 milliseconds