Searched refs:count (Results 301 - 325 of 804) sorted by relevance

<<11121314151617181920>>

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRANotificationsTableViewController.m81 if ([self completedNotifications].count == 0) {
89 return [self pendingNotifications].count;
91 return [self completedNotifications].count;
218 return [self pendingNotifications].count + [self completedNotifications].count;
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DMessageHandler.java180 while ((msgQueue.count() > maxQueueSize) ||
219 * Get the count of updates received from the server.
220 * @return the count of update received from the server.
241 Attributes.create("queue-size", String.valueOf(msgQueue.count())));
341 && (lateQueue.count() < 100)
376 if ((msgQueue.count() < maxQueueSize) &&
544 * Get the count of updates sent to this server.
545 * @return The count of update sent to this server.
565 return msgQueue.count();
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DMessageHandler.java180 while ((msgQueue.count() > maxQueueSize) ||
219 * Get the count of updates received from the server.
220 * @return the count of update received from the server.
241 Attributes.create("queue-size", String.valueOf(msgQueue.count())));
341 && (lateQueue.count() < 100)
376 if ((msgQueue.count() < maxQueueSize) &&
544 * Get the count of updates sent to this server.
545 * @return The count of update sent to this server.
565 return msgQueue.count();
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DDraftCNDbHandlerTest.java159 while(handler.count() > 1)
226 assertEquals(handler.count(), 0);
256 assertEquals(handler.count(), 3, "Db count");
310 assertEquals(handler.count(), 0);
330 assertEquals(handler.count(), 1);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DMessageHandler.java180 while ((msgQueue.count() > maxQueueSize) ||
219 * Get the count of updates received from the server.
220 * @return the count of update received from the server.
241 Attributes.create("queue-size", String.valueOf(msgQueue.count())));
341 && (lateQueue.count() < 100)
376 if ((msgQueue.count() < maxQueueSize) &&
544 * Get the count of updates sent to this server.
545 * @return The count of update sent to this server.
565 return msgQueue.count();
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java501 int count = 0;
504 if (count++>0)
508 while (op.getSearchEntries().isEmpty() && (count<100));
524 int count = timeout/100;
525 if (count<1)
526 count=1;
555 } while ((--count > 0) && (found != hasAttribute));
565 int count = timeout/200;
566 if (count<1)
567 count
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java501 int count = 0;
504 if (count++>0)
508 while (op.getSearchEntries().isEmpty() && (count<100));
524 int count = timeout/100;
525 if (count<1)
526 count=1;
555 } while ((--count > 0) && (found != hasAttribute));
565 int count = timeout/200;
566 if (count<1)
567 count
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DDBTest.java586 int count = 0;
600 count++;
605 out.format("%nTotal: %d%n", count);
668 int count = 0;
680 count++;
685 out.format("%nTotal: %d%n", count);
805 int count = 0;
834 count++;
855 count++;
862 out.format("%nTotal: %d%n", count);
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DDBTest.java574 int count = 0;
588 count++;
593 out.format("%nTotal: %d%n", count);
656 int count = 0;
668 count++;
673 out.format("%nTotal: %d%n", count);
793 int count = 0;
822 count++;
843 count++;
850 out.format("%nTotal: %d%n", count);
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DDBTest.java586 int count = 0;
600 count++;
605 out.format("%nTotal: %d%n", count);
668 int count = 0;
680 count++;
685 out.format("%nTotal: %d%n", count);
805 int count = 0;
834 count++;
855 count++;
862 out.format("%nTotal: %d%n", count);
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DDBTest.java586 int count = 0;
600 count++;
605 out.format("%nTotal: %d%n", count);
668 int count = 0;
680 count++;
685 out.format("%nTotal: %d%n", count);
805 int count = 0;
834 count++;
855 count++;
862 out.format("%nTotal: %d%n", count);
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DDBTest.java574 int count = 0;
588 count++;
593 out.format("%nTotal: %d%n", count);
656 int count = 0;
668 count++;
673 out.format("%nTotal: %d%n", count);
793 int count = 0;
822 count++;
843 count++;
850 out.format("%nTotal: %d%n", count);
[all...]
/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/impl/query/
H A DTableQueries.java533 int count = 1; // DB column count starts at 1
546 statement.setString(count, value);
547 count++;
561 statement.setInt(count, int_value);
562 count++;
571 statement.setString(count, trimValue(list_value));
572 count++;
576 statement.setString(count, null);
577 count
[all...]
/forgerock/web-agents-v4/cmocka/
H A Dcmocka.c191 const int count);
209 const size_t number_of_symbol_names, const void* value, const int count);
781 const int count) {
784 assert_true(count > 0 || count == -1);
788 return_value, count);
803 CheckParameterEvent * const event, const int count) {
812 count);
1019 const CheckParameterValue check_function, const int count) {
1033 check_data.value, &check_integer_set->event, count);
779 _will_return(const char * const function_name, const char * const file, const int line, const LargestIntegralType value, const int count) argument
798 _expect_check( const char* const function, const char* const parameter, const char* const file, const int line, const CheckParameterValue check_function, const LargestIntegralType check_data, CheckParameterEvent * const event, const int count) argument
1015 expect_set( const char* const function, const char* const parameter, const char* const file, const int line, const LargestIntegralType values[], const size_t number_of_values, const CheckParameterValue check_function, const int count) argument
1038 _expect_in_set( const char* const function, const char* const parameter, const char* const file, const int line, const LargestIntegralType values[], const size_t number_of_values, const int count) argument
1049 _expect_not_in_set( const char* const function, const char* const parameter, const char* const file, const int line, const LargestIntegralType values[], const size_t number_of_values, const int count) argument
1085 expect_range( const char* const function, const char* const parameter, const char* const file, const int line, const LargestIntegralType minimum, const LargestIntegralType maximum, const CheckParameterValue check_function, const int count) argument
1101 _expect_in_range( const char* const function, const char* const parameter, const char* const file, const int line, const LargestIntegralType minimum, const LargestIntegralType maximum, const int count) argument
1112 _expect_not_in_range( const char* const function, const char* const parameter, const char* const file, const int line, const LargestIntegralType minimum, const LargestIntegralType maximum, const int count) argument
1131 _expect_value( const char* const function, const char* const parameter, const char* const file, const int line, const LargestIntegralType value, const int count) argument
1149 _expect_not_value( const char* const function, const char* const parameter, const char* const file, const int line, const LargestIntegralType value, const int count) argument
1168 _expect_string( const char* const function, const char* const parameter, const char* const file, const int line, const char* string, const int count) argument
1190 _expect_not_string( const char* const function, const char* const parameter, const char* const file, const int line, const char* string, const int count) argument
1215 expect_memory_setup( const char* const function, const char* const parameter, const char* const file, const int line, const void * const memory, const size_t size, const CheckParameterValue check_function, const int count) argument
1235 _expect_memory( const char* const function, const char* const parameter, const char* const file, const int line, const void* const memory, const size_t size, const int count) argument
1259 _expect_not_memory( const char* const function, const char* const parameter, const char* const file, const int line, const void* const memory, const size_t size, const int count) argument
1278 _expect_any( const char* const function, const char* const parameter, const char* const file, const int line, const int count) argument
[all...]
/forgerock/web-agents-v4/source/
H A Dcache.c88 size_t count; member in struct:am_cache
126 cache_data->count = 0;
306 AM_LOG_INFO(instance_id, "evicted %d sessions out of %lu\n", delete_count, (unsigned long)cache_data->count);
307 cache_data->count -= delete_count;
385 cache_data->count--;
466 cache_data->count--;
541 cache_data->count++;
585 cache_data->count--;
646 cache_data->count--;
870 int index = 0, j, i = 0, count local
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/
H A DTemplate.java336 * @param count The number of entries to generate based on this
346 public TagResult writeEntries(EntryWriter entryWriter, DN parentDN, int count) argument
349 for (int i=0; i < count; i++)
/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/tools/makeldif/
H A DTemplate.java335 * @param count The number of entries to generate based on this
345 public TagResult writeEntries(EntryWriter entryWriter, DN parentDN, int count) argument
348 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/tools/makeldif/
H A DTemplate.java336 * @param count The number of entries to generate based on this
346 public TagResult writeEntries(EntryWriter entryWriter, DN parentDN, int count) argument
349 for (int i=0; i < count; i++)
/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/tools/makeldif/
H A DTemplate.java336 * @param count The number of entries to generate based on this
346 public TagResult writeEntries(EntryWriter entryWriter, DN parentDN, int count) argument
349 for (int i=0; i < count; i++)
/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/tools/makeldif/
H A DTemplate.java335 * @param count The number of entries to generate based on this
345 public TagResult writeEntries(EntryWriter entryWriter, DN parentDN, int count) argument
348 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++)

Completed in 124 milliseconds

<<11121314151617181920>>