Home
last modified time | relevance | path

Searched defs:bufferEnd (Results 1 – 10 of 10) sorted by relevance

/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/text/
DStrMatcher.java251 public abstract int isMatch(char[] buffer, int pos, int bufferStart, int bufferEnd); in isMatch()
306 …ublic int isMatch(final char[] buffer, final int pos, final int bufferStart, final int bufferEnd) { in isMatch()
337 …ublic int isMatch(final char[] buffer, final int pos, final int bufferStart, final int bufferEnd) { in isMatch()
368 … public int isMatch(final char[] buffer, int pos, final int bufferStart, final int bufferEnd) { in isMatch()
409 …ublic int isMatch(final char[] buffer, final int pos, final int bufferStart, final int bufferEnd) { in isMatch()
435 …ublic int isMatch(final char[] buffer, final int pos, final int bufferStart, final int bufferEnd) { in isMatch()
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java496 final int bufferEnd = bufferSize; in recomputeBufferSizeAfterLimit() local
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedInputStreamMicro.java553 final int bufferEnd = totalBytesRetired + bufferSize; in recomputeBufferSizeAfterLimit() local
/external/cronet/stable/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java1207 final int bufferEnd = limit - startPos; in recomputeBufferSizeAfterLimit() local
1995 final int bufferEnd = (int) (limit - startPos); in recomputeBufferSizeAfterLimit() local
2726 final int bufferEnd = totalBytesRetired + bufferSize; in recomputeBufferSizeAfterLimit() local
3809 final int bufferEnd = totalBufferSize - startOffset; in recomputeBufferSizeAfterLimit() local
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java1207 final int bufferEnd = limit - startPos; in recomputeBufferSizeAfterLimit() local
1995 final int bufferEnd = (int) (limit - startPos); in recomputeBufferSizeAfterLimit() local
2726 final int bufferEnd = totalBytesRetired + bufferSize; in recomputeBufferSizeAfterLimit() local
3809 final int bufferEnd = totalBufferSize - startOffset; in recomputeBufferSizeAfterLimit() local
/external/cronet/tot/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java1207 final int bufferEnd = limit - startPos; in recomputeBufferSizeAfterLimit() local
1995 final int bufferEnd = (int) (limit - startPos); in recomputeBufferSizeAfterLimit() local
2726 final int bufferEnd = totalBytesRetired + bufferSize; in recomputeBufferSizeAfterLimit() local
3809 final int bufferEnd = totalBufferSize - startOffset; in recomputeBufferSizeAfterLimit() local
/external/dng_sdk/source/
Ddng_string.cpp69 const T *bufferEnd, in CheckSpaceLeftInBuffer()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DBufferedChannel.kt65 private val bufferEnd = atomic(initialBufferEnd(capacity)) in <lambda>() constant in kotlinx.coroutines.channels.BufferedChannel
/external/zstd/lib/compress/
Dzstdmt_compress.c1624 BYTE const* const bufferEnd = bufferStart + buffer.capacity; in ZSTDMT_isOverlapped() local
/external/deqp/modules/gles2/functional/
Des2fShaderStateQueryTests.cpp1182 char *bufferEnd = (buffer + 1); in test() local