/external/skia/src/pathops/ |
SkReduceOrder.cpp | 40 int endIndex = 2; 41 while (quad[startIndex].approximatelyEqual(quad[endIndex])) { 42 --endIndex; 43 if (endIndex == 0) { 48 if (!quad.isLinear(startIndex, endIndex)) { 160 int endIndex = 3; 161 while (cubic[startIndex].approximatelyEqual(cubic[endIndex])) { 162 --endIndex; 163 if (endIndex == 0) { 168 if (!cubic.isLinear(startIndex, endIndex)) { [all...] |
SkPathOpsOp.cpp | 145 int index, endIndex; 148 &index, &endIndex, &topLeft, &topUnsortable, &done); 160 if (current->activeOp(index, endIndex, xorMask, xorOpMask, op)) { 173 int nextEnd = endIndex; 180 current->addCurveTo(index, endIndex, simple, true); 188 current->xyAtT(endIndex).fX, current->xyAtT(endIndex).fY); 190 current->addCurveTo(index, endIndex, simple, true); 193 endIndex = nextEnd; 195 || !current->done(SkMin32(index, endIndex)))); [all...] |
/external/v8/src/ |
string.js | 646 var endIndex = matchInfo[CAPTURE1]; 649 if (startIndex === endIndex && endIndex === currentIndex) { 678 startIndex = currentIndex = endIndex;
|
/frameworks/base/core/java/android/database/ |
MatrixCursor.java | 87 final int endIndex = rowCount * columnCount; 88 ensureCapacity(endIndex); 197 private final int endIndex; 204 this.endIndex = index + columnCount; 215 if (index == endIndex) {
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
ComprehensionTlv.java | 91 int endIndex = data.length; 92 while (startIndex < endIndex) { 117 int endIndex = data.length; 130 " endIndex=" + endIndex); 162 " endIndex=" + endIndex); 173 " endIndex=" + endIndex); 185 " endIndex=" + endIndex) [all...] |
/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 | 87 int endIndex = indexForVisiblePosition(endOfSelection, endScope); 95 ASSERT(startIndex <= endIndex); 96 if (startScope == endScope && startIndex >= 0 && startIndex <= endIndex) { 98 VisiblePosition end(visiblePositionForIndex(endIndex, endScope.get()));
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
PlatformLocale.cpp | 310 bool Locale::detectSignAndGetDigitRange(const String& input, bool& isNegative, unsigned& startIndex, unsigned& endIndex) 313 endIndex = input.length(); 318 endIndex -= m_positiveSuffix.length(); 326 endIndex -= m_negativeSuffix.length(); 331 endIndex -= m_positiveSuffix.length(); 360 unsigned endIndex; 361 if (!detectSignAndGetDigitRange(input, isNegative, startIndex, endIndex)) 368 for (unsigned i = startIndex; i < endIndex;) {
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkPathOpsOp.cpp | 145 int index, endIndex; 148 &index, &endIndex, &topLeft, &topUnsortable, &done); 160 if (current->activeOp(index, endIndex, xorMask, xorOpMask, op)) { 173 int nextEnd = endIndex; 180 current->addCurveTo(index, endIndex, simple, true); 188 current->xyAtT(endIndex).fX, current->xyAtT(endIndex).fY); 190 current->addCurveTo(index, endIndex, simple, true); 193 endIndex = nextEnd; 195 || !current->done(SkMin32(index, 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/chrome/android/java/src/org/chromium/chrome/browser/infobar/ |
InfoBarLayout.java | 80 public int endIndex; 434 groupInfo.endIndex = startIndex; 438 while (groupInfo.endIndex < childCount) { 439 final View groupChild = getChildAt(groupInfo.endIndex); 447 groupInfo.endIndex++; 518 int currentChildIndex = mainControlInfo.endIndex; 525 currentChildIndex = groupInfo.endIndex; 596 for (int i = currentChildIndex; i < groupInfo.endIndex; i++) { 606 for (int i = currentChildIndex; i < groupInfo.endIndex; i++) { 615 currentChildIndex = groupInfo.endIndex; [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLSelectElement.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderListBox.cpp | 572 int endIndex = scrollToward(pos); 576 if (endIndex >= 0) { 581 select->setActiveSelectionAnchorIndex(endIndex); 583 select->setActiveSelectionEndIndex(endIndex);
|