/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/text/ |
D | StrMatcher.java | 251 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/ |
D | CodedInputByteBufferNano.java | 496 final int bufferEnd = bufferSize; in recomputeBufferSizeAfterLimit() local
|
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/ |
D | CodedInputStreamMicro.java | 553 final int bufferEnd = totalBytesRetired + bufferSize; in recomputeBufferSizeAfterLimit() local
|
/external/cronet/stable/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | CodedInputStream.java | 1207 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/ |
D | CodedInputStream.java | 1207 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/ |
D | CodedInputStream.java | 1207 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/ |
D | dng_string.cpp | 69 const T *bufferEnd, in CheckSpaceLeftInBuffer()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/ |
D | BufferedChannel.kt | 65 private val bufferEnd = atomic(initialBufferEnd(capacity)) in <lambda>() constant in kotlinx.coroutines.channels.BufferedChannel
|
/external/zstd/lib/compress/ |
D | zstdmt_compress.c | 1624 BYTE const* const bufferEnd = bufferStart + buffer.capacity; in ZSTDMT_isOverlapped() local
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderStateQueryTests.cpp | 1182 char *bufferEnd = (buffer + 1); in test() local
|