Searched refs:count (Results 376 - 400 of 804) sorted by relevance

<<11121314151617181920>>

/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DStaticGroup.java282 * Gets the member count.
294 * Gets the member count.
318 int count = 0;
321 count++;
323 return count;
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DMigrateAgentGroups.java136 int count = 0;
138 count += agents.size();
140 return MessageFormat.format(BUNDLE.getString("upgrade.agent.group.short"), count) + delimiter;
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DRandomPasswordGenerator.java173 int count = Integer.parseInt(token.substring(colonPos + 1));
185 countList.add(count);
367 int count = Integer.parseInt(token.substring(colonPos+1));
510 int count = Integer.parseInt(token.substring(colonPos + 1));
527 newCountList.add(count);
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DRandomPasswordGenerator.java172 int count = Integer.parseInt(token.substring(colonPos + 1));
184 countList.add(count);
366 int count = Integer.parseInt(token.substring(colonPos+1));
509 int count = Integer.parseInt(token.substring(colonPos + 1));
526 newCountList.add(count);
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DRandomPasswordGenerator.java173 int count = Integer.parseInt(token.substring(colonPos + 1));
185 countList.add(count);
367 int count = Integer.parseInt(token.substring(colonPos+1));
510 int count = Integer.parseInt(token.substring(colonPos + 1));
527 newCountList.add(count);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DRandomPasswordGenerator.java173 int count = Integer.parseInt(token.substring(colonPos + 1));
185 countList.add(count);
367 int count = Integer.parseInt(token.substring(colonPos+1));
510 int count = Integer.parseInt(token.substring(colonPos + 1));
527 newCountList.add(count);
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DRandomPasswordGenerator.java172 int count = Integer.parseInt(token.substring(colonPos + 1));
184 countList.add(count);
366 int count = Integer.parseInt(token.substring(colonPos+1));
509 int count = Integer.parseInt(token.substring(colonPos + 1));
526 newCountList.add(count);
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java836 long count = entryIDSet.size();
837 if(count != Long.MAX_VALUE)
839 return count;
3137 * Get a count of the number of entries stored in this entry entryContainer.
3152 long count = entryIDSet.size();
3153 if(count != Long.MAX_VALUE)
3156 return ++count;
3160 // The count is not maintained. Fall back to the slow method
3179 int count = 0;
3180 count
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java836 long count = entryIDSet.size();
837 if(count != Long.MAX_VALUE)
839 return count;
3137 * Get a count of the number of entries stored in this entry entryContainer.
3152 long count = entryIDSet.size();
3153 if(count != Long.MAX_VALUE)
3156 return ++count;
3160 // The count is not maintained. Fall back to the slow method
3179 int count = 0;
3180 count
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java836 long count = entryIDSet.size();
837 if(count != Long.MAX_VALUE)
839 return count;
3137 * Get a count of the number of entries stored in this entry entryContainer.
3152 long count = entryIDSet.size();
3153 if(count != Long.MAX_VALUE)
3156 return ++count;
3160 // The count is not maintained. Fall back to the slow method
3179 int count = 0;
3180 count
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DReplicationServerTest.java1055 private int count; field in class:ReplicationServerTest.BrokerWriter
1059 public BrokerWriter(ReplicationBroker broker, CSNGenerator gen, int count) argument
1062 this.count = count;
1072 debugInfo("writer " + broker.getServerId() + " starts to produce " + count);
1073 int ccount = count;
1078 while (count>0)
1080 count--;
1085 if ((count % 10) == 0)
1086 debugInfo("writer " + broker.getServerId() + " to send="+count);
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DReplicationServerTest.java1055 private int count; field in class:ReplicationServerTest.BrokerWriter
1059 public BrokerWriter(ReplicationBroker broker, CSNGenerator gen, int count) argument
1062 this.count = count;
1072 debugInfo("writer " + broker.getServerId() + " starts to produce " + count);
1073 int ccount = count;
1078 while (count>0)
1080 count--;
1085 if ((count % 10) == 0)
1086 debugInfo("writer " + broker.getServerId() + " to send="+count);
[all...]
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DFileUtils.java186 int count = items.length;
187 for (int i = 0; i < count; i++) {
216 int count = list.length;
217 for (int i = 0; i < count; i++) {
270 int count = list.length;
271 for (int i = 0; i < count; i++) {
860 int count = 0;
864 if (count > 0) { // decrement one line since file is
866 lineNum = lineNum - count;
871 count
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/server/
H A DReplicationServerTest.java1057 private int count; field in class:ReplicationServerTest.BrokerWriter
1061 public BrokerWriter(ReplicationBroker broker, CSNGenerator gen, int count) argument
1064 this.count = count;
1072 debugInfo("writer " + broker.getServerId() + " starts to produce " + count);
1073 int ccount = count;
1078 while (count>0)
1080 count--;
1085 if ((count % 10) == 0)
1087 debugInfo("writer " + broker.getServerId() + " to send="+count);
[all...]
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DFileUtils.java186 int count = items.length;
187 for (int i = 0; i < count; i++) {
216 int count = list.length;
217 for (int i = 0; i < count; i++) {
270 int count = list.length;
271 for (int i = 0; i < count; i++) {
860 int count = 0;
864 if (count > 0) { // decrement one line since file is
866 lineNum = lineNum - count;
871 count
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DReplicationDB.java66 // The Db itself does not allow to count records between a start and an end
76 // - a counter value : count of changes since previous counter record.
917 * @param start The lower limit of the count.
918 * @param stop The higher limit of the count.
922 public int count(ChangeNumber start, ChangeNumber stop) method in class:ReplicationDB
928 int count=0;
947 return (int)db.count();
1051 count = distToCounterRecord1 + distBackToCounterRecord2;
1056 count = distToCounterRecord1 + (counterRecord2-counterRecord1)
1070 return count;
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/
H A DFileManagerTest.java407 int count = countSelfAndAllChildren(source);
414 assertTrue(count == countSelfAndAllChildren(copiedSource));
589 int count = 0;
591 count = 1;
596 count += countSelfAndAllChildren(child);
601 return count;
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationDomainTest.java406 int count = 0;
407 while ((importedData.length() < exportedData.length()) && (count < 500))
409 count ++;
505 int count = 0;
506 while ((importedData.length() < exportedData.length()) && (count < 500))
508 count ++;
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/file/
H A DFileReplicaDBTest.java295 int count = 0;
307 count++;
309 while (!purgeSucceeded && count < 100);
532 int count = 0;
533 while (replicaDB.getNumberRecords() != expectedNbRecords && count < 100)
536 count++;
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/
H A DFileManagerTest.java406 int count = countSelfAndAllChildren(source);
413 assertTrue(count == countSelfAndAllChildren(copiedSource));
588 int count = 0;
590 count = 1;
595 count += countSelfAndAllChildren(child);
600 return count;
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DReplicationDB.java66 // The Db itself does not allow to count records between a start and an end
76 // - a counter value : count of changes since previous counter record.
917 * @param start The lower limit of the count.
918 * @param stop The higher limit of the count.
922 public int count(ChangeNumber start, ChangeNumber stop) method in class:ReplicationDB
928 int count=0;
947 return (int)db.count();
1051 count = distToCounterRecord1 + distBackToCounterRecord2;
1056 count = distToCounterRecord1 + (counterRecord2-counterRecord1)
1070 return count;
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/
H A DFileManagerTest.java407 int count = countSelfAndAllChildren(source);
414 assertTrue(count == countSelfAndAllChildren(copiedSource));
589 int count = 0;
591 count = 1;
596 count += countSelfAndAllChildren(child);
601 return count;
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationDomainTest.java406 int count = 0;
407 while ((importedData.length() < exportedData.length()) && (count < 500))
409 count ++;
505 int count = 0;
506 while ((importedData.length() < exportedData.length()) && (count < 500))
508 count ++;
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/file/
H A DFileReplicaDBTest.java295 int count = 0;
307 count++;
309 while (!purgeSucceeded && count < 100);
532 int count = 0;
533 while (replicaDB.getNumberRecords() != expectedNbRecords && count < 100)
536 count++;
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/
H A DFileManagerTest.java406 int count = countSelfAndAllChildren(source);
413 assertTrue(count == countSelfAndAllChildren(copiedSource));
588 int count = 0;
590 count = 1;
595 count += countSelfAndAllChildren(child);
600 return count;

Completed in 357 milliseconds

<<11121314151617181920>>