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

/external/zlib/src/contrib/infback9/
H A Dinflate9.h14 STORED, /* i: waiting for stored size (length and complement) */ enumerator in enum:__anon29807
27 TYPE -> STORED or TABLE or LEN or DONE
28 STORED -> TYPE
H A Dinfback9.c289 mode = STORED;
312 case STORED:
/external/chromium_org/third_party/zlib/
H A Dinflate.h34 STORED, /* i: waiting for stored size (length and complement) */ enumerator in enum:__anon14909
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
69 STORED -> COPY_ -> COPY -> TYPE
H A Dinfback.c297 state->mode = STORED;
317 case STORED:
H A Dinflate.c825 state->mode = STORED;
848 case STORED:
1403 return state->mode == STORED && state->bits == 0;
/external/qemu/distrib/zlib-1.2.3/
H A Dinflate.h34 STORED, /* i: waiting for stored size (length and complement) */ enumerator in enum:__anon25550
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/src/
H A Dinflate.h34 STORED, /* i: waiting for stored size (length and complement) */ enumerator in enum:__anon29823
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.c841 state->mode = STORED;
864 case STORED:
1435 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/chromium_org/webkit/browser/appcache/
H A Dappcache_update_job.h83 STORED, enumerator in enum:appcache::AppCacheUpdateJob::StoredState
H A Dappcache_update_job.cc774 stored_state_ = STORED;
1252 case STORED:
1266 DCHECK(stored_state_ == STORED);
/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/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/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 393 milliseconds