OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skipLen
(Results
1 - 2
of
2
) sorted by null
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipInputStreamTest.java
198
long
skipLen
= dataBytes.length / 2;
199
assertEquals("Assert 0: failed valid skip",
skipLen
, zis.skip(
skipLen
));
/frameworks/base/media/libdrm/mobile1/src/objmng/
drm_api.c
173
int32_t
skipLen
= 0;
181
skipLen
++;
185
return
skipLen
;
895
int32_t
skipLen
, needBytes, i;
900
if (-1 == (
skipLen
= drm_skipCRLFinB64(pStart, encLen))) {
905
needBytes = DRM_B64_ENC_BLOCK - ((encLen -
skipLen
) % DRM_B64_ENC_BLOCK);
[
all
...]
Completed in 104 milliseconds