Home
last modified time | relevance | path

Searched refs:skipLength (Results 1 – 9 of 9) 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.java649 public static void skipBytes(ByteBuffer bytes, int skipLength) {
650 if (skipLength > 0) {
651 bytes.position(bytes.position() + skipLength);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUBinary.java654 public static void skipBytes(ByteBuffer bytes, int skipLength) {
655 if (skipLength > 0) {
656 bytes.position(bytes.position() + skipLength);
/external/skqp/src/codec/
DSkRawCodec.cpp252 const size_t skipLength = offset - fStreamBuffer.bytesWritten(); in transferBuffer() local
253 if (fStream->skip(skipLength) != skipLength) { in transferBuffer()
/external/skia/src/codec/
DSkRawCodec.cpp252 const size_t skipLength = offset - fStreamBuffer.bytesWritten(); in transferBuffer() local
253 if (fStream->skip(skipLength) != skipLength) { in transferBuffer()
/external/grpc-grpc-java/netty/shaded/
Dgrpc-netty-shaded-1.14.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.jdt.core_3.14.0.v20180528-0519.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/ ...