Searched refs:count (Results 426 - 450 of 804) sorted by relevance

<<11121314151617181920>>

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DHistoricalTest.java489 int count = 0;
492 count++;
509 if (count == 1)
518 assertEquals(count, assertCount);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DInitOnLineTest.java474 int count = 0;
475 while (count<=entryBytes.length-2)
477 if ((entryBytes[count] == '\n') && (entryBytes[count+1] == '\n'))
480 count++;
482 count++;
772 for (int count = 0; count < 120; count++)
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DHistoricalTest.java441 int count = 0;
444 count++;
464 assertTrue(count != 1,
469 assertEquals(count, assertCount);
/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DMsgQueue.java75 public int count() method in class:MsgQueue
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestListener.java71 private static final String TEST_PROGRESS_TEST_COUNT = "count";
234 // In which case, we list it once with a count of the failures.
669 originalSystemErr.println(" Test count status: {# test classes # test methods # test method invocations # test failures}.");
681 originalSystemErr.println(" Thread count status: {#td number of active threads}");
876 int count = 0;
878 count += results._methods.size();
880 return count;
884 int count = 0;
886 count += results._resultCounts[status];
888 return count;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DEntryIDSet.java142 int count = 0;
158 count += l.size();
163 return new EntryIDSet(count);
166 long[] n = new long[count];
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestListener.java84 public static final String TEST_PROGRESS_TEST_COUNT = "count";
243 // In which case, we list it once with a count of the failures.
674 originalSystemErr.println(" Test count status: {# test classes # test methods # test method invocations # test failures}.");
686 originalSystemErr.println(" Thread count status: {#td number of active threads}");
888 int count = 0;
890 count += results._methods.size();
892 return count;
896 int count = 0;
898 count += results._resultCounts[status];
900 return count;
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DHistoricalTest.java489 int count = 0;
492 count++;
509 if (count == 1)
518 assertEquals(count, assertCount);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DInitOnLineTest.java474 int count = 0;
475 while (count<=entryBytes.length-2)
477 if ((entryBytes[count] == '\n') && (entryBytes[count+1] == '\n'))
480 count++;
482 count++;
772 for (int count = 0; count < 120; count++)
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DHistoricalTest.java441 int count = 0;
444 count++;
464 assertTrue(count != 1,
469 assertEquals(count, assertCount);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestListener.java71 private static final String TEST_PROGRESS_TEST_COUNT = "count";
234 // In which case, we list it once with a count of the failures.
669 originalSystemErr.println(" Test count status: {# test classes # test methods # test method invocations # test failures}.");
681 originalSystemErr.println(" Thread count status: {#td number of active threads}");
876 int count = 0;
878 count += results._methods.size();
880 return count;
884 int count = 0;
886 count += results._resultCounts[status];
888 return count;
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestListener.java84 public static final String TEST_PROGRESS_TEST_COUNT = "count";
243 // In which case, we list it once with a count of the failures.
674 originalSystemErr.println(" Test count status: {# test classes # test methods # test method invocations # test failures}.");
686 originalSystemErr.println(" Thread count status: {#td number of active threads}");
888 int count = 0;
890 count += results._methods.size();
892 return count;
896 int count = 0;
898 count += results._resultCounts[status];
900 return count;
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DHistoricalTest.java489 int count = 0;
492 count++;
509 if (count == 1)
518 assertEquals(count, assertCount);
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DEntryIDSet.java141 int count = 0;
157 count += l.size();
162 return new EntryIDSet(count);
165 long[] n = new long[count];
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/
H A DMsgQueue.java75 public int count() method in class:MsgQueue
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DEntryIDSet.java142 int count = 0;
158 count += l.size();
163 return new EntryIDSet(count);
166 long[] n = new long[count];
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyConfig.java482 int count = 0;
484 tokens[count++] = st.nextToken();
485 if (count > 5) { // accept only first six tokens
493 for (int i = 0; i < count; i++) {
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DVLVIndex.java98 /** The count of entries in this index. */
178 void importCount(Importer importer, long count) argument
180 counter.importPut(importer, COUNT_KEY, count);
681 final int count = 1 + beforeCount + afterCount;
687 selectedIDs = readRange(cursor, count, debugBuilder);
698 private long[] readRange(final Cursor<ByteString, ByteString> cursor, final int count, argument
701 long[] selectedIDs = new long[count];
703 if (count > 0)
714 while (selectedPos < count && cursor.next());
715 if (selectedPos < count)
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DRandomPasswordGenerator.java164 int count = Integer.parseInt(token.substring(colonPos + 1));
174 countList.add(count);
440 int count = Integer.parseInt(token.substring(colonPos + 1));
451 newCountList.add(count);
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/xacml/plugins/
H A DXACMLAuthzDecisionQueryHandler.java315 for (int count = 0; count < attributes.size(); count++) {
316 Attribute attr = (Attribute) attributes.get(count);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/
H A DMsgQueue.java77 public int count() method in class:MsgQueue
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/
H A DTestListener.java71 private static final String TEST_PROGRESS_TEST_COUNT = "count";
239 // In which case, we list it once with a count of the failures.
681 originalSystemErr.println(" Test count status: {# test classes # test methods # test method invocations # test failures}.");
693 originalSystemErr.println(" Thread count status: {#td number of active threads}");
884 int count = 0;
886 count += results._methods.size();
888 return count;
892 int count = 0;
894 count += results._resultCounts[status];
896 return count;
[all...]
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/xml/
H A DXMLElement.java270 int count = 0;
277 count++;
282 if (count > 0) {
287 return count;
/forgerock/web-agents-v4/source/
H A Daudit.c223 am_status_t(*callback)(const char *openam, int count, struct am_audit_transfer *batch)) {
285 static am_status_t write_entries_to_server(const char *openam, int count, struct am_audit_transfer *batch) { argument
292 if (count == 0 || batch == NULL || ISINVALID(openam)) {
301 for (i = 0; i < count; i++) {
359 /* reset run-count for this instance */
222 extract_audit_entries(unsigned long instance_id, am_status_t(*callback)(const char *openam, int count, struct am_audit_transfer *batch)) argument
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/
H A DInitOnLineTest.java458 int count = 0;
459 while (count<=entryBytes.length-2)
461 if (entryBytes[count] == '\n' && entryBytes[count+1] == '\n')
464 count++;
466 count++;
769 for (int count = 0; count < 120; count++)

Completed in 108 milliseconds

<<11121314151617181920>>