Home
last modified time | relevance | path

Searched defs:get_statistics (Results 1 – 25 of 137) sorted by relevance

123456

/dports/databases/couchdb3/apache-couchdb-3.2.1/src/bear/src/
H A Dbear.erl43 get_statistics([_,_,_,_,_|_] = Values) -> function
72 get_statistics(Values) when is_list(Values) -> function
156 get_statistics(Values, _) when length(Values) < ?STATS_MIN -> function
158 get_statistics(_, Values) when length(Values) < ?STATS_MIN -> function
160 get_statistics(Values1, Values2) when length(Values1) /= length(Values2) -> function
162 get_statistics(Values1, Values2) -> function
/dports/devel/erlang-bear/bear-0.8.5/src/
H A Dbear.erl43 get_statistics([_,_,_,_,_|_] = Values) -> function
72 get_statistics(Values) when is_list(Values) -> function
156 get_statistics(Values, _) when length(Values) < ?STATS_MIN -> function
158 get_statistics(_, Values) when length(Values) < ?STATS_MIN -> function
160 get_statistics(Values1, Values2) when length(Values1) /= length(Values2) -> function
162 get_statistics(Values1, Values2) -> function
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/worldmap/
H A Dlevel_tile.hpp47 Statistics& get_statistics() { return m_statistics; } in get_statistics() function in worldmap::LevelTile
48 const Statistics& get_statistics() const { return m_statistics; } in get_statistics() function in worldmap::LevelTile
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/knn/
H A Dknn_statistics.cpp45 Statistics QueryStatistics::get_statistics() const in get_statistics() function in foundation::knn::QueryStatistics
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/bvh/
H A Dbvh_statistics.cpp45 Statistics TraversalStatistics::get_statistics() const in get_statistics() function in foundation::bvh::TraversalStatistics
/dports/devel/py-dj32-django-rq/django-rq-2.5.1/django_rq/
H A Dutils.py18 def get_statistics(run_maintenance_tasks=False): function
/dports/devel/py-django-rq/django-rq-2.5.1/django_rq/
H A Dutils.py18 def get_statistics(run_maintenance_tasks=False): function
/dports/emulators/qemu/qemu-6.2.0/include/hw/intc/
H A Dintc.h23 bool (*get_statistics)(InterruptStatsProvider *obj, uint64_t **irq_counts, member
/dports/emulators/qemu60/qemu-6.0.0/include/hw/intc/
H A Dintc.h23 bool (*get_statistics)(InterruptStatsProvider *obj, uint64_t **irq_counts, member
/dports/emulators/qemu5/qemu-5.2.0/include/hw/intc/
H A Dintc.h23 bool (*get_statistics)(InterruptStatsProvider *obj, uint64_t **irq_counts, member
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/DataDog/datadog-go/statsd/
H A Dmetrics_test.go23 assert.Equal(t, c.value, int64(33))
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/kernel/rendering/debug/
H A Dblanksamplerenderer.cpp79 StatisticsVector get_statistics() const override in get_statistics() function in renderer::__anona11b9c170111::BlankSampleRenderer
H A Dblanktilerenderer.cpp93 StatisticsVector get_statistics() const override in get_statistics() function in renderer::__anon6201b6830111::BlankTileRenderer
H A Ddebugsamplerenderer.cpp91 StatisticsVector get_statistics() const override in get_statistics() function in renderer::__anon318675560111::DebugSampleRenderer
/dports/emulators/qemu42/qemu-4.2.1/include/hw/intc/
H A Dintc.h26 bool (*get_statistics)(InterruptStatsProvider *obj, uint64_t **irq_counts, member
/dports/emulators/qemu-utils/qemu-4.2.1/include/hw/intc/
H A Dintc.h26 bool (*get_statistics)(InterruptStatsProvider *obj, uint64_t **irq_counts, member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/hw/intc/
H A Dintc.h26 bool (*get_statistics)(InterruptStatsProvider *obj, uint64_t **irq_counts, member
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/hw/intc/
H A Dintc.h26 bool (*get_statistics)(InterruptStatsProvider *obj, uint64_t **irq_counts, member
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/hw/intc/
H A Dintc.h28 bool (*get_statistics)(InterruptStatsProvider *obj, uint64_t **irq_counts, member
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/database/count/
H A Dreltuples_count_strategy.rb83 def get_statistics(table_names, check_statistics: true) method in Gitlab.Database.Count.ReltuplesCountStrategy
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/folsom/src/
H A Dfolsom_vm_metrics.erl48 get_statistics() -> function
80 get_statistics(Key) -> function
/dports/devel/hpx/hpx-1.2.1/hpx/util/cache/
H A Dlru_cache.hpp403 statistics_type const& get_statistics() const in get_statistics() function in hpx::util::cache::lru_cache
408 statistics_type& get_statistics() in get_statistics() function in hpx::util::cache::lru_cache
/dports/devel/erlang-folsom/folsom-0.8.3/src/
H A Dfolsom_vm_metrics.erl48 get_statistics() -> function
76 get_statistics(Key) -> function
/dports/net/py-softlayer/SoftLayer-5.9.7/SoftLayer/managers/
H A Demail.py33 def get_statistics(self, identifier, days=30): member in EmailManager
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/threads/executors/
H A Dmanage_thread_executor.hpp36 void get_statistics(executor_statistics& stats, error_code& ec) const in get_statistics() function in hpx::threads::executors::detail::manage_thread_executor

123456