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

  /external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
UnitTestZipEntry.java 47 * Whether or not to use nowrap.
49 public final boolean nowrap; field in class:UnitTestZipEntry
52 * Creates a new entry with nowrap=true.
69 public UnitTestZipEntry(String path, int level, boolean nowrap, String content, String comment) {
72 this.nowrap = nowrap;
105 compressor.setNowrap(nowrap);
  /external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
DeflateUncompressor.java 34 private boolean nowrap = true; field in class:DeflateUncompressor
64 return nowrap;
109 * @param nowrap see {@link Inflater#Inflater(boolean)}
111 public void setNowrap(boolean nowrap) {
112 if (nowrap != this.nowrap) {
114 this.nowrap = nowrap;
146 result = new Inflater(nowrap);
DeflateCompressor.java 44 private boolean nowrap = true; field in class:DeflateCompressor
75 return nowrap;
81 * @param nowrap see {@link Deflater#Deflater(int, boolean)}
83 public void setNowrap(boolean nowrap) {
84 if (nowrap != this.nowrap) {
86 this.nowrap = nowrap;
202 result = new Deflater(compressionLevel, nowrap);
JreDeflateParameters.java 20 * two of these are frequently encountered: (level 6, strategy 0, nowrap) and (level 9, strategy 0,
21 * nowrap); these correspond to the default and maximum-compression settings found in almost all zip
91 * Whether or not nowrap is enabled for the deflate compressor.
93 public final boolean nowrap; field in class:JreDeflateParameters
99 * @param nowrap whether or not nowrap is enabled for the deflate compressor
101 private JreDeflateParameters(int level, int strategy, boolean nowrap) {
107 this.nowrap = nowrap;
110 public static JreDeflateParameters of(int level, int strategy, boolean nowrap) {
    [all...]
  /external/clang/test/Sema/
type-spec-struct-union.c 58 int nowrap; member in struct:bar_baz
64 z->baz->mode = z->baz->nowrap ? HOP : SQUAT;
  /external/freetype/src/gzip/
inflate.c 46 int nowrap; /* flag for no wrapper */ member in struct:internal_state
61 z->state->mode = z->state->nowrap ? BLOCKS : METHOD;
107 /* handle undocumented nowrap option (no zlib header or check) */
108 z->state->nowrap = 0;
112 z->state->nowrap = 1;
125 inflate_blocks_new(z, z->state->nowrap ? Z_NULL : adler32, (uInt)1 << w))
231 if (z->state->nowrap)
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/
inflate.c 46 int nowrap; /* flag for no wrapper */ member in struct:internal_state
61 z->state->mode = z->state->nowrap ? BLOCKS : METHOD;
107 /* handle undocumented nowrap option (no zlib header or check) */
108 z->state->nowrap = 0;
112 z->state->nowrap = 1;
125 inflate_blocks_new(z, z->state->nowrap ? Z_NULL : adler32, (uInt)1 << w))
231 if (z->state->nowrap)
  /external/libxml2/
xmllint.c 136 static int nowrap = 0; variable
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 
  /prebuilts/sdk/24/
android.jar 

Completed in 358 milliseconds