HomeSort by relevance Sort by last modified time
    Searched defs:bufferEnd (Results 1 - 12 of 12) sorted by null

  /frameworks/base/core/java/com/android/internal/util/
IndentingPrintWriter.java 74 final int bufferEnd = offset + count;
79 while (lineEnd < bufferEnd) {
  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.cpp 746 UChar* bufferEnd = buffer + length;
750 if (convertUTF8ToUTF16(&stringCurrent, stringStart + length, &buffer, bufferEnd) != conversionOK)
754 if (buffer == bufferEnd)
  /frameworks/av/media/libmedia/
AudioRecord.cpp 581 uint32_t bufferEnd = cblk->userBase + mFrameCount;
583 if (framesReq > bufferEnd - u) {
584 framesReq = bufferEnd - u;
AudioTrack.cpp 1047 uint32_t bufferEnd = cblk->userBase + mFrameCount;
1049 if (framesReq > bufferEnd - u) {
1050 framesReq = bufferEnd - u;
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedInputStream.java 607 final int bufferEnd = totalBytesRetired + bufferSize;
608 if (bufferEnd > currentLimit) {
610 bufferSizeAfterLimit = bufferEnd - currentLimit;
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedInputStreamMicro.java 551 final int bufferEnd = totalBytesRetired + bufferSize;
552 if (bufferEnd > currentLimit) {
554 bufferSizeAfterLimit = bufferEnd - currentLimit;
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedInputByteBufferNano.java 494 final int bufferEnd = bufferSize;
495 if (bufferEnd > currentLimit) {
497 bufferSizeAfterLimit = bufferEnd - currentLimit;
  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.cpp 113 const unsigned* bufferEnd = pixel + bufferSize;
114 while (pixel < bufferEnd)
  /frameworks/av/services/audioflinger/
Tracks.cpp 236 int8_t *bufferEnd = bufferStart + frames * mFrameSize;
239 ALOG_ASSERT(!(bufferStart < mBuffer || bufferStart > bufferEnd || bufferEnd > mBufferEnd),
243 bufferStart, bufferEnd, mBuffer, mBufferEnd,
548 uint32_t bufferEnd = cblk->serverBase + mFrameCount;
550 bufferEnd = (cblk->loopEnd < bufferEnd) ? cblk->loopEnd : bufferEnd;
554 if (framesReq > bufferEnd - s) {
555 framesReq = bufferEnd - s
    [all...]
  /external/expat/lib/
xmlparse.c 624 #define bufferEnd (parser->m_bufferEnd)
874 bufferEnd = buffer;
    [all...]
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 352 milliseconds