HomeSort by relevance Sort by last modified time
    Searched refs:bufferEnd (Results 1 - 25 of 58) sorted by null

1 2 3

  /frameworks/base/core/java/com/android/internal/util/
IndentingPrintWriter.java 103 final int bufferEnd = offset + count;
108 while (lineEnd < bufferEnd) {
  /packages/apps/Dialer/java/com/android/voicemail/impl/utils/
IndentingPrintWriter.java 103 final int bufferEnd = offset + count;
108 while (lineEnd < bufferEnd) {
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
CodedInputByteBufferNano.java 496 final int bufferEnd = bufferSize;
497 if (bufferEnd > currentLimit) {
499 bufferSizeAfterLimit = bufferEnd - currentLimit;
  /external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
CodedInputStreamMicro.java 553 final int bufferEnd = totalBytesRetired + bufferSize;
554 if (bufferEnd > currentLimit) {
556 bufferSizeAfterLimit = bufferEnd - currentLimit;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
xmlparse.c 613 #define bufferEnd (parser->m_bufferEnd)
832 bufferEnd = buffer;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
xmlparse.c 613 #define bufferEnd (parser->m_bufferEnd)
832 bufferEnd = buffer;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
xmlparse.c 624 #define bufferEnd (parser->m_bufferEnd)
874 bufferEnd = buffer;
    [all...]
  /external/expat/lib/
xmlparse.c 632 #define bufferEnd (parser->m_bufferEnd)
909 bufferEnd = buffer;
    [all...]
  /external/dng_sdk/source/
dng_string.cpp 64 // '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)
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
CodedInputStream.java     [all...]
  /libcore/ojluni/src/main/java/sun/security/util/
ObjectIdentifier.java 240 int bufferEnd;
  /external/protobuf/csharp/src/Google.Protobuf/
CodedInputStream.cs     [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderStateQueryTests.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/google/protobuf/nano/protobuf-javanano/3.0.0-alpha-5/
protobuf-javanano-3.0.0-alpha-5.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-lang-2.6.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.2.1/
commons-lang3-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3/
commons-lang3-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3.2/
commons-lang3-3.3.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.4/
commons-lang3-3.4.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 

Completed in 556 milliseconds

1 2 3