Searched refs:STORED (Results 1 - 14 of 14) sorted by relevance

/external/zlib/contrib/infback9/
H A Dinflate9.h14 STORED, /* i: waiting for stored size (length and complement) */ enumerator in enum:__anon14684
27 TYPE -> STORED or TABLE or LEN or DONE
28 STORED -> TYPE
H A Dinfback9.c291 mode = STORED;
314 case STORED:
/external/qemu/distrib/zlib-1.2.3/
H A Dinflate.h34 STORED, /* i: waiting for stored size (length and complement) */ enumerator in enum:__anon9398
65 TYPE -> STORED or TABLE or LEN or CHECK
66 STORED -> COPY -> TYPE
H A Dinfback.c297 state->mode = STORED;
317 case STORED:
H A Dinflate.c788 state->mode = STORED;
807 case STORED:
1320 return state->mode == STORED && state->bits == 0;
/external/zlib/
H A Dinflate.h34 STORED, /* i: waiting for stored size (length and complement) */ enumerator in enum:__anon14700
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
69 STORED -> COPY_ -> COPY -> TYPE
H A Dinfback.c306 state->mode = STORED;
326 case STORED:
H A Dinflate.c845 state->mode = STORED;
868 case STORED:
1424 return state->mode == STORED && state->bits == 0;
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
H A DZipOutputStreamTest.java159 zos.setMethod(ZipOutputStream.STORED);
200 zip.setMethod(ZipEntry.STORED);
258 zip1.setMethod(ZipOutputStream.STORED);
259 zip1.setMethod(ZipEntry.STORED);
H A DZipEntryTest.java147 java.util.zip.ZipEntry.STORED, zentry.getMethod());
313 zentry.setMethod(ZipEntry.STORED);
315 ZipEntry.STORED, zentry.getMethod());
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
H A DHttpZipLocator.java213 if (method != ZipEntry.DEFLATED && method != ZipEntry.STORED){
/external/grub/stage2/
H A Dgunzip.c230 #define STORED 0 macro
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrProcessorST.java847 entryCopy.setMethod (ZipOutputStream.STORED);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 283 milliseconds