OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STORED
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/zlib/
inflate.h
34
STORED
, /* i: waiting for
stored
size (length and complement) */
36
COPY, /* i/o: waiting for input or output to copy
stored
block */
68
TYPE -> TYPEDO ->
STORED
or TABLE or LEN_ or CHECK
69
STORED
-> COPY_ -> COPY -> TYPE
100
/* for string and
stored
block copying */
infback.c
254
unsigned copy; /* number of
stored
or match bytes to copy */
294
case 0: /*
stored
block */
295
Tracev((stderr, "inflate:
stored
block%s\n",
297
state->mode =
STORED
;
317
case
STORED
:
318
/* get and verify
stored
block length */
322
strm->msg = (char *)"invalid
stored
block lengths";
327
Tracev((stderr, "inflate:
stored
length %u\n",
331
/* copy
stored
block from input to output */
345
Tracev((stderr, "inflate:
stored
end\n"))
[
all
...]
inflate.c
60
* - Fixed
stored
blocks bug in inflateBack()
566
complete that state. Those states are copying
stored
data, writing a
600
unsigned copy; /* number of
stored
or match bytes to copy */
822
case 0: /*
stored
block */
823
Tracev((stderr, "inflate:
stored
block%s\n",
825
state->mode =
STORED
;
848
case
STORED
:
852
strm->msg = (char *)"invalid
stored
block lengths";
857
Tracev((stderr, "inflate:
stored
length %u\n",
878
Tracev((stderr, "inflate:
stored
end\n"))
[
all
...]
/external/freetype/src/gzip/
infutil.h
16
LENS, /* get lengths for
stored
*/
17
STORED
, /* processing
stored
block */
35
uInt left; /* if
STORED
, bytes left to copy */
infblock.c
144
case 0: /*
stored
*/
145
Tracev((stderr, "inflate:
stored
block%s\n",
150
s->mode = LENS; /* get length of
stored
block */
190
z->msg = (char*)"invalid
stored
block lengths";
196
Tracev((stderr, "inflate:
stored
length %u\n", s->sub.left));
197
s->mode = s->sub.left ?
STORED
: (s->last ? DRY : TYPE);
199
case
STORED
:
211
Tracev((stderr, "inflate:
stored
end, %lu total out\n",
/external/chromium_org/content/browser/appcache/
appcache_update_job.h
69
// TODO(michaeln): Rework the set of states vs update types vs
stored
states.
94
STORED
,
325
// Response ids
stored
by this update job, used to cleanup in
336
// Whether we've
stored
the resulting group/cache yet.
appcache_update_job.cc
788
// TODO(michaeln): defer until the updated cache has been
stored
[
all
...]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
AbstractTransformTask.java
169
if(outEntry.getMethod() == ZipEntry.
STORED
){
/external/eigen/blas/
drotmg.f
24
* VALUE OF DPARAM(1) ARE NOT
STORED
IN DPARAM.)
srotmg.f
24
* VALUE OF SPARAM(1) ARE NOT
STORED
IN SPARAM.)
/bootable/recovery/minzip/
Zip.c
80
STORED
= 0,
499
/* Call processFunction on the uncompressed data of a
STORED
entry.
613
case
STORED
:
741
* Obtain a pointer to the in-memory representation of a
stored
entry.
746
if (pEntry->compression !=
STORED
) {
747
LOGE("Can't getStoredEntry for '%s'; not
stored
\n",
[
all
...]
/build/tools/signapk/
SignApk.java
477
// entries that are
STORED
, then copying all the entries that
479
// DEFLATED). This groups all the
stored
entries together at
481
// on them (since only
stored
entries are aligned).
486
if (inEntry.getMethod() != JarEntry.
STORED
) continue;
487
// Preserve the
STORED
method of the input entry.
523
// Copy all the non-
STORED
entries. We don't attempt to
530
if (inEntry.getMethod() == JarEntry.
STORED
) continue;
780
* types that might be
stored
in PKCS#11-like storage.
[
all
...]
/external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar
/external/owasp/sanitizer/tools/findbugs/lib/
ant.jar
Completed in 298 milliseconds