Searched refs:count (Results 276 - 300 of 804) sorted by relevance

<<11121314151617181920>>

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRADatabaseConfiguration.m73 if ([possibleURLs count] == 0) {
/forgerock/jee-agents-v3.5/jee-agents-appserver/jee-agents-appserver-v81/src/main/java/com/sun/identity/agents/install/appserver/v81/
H A DDomainXMLBase.java95 int count = agentEntries.length;
97 for (int i = 0; i < count; i++) {
201 int count = agentEntries.length;
203 for (int i = 0; i < count; i++) {
237 int count = jvmOptions.size();
238 for (int i = 0; i < count; i++) {
321 int count = list.size();
322 for (int i = 0; i < count; i++) {
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DNamedCharacterSet.java169 * @param count The number of characters to append to the
172 public void getRandomCharacters(StringBuilder buffer, int count) argument
179 for (int i=0; i < count; i++)
/forgerock/web-agents-v4/zlib/
H A Dtrees.c54 /* repeat previous bit length 3-6 times (2 bits of repeat count) */
57 /* repeat a zero length 3-10 times (3 bits of repeat count) */
60 /* repeat a zero length 11-138 times (7 bits of repeat count) */
714 int count = 0; /* repeat count of the current code */ local
715 int max_count = 7; /* max repeat count */
716 int min_count = 4; /* min repeat count */
723 if (++count < max_count && curlen == nextlen) {
725 } else if (count < min_count) {
726 s->bl_tree[curlen].Freq += count;
759 int count = 0; /* repeat count of the current code */ local
[all...]
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DInteractionsRunner.java115 int count = cInteractionsInfo.size();
116 for (int i = 0; i < count; i++) {
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java593 int count = 0;
596 if (count++>0)
603 while (op.getSearchEntries().isEmpty() && (count<100));
621 int count = timeout/100;
622 if (count<1)
623 count=1;
656 } while ((--count > 0) && (found != hasAttribute));
666 int count = timeout/200;
667 if (count<1)
668 count
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java593 int count = 0;
596 if (count++>0)
603 while (op.getSearchEntries().isEmpty() && (count<100));
621 int count = timeout/100;
622 if (count<1)
623 count=1;
656 } while ((--count > 0) && (found != hasAttribute));
666 int count = timeout/200;
667 if (count<1)
668 count
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java593 int count = 0;
596 if (count++>0)
603 while (op.getSearchEntries().isEmpty() && (count<100));
621 int count = timeout/100;
622 if (count<1)
623 count=1;
656 } while ((--count > 0) && (found != hasAttribute));
666 int count = timeout/200;
667 if (count<1)
668 count
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DEntryIDSetSorter.java166 int count = 1 + beforeCount + afterCount;
167 sortedIDs = new long[count];
181 if (arrayPos >= count)
187 if (arrayPos < count)
261 // the target offset will be one greater than the content count.
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DEntryIDSetSorter.java167 int count = 1 + beforeCount + afterCount;
168 sortedIDs = new long[count];
182 if (arrayPos >= count)
188 if (arrayPos < count)
262 // the target offset will be one greater than the content count.
/forgerock/opendj2/ext/ant/lib/
H A Dant-apache-bcel.jar ... .Hashtable toAnalyze java.util.Hashtable nextAnalyze int count int maxCount protected boolean supportsFileDependencies () } org/apache/tools/ant/util
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-apache-bcel.jar ... .Hashtable toAnalyze java.util.Hashtable nextAnalyze int count int maxCount protected boolean supportsFileDependencies () } org/apache/tools/ant/util
/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DMessageHandler.java177 return msgQueue.count() > maxQueueSize
223 * Get the count of updates received from the server.
224 * @return the count of update received from the server.
237 attributes.add(create("queue-size", String.valueOf(msgQueue.count())));
431 return lateQueue.count() < 100 && lateQueue.bytesCount() < 50000;
499 * Get the count of updates sent to this server.
500 * @return The count of update sent to this server.
521 return msgQueue.count();
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DEntryIDSetSorter.java167 int count = 1 + beforeCount + afterCount;
168 sortedIDs = new long[count];
182 if (arrayPos >= count)
188 if (arrayPos < count)
262 // the target offset will be one greater than the content count.
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-apache-bcel.jar ... .Hashtable toAnalyze java.util.Hashtable nextAnalyze int count int maxCount protected boolean supportsFileDependencies () } org/apache/tools/ant/util
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-apache-bcel.jar ... .Hashtable toAnalyze java.util.Hashtable nextAnalyze int count int maxCount protected boolean supportsFileDependencies () } org/apache/tools/ant/util
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DEntryIDSetSorter.java166 int count = 1 + beforeCount + afterCount;
167 sortedIDs = new long[count];
181 if (arrayPos >= count)
187 if (arrayPos < count)
261 // the target offset will be one greater than the content count.
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/
H A DMessageHandler.java177 return msgQueue.count() > maxQueueSize
223 * Get the count of updates received from the server.
224 * @return the count of update received from the server.
237 attributes.add(create("queue-size", String.valueOf(msgQueue.count())));
431 return lateQueue.count() < 100 && lateQueue.bytesCount() < 50000;
499 * Get the count of updates sent to this server.
500 * @return The count of update sent to this server.
521 return msgQueue.count();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DEntryIDSetSorter.java167 int count = 1 + beforeCount + afterCount;
168 sortedIDs = new long[count];
182 if (arrayPos >= count)
188 if (arrayPos < count)
262 // the target offset will be one greater than the content count.
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DCache.java146 private transient int count; field in class:Cache
253 return count;
263 return count == 0;
492 if (count >= threshold && count != maxSize) {
502 if (count == maxSize) {
513 count++;
574 count--;
620 count = 0;
671 if (ltl != count) {
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/xacml/plugins/
H A DFMSubjectMapper.java145 for (int count = 0; count < attributes.size(); count++) {
146 Attribute attr = (Attribute) attributes.get(count);
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-apache-bcel.jar ... .Hashtable toAnalyze java.util.Hashtable nextAnalyze int count int maxCount protected boolean supportsFileDependencies () } org/apache/tools/ant/util
/forgerock/openidm-v4/openidm-smartevent/src/main/java/org/forgerock/openidm/smartevent/core/
H A DStatisticsHandler.java152 for (int count = 0; count < buf.getBufferSize(); count++) {
153 DisruptorReferringEventEntry entry = buf.claimAndGetPreallocated(count);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DCache.java146 private transient int count; field in class:Cache
253 return count;
263 return count == 0;
492 if (count >= threshold && count != maxSize) {
502 if (count == maxSize) {
513 count++;
574 count--;
620 count = 0;
671 if (ltl != count) {
[all...]
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/xacml/plugins/
H A DFMSubjectMapper.java145 for (int count = 0; count < attributes.size(); count++) {
146 Attribute attr = (Attribute) attributes.get(count);

Completed in 222 milliseconds

<<11121314151617181920>>