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

12

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/
H A DFileTag.java58 private int nextIndex; field in class:FileTag
75 nextIndex = 0;
204 nextIndex = 0;
252 templateValue.append(fileLines[nextIndex++]);
253 if (nextIndex >= fileLines.length)
255 nextIndex = 0;
/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/
H A DFileTag.java57 private int nextIndex; field in class:FileTag
74 nextIndex = 0;
203 nextIndex = 0;
251 templateValue.append(fileLines[nextIndex++]);
252 if (nextIndex >= fileLines.length)
254 nextIndex = 0;
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/makeldif/
H A DFileTag.java58 private int nextIndex; field in class:FileTag
75 nextIndex = 0;
204 nextIndex = 0;
252 templateValue.append(fileLines[nextIndex++]);
253 if (nextIndex >= fileLines.length)
255 nextIndex = 0;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/makeldif/
H A DFileTag.java58 private int nextIndex; field in class:FileTag
75 nextIndex = 0;
204 nextIndex = 0;
252 templateValue.append(fileLines[nextIndex++]);
253 if (nextIndex >= fileLines.length)
255 nextIndex = 0;
/forgerock/opendj2-hg/src/server/org/opends/server/tools/makeldif/
H A DFileTag.java57 private int nextIndex; field in class:FileTag
74 nextIndex = 0;
203 nextIndex = 0;
251 templateValue.append(fileLines[nextIndex++]);
252 if (nextIndex >= fileLines.length)
254 nextIndex = 0;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/
H A DFileTag.java58 private int nextIndex; field in class:FileTag
75 nextIndex = 0;
204 nextIndex = 0;
252 templateValue.append(fileLines[nextIndex++]);
253 if (nextIndex >= fileLines.length)
255 nextIndex = 0;
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java99 private int nextIndex; field in class:LDAPPassThroughAuthenticationPolicyFactory.AbstractLoadBalancer.FailoverConnection
106 this.startIndex = nextIndex = startIndex;
111 factory = factories[nextIndex];
136 while (nextIndex != startIndex);
224 while (nextIndex != startIndex)
226 factory = factories[nextIndex];
256 if (++nextIndex == maxIndex)
258 nextIndex = 0;
1562 private final AtomicInteger nextIndex = new AtomicInteger(); field in class:LDAPPassThroughAuthenticationPolicyFactory.RoundRobinLoadBalancer
1603 oldNextIndex = nextIndex
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java93 private int nextIndex; field in class:LDAPPassThroughAuthenticationPolicyFactory.AbstractLoadBalancer.FailoverConnection
100 this.startIndex = nextIndex = startIndex;
105 factory = factories[nextIndex];
130 while (nextIndex != startIndex);
218 while (nextIndex != startIndex)
220 factory = factories[nextIndex];
250 if (++nextIndex == maxIndex)
252 nextIndex = 0;
1560 private final AtomicInteger nextIndex = new AtomicInteger(); field in class:LDAPPassThroughAuthenticationPolicyFactory.RoundRobinLoadBalancer
1601 oldNextIndex = nextIndex
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java99 private int nextIndex; field in class:LDAPPassThroughAuthenticationPolicyFactory.AbstractLoadBalancer.FailoverConnection
106 this.startIndex = nextIndex = startIndex;
111 factory = factories[nextIndex];
136 while (nextIndex != startIndex);
224 while (nextIndex != startIndex)
226 factory = factories[nextIndex];
256 if (++nextIndex == maxIndex)
258 nextIndex = 0;
1566 private final AtomicInteger nextIndex = new AtomicInteger(); field in class:LDAPPassThroughAuthenticationPolicyFactory.RoundRobinLoadBalancer
1607 oldNextIndex = nextIndex
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java99 private int nextIndex; field in class:LDAPPassThroughAuthenticationPolicyFactory.AbstractLoadBalancer.FailoverConnection
106 this.startIndex = nextIndex = startIndex;
111 factory = factories[nextIndex];
136 while (nextIndex != startIndex);
224 while (nextIndex != startIndex)
226 factory = factories[nextIndex];
256 if (++nextIndex == maxIndex)
258 nextIndex = 0;
1562 private final AtomicInteger nextIndex = new AtomicInteger(); field in class:LDAPPassThroughAuthenticationPolicyFactory.RoundRobinLoadBalancer
1603 oldNextIndex = nextIndex
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java93 private int nextIndex; field in class:LDAPPassThroughAuthenticationPolicyFactory.AbstractLoadBalancer.FailoverConnection
100 this.startIndex = nextIndex = startIndex;
105 factory = factories[nextIndex];
130 while (nextIndex != startIndex);
218 while (nextIndex != startIndex)
220 factory = factories[nextIndex];
250 if (++nextIndex == maxIndex)
252 nextIndex = 0;
1560 private final AtomicInteger nextIndex = new AtomicInteger(); field in class:LDAPPassThroughAuthenticationPolicyFactory.RoundRobinLoadBalancer
1601 oldNextIndex = nextIndex
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java114 private int nextIndex; field in class:LDAPPassThroughAuthenticationPolicyFactory.AbstractLoadBalancer.FailoverConnection
121 this.startIndex = nextIndex = startIndex;
126 factory = factories[nextIndex];
148 while (nextIndex != startIndex);
224 while (nextIndex != startIndex)
226 factory = factories[nextIndex];
253 if (++nextIndex == maxIndex)
255 nextIndex = 0;
1434 private final AtomicInteger nextIndex = new AtomicInteger(); field in class:LDAPPassThroughAuthenticationPolicyFactory.RoundRobinLoadBalancer
1473 oldNextIndex = nextIndex
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/jeb/
H A DJEStorage.java965 public int nextIndex() method in class:JEStorage.JELogFilesIterator
967 return iterator.nextIndex();
/forgerock/opendj2/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj-b2.6/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2.6.2/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2-jel-hg/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2-hg/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj-b2.6/ext/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/forgerock/opendj2/ext/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/forgerock/opendj2.6.2/ext/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/forgerock/opendj2-jel-hg/ext/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/forgerock/opendj2-hg/ext/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...

Completed in 95 milliseconds

12