Home
last modified time | relevance | path

Searched refs:Method (Results 1 – 11 of 11) sorted by relevance

/build/soong/third_party/zip/
Dwriter_test.go21 Method uint16 member
29 Method: Store,
35 Method: Deflate,
41 Method: Deflate,
47 Method: Deflate,
53 Method: Deflate,
146 Method: wt.Method,
193 Method: Deflate,
Dwriter.go77 b.uint16(h.Method)
197 Method: Deflate,
242 comp := w.compressor(fh.Method)
274 b.uint16(h.Method)
Dandroid_test.go88 Method: Store,
155 Method: Store,
Dandroid.go171 writeDataDescriptor := fh.Method != Store
Dreader.go163 dcomp := f.zip.decompressor(f.Method)
261 f.Method = b.uint16()
Dstruct.go80 Method uint16 member
/build/soong/zip/
Dzip_test.go62 Method: method,
72 Method: zip.Store,
82 Method: zip.Store,
92 Method: zip.Store,
529 if want.Method != got.Method {
531 want.Method, got.Method)
Dzip.go525 if op.fh.Method == zip.Deflate {
655 Method: method,
734 if header.Method == zip.Deflate && fileSize >= minParallelFileSize {
888 if ze.fh.Method == zip.Deflate {
902 ze.fh.Method = zip.Store
911 ze.fh.Method = zip.Store
/build/soong/cmd/zip2zip/
Dzip2zip.go220 if match.uncompress && match.File.FileHeader.Method != zip.Store {
223 fh.Method = zip.Store
Dzip2zip_test.go458 if file.Method == zip.Store {
/build/soong/jar/
Djar.go95 Method: zip.Store,