HomeSort by relevance Sort by last modified time
    Searched defs:endPos (Results 1 - 25 of 75) sorted by null

1 2 3

  /frameworks/wilhelm/src/itf/
ISeek.c 52 SLmillisecond startPos, SLmillisecond endPos)
56 if (!(startPos < endPos)) {
62 if ((startPos != 0) && (endPos != SL_TIME_UNKNOWN)) {
98 thiz->mEndPos = endPos;
120 SLmillisecond endPos = thiz->mEndPos;
124 *pEndPos = endPos;
  /external/lzma/CPP/7zip/Common/
FilterCoder.cpp 55 UInt32 endPos = bufferPos + (UInt32)processedSize;
57 bufferPos = Filter->Filter(_buffer, endPos);
58 if (bufferPos > endPos)
60 for (; endPos < bufferPos; endPos++)
61 _buffer[endPos] = 0;
62 bufferPos = Filter->Filter(_buffer, endPos);
67 if (endPos == 0)
69 return WriteWithLimit(outStream, endPos);
77 while (bufferPos < endPos)
    [all...]
  /external/srec/portable/include/
pstream.h 43 const unsigned char *endPos;
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
programopt.c 565 GLint endPos, var;
568 endPos = -1;
572 endPos = i;
578 assert(endPos >= 0);
581 inst = prog->Instructions + endPos;
  /external/mesa3d/src/mesa/program/
programopt.c 565 GLint endPos, var;
568 endPos = -1;
572 endPos = i;
578 assert(endPos >= 0);
581 inst = prog->Instructions + endPos;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
ResizableIntArray.java 127 final int endPos = startPos + length;
128 ensureCapacity(endPos);
129 Arrays.fill(mArray, startPos, endPos, value);
130 if (mLength < endPos) {
131 mLength = endPos;
  /external/javassist/src/main/javassist/expr/
Expr.java 318 int endPos = oldIterator.lookAhead();
320 if (ed.doit(thisClass, thisMethod, context, oldIterator, endPos))
323 oldIterator.move(endPos + oldIterator.getCodeLength() - size);
  /external/lzma/CPP/7zip/Compress/
Bcj2Coder.cpp 124 UInt32 endPos = bufferPos + processedSize;
126 if (endPos < 5)
129 for (bufferPos = 0; bufferPos < endPos; bufferPos++)
153 UInt32 limit = endPos - 5;
247 while(bufferPos < endPos)
  /libcore/luni/src/test/java/libcore/java/util/
OldTreeSetTest.java 183 final int endPos = 3 * objArray.length / 4;
184 SortedSet aSubSet = ts.subSet(objArray[startPos], objArray[endPos]);
186 aSubSet.size() == (endPos - startPos));
187 for (int counter = startPos; counter < endPos; counter++)
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
ResizableIntArrayTests.java 261 final int endPos = startPos + length;
282 if (i >= startPos && i < endPos) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
TreeSetTest.java 269 final int endPos = 3 * objArray.length / 4;
270 SortedSet aSubSet = ts.subSet(objArray[startPos], objArray[endPos]);
272 aSubSet.size() == (endPos - startPos));
273 for (int counter = startPos; counter < endPos; counter++)
  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp 176 int startPos, endPos;
180 endPos = textRenderer->textLength();
183 textRenderer->selectionStartEnd(startPos, endPos);
184 endPos = textRenderer->textLength();
187 textRenderer->selectionStartEnd(startPos, endPos);
191 textRenderer->selectionStartEnd(startPos, endPos);
198 textRenderer->absoluteQuadsForRange(quads, startPos, endPos);
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
WireFormatNano.java 134 int endPos = input.getPosition();
135 byte[] bytes = input.getData(startPos, endPos - startPos);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathFunctions.cpp 346 size_t endPos = startPos;
347 while (endPos < length && !isWhitespace(idList[endPos]))
348 ++endPos;
352 Node* node = contextScope->getElementById(idList.substring(startPos, endPos - startPos));
356 startPos = endPos;
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.cpp 683 size_t endPos;
684 while ((endPos = find(separator, startPos)) != notFound) {
685 if (allowEmptyEntries || startPos != endPos)
686 result.append(substring(startPos, endPos - startPos));
687 startPos = endPos + separator.length();
698 size_t endPos;
699 while ((endPos = find(separator, startPos)) != notFound) {
700 if (allowEmptyEntries || startPos != endPos)
701 result.append(substring(startPos, endPos - startPos));
702 startPos = endPos + 1
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPUtilsImpl.java 192 int endPos = catedStr.length();
193 while (itemEnd < endPos)
197 for (itemStart = itemEnd; itemStart < endPos; itemStart++)
206 if (itemStart >= endPos)
215 for (itemEnd = itemStart; itemEnd < endPos; itemEnd++)
229 else if ((itemEnd + 1) < endPos)
259 for (itemEnd = itemStart; itemEnd < endPos; itemEnd++)
278 if ((itemEnd + 1) < endPos)
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SmsMessageBodyTest.java 271 int endPos = (asciiCharsLen - startPos > addCount) ?
273 sb.append(sAsciiChars, startPos, endPos);
274 startPos = (endPos == asciiCharsLen) ? 0 : endPos;
305 int endPos = (unicodeCharsLen - startPos > addCount) ?
307 sb.append(sUnicodeChars, startPos, endPos);
308 startPos = (endPos == unicodeCharsLen) ? 0 : endPos;
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnumtst.c     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
ustrtest.cpp 731 int32_t endPos = 28;
734 (startPos = test1.indexOf(test2, startPos, endPos - startPos)) != -1 ? (++occurrences, startPos += 4) : 0)
    [all...]
  /external/icu4c/test/intltest/
ustrtest.cpp 734 int32_t endPos = 28;
737 (startPos = test1.indexOf(test2, startPos, endPos - startPos)) != -1 ? (++occurrences, startPos += 4) : 0)
    [all...]
  /frameworks/base/core/java/android/os/
Bundle.java     [all...]
  /frameworks/base/core/java/android/text/
StaticLayout.java 383 int endPos;
388 endPos = ok;
395 endPos = fit;
402 endPos = here + 1;
410 v = out(source, here, endPos,
417 here = endPos;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp 136 bool InlineTextBox::isSelected(int startPos, int endPos) const
141 int ePos = min(endPos - m_start, int(m_len) + (isLineBreak() ? 0 : 1));
149 int startPos, endPos;
150 renderer()->selectionStartEnd(startPos, endPos);
158 bool end = (state != RenderObject::SelectionStart && endPos > m_start && endPos <= lastSelectable);
166 (state == RenderObject::SelectionStart || endPos > lastSelectable))
191 LayoutRect InlineTextBox::localSelectionRect(int startPos, int endPos)
194 int ePos = min(endPos - m_start, (int)m_len);
211 endPos = textRun.length()
    [all...]
RenderText.cpp 378 static IntRect ellipsisRectForBox(InlineTextBox* box, unsigned startPos, unsigned endPos)
390 int ellipsisEndPosition = min<int>(endPos - box->start(), box->len());
    [all...]

Completed in 813 milliseconds

1 2 3