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

12 3 4 5 6 7 8 9

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
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...]
  /external/apache-http/src/org/apache/http/impl/auth/
AuthSchemeBase.java 105 int endIndex = pos;
106 String s = buffer.substring(beginIndex, endIndex);
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
AudioResamplerKernel.cpp 59 int endIndex = static_cast<int>(nextFractionalIndex + 1.0); // round up to next integer index
62 // We need to fill the buffer up to and including endIndex (so add 1) but we've already buffered m_fillIndex frames from last time.
63 size_t framesNeeded = 1 + endIndex - m_fillIndex;
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
PlatformLocale.cpp 255 bool Locale::detectSignAndGetDigitRange(const String& input, bool& isNegative, unsigned& startIndex, unsigned& endIndex)
258 endIndex = input.length();
263 endIndex -= m_positiveSuffix.length();
270 endIndex -= m_negativeSuffix.length();
275 endIndex -= m_positiveSuffix.length();
303 unsigned endIndex;
304 if (!detectSignAndGetDigitRange(input, isNegative, startIndex, endIndex))
311 for (unsigned i = startIndex; i < endIndex;) {
PlatformLocale.h 149 bool detectSignAndGetDigitRange(const String& input, bool& isNegative, unsigned& startIndex, unsigned& endIndex);
  /external/chromium_org/third_party/icu/source/common/unicode/
chariter.h 145 * (toward endIndex()). If there are
155 * (toward endIndex()). If there are
489 * (toward endIndex()), and returns that code unit. If there are
498 * (toward endIndex()), and returns that code point. If there are
558 inline int32_t endIndex(void) const;
701 CharacterIterator::endIndex(void) const {
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCubic.h 36 void align(int endIndex, int ctrlIndex, SkDPoint* dstPt) const;
54 bool isLinear(int startIndex, int endIndex) const;
SkPathOpsQuad.h 37 void align(int endIndex, SkDPoint* dstPt) const;
41 bool isLinear(int startIndex, int endIndex) const;
SkOpSegment.cpp 156 bool SkOpSegment::activeOp(int index, int endIndex, int xorMiMask, int xorSuMask, SkPathOp op) {
157 int sumMiWinding = updateWinding(endIndex, index);
158 int sumSuWinding = updateOppWinding(endIndex, index);
163 return activeOp(xorMiMask, xorSuMask, index, endIndex, op, &sumMiWinding, &sumSuWinding,
167 bool SkOpSegment::activeOp(int xorMiMask, int xorSuMask, int index, int endIndex, SkPathOp op,
170 setUpWindings(index, endIndex, sumMiWinding, sumSuWinding,
195 bool SkOpSegment::activeWinding(int index, int endIndex) {
196 int sumWinding = updateWinding(endIndex, index);
198 return activeWinding(index, endIndex, &maxWinding, &sumWinding);
201 bool SkOpSegment::activeWinding(int index, int endIndex, int* maxWinding, int* sumWinding)
    [all...]
SkPathOpsQuad.cpp 137 bool SkDQuad::isLinear(int startIndex, int endIndex) const {
139 lineParameters.quadEndPoints(*this, startIndex, endIndex);
231 void SkDQuad::align(int endIndex, SkDPoint* dstPt) const {
232 if (fPts[endIndex].fX == fPts[1].fX) {
233 dstPt->fX = fPts[endIndex].fX;
235 if (fPts[endIndex].fY == fPts[1].fY) {
236 dstPt->fY = fPts[endIndex].fY;
  /external/icu4c/common/unicode/
chariter.h 145 * (toward endIndex()). If there are
155 * (toward endIndex()). If there are
495 * (toward endIndex()), and returns that code unit. If there are
504 * (toward endIndex()), and returns that code point. If there are
564 inline int32_t endIndex(void) const;
707 CharacterIterator::endIndex(void) const {
  /external/skia/src/pathops/
SkPathOpsCubic.h 36 void align(int endIndex, int ctrlIndex, SkDPoint* dstPt) const;
54 bool isLinear(int startIndex, int endIndex) const;
SkPathOpsQuad.h 37 void align(int endIndex, SkDPoint* dstPt) const;
41 bool isLinear(int startIndex, int endIndex) const;
SkOpSegment.cpp 156 bool SkOpSegment::activeOp(int index, int endIndex, int xorMiMask, int xorSuMask, SkPathOp op) {
157 int sumMiWinding = updateWinding(endIndex, index);
158 int sumSuWinding = updateOppWinding(endIndex, index);
163 return activeOp(xorMiMask, xorSuMask, index, endIndex, op, &sumMiWinding, &sumSuWinding,
167 bool SkOpSegment::activeOp(int xorMiMask, int xorSuMask, int index, int endIndex, SkPathOp op,
170 setUpWindings(index, endIndex, sumMiWinding, sumSuWinding,
195 bool SkOpSegment::activeWinding(int index, int endIndex) {
196 int sumWinding = updateWinding(endIndex, index);
198 return activeWinding(index, endIndex, &maxWinding, &sumWinding);
201 bool SkOpSegment::activeWinding(int index, int endIndex, int* maxWinding, int* sumWinding)
    [all...]
SkPathOpsQuad.cpp 137 bool SkDQuad::isLinear(int startIndex, int endIndex) const {
139 lineParameters.quadEndPoints(*this, startIndex, endIndex);
231 void SkDQuad::align(int endIndex, SkDPoint* dstPt) const {
232 if (fPts[endIndex].fX == fPts[1].fX) {
233 dstPt->fX = fPts[endIndex].fX;
235 if (fPts[endIndex].fY == fPts[1].fY) {
236 dstPt->fY = fPts[endIndex].fY;
  /libcore/luni/src/main/java/java/util/
Arrays.java 180 * @param endIndex the exclusive start index.
184 * @throws IllegalArgumentException if {@code startIndex > endIndex}
185 * @throws ArrayIndexOutOfBoundsException if {@code startIndex < 0 || endIndex > array.length}
188 public static int binarySearch(byte[] array, int startIndex, int endIndex, byte value) {
189 checkBinarySearchBounds(startIndex, endIndex, array.length);
191 int hi = endIndex - 1;
230 * @param endIndex the exclusive start index.
234 * @throws IllegalArgumentException if {@code startIndex > endIndex}
235 * @throws ArrayIndexOutOfBoundsException if {@code startIndex < 0 || endIndex > array.length}
238 public static int binarySearch(char[] array, int startIndex, int endIndex, char value)
    [all...]
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++) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
MeteringTest.java 471 * @param endIndex the array storing the index of the grey square where one
475 private void runMultipleAreaTest(int[] startIndex, int[] endIndex, int[] weight) {
481 meteringAreas.add(makeArea(startIndex[i], endIndex[i], weight[i]));
483 startIndex[i], endIndex[i], weight[i]));
495 * @param endIndex the index of the grey square where the metering area
499 private void runSingleTest(int startIndex, int endIndex, int weight) {
503 Log.v(TAG, String.format("Single test for %d, %d, %d", startIndex, endIndex, weight));
504 meteringAreas.add(makeArea(startIndex, endIndex, weight));
543 * @param endIndex the index of the grey square where the metering area
550 private Camera.Area makeArea(int startIndex, int endIndex, int weight)
    [all...]
  /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) {
  /external/chromium_org/third_party/icu/source/test/intltest/
tstnrapi.cpp 90 copy.endIndex()!=iter.endIndex()
115 if(copy.endIndex()!=s.length()-1) {
  /external/icu4c/samples/citer/
citer.cpp 76 if (iter.startIndex() != 0 || iter.endIndex() != u_strlen(testText)) {
77 u_fprintf(out, "startIndex() or endIndex() failed\n");
135 int32_t i = iter.endIndex();
140 if (iter.startIndex() != 0 || iter.endIndex() != u_strlen(testText)) {
141 u_fprintf(out, "startIndex() or endIndex() failed\n");
  /external/icu4c/test/intltest/
tstnrapi.cpp 90 copy.endIndex()!=iter.endIndex()
115 if(copy.endIndex()!=s.length()-1) {
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLSourceTracker.cpp 68 size_t length = static_cast<size_t>(token.endIndex() - token.startIndex());
  /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;

Completed in 1860 milliseconds

12 3 4 5 6 7 8 9