HomeSort by relevance Sort by last modified time
    Searched full:nextindex (Results 1 - 25 of 188) sorted by null

1 2 3 4 5 6 7 8

  /external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/helper/
Abbreviator.java 53 int nextIndex = computeNextIndex(filename, firstIndex);
54 if (nextIndex != -1) {
55 buf.append(filename.substring(nextIndex));
71 int nextIndex = firstIndex + 1;
74 while (nextIndex < firstIndex + minToRemove) {
75 int tmpIndex = filename.indexOf(folderSeparator, nextIndex + 1);
80 return nextIndex;
84 nextIndex = tmpIndex;
87 return nextIndex;
  /external/proguard/src/proguard/util/
ListUtil.java 81 int nextIndex;
87 nextIndex = string.indexOf('\'', index + 1);
88 if (nextIndex < 0)
90 nextIndex = string.length();
93 list.add(string.substring(index + 1, nextIndex));
98 nextIndex = string.indexOf(',', index);
99 if (nextIndex < 0)
101 nextIndex = string.length();
104 String substring = string.substring(index, nextIndex).trim();
111 index = nextIndex + 1
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
DateSorterTest.java 64 int nextIndex = i + 1;
68 assertEquals(nextIndex, dateSorter.getIndex(boundary));
69 assertEquals(nextIndex, dateSorter.getIndex(boundary-1));
  /external/apache-harmony/support/src/test/java/tests/support/
Support_ListTest.java 147 assertTrue("list iterator nextIndex(): " + i, li.nextIndex() == i);
167 assertTrue("list iterator nextIndex()2: " + i, li.nextIndex() == i);
191 assertEquals("list iterator add(), nextIndex()", 1, li.nextIndex());
200 assertEquals("list iterator add(), nextIndex()2", 2, li.nextIndex());
207 assertEquals("list iterator remove(), nextIndex()", 2, li.nextIndex());
    [all...]
  /libcore/support/src/test/java/tests/support/
Support_ListTest.java 147 assertTrue("list iterator nextIndex(): " + i, li.nextIndex() == i);
167 assertTrue("list iterator nextIndex()2: " + i, li.nextIndex() == i);
191 assertEquals("list iterator add(), nextIndex()", 1, li.nextIndex());
200 assertEquals("list iterator add(), nextIndex()2", 2, li.nextIndex());
207 assertEquals("list iterator remove(), nextIndex()", 2, li.nextIndex());
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/fuzzers/
FuzzerMultiple.java 37 int nextIndex = iterations % Options.inputFileList.size();
38 inputFile = Options.inputFileList.get(nextIndex);
  /external/guava/guava/src/com/google/common/collect/
TransformedListIterator.java 53 public final int nextIndex() {
54 return backingIterator().nextIndex();
ForwardingListIterator.java 52 public int nextIndex() {
53 return delegate().nextIndex();
AbstractIndexedListIterator.java 59 * initial position. That is, the first call to {@link #nextIndex()} will
88 public final int nextIndex() {
LinkedListMultimap.java 317 int nextIndex;
328 nextIndex = size;
356 nextIndex++;
365 nextIndex--;
384 nextIndex--;
388 public int nextIndex() {
389 return nextIndex;
393 return nextIndex - 1;
450 int nextIndex;
477 nextIndex = size
    [all...]
  /external/icu/icu4c/source/common/
normlzr.cpp 35 currentIndex(0), nextIndex(0),
44 currentIndex(0), nextIndex(0),
53 currentIndex(0), nextIndex(0),
62 currentIndex(copy.currentIndex), nextIndex(copy.nextIndex),
100 return text->hashCode() + fUMode + fOptions + buffer.hashCode() + bufferPos + currentIndex + nextIndex;
112 nextIndex==that.nextIndex);
287 currentIndex=nextIndex=text->setToStart();
294 currentIndex=nextIndex=text->getIndex()
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingListIteratorTest.java 67 forward.nextIndex();
68 assertEquals("[nextIndex]", getCalls());
UnmodifiableListIteratorTest.java 90 @Override public int nextIndex() {
  /external/smali/util/src/test/java/org/jf/util/
AbstractForwardSequentialListTest.java 81 Assert.assertEquals(i, iter.nextIndex());
91 Assert.assertEquals(iter.nextIndex(), 100);
104 Assert.assertEquals(i+1, iter.nextIndex());
114 Assert.assertEquals(0, iter.nextIndex());
130 Assert.assertEquals(50, iter.nextIndex());
137 Assert.assertEquals(51, iter.nextIndex());
  /external/proguard/src/proguard/
OutputWriter.java 74 int nextIndex = index + 1;
75 if (nextIndex == programJars.size() ||
76 !programJars.get(nextIndex).isOutput())
83 nextIndex);
86 firstInputIndex = nextIndex;
  /libcore/luni/src/main/java/java/util/
AbstractSequentialList.java 44 int next = it.nextIndex();
48 return next != it.nextIndex();
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
LinkedListMultimap.java 313 int nextIndex;
324 nextIndex = size;
352 nextIndex++;
361 nextIndex--;
380 nextIndex--;
384 public int nextIndex() {
385 return nextIndex;
389 return nextIndex - 1;
446 int nextIndex;
473 nextIndex = size
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ArrayBlockingQueue.java     [all...]
  /external/skia/src/core/
SkTDynamicHash.h 101 index = this->nextIndex(index, round);
152 index = this->nextIndex(index, round);
221 index = this->nextIndex(index, round);
238 index = this->nextIndex(index, round);
275 int nextIndex(int index, int round) const {
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationBuilder.java 161 int nextIndex = nextIndexFromNode(node);
162 if(nextIndex == 0) { break; }
163 index = nextIndex;
416 int nextIndex = nextIndexFromNode(node);
417 if(nextIndex == 0) { break; }
418 long nextNode = nodes.elementAti(nextIndex);
420 index = nextIndex;
649 int nextIndex = nextIndexFromNode(node);
651 index = insertNodeBetween(index, nextIndex, node);
653 insertNodeBetween(index, nextIndex, commonNode)
    [all...]
  /external/icu/icu4c/source/i18n/
collationbuilder.cpp 360 int32_t nextIndex = nextIndexFromNode(node);
361 if(nextIndex == 0) { break; }
362 index = nextIndex;
628 int32_t nextIndex = nextIndexFromNode(node);
629 if(nextIndex == 0) { break; }
630 int64_t nextNode = nodes.elementAti(nextIndex);
632 index = nextIndex;
    [all...]
csrmbcs.cpp 117 charValue(0), index(-1), nextIndex(0), error(FALSE), done(FALSE)
126 nextIndex = 0;
133 if (nextIndex >= det->fRawLength) {
139 return det->fRawInput[nextIndex++];
244 it->index = it->nextIndex;
297 it->index = it->nextIndex;
409 it->index = it->nextIndex;
463 it->index = it->nextIndex;
  /external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
MonitorBasedArrayBlockingQueue.java 687 private int nextIndex;
706 nextIndex = -1;
708 nextIndex = takeIndex;
720 return nextIndex >= 0;
724 * Checks whether nextIndex is valid; if so setting nextItem.
728 if (nextIndex == putIndex) {
729 nextIndex = -1;
732 nextItem = items[nextIndex];
734 nextIndex = -1;
743 if (nextIndex < 0
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/concurrent/
CopyOnWriteArrayListTest.java 226 assertEquals(5, i.nextIndex());
229 assertEquals(4, i.nextIndex());
234 assertEquals(3, i.nextIndex());
239 assertEquals(2, i.nextIndex());
244 assertEquals(1, i.nextIndex());
249 assertEquals(0, i.nextIndex());
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
TricubicSplineInterpolator.java 149 final int nI = nextIndex(i, xLen);
152 final int nJ = nextIndex(j, yLen);
155 final int nK = nextIndex(k, zLen);
183 private int nextIndex(int i, int max) {

Completed in 879 milliseconds

1 2 3 4 5 6 7 8