Searched refs:count (Results 151 - 175 of 804) sorted by relevance

1234567891011>>

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRAIdentity.m104 if (mechanismList.count == 1) {
121 NSInteger count = 0;
123 count += [mechanism pendingNotificationsCount];
125 return count;
H A DFRAIdentityModel.m90 return self.identities.count == 0;
111 NSInteger count = 0;
113 count += [identity pendingNotificationsCount];
115 return count;
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/sm/config/
H A DConsoleConfigHandlerImplTest.java97 assertThat(bean.count).isEqualTo(1234);
128 private final int count; field in class:ConsoleConfigHandlerImplTest.MockBean
138 count = builder.count;
153 private int count; field in class:ConsoleConfigHandlerImplTest.MockBeanBuilder
171 public void setCount(int count) { argument
172 this.count = count;
/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/test/java/org/forgerock/openam/sm/config/
H A DConsoleConfigHandlerImplTest.java98 assertThat(bean.count).isEqualTo(1234);
129 private final int count; field in class:ConsoleConfigHandlerImplTest.MockBean
139 count = builder.count;
154 private int count; field in class:ConsoleConfigHandlerImplTest.MockBeanBuilder
172 public void setCount(int count) { argument
173 this.count = count;
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DBaseInteraction.java115 int count = getDisplayMessages().size();
116 for (int i = 0; i < count; i++) {
H A DBaseOptions.java75 int count = getResponseOptions().size();
76 for (int i = 0; i < count; i++) {
H A DMigrateFromInstFinderStore.java122 int count = size();
124 for(int i=1; i<count; i++) { // Ignore the first one, it is counter
140 int count = mapKeys.size();
141 if (count != st.countTokens()) {
153 for (int i=0; i<count; i++) {
171 int count = keysToUse.size();
172 for (int i = 0; i < count; i++) {
/forgerock/opendj-b2.6/src/server/org/opends/server/schema/
H A DStringPrepProfile.java534 for(int count=0;count<upperCaseArr.length;count++)
536 caseMappingTable.put(upperCaseArr[count], lowerCaseFoldedArr[count]);
/forgerock/opendj2/src/server/org/opends/server/schema/
H A DStringPrepProfile.java533 for(int count=0;count<upperCaseArr.length;count++)
535 caseMappingTable.put(upperCaseArr[count], lowerCaseFoldedArr[count]);
/forgerock/opendj2.6.2/src/server/org/opends/server/schema/
H A DStringPrepProfile.java534 for(int count=0;count<upperCaseArr.length;count++)
536 caseMappingTable.put(upperCaseArr[count], lowerCaseFoldedArr[count]);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/schema/
H A DStringPrepProfile.java534 for(int count=0;count<upperCaseArr.length;count++)
536 caseMappingTable.put(upperCaseArr[count], lowerCaseFoldedArr[count]);
/forgerock/opendj2-hg/src/server/org/opends/server/schema/
H A DStringPrepProfile.java533 for(int count=0;count<upperCaseArr.length;count++)
535 caseMappingTable.put(upperCaseArr[count], lowerCaseFoldedArr[count]);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServerIDValidator.java92 int count = 0;
98 switch (count) {
107 if (count > 0) {
133 count++;
135 if (idSet.contains(lbid) && count < 1) {
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/handler/
H A DProductInfoHandlerBase.java60 int count = iFInteractionsInfoList.size();
61 ArrayList summaryKeys = new ArrayList(count);
63 for (int i = 0; i < count; i++) {
113 int count = arguments.size();
115 for (int i = 0; i < count; i++) {
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/handler/
H A DProductInfoHandlerBase.java60 int count = iFInteractionsInfoList.size();
61 ArrayList summaryKeys = new ArrayList(count);
63 for (int i = 0; i < count; i++) {
113 int count = arguments.size();
115 for (int i = 0; i < count; i++) {
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DAttributeTaskHandler.java90 int count =
92 if (count != 0) {
96 + count + " cookies were set, "
142 int count = 0;
177 count++;
187 count++;
193 return count;
199 int count = 0;
227 count++;
238 return count;
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/je/
H A DJEChangeNumberIndexDBTest.java125 int count = 0;
126 while (cnIndexDB.count() > 1 && count < 100)
129 count++;
198 assertEquals(cnIndexDB.count(), 3, "Db count");
217 assertEquals(cnIndexDB.count(), 0);
233 assertEquals(cnIndexDB.count(), 1);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/je/
H A DJEChangeNumberIndexDBTest.java125 int count = 0;
126 while (cnIndexDB.count() > 1 && count < 100)
129 count++;
198 assertEquals(cnIndexDB.count(), 3, "Db count");
217 assertEquals(cnIndexDB.count(), 0);
233 assertEquals(cnIndexDB.count(), 1);
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DMigrateFromInstFinderStore.java122 int count = size();
124 for(int i=1; i<count; i++) { // Ignore the first one, it is counter
140 int count = mapKeys.size();
141 if (count != st.countTokens()) {
153 for (int i=0; i<count; i++) {
171 int count = keysToUse.size();
172 for (int i = 0; i < count; i++) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSScoping.java102 String count = XMLUtils.getElementValue((Element)child);
104 proxyCount = Integer.parseInt(count);
117 * Sets the proxy count.
119 * @param count number of proxies
121 public void setProxyCount(int count) { argument
122 proxyCount = count;
126 * Returns the proxy count.
253 String count = request.getParameter("ProxyCount");
254 if(count == null) {
259 proxyCount = Integer.parseInt(count);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/
H A DMessageHandler.java154 final long count = msgQueue.count();
156 return count > maxQueueSize
157 || (count >= MINIMUM_TRESHOLD_MSG_QUEUE_SIZE && msgQueue.bytesCount() > maxQueueBytesSize);
203 * Get the count of updates received from the server.
204 * @return the count of update received from the server.
217 attributes.add(create("queue-size", String.valueOf(msgQueue.count())));
386 return lateQueue.count() < 100 && lateQueue.bytesCount() < 50000;
448 * Get the count of updates sent to this server.
449 * @return The count o
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSScoping.java102 String count = XMLUtils.getElementValue((Element)child);
104 proxyCount = Integer.parseInt(count);
117 * Sets the proxy count.
119 * @param count number of proxies
121 public void setProxyCount(int count) { argument
122 proxyCount = count;
126 * Returns the proxy count.
253 String count = request.getParameter("ProxyCount");
254 if(count == null) {
259 proxyCount = Integer.parseInt(count);
[all...]
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/util/
H A DRequestDebugUtils.java122 int count = 0;
133 count++;
136 if(count == 0) {
149 int count = 0;
160 count++;
163 if(count == 0) {
210 int count = 0;
220 count++;
223 if(count == 0) {
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DFakeStressReplicationDomain.java114 int count = 0;
127 count++;
134 System.out.println("import count: " + count);

Completed in 195 milliseconds

1234567891011>>