Home
last modified time | relevance | path

Searched refs:skipLength (Results 1 – 6 of 6) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
DMemoryDataStore.java91 int skipLength = (int)Math.min(n, buf.length - position); in readAt() local
92 position += skipLength; in readAt()
93 return skipLength; in readAt()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUBinary.java646 public static void skipBytes(ByteBuffer bytes, int skipLength) {
647 if (skipLength > 0) {
648 bytes.position(bytes.position() + skipLength);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUBinary.java650 public static void skipBytes(ByteBuffer bytes, int skipLength) {
651 if (skipLength > 0) {
652 bytes.position(bytes.position() + skipLength);
/external/skia/src/codec/
DSkRawCodec.cpp263 const size_t skipLength = offset - fStreamBuffer.bytesWritten(); in transferBuffer() local
264 if (fStream->skip(skipLength) != skipLength) { in transferBuffer()
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...