/aosp12/build/soong/zip/ |
H A D | zip_test.go | 138 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 D | zip.go | 420 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 D | writer_test.go | 35 Method: Deflate, 41 Method: Deflate, 47 Method: Deflate, 53 Method: Deflate, 193 Method: Deflate,
|
H A D | register.go | 110 Deflate: func(w io.Writer) (io.WriteCloser, error) { return newFlateWriter(w), nil }, 115 Deflate: newFlateReader,
|
H A D | zip_test.go | 403 Method: Deflate, 414 Method: Deflate, 423 Method: Deflate, 434 Method: Deflate,
|
H A D | example_test.go | 88 w.RegisterCompressor(zip.Deflate, func(out io.Writer) (io.WriteCloser, error) {
|
H A D | struct.go | 31 Deflate uint16 = 8 const
|
H A D | writer.go | 197 Method: Deflate,
|
/aosp12/art/runtime/ |
H A D | monitor.h | 164 static bool Deflate(Thread* self, ObjPtr<mirror::Object> obj)
|
H A D | monitor.cc | 993 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 D | profile_compilation_info.cc | 478 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 D | image_writer.cc | 2401 Monitor::Deflate(Thread::Current(), obj); in CalculateNewObjectOffsets()
|