OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:compressionMethod
(Results
1 - 4
of
4
) sorted by null
/external/archive-patcher/generator/src/main/java/com/google/archivepatcher/generator/
MinimalZipEntry.java
27
private final int
compressionMethod
;
72
* @param
compressionMethod
the method used to compress the data
84
int
compressionMethod
,
91
this.
compressionMethod
=
compressionMethod
;
113
return
compressionMethod
;
224
result = prime * result +
compressionMethod
;
250
if (
compressionMethod
!= other.
compressionMethod
) {
MinimalZipParser.java
171
int
compressionMethod
= read16BitUnsigned(in);
187
compressionMethod
,
/external/harfbuzz_ng/src/
hb-ot-color-sbix-table.hh
213
HBUINT8
compressionMethod
;
/external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c
[
all
...]
Completed in 1201 milliseconds