Home
last modified time | relevance | path

Searched refs:other_stats (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/meta/tests/
H A Dtest_statistics.cpp168 Statistics other_stats; in TEST_SUITE() local
169 other_stats.insert<uint64>("new value", 42); in TEST_SUITE()
171 stats.merge(other_stats); in TEST_SUITE()
181 Statistics other_stats; in TEST_SUITE() local
182 other_stats.insert<uint64>("existing value", 42); in TEST_SUITE()
184 stats.merge(other_stats); in TEST_SUITE()
194 Statistics other_stats; in TEST_SUITE() local
195 other_stats.insert_percent("new value", 14, 20, 1); in TEST_SUITE()
197 stats.merge(other_stats); in TEST_SUITE()
207 Statistics other_stats; in TEST_SUITE() local
[all …]
/dports/security/snort3/snort3-3.1.19.0/src/profiler/
H A Dprofiler.cc177 ProfileStats other_stats { variable
188 CHECK_FALSE( stats == other_stats );
189 CHECK( stats != other_stats );
194 stats += other_stats;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/process/
H A Dinternal_linux.cc90 std::vector<std::string> other_stats = SplitString( in ParseProcStats() local
93 for (const auto& i : other_stats) { in ParseProcStats()
127 std::vector<std::string> other_stats = SplitString( in ParseProcStats() local
130 for (const auto& i : other_stats) in ParseProcStats()
/dports/sysutils/coreutils/coreutils-8.32/tests/ls/
H A Dstat-free-symlinks.sh25 other_stats='statx lstat stat64 lstat64 newfstatat fstatat64'
26 for stat in $other_stats; do
H A Dstat-free-color.sh26 other_stats='statx lstat stat64 lstat64 newfstatat fstatat64'
27 for stat in $other_stats; do
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/process/
H A Dinternal_linux.cc92 std::vector<std::string> other_stats = SplitString( in ParseProcStats() local
95 for (const auto& i : other_stats) { in ParseProcStats()
129 std::vector<std::string> other_stats = SplitString( in ParseProcStats() local
132 for (const auto& i : other_stats) in ParseProcStats()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/files/
H A DFileStats.cpp113 StatByType other_stats; in apply_dialog_ids() local
120 other_stats[i].size += it->second[i].size; in apply_dialog_ids()
121 other_stats[i].cnt += it->second[i].cnt; in apply_dialog_ids()
130 stat_by_owner_dialog_id_[other_dialog_id] = other_stats; in apply_dialog_ids()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/parquet/
H A Dstatistics_test.cc1000 auto other_stats = MakeStatistics<ParquetType>(&descr); in CheckNaNs() local
1001 AssertMinMaxAre(other_stats, other_nans, min, max); in CheckNaNs()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/parquet/
H A Dstatistics_test.cc983 auto other_stats = MakeStatistics<ParquetType>(&descr); in CheckNaNs() local
984 AssertMinMaxAre(other_stats, other_nans, min, max); in CheckNaNs()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/parquet/
H A Dstatistics_test.cc1075 auto other_stats = MakeStatistics<ParquetType>(&descr); in CheckNaNs() local
1076 AssertMinMaxAre(other_stats, other_nans, min, max); in CheckNaNs()