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

  /system/media/opensles/libopensles/
ISeek.c 52 SLmillisecond startPos, SLmillisecond endPos)
56 if (!(startPos < endPos)) {
62 if ((startPos != 0) && (endPos != SL_TIME_UNKNOWN)) {
78 this->mEndPos = endPos;
100 SLmillisecond endPos = this->mEndPos;
104 *pEndPos = endPos;
  /external/srec/portable/include/
pstream.h 43 const unsigned char *endPos;
  /external/webkit/WebCore/rendering/
RenderSVGInlineText.cpp 90 // Now calculate startPos and endPos for painting selection.
91 // We include a selection while endPos > 0
92 int startPos, endPos;
96 endPos = textLength();
98 selectionStartEnd(startPos, endPos);
100 endPos = textLength();
105 if (startPos == endPos)
108 return computeRepaintRectForRange(repaintContainer, startPos, endPos);
111 IntRect RenderSVGInlineText::computeRepaintRectForRange(RenderBoxModelObject* repaintContainer, int startPos, int endPos)
113 FloatQuad repaintQuad = computeRepaintQuadForRange(repaintContainer, startPos, endPos);
    [all...]
SVGInlineTextBox.cpp 307 IntRect SVGInlineTextBox::selectionRect(int, int, int startPos, int endPos)
309 if (startPos >= endPos)
312 // TODO: Actually respect startPos/endPos - we're returning the _full_ selectionRect
487 int startPos, endPos;
488 selectionStartEnd(startPos, endPos);
490 if (startPos >= endPos)
505 if ((startPos > boxStartOffset && endPos > boxStartOffset + length) || boxStartOffset >= endPos)
508 if (endPos > boxStartOffset + length)
509 endPos = boxStartOffset + length
    [all...]
InlineTextBox.cpp 56 bool InlineTextBox::isSelected(int startPos, int endPos) const
59 int ePos = min(endPos - m_start, (int)m_len);
67 int startPos, endPos;
68 renderer()->selectionStartEnd(startPos, endPos);
73 bool end = (state != RenderObject::SelectionStart && endPos > m_start && endPos <= lastSelectable);
81 (state == RenderObject::SelectionStart || endPos > lastSelectable))
106 IntRect InlineTextBox::selectionRect(int tx, int ty, int startPos, int endPos)
109 int ePos = min(endPos - m_start, (int)m_len);
556 int startPos, endPos;
    [all...]
RenderText.cpp 803 int startPos, endPos;
804 selectionStartEnd(startPos, endPos);
806 endPos = textLength();
809 if (startPos != 0 && startPos == endPos)
810 startPos = endPos - 1;
815 if (box->isSelected(startPos, endPos)) {
    [all...]
  /external/webkit/WebCore/platform/wince/
FileSystemWince.cpp 136 int endPos = path.length();
138 endPos -= 1;
147 String folder(path.substring(0, endPos));
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
SmsMessageBodyTest.java 77 int endPos = (asciiCharsLen - startPos > addCount) ?
79 sb.append(sAsciiChars, startPos, endPos);
80 startPos = (endPos == asciiCharsLen) ? 0 : endPos;
121 int endPos = (unicodeCharsLen - startPos > addCount) ?
123 sb.append(sUnicodeChars, startPos, endPos);
124 startPos = (endPos == unicodeCharsLen) ? 0 : endPos;
  /external/webkit/WebCore/plugins/win/
PluginDatabaseWin.cpp 176 unsigned endPos;
179 for (endPos = startPos; endPos < versionString.length(); ++endPos)
180 if (versionString[endPos] == '.' || versionString[endPos] == '_')
183 int versionComponent = versionString.substring(startPos, endPos - startPos).toInt();
186 startPos = endPos + 1;
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
FsUtils.java 183 int endPos = path.lastIndexOf('/');
184 path = path.substring(0, endPos);
185 endPos = path.lastIndexOf('/');
186 return path.substring(endPos + 1);
  /libcore/luni/src/test/java/libcore/java/util/
OldTreeSetTest.java 259 final int endPos = 3 * objArray.length / 4;
260 SortedSet aSubSet = ts.subSet(objArray[startPos], objArray[endPos]);
262 aSubSet.size() == (endPos - startPos));
263 for (int counter = startPos; counter < endPos; counter++)
  /external/webkit/WebCore/platform/text/
String.cpp 615 int endPos;
616 while ((endPos = find(separator, startPos)) != -1) {
617 if (allowEmptyEntries || startPos != endPos)
618 result.append(substring(startPos, endPos - startPos));
619 startPos = endPos + separator.length();
635 int endPos;
636 while ((endPos = find(separator, startPos)) != -1) {
637 if (allowEmptyEntries || startPos != endPos)
638 result.append(substring(startPos, endPos - startPos));
639 startPos = endPos + 1
    [all...]
  /external/chromium/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/webkit/WebCore/accessibility/
AccessibilityObject.cpp 172 VisiblePosition endPos;
185 endPos = visiblePos2;
188 endPos = visiblePos1;
191 return VisiblePositionRange(startPos, endPos);
    [all...]
AccessibilityRenderObject.cpp     [all...]
  /external/webkit/WebCore/loader/appcache/
ApplicationCacheStorage.cpp 809 int endPos;
810 while ((endPos = headers.find('\n', startPos)) != -1) {
811 ASSERT(startPos != endPos);
813 parseHeader(headers.characters() + startPos, endPos - startPos, response);
815 startPos = endPos + 1;
    [all...]
  /external/webkit/WebCore/xml/
XPathFunctions.cpp 348 size_t endPos = startPos;
349 while (endPos < length && !isWhitespace(idList[endPos]))
350 ++endPos;
354 Node* node = contextDocument->getElementById(String(&idList[startPos], endPos - startPos));
358 startPos = endPos;
  /external/chromium/third_party/icu/source/test/cintltst/
cnumtst.c 773 int32_t endPos;
816 if ( value != testPtr->value || position != testPtr->endPos || status != testPtr->status ) {
817 log_err("unum_parse SPELLOUT, locale %s, testname %s, startPos %d: for value / endPos / status, expected %d / %d / %s, got %d / %d / %s\n",
819 testPtr->value, testPtr->endPos, myErrorName(testPtr->status),
    [all...]
  /external/icu4c/test/cintltst/
cnumtst.c 794 int32_t endPos;
837 if ( value != testPtr->value || position != testPtr->endPos || status != testPtr->status ) {
838 log_err("unum_parse SPELLOUT, locale %s, testname %s, startPos %d: for value / endPos / status, expected %d / %d / %s, got %d / %d / %s\n",
840 testPtr->value, testPtr->endPos, myErrorName(testPtr->status),
    [all...]
  /external/icu4c/test/intltest/
ustrtest.cpp 732 int32_t endPos = 28;
735 (startPos = test1.indexOf(test2, startPos, endPos - startPos)) != -1 ? (++occurrences, startPos += 4) : 0)
    [all...]
  /external/webkit/WebCore/editing/
SelectionController.cpp     [all...]
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduParser.java 768 int endPos = pduDataStream.available();
769 int partHeaderLen = headerLength - (startPos - endPos);
    [all...]
  /frameworks/base/libs/utils/
ResourceTypes.cpp     [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 548 milliseconds