Searched defs:nextIndex (Results 1 - 25 of 97) sorted by relevance

1234

/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
H A DBicubicSplineInterpolator.java106 final int nI = nextIndex(i, xLen);
109 final int nJ = nextIndex(j, yLen);
130 private int nextIndex(int i, int max) { method in class:BicubicSplineInterpolator
H A DSmoothingBicubicSplineInterpolator.java139 final int nI = nextIndex(i, xLen);
142 final int nJ = nextIndex(j, yLen);
163 private int nextIndex(int i, int max) { method in class:SmoothingBicubicSplineInterpolator
H A DTricubicSplineInterpolator.java149 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) { method in class:TricubicSplineInterpolator
/external/guava/guava/src/com/google/common/collect/
H A DAbstractIndexedListIterator.java59 * initial position. That is, the first call to {@link #nextIndex()} will
88 public final int nextIndex() { method in class:AbstractIndexedListIterator
H A DForwardingListIterator.java52 public int nextIndex() { method in class:ForwardingListIterator
53 return delegate().nextIndex();
H A DTransformedListIterator.java53 public final int nextIndex() { method in class:TransformedListIterator
54 return backingIterator().nextIndex();
H A DLinkedListMultimap.java317 int nextIndex; field in class:LinkedListMultimap.NodeIterator
328 nextIndex = size;
356 nextIndex++;
365 nextIndex--;
384 nextIndex--;
388 public int nextIndex() { method in class:LinkedListMultimap.NodeIterator
389 return nextIndex;
393 return nextIndex - 1;
450 int nextIndex; field in class:LinkedListMultimap.ValueForKeyIterator
477 nextIndex
520 public int nextIndex() { method in class:LinkedListMultimap.ValueForKeyIterator
[all...]
/external/icu/icu4c/source/i18n/
H A Dcsrmbcs.h37 int32_t nextIndex; member in class:IteratedChar
/external/smali/util/src/main/java/org/jf/util/
H A DAbstractListIterator.java58 public int nextIndex() { method in class:AbstractListIterator
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DHeaderIterator.java65 public int nextIndex() { method in class:HeaderIterator
/external/emma/core/java12/com/vladium/jcd/cls/
H A DIConstantCollection.java40 public int nextIndex (); method in interface:IConstantCollection.IConstantIterator
44 * get(nextIndex()) and avoiding index bound violation exceptions.
H A DConstantCollection.java212 public int nextIndex () method in class:ConstantCollection.ConstantIterator
222 final int nextIndex = nextIndex ();
223 if (nextIndex < 0)
226 return (CONSTANT_info) m_constants.get (nextIndex - 1);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCharsetRecog_mbcs.java146 int nextIndex = 0; field in class:CharsetRecog_mbcs.iteratedChar
152 nextIndex = 0;
158 if (nextIndex >= det.fRawLength) {
162 int byteValue = det.fRawInput[nextIndex++] & 0x00ff;
/external/icu/icu4c/source/common/unicode/
H A Dnormlzr.h762 // of the source in [currentIndex..nextIndex[ .
763 int32_t currentIndex, nextIndex; member in class:Normalizer
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsetRecog_mbcs.java145 int nextIndex = 0; field in class:CharsetRecog_mbcs.iteratedChar
151 nextIndex = 0;
157 if (nextIndex >= det.fRawLength) {
161 int byteValue = det.fRawInput[nextIndex++] & 0x00ff;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
H A DVariableSizeListIterator.java97 public int nextIndex() { method in class:VariableSizeListIterator
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/
H A DBIG5Tool.java278 int nextIndex = 0; field in class:BIG5Tool.iteratedChar
285 nextIndex = 0;
291 if (nextIndex >= fileSize) {
295 int byteValue = (int)buf[nextIndex++] & 0x00ff;
302 it.index = it.nextIndex;
H A DEUCTool.java278 int nextIndex = 0; field in class:EUCTool.iteratedChar
285 nextIndex = 0;
291 if (nextIndex >= fileSize) {
295 int byteValue = (int)buf[nextIndex++] & 0x00ff;
302 it.index = it.nextIndex;
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
H A DMonitorBasedArrayBlockingQueue.java687 private int nextIndex; field in class:MonitorBasedArrayBlockingQueue.Itr
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 <
[all...]
/external/skia/src/core/
H A DSkTDynamicHash.h101 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 { function in class:SkTDynamicHash
/external/skqp/src/core/
H A DSkTDynamicHash.h101 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 { function in class:SkTDynamicHash
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DLinkedListMultimap.java313 int nextIndex; field in class:LinkedListMultimap.NodeIterator
324 nextIndex = size;
352 nextIndex++;
361 nextIndex--;
380 nextIndex--;
384 public int nextIndex() { method in class:LinkedListMultimap.NodeIterator
385 return nextIndex;
389 return nextIndex - 1;
446 int nextIndex; field in class:LinkedListMultimap.ValueForKeyIterator
473 nextIndex
516 public int nextIndex() { method in class:LinkedListMultimap.ValueForKeyIterator
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DAbstractIteratorTester.java235 public int nextIndex() { method in class:AbstractIteratorTester.MultiExceptionListIterator
246 return nextIndex() - 1;
627 Stimulus<E, ListIterator<E>> nextIndex = field in class:AbstractIteratorTester
628 new Stimulus<E, ListIterator<E>>("nextIndex") {
631 assertEquals(reference.nextIndex(), target.nextIndex());
666 hasPrevious, nextIndex, previousIndex, previous, add, set);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTextTrieMap.java253 public int nextIndex() { method in class:TextTrieMap.CharIterator
/external/icu/icu4c/source/common/
H A Ducasemap.cpp388 int32_t nextIndex = i; local
390 U8_NEXT(src, nextIndex, srcLength, c);
418 int32_t nextNextIndex = nextIndex;
419 while (nextIndex < srcLength) {
428 nextIndex = nextNextIndex;
442 !isFollowedByCasedLetter(src, nextIndex, srcLength)) {
445 if (i == nextIndex) {
467 change = (i + 2) > nextIndex ||
472 change |= (i2 + 2) > nextIndex ||
478 change |= (i2 + 2) > nextIndex ||
[all...]

Completed in 1499 milliseconds

1234