Searched refs:count (Results 476 - 500 of 804) sorted by relevance

<<11121314151617181920>>

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DReplicationServerTest.java1130 int count; field in class:ReplicationServerTest.BrokerWriter
1135 int count)
1138 this.count = count;
1148 debugInfo("writer " + broker.getServerId() + " starts to produce " + count);
1149 int ccount = count;
1154 while (count>0)
1156 count--;
1163 if ((count % 10) == 0)
1164 debugInfo("writer " + broker.getServerId() + " to send="+count);
1134 BrokerWriter(ReplicationBroker broker, ChangeNumberGenerator gen, int count) argument
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DReplicationServerTest.java1130 int count; field in class:ReplicationServerTest.BrokerWriter
1135 int count)
1138 this.count = count;
1148 debugInfo("writer " + broker.getServerId() + " starts to produce " + count);
1149 int ccount = count;
1154 while (count>0)
1156 count--;
1163 if ((count % 10) == 0)
1164 debugInfo("writer " + broker.getServerId() + " to send="+count);
1134 BrokerWriter(ReplicationBroker broker, ChangeNumberGenerator gen, int count) argument
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DReplicationServerTest.java1130 int count; field in class:ReplicationServerTest.BrokerWriter
1135 int count)
1138 this.count = count;
1148 debugInfo("writer " + broker.getServerId() + " starts to produce " + count);
1149 int ccount = count;
1154 while (count>0)
1156 count--;
1163 if ((count % 10) == 0)
1164 debugInfo("writer " + broker.getServerId() + " to send="+count);
1134 BrokerWriter(ReplicationBroker broker, ChangeNumberGenerator gen, int count) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/
H A DBackupBackend.java326 long count = 0;
337 // If subtree is included, count the number of entries for each
345 count += backupDirectory.getBackups().keySet().size();
353 count ++;
355 return count;
369 long count = 0;
384 count += backupDirectory.getBackups().keySet().size();
392 return count;
H A DMemoryBackend.java322 long count = 0;
325 count += numSubordinates(child, true);
326 count++;
328 return count;
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DBackupBackend.java367 long count = 0;
378 // If subtree is included, count the number of entries for each
386 count += backupDirectory.getBackups().keySet().size();
394 count ++;
396 return count;
410 long count = 0;
425 count += backupDirectory.getBackups().keySet().size();
433 return count;
H A DMemoryBackend.java367 long count = 0;
370 count += numSubordinates(child, true);
371 count++;
373 return count;
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DBackupBackend.java367 long count = 0;
378 // If subtree is included, count the number of entries for each
386 count += backupDirectory.getBackups().keySet().size();
394 count ++;
396 return count;
410 long count = 0;
425 count += backupDirectory.getBackups().keySet().size();
433 return count;
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DBackupBackend.java326 long count = 0;
337 // If subtree is included, count the number of entries for each
345 count += backupDirectory.getBackups().keySet().size();
353 count ++;
355 return count;
369 long count = 0;
384 count += backupDirectory.getBackups().keySet().size();
392 return count;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DBackupBackend.java367 long count = 0;
378 // If subtree is included, count the number of entries for each
386 count += backupDirectory.getBackups().keySet().size();
394 count ++;
396 return count;
410 long count = 0;
425 count += backupDirectory.getBackups().keySet().size();
433 return count;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DRootDSEBackend.java340 long count = 1;
348 count++;
349 count += b.getNumberOfEntriesInBaseDN(subBase);
353 return count;
365 long count = 0;
373 count ++;
377 return count;
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DInitOnLineTest.java607 int count = 0;
608 while (count<=entryBytes.length-2)
610 if ((entryBytes[count] == '\n') && (entryBytes[count+1] == '\n'))
613 count++;
615 count++;
986 for (int count = 0; count < 120; count++)
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DInitOnLineTest.java607 int count = 0;
608 while (count<=entryBytes.length-2)
610 if ((entryBytes[count] == '\n') && (entryBytes[count+1] == '\n'))
613 count++;
615 count++;
986 for (int count = 0; count < 120; count++)
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DInitOnLineTest.java607 int count = 0;
608 while (count<=entryBytes.length-2)
610 if ((entryBytes[count] == '\n') && (entryBytes[count+1] == '\n'))
613 count++;
615 count++;
986 for (int count = 0; count < 120; count++)
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DResourceManager.java99 static final String COUNT = "count";
1465 * a count of how many times the prefix has been
1466 * effectively added. The count is incremented whenever
1468 * the prefix is removed. The count is not decremented
1493 String count
1496 if ( (prefix != null) && (count != null) ) {
1497 resourcePrefixes.put(prefix, count);
1542 * Adding a prefix increments the the count for the prefix
1556 String count = (String) prefixMap.get(prefix);
1557 if ( count !
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DResourceManager.java99 static final String COUNT = "count";
1465 * a count of how many times the prefix has been
1466 * effectively added. The count is incremented whenever
1468 * the prefix is removed. The count is not decremented
1493 String count
1496 if ( (prefix != null) && (count != null) ) {
1497 resourcePrefixes.put(prefix, count);
1542 * Adding a prefix increments the the count for the prefix
1556 String count = (String) prefixMap.get(prefix);
1557 if ( count !
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationDomainTest.java459 int count = 0;
460 while (importedData.length() < exportedData.length() && count < 500)
462 count ++;
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationDomainTest.java459 int count = 0;
460 while (importedData.length() < exportedData.length() && count < 500)
462 count ++;
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/task/model/
H A DTaskModelImpl.java402 int count = 0;
407 if (count > 0) {
412 count++;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DDCTreeServicesImpl.java507 int count = 0;
512 count++;
534 if (count == 1) {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DFSSAMLTrustedPartnersViewBeanBase.java377 int count = 0;
381 if ((count != index) && v.equals(value)) {
385 count++;
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/service/
H A DReplicationDomainTest.java454 int count = 0;
455 while (importedData.length() < exportedData.length() && count < 500)
457 count ++;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DFSSAMLTrustedPartnersViewBeanBase.java377 int count = 0;
381 if ((count != index) && v.equals(value)) {
385 count++;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/task/model/
H A DTaskModelImpl.java402 int count = 0;
407 if (count > 0) {
412 count++;
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DDCTreeServicesImpl.java507 int count = 0;
512 count++;
534 if (count == 1) {

Completed in 102 milliseconds

<<11121314151617181920>>