Home
last modified time | relevance | path

Searched refs:Deflate (Results 1 – 12 of 12) sorted by relevance

/aosp12/build/soong/zip/
H A Dzip_test.go138 fh("c", fileC, zip.Deflate),
151 fh("a/a", fileA, zip.Deflate),
152 fh("a/b", fileB, zip.Deflate),
166 fh("a/a", fileA, zip.Deflate),
167 fh("a/b", fileB, zip.Deflate),
240 fh("c", fileC, zip.Deflate),
253 fh("c", fileC, zip.Deflate),
266 fh("@", fileC, zip.Deflate),
310 fh("b", fileB, zip.Deflate),
372 fh("a", fileA, zip.Deflate),
[all …]
H A Dzip.go420 zipMethod := zip.Deflate
468 pathMappings = append(pathMappings, pathMapping{jar.ManifestFile, manifest, zip.Deflate})
525 if op.fh.Method == zip.Deflate {
734 if header.Method == zip.Deflate && fileSize >= minParallelFileSize {
888 if ze.fh.Method == zip.Deflate {
/aosp12/build/soong/third_party/zip/
H A Dwriter_test.go35 Method: Deflate,
41 Method: Deflate,
47 Method: Deflate,
53 Method: Deflate,
193 Method: Deflate,
H A Dregister.go110 Deflate: func(w io.Writer) (io.WriteCloser, error) { return newFlateWriter(w), nil },
115 Deflate: newFlateReader,
H A Dzip_test.go403 Method: Deflate,
414 Method: Deflate,
423 Method: Deflate,
434 Method: Deflate,
H A Dexample_test.go88 w.RegisterCompressor(zip.Deflate, func(out io.Writer) (io.WriteCloser, error) {
H A Dstruct.go31 Deflate uint16 = 8 const
H A Dwriter.go197 Method: Deflate,
/aosp12/art/runtime/
H A Dmonitor.h164 static bool Deflate(Thread* self, ObjPtr<mirror::Object> obj)
H A Dmonitor.cc993 bool Monitor::Deflate(Thread* self, ObjPtr<mirror::Object> obj) { in Deflate() function in art::Monitor
1680 if (Monitor::Deflate(self_, object)) { in IsMarked()
/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.cc478 bool Deflate() { in Deflate() function in art::ProfileCompilationInfo::SafeBuffer
1022 if (!buffer.Deflate()) { in Save()
1038 if (!buffer.Deflate()) { in Save()
1053 if (!buffer.Deflate()) { in Save()
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc2401 Monitor::Deflate(Thread::Current(), obj); in CalculateNewObjectOffsets()