OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:skiplen
(Results
1 - 2
of
2
) sorted by null
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
ZipInputStreamTest.java
198
long
skipLen
= dataBytes.length / 2;
199
assertEquals("Assert 0: failed valid skip",
skipLen
, zis.skip(
skipLen
));
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapMessage.java
457
int
skipLen
= 0;
467
skipLen
= 4 - (paramLength % 4);
475
skip(is, paramLength +
skipLen
);
486
skip(is,
skipLen
);
491
skip(is,
skipLen
);
497
skip(is, paramLength +
skipLen
);
509
skip(is, paramLength +
skipLen
);
521
skip(is, paramLength +
skipLen
);
533
skip(is, paramLength +
skipLen
);
545
skip(is, paramLength +
skipLen
);
[
all
...]
Completed in 83 milliseconds