HomeSort by relevance Sort by last modified time
    Searched defs:endIndex (Results 26 - 50 of 143) sorted by null

12 3 4 5 6

  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
UnicodeEscaper.java 216 int endIndex = destIndex + charsSkipped;
217 if (dest.length < endIndex) {
218 dest = growBuffer(dest, destIndex, endIndex);
221 destIndex = endIndex;
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
UnicodeEscaper.java 216 int endIndex = destIndex + charsSkipped;
217 if (dest.length < endIndex) {
218 dest = growBuffer(dest, destIndex, endIndex);
221 destIndex = endIndex;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyBlockElementCommand.cpp 86 int endIndex = indexForVisiblePosition(endOfSelection, endScope);
94 ASSERT(startIndex <= endIndex);
95 if (startScope == endScope && startIndex >= 0 && startIndex <= endIndex) {
97 VisiblePosition end(visiblePositionForIndex(endIndex, endScope.get()));
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsOp.cpp 136 int index, endIndex;
138 SkOpSegment* current = FindSortableTop(contourList, &firstContour, &index, &endIndex,
151 if (current->activeOp(index, endIndex, xorMask, xorOpMask, op)) {
164 int nextEnd = endIndex;
171 current->addCurveTo(index, endIndex, simple, true);
179 current->xyAtT(endIndex).fX, current->xyAtT(endIndex).fY);
181 current->addCurveTo(index, endIndex, simple, true);
184 endIndex = nextEnd;
186 || !current->done(SkMin32(index, endIndex))));
    [all...]
SkReduceOrder.cpp 76 int endIndex = 2;
77 while (quad[startIndex].approximatelyEqual(quad[endIndex])) {
78 --endIndex;
79 if (endIndex == 0) {
84 if (!quad.isLinear(startIndex, endIndex)) {
282 int endIndex = 3;
283 while (cubic[startIndex].approximatelyEqual(cubic[endIndex])) {
284 --endIndex;
285 if (endIndex == 0) {
290 if (!cubic.isLinear(startIndex, endIndex)) {
    [all...]
SkPathOpsCommon.cpp 16 const int endIndex = *endIndexPtr;
19 double tAtMid = current->tAtMid(index, endIndex, mid);
51 if (testSeg == current && current->betweenTs(index, testHit, endIndex)) {
53 double endT = current->t(endIndex);
56 double midT = current->tAtMid(index, endIndex, mid);
58 double newMidT = current->tAtMid(index, endIndex, newMid);
66 endT, current->xAtT(endIndex), current->yAtT(endIndex));
95 double endT = current->t(endIndex);
113 SkOpSegment* FindChase(SkTDArray<SkOpSpan*>& chase, int& tIndex, int& endIndex) {
    [all...]
  /external/skia/src/pathops/
SkPathOpsOp.cpp 136 int index, endIndex;
138 SkOpSegment* current = FindSortableTop(contourList, &firstContour, &index, &endIndex,
151 if (current->activeOp(index, endIndex, xorMask, xorOpMask, op)) {
164 int nextEnd = endIndex;
171 current->addCurveTo(index, endIndex, simple, true);
179 current->xyAtT(endIndex).fX, current->xyAtT(endIndex).fY);
181 current->addCurveTo(index, endIndex, simple, true);
184 endIndex = nextEnd;
186 || !current->done(SkMin32(index, endIndex))));
    [all...]
SkReduceOrder.cpp 76 int endIndex = 2;
77 while (quad[startIndex].approximatelyEqual(quad[endIndex])) {
78 --endIndex;
79 if (endIndex == 0) {
84 if (!quad.isLinear(startIndex, endIndex)) {
282 int endIndex = 3;
283 while (cubic[startIndex].approximatelyEqual(cubic[endIndex])) {
284 --endIndex;
285 if (endIndex == 0) {
290 if (!cubic.isLinear(startIndex, endIndex)) {
    [all...]
SkPathOpsCommon.cpp 16 const int endIndex = *endIndexPtr;
19 double tAtMid = current->tAtMid(index, endIndex, mid);
51 if (testSeg == current && current->betweenTs(index, testHit, endIndex)) {
53 double endT = current->t(endIndex);
56 double midT = current->tAtMid(index, endIndex, mid);
58 double newMidT = current->tAtMid(index, endIndex, newMid);
66 endT, current->xAtT(endIndex), current->yAtT(endIndex));
95 double endT = current->t(endIndex);
113 SkOpSegment* FindChase(SkTDArray<SkOpSpan*>& chase, int& tIndex, int& endIndex) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccUtils.java 516 int endIndex = offset + (number * 3); // 1 color use 3 bytes
525 } while (valueIndex < endIndex);
IntRangeManager.java 275 for (int endIndex = startIndex+1; endIndex < len; endIndex++) {
276 IntRange endRange = mRanges.get(endIndex);
285 // coalesce range with following ranges up to endIndex-1
291 for (int i = joinIndex; i < endIndex; i++) {
310 // coalesce range with following ranges up to endIndex
316 for (int i = joinIndex; i <= endIndex; i++) {
362 int endIndex = startIndex;
368 endIndex = testIndex
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccUtils.java 516 int endIndex = offset + (number * 3); // 1 color use 3 bytes
525 } while (valueIndex < endIndex);
  /libcore/luni/src/main/java/java/util/
HugeEnumSet.java 329 int endIndex = endOrdinal / BIT_IN_LONG;
332 if (startIndex == endIndex) {
347 size -= Long.bitCount(bits[endIndex]);
348 bits[endIndex] |= range;
349 size += Long.bitCount(bits[endIndex]);
350 for (int i = (startIndex + 1); i <= (endIndex - 1); i++) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CsvUtils.java 143 final int endIndex = text.indexOf(COMMA, nextIndex);
144 return endIndex < 0 ? length : endIndex;
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutLineBreakingTest.java 217 int endIndex = text.indexOf('>');
218 if (endIndex < 0) throw new IllegalArgumentException("Unbalanced span markers");
220 text = text.substring(0, startIndex) + text.substring(startIndex + 1, endIndex) +
221 text.substring(endIndex + 1);
224 spanEnds[spanCount] = endIndex - 2;
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLToken.h 122 int endIndex() const { return m_range.end; }
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatcher.java 532 int endIndex = rfc3966Format.indexOf(';');
533 if (endIndex < 0) {
534 endIndex = rfc3966Format.length();
538 return rfc3966Format.substring(startIndex, endIndex).split("-");
  /external/proguard/src/proguard/retrace/
ReTrace.java 256 int endIndex = matcher.end(expressionTypeIndex + 1);
311 lineIndex = endIndex;
521 int endIndex = obfuscatedArguments.indexOf(',', startIndex);
522 if (endIndex < 0)
527 originalArguments.append(originalType(obfuscatedArguments.substring(startIndex, endIndex).trim())).append(',');
529 startIndex = endIndex + 1;
  /packages/apps/Launcher2/src/com/android/launcher2/
FocusHelper.java 634 int endIndex = (lineDelta < 0) ? -1 : views.size();
635 while (index != endIndex) {
648 if (index <= endIndex) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java 633 int endIndex = (lineDelta < 0) ? -1 : views.size();
634 while (index != endIndex) {
647 if (index <= endIndex) {
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAlarmManager.java 386 final int endIndex = cursor.getColumnIndex(Instances.END);
410 final long endTime = cursor.getLong(endIndex);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListBox.cpp 562 int endIndex = scrollToward(pos);
566 if (endIndex >= 0) {
571 select->setActiveSelectionAnchorIndex(endIndex);
573 select->setActiveSelectionEndIndex(endIndex);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelinePanel.js     [all...]
  /libcore/luni/src/main/java/java/net/
URI.java 454 int endIndex = temp.indexOf(']');
458 if (index != -1 && endIndex < index) {
    [all...]

Completed in 2769 milliseconds

12 3 4 5 6