HomeSort by relevance Sort by last modified time
    Searched refs:nextIndex (Results 1 - 25 of 157) sorted by null

1 2 3 4 5 6 7

  /external/proguard/src/proguard/util/
ListUtil.java 74 int nextIndex;
80 nextIndex = string.indexOf('\'', index + 1);
81 if (nextIndex < 0)
83 nextIndex = string.length();
86 list.add(string.substring(index + 1, nextIndex));
91 nextIndex = string.indexOf(',', index);
92 if (nextIndex < 0)
94 nextIndex = string.length();
97 String substring = string.substring(index, nextIndex).trim();
104 index = nextIndex + 1
    [all...]
  /external/guava/guava/src/com/google/common/collect/
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 280 int nextIndex;
293 nextIndex = size;
314 nextIndex++;
322 nextIndex--;
338 nextIndex--;
342 public int nextIndex() {
343 return nextIndex;
347 return nextIndex - 1;
394 int nextIndex;
419 nextIndex = size
    [all...]
  /libcore/luni/src/main/java/java/util/
ListIterator.java 78 public int nextIndex();
AbstractSequentialList.java 44 int next = it.nextIndex();
48 return next != it.nextIndex();
AbstractList.java 118 public int nextIndex() {
192 return iterator.nextIndex() < end;
200 if (iterator.nextIndex() < end) {
206 public int nextIndex() {
207 return iterator.nextIndex() - start;
586 return it.nextIndex();
592 return it.nextIndex();
  /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));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CsvUtils.java 136 final int nextIndex = index + 1;
137 if (nextIndex < length && text.charAt(nextIndex) == QUOTE) {
139 index = nextIndex;
143 final int endIndex = text.indexOf(COMMA, nextIndex);
166 final int nextIndex = end + 1;
167 if (nextIndex == length && isQuoted) {
171 if (nextIndex < length && text.charAt(nextIndex) == QUOTE) {
179 sb.append(text.substring(start, nextIndex));
    [all...]
  /external/chromium_org/third_party/icu/source/common/
normlzr.cpp 34 currentIndex(0), nextIndex(0),
43 currentIndex(0), nextIndex(0),
52 currentIndex(0), nextIndex(0),
61 currentIndex(copy.currentIndex), nextIndex(copy.nextIndex),
101 return text->hashCode() + fUMode + fOptions + buffer.hashCode() + bufferPos + currentIndex + nextIndex;
113 nextIndex==that.nextIndex);
288 currentIndex=nextIndex=text->setToStart();
295 currentIndex=nextIndex=text->getIndex()
    [all...]
  /external/icu4c/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/smack/src/org/jivesoftware/smack/util/collections/
AbstractEmptyIterator.java 53 public int nextIndex() {
  /libcore/luni/src/main/java/java/util/concurrent/
ArrayBlockingQueue.java     [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
UnmodifiableLazyStringList.java 100 public int nextIndex() {
101 return iter.nextIndex();
  /external/proguard/src/proguard/
OutputWriter.java 115 int nextIndex = index + 1;
116 if (nextIndex == programJars.size() ||
117 !programJars.get(nextIndex).isOutput())
124 nextIndex);
127 firstInputIndex = nextIndex;
  /external/chromium_org/third_party/sqlite/src/src/
vdbetrace.c 71 int nextIndex = 1; /* Index of next ? host parameter */
103 idx = nextIndex;
114 nextIndex = idx + 1;
  /external/emma/core/java12/com/vladium/jcd/cls/
IConstantCollection.java 40 public int nextIndex ();
44 * get(nextIndex()) and avoiding index bound violation exceptions.
ConstantCollection.java 212 public int nextIndex ()
222 final int nextIndex = nextIndex ();
223 if (nextIndex < 0)
226 return (CONSTANT_info) m_constants.get (nextIndex - 1);
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingListIteratorTest.java 67 forward.nextIndex();
68 assertEquals("[nextIndex]", getCalls());
  /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...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
LinkedListMultimap.java 276 int nextIndex;
289 nextIndex = size;
310 nextIndex++;
318 nextIndex--;
334 nextIndex--;
338 public int nextIndex() {
339 return nextIndex;
343 return nextIndex - 1;
390 int nextIndex;
415 nextIndex = size
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkTDynamicHash.h 46 index = this->nextIndex(index, round);
83 index = this->nextIndex(index, round);
171 index = this->nextIndex(index, round);
187 index = this->nextIndex(index, round);
230 int nextIndex(int index, int round) const {
  /external/skia/src/core/
SkTDynamicHash.h 46 index = this->nextIndex(index, round);
83 index = this->nextIndex(index, round);
171 index = this->nextIndex(index, round);
187 index = this->nextIndex(index, round);
230 int nextIndex(int index, int round) const {
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsOp.cpp 64 int nextIndex = firstIndex + 1;
68 SkASSERT(nextIndex != firstIndex);
69 if (nextIndex == angleCount) {
70 nextIndex = 0;
72 angle = sorted[nextIndex];
88 } while (++nextIndex != lastIndex);

Completed in 1388 milliseconds

1 2 3 4 5 6 7