Searched defs:count (Results 1 - 25 of 295) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DReplayThread.java60 private static int count = 0; field in class:ReplayThread
69 super("Replica replay thread " + count++);
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DReplayThread.java59 private static int count = 0; field in class:ReplayThread
68 super("Replica replay thread " + count++);
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DReplayThread.java60 private static int count = 0; field in class:ReplayThread
69 super("Replica replay thread " + count++);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DReplayThread.java60 private static int count = 0; field in class:ReplayThread
69 super("Replica replay thread " + count++);
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DReplayThread.java59 private static int count = 0; field in class:ReplayThread
68 super("Replica replay thread " + count++);
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/utils/
H A DThreadSafeTokenIdGenerator.java43 private long count = 0; field in class:ThreadSafeTokenIdGenerator.IdCache
45 return baseId + count++;
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A Dbase32.c52 * A count of length of the decoded string
57 int count = 0; local
59 for (; count < bufSize && *encoded; ++encoded) {
87 result[count++] = buffer >> (bitsLeft - 8);
92 if (count < bufSize) {
93 result[count] = '\000';
96 return count;
112 * A count of length of the encoded string
116 int count = 0; local
128 while (count < bufSiz
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DReplayThread.java53 private static int count; field in class:ReplayThread
62 super("Replica replay thread " + count++);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DSearchResults.java63 private final int count; field in class:SearchResults
78 * @param count Number of entries which match the search criteria.
82 public SearchResults(int count, Set<T> results, int errorCode) { argument
83 this.count = count;
107 return count;
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/utils/
H A DThreadSafeTokenIdGenerator.java43 private long count = 0; field in class:ThreadSafeTokenIdGenerator.IdCache
45 return baseId + count++;
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DMsgQueue.java72 public int count() method in class:MsgQueue
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DNamedCharacterSet.java189 * @param count The number of characters to append to the
192 public void getRandomCharacters(StringBuilder buffer, int count) argument
199 for (int i=0; i < count; i++)
/forgerock/opendj2/src/server/org/opends/server/types/
H A DNamedCharacterSet.java188 * @param count The number of characters to append to the
191 public void getRandomCharacters(StringBuilder buffer, int count) argument
198 for (int i=0; i < count; i++)
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DMsgQueue.java72 public int count() method in class:MsgQueue
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DNamedCharacterSet.java189 * @param count The number of characters to append to the
192 public void getRandomCharacters(StringBuilder buffer, int count) argument
199 for (int i=0; i < count; i++)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DMsgQueue.java72 public int count() method in class:MsgQueue
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DNamedCharacterSet.java189 * @param count The number of characters to append to the
192 public void getRandomCharacters(StringBuilder buffer, int count) argument
199 for (int i=0; i < count; i++)
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DNamedCharacterSet.java188 * @param count The number of characters to append to the
191 public void getRandomCharacters(StringBuilder buffer, int count) argument
198 for (int i=0; i < count; i++)
/forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/impl/runtime/
H A DIdentityHashSet.java22 private int count; field in class:IdentityHashSet
85 if (count >= threshold)
99 count++;
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DIdentityHashSet.java22 private int count; field in class:IdentityHashSet
85 if (count >= threshold)
99 count++;
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DIdentityHashSet.java22 private int count; field in class:IdentityHashSet
85 if (count >= threshold)
99 count++;
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DIdentityHashSet.java22 private int count; field in class:IdentityHashSet
85 if (count >= threshold)
99 count++;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSearchResults.java66 protected int vlvResponseCount; // Holds the total result count
80 * @param count
89 public AMSearchResults(int count, Set results, int errorCode, Map map) { argument
90 vlvResponseCount = count;
120 * Method which returns the count of the all the results which match the
123 * @return total count of results matching the VLV search. Other wise
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DSearchResults.java66 private int count; field in class:SearchResults
86 * @param count Number of entries.
90 public SearchResults(int count, Set results, int errorCode) { argument
91 this.count = count;
99 * @param count Number of entries.
104 public SearchResults(int count, Set results, int errorCode, Map map) { argument
105 this.count = count;
141 return count;
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/monitoring/impl/connections/
H A DConnectionMonitor.java24 * This class maintains a cumulative count and rate for a CTS connections
36 private final AtomicLong count = new AtomicLong(0); field in class:ConnectionMonitor
61 count.incrementAndGet();
66 * Returns the cumulative count of the number of connections made since server startup
68 * @return The cumulative count of connections
71 return count.longValue();

Completed in 125 milliseconds

1234567891011>>