Home
last modified time | relevance | path

Searched refs:count_events (Results 1 – 25 of 29) sorted by relevance

12

/dports/databases/postgresql-libpqxx/libpqxx-7.2.0/test/
H A Dtest32.cxx23 std::pair<int, int> count_events(connection &conn, std::string table) in count_events() function
48 perform([&conn, &Table] { return count_events(conn, Table); })}; in test_032()
68 perform([&conn, &Table] { return count_events(conn, Table); })}; in test_032()
H A Dtest37.cxx21 std::pair<int, int> count_events(connection &conn, std::string table) in count_events() function
46 perform([&conn, &Table] { return count_events(conn, Table); })}; in test_037()
68 perform([&conn, &Table] { return count_events(conn, Table); })}; in test_037()
H A Dtest18.cxx23 std::pair<int, int> count_events(connection &conn, std::string table) in count_events() function
49 perform([&conn, &Table] { return count_events(conn, Table); })}; in test_018()
70 perform([&conn, &Table] { return count_events(conn, Table); })}; in test_018()
H A Dtest13.cxx24 std::pair<int, int> count_events(connection &conn, std::string table) in count_events() function
63 perform([&conn, &Table] { return count_events(conn, Table); })}; in test_013()
74 perform([&conn, &Table] { return count_events(conn, Table); })}; in test_013()
/dports/devel/py-joblib/joblib-1.1.0/joblib/test/
H A Dtest_dask.py29 def count_events(event_name, client): function
152 counts = count_events('receive-from-scatter', client)
164 counts = count_events('receive-from-scatter', client)
244 counts = count_events('receive-from-scatter', client)
253 counts = count_events('receive-from-scatter', client)
/dports/devel/py-datadog/datadog-0.42.0/datadog/threadstats/
H A Dbase.py403 count_events = len(events)
404 if count_events:
406 log.debug("Flush #%s sending %s events" % (self.flush_count, count_events))
/dports/www/hiawatha-monitor/monitor/models/
H A Devents.php3 public function count_events($filter_webserver, $hide_ss) { function in events_model
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/calendar/drivers/kolab/
H A Dkolab_invitation_calendar.php290 public function count_events($start, $end = null, $filter = null) function in kolab_invitation_calendar
313 $count += $cal->count_events($start, $end, $filter);
H A Dkolab_user_calendar.php271 public function count_events($start, $end = null, $filter_query = null) function in kolab_user_calendar
H A Dkolab_calendar.php418 public function count_events($start, $end = null, $filter_query = null) function in kolab_calendar
H A Dkolab_driver.php1545 public function count_events($calendars, $start, $end = null) function in kolab_driver
1558 $counts[$cid] = $storage->count_events($start, $end);
/dports/www/hiawatha-monitor/monitor/controllers/
H A Devents.php17 if (($count = $this->model->count_events($filter->webserver, $_SERVER["hide_ss"])) === false) {
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Qt/
H A Dqt_gui.cpp702 static int count_events = 0; in update() local
741 } else while (waiting_events.size() > 0 && count_events < max_proc_events) { in update()
743 count_events++; in update()
747 count_events = 0; in update()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/tests/
H A Dtest_nua.h211 size_t count_events(struct event const *e);
H A Dtest_ops.c531 size_t count_events(struct event const *e) in count_events() function
/dports/net/sofia-sip/sofia-sip-1.13.4/tests/
H A Dtest_nua.h211 size_t count_events(struct event const *e);
H A Dtest_ops.c531 size_t count_events(struct event const *e) in count_events() function
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/calendar/drivers/
H A Dcalendar_driver.php312 abstract function count_events($calendars, $start, $end = null); function in calendar_driver
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/test/kfs/
H A Dcachetee3test.cpp1000 void CC count_events( char event, rc_t rc, uint64_t pos, size_t req_size, size_t done_size, in count_events() function
1033 REQUIRE_RC ( MakeCallBackFile ( &org1_counted, (KFile *)org1, count_events, &cbc1, NULL ) ); in FIXTURE_TEST_CASE()
1044 REQUIRE_RC ( MakeCallBackFile ( &tee_counted, (KFile *)tee, count_events, &cbc2, NULL ) ); in FIXTURE_TEST_CASE()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/test/kfs/
H A Dcachetee3test.cpp1000 void CC count_events( char event, rc_t rc, uint64_t pos, size_t req_size, size_t done_size, in count_events() function
1033 REQUIRE_RC ( MakeCallBackFile ( &org1_counted, (KFile *)org1, count_events, &cbc1, NULL ) ); in FIXTURE_TEST_CASE()
1044 REQUIRE_RC ( MakeCallBackFile ( &tee_counted, (KFile *)tee, count_events, &cbc2, NULL ) ); in FIXTURE_TEST_CASE()
/dports/net-mgmt/xymon-server/xymon-4.3.30/lib/
H A Deventlog.c95 static void count_events(countlist_t **hostcounthead, countlist_t **svccounthead) in count_events() function
697 case XYMON_COUNT_EVENTS: count_events(&hostcounthead, &svccounthead); break; in do_eventlog()
/dports/net-mgmt/xymon-client/xymon-4.3.30/lib/
H A Deventlog.c95 static void count_events(countlist_t **hostcounthead, countlist_t **svccounthead) in count_events() function
697 case XYMON_COUNT_EVENTS: count_events(&hostcounthead, &svccounthead); break; in do_eventlog()
/dports/multimedia/lives/lives-3.2.0/src/
H A Devents.h164 int count_events(weed_event_t *event_list, boolean all_events, ticks_t start_tc, ticks_t end_tc);
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/calendar/
H A Dcalendar.php1329 public function count_events() function in calendar
1340 $counts = $this->driver->count_events(
1432 $counts += $this->driver->count_events($cal['id'], $today->format('U'));
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/calendar/drivers/database/
H A Ddatabase_driver.php1173 public function count_events($calendars, $start, $end = null) function in database_driver

12