Searched refs:nextIndex (Results 1 - 24 of 24) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/persist/impl/
H A DVisitedObjects.java42 private int nextIndex; field in class:VisitedObjects
50 nextIndex = 0;
59 int i = nextIndex;
60 nextIndex += 1;
61 if (nextIndex > objects.length) {
87 for (int i = 0; i < nextIndex; i += 1) {
99 for (int i = 0; i < nextIndex; i += 1) {
112 for (int i = nextIndex - 1; i >= 0; i -= 1) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/persist/impl/
H A DVisitedObjects.java42 private int nextIndex; field in class:VisitedObjects
50 nextIndex = 0;
59 int i = nextIndex;
60 nextIndex += 1;
61 if (nextIndex > objects.length) {
87 for (int i = 0; i < nextIndex; i += 1) {
99 for (int i = 0; i < nextIndex; i += 1) {
112 for (int i = nextIndex - 1; i >= 0; i -= 1) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/persist/impl/
H A DVisitedObjects.java42 private int nextIndex; field in class:VisitedObjects
50 nextIndex = 0;
59 int i = nextIndex;
60 nextIndex += 1;
61 if (nextIndex > objects.length) {
87 for (int i = 0; i < nextIndex; i += 1) {
99 for (int i = 0; i < nextIndex; i += 1) {
112 for (int i = nextIndex - 1; i >= 0; i -= 1) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/collections/
H A DBlockIterator.java42 * nextIndex is always greater or equal to zero. If the next record is not
43 * available, then nextIndex is equal to keys.length or keys[nextIndex] is
47 * key range is empty. Either way, nextIndex will be the array length and
54 private int nextIndex; field in class:BlockIterator
86 nextIndex = blockSize;
103 nextIndex = o.nextIndex;
123 * Returns whether the element at nextIndex is available.
127 return (nextIndex < key
497 public int nextIndex() { method in class:BlockIterator
[all...]
H A DStoredList.java545 if (i1.nextIndex() != i2.nextIndex()) return false;
H A DStoredIterator.java35 * under certain conditions. See {@link #nextIndex}, {@link #previousIndex},
262 * This method conforms to the {@link ListIterator#nextIndex} interface
276 public int nextIndex() { method in class:StoredIterator
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/collections/
H A DBlockIterator.java42 * nextIndex is always greater or equal to zero. If the next record is not
43 * available, then nextIndex is equal to keys.length or keys[nextIndex] is
47 * key range is empty. Either way, nextIndex will be the array length and
54 private int nextIndex; field in class:BlockIterator
86 nextIndex = blockSize;
103 nextIndex = o.nextIndex;
123 * Returns whether the element at nextIndex is available.
127 return (nextIndex < key
497 public int nextIndex() { method in class:BlockIterator
[all...]
H A DStoredList.java545 if (i1.nextIndex() != i2.nextIndex()) return false;
H A DStoredIterator.java35 * under certain conditions. See {@link #nextIndex}, {@link #previousIndex},
262 * This method conforms to the {@link ListIterator#nextIndex} interface
276 public int nextIndex() { method in class:StoredIterator
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/collections/
H A DBlockIterator.java42 * nextIndex is always greater or equal to zero. If the next record is not
43 * available, then nextIndex is equal to keys.length or keys[nextIndex] is
47 * key range is empty. Either way, nextIndex will be the array length and
54 private int nextIndex; field in class:BlockIterator
86 nextIndex = blockSize;
103 nextIndex = o.nextIndex;
123 * Returns whether the element at nextIndex is available.
127 return (nextIndex < key
497 public int nextIndex() { method in class:BlockIterator
[all...]
H A DStoredList.java545 if (i1.nextIndex() != i2.nextIndex()) return false;
H A DStoredIterator.java35 * under certain conditions. See {@link #nextIndex}, {@link #previousIndex},
262 * This method conforms to the {@link ListIterator#nextIndex} interface
276 public int nextIndex() { method in class:StoredIterator
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/external_file/js_src/
H A Djquery.barousel.js103 var nextIndex;
105 nextIndex = 0;
107 nextIndex = parseInt(settings.currentIndex) + 1;
112 loadItem(settings, nextIndex);
389 var nextIndex;
392 nextIndex = 0;
394 nextIndex = parseInt(settings.currentIndex) + 1;
398 var loadItemCall = function () { loadItem(settings, nextIndex); };
493 var nextIndex;
496 nextIndex
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/external_file/js_src/
H A Djquery.barousel.js103 var nextIndex;
105 nextIndex = 0;
107 nextIndex = parseInt(settings.currentIndex) + 1;
112 loadItem(settings, nextIndex);
389 var nextIndex;
392 nextIndex = 0;
394 nextIndex = parseInt(settings.currentIndex) + 1;
398 var loadItemCall = function () { loadItem(settings, nextIndex); };
493 var nextIndex;
496 nextIndex
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/external_file/js_src/
H A Djquery.barousel.js103 var nextIndex;
105 nextIndex = 0;
107 nextIndex = parseInt(settings.currentIndex) + 1;
112 loadItem(settings, nextIndex);
389 var nextIndex;
392 nextIndex = 0;
394 nextIndex = parseInt(settings.currentIndex) + 1;
398 var loadItemCall = function () { loadItem(settings, nextIndex); };
493 var nextIndex;
496 nextIndex
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/test/
H A DCollectionTest.java1677 assertEquals(idx, li.nextIndex());
1692 assertEquals(idx, li.nextIndex());
1927 assertEquals(idx, iter.nextIndex());
1964 assertEquals(Integer.MAX_VALUE, li.nextIndex());
1973 assertEquals(idx, li.nextIndex());
1991 assertEquals(Integer.MAX_VALUE, li.nextIndex());
2005 assertEquals(idx, li.nextIndex());
2022 assertEquals(idx, li.nextIndex());
2030 assertEquals(idx, li.nextIndex());
2043 assertEquals(Integer.MAX_VALUE, li.nextIndex());
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/test/
H A DCollectionTest.java1677 assertEquals(idx, li.nextIndex());
1692 assertEquals(idx, li.nextIndex());
1927 assertEquals(idx, iter.nextIndex());
1964 assertEquals(Integer.MAX_VALUE, li.nextIndex());
1973 assertEquals(idx, li.nextIndex());
1991 assertEquals(Integer.MAX_VALUE, li.nextIndex());
2005 assertEquals(idx, li.nextIndex());
2022 assertEquals(idx, li.nextIndex());
2030 assertEquals(idx, li.nextIndex());
2043 assertEquals(Integer.MAX_VALUE, li.nextIndex());
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/test/
H A DCollectionTest.java1677 assertEquals(idx, li.nextIndex());
1692 assertEquals(idx, li.nextIndex());
1927 assertEquals(idx, iter.nextIndex());
1964 assertEquals(Integer.MAX_VALUE, li.nextIndex());
1973 assertEquals(idx, li.nextIndex());
1991 assertEquals(Integer.MAX_VALUE, li.nextIndex());
2005 assertEquals(idx, li.nextIndex());
2022 assertEquals(idx, li.nextIndex());
2030 assertEquals(idx, li.nextIndex());
2043 assertEquals(Integer.MAX_VALUE, li.nextIndex());
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/external_file/build/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/external_file/build/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/external_file/build/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c58904 int nextIndex = 1; /* Index of next ? host parameter */ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c58904 int nextIndex = 1; /* Index of next ? host parameter */ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c58904 int nextIndex = 1; /* Index of next ? host parameter */ local
[all...]

Completed in 694 milliseconds