Searched refs:bufferEnd (Results 1 - 22 of 22) sorted by relevance

/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
H A DCodedInputByteBufferNano.java496 final int bufferEnd = bufferSize;
497 if (bufferEnd > currentLimit) {
499 bufferSizeAfterLimit = bufferEnd - currentLimit;
/external/protobuf/csharp/src/Google.Protobuf/
H A DCodedInputStream.cs952 int bufferEnd = totalBytesRetired + bufferSize;
953 if (bufferEnd > currentLimit)
956 bufferSizeAfterLimit = bufferEnd - currentLimit;
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
H A DCodedInputStreamMicro.java553 final int bufferEnd = totalBytesRetired + bufferSize;
554 if (bufferEnd > currentLimit) {
556 bufferSizeAfterLimit = bufferEnd - currentLimit;
/external/expat/lib/
H A Dxmlparse.c632 #define bufferEnd (parser->m_bufferEnd) macro
909 bufferEnd = buffer;
1558 parseEndPtr = bufferEnd;
1585 else if (bufferPtr == bufferEnd) {
1638 bufferEnd = buffer + nLeftOver;
1640 parseEndPtr = bufferEnd;
1681 bufferEnd += len;
1682 parseEndPtr = bufferEnd;
1730 if (len > bufferLim - bufferEnd) {
1735 int neededSize = (int) ((unsigned)len + (unsigned)(bufferEnd
[all...]
/external/dng_sdk/source/
H A Ddng_string.cpp64 // 'bufferEnd' should point one element beyond the end of the buffer. For
65 // example, if the buffer is "T buffer[3];", then bufferEnd should point to
69 const T *bufferEnd,
73 if (bufferEnd < currentPos || static_cast<size_t>(bufferEnd - currentPos) < space)
68 CheckSpaceLeftInBuffer(const T *currentPos, const T *bufferEnd, size_t space) argument
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DCodedInputStream.java996 final int bufferEnd = totalBytesRetired + bufferSize;
997 if (bufferEnd > currentLimit) {
999 bufferSizeAfterLimit = bufferEnd - currentLimit;
/external/deqp/modules/gles2/functional/
H A Des2fShaderStateQueryTests.cpp1251 char* bufferEnd = (buffer + 1); local
1259 bufferEnd = &buffer[written];
1263 const std::string uniformName(buffer, bufferEnd);
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 412 milliseconds