Searched refs:stats1 (Results 1 – 9 of 9) sorted by relevance
/external/nos/test/system-test-harness/tools/ |
D | nugget_tools.cc | 131 struct nugget_app_low_power_stats stats1; in RebootNugget() local 157 memcpy(&stats1, buffer.data(), sizeof(stats1)); in RebootNugget() 165 if (stats1.hard_reset_count == stats0.hard_reset_count + 1 && in RebootNugget() 166 stats1.time_at_last_wake == 0 && in RebootNugget() 167 stats1.deep_sleep_count == 0 && in RebootNugget() 168 std::chrono::microseconds(stats1.time_since_hard_reset) < max_usecs) { in RebootNugget() 175 ShowStats("stats after waiting", stats1); in RebootNugget() 182 struct nugget_app_low_power_stats stats1; in WaitForSleep() local 206 memcpy(&stats1, buffer.data(), sizeof(stats1)); in WaitForSleep() 209 if (stats1.hard_reset_count == stats0.hard_reset_count && in WaitForSleep() [all …]
|
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/common/accumulators/ |
D | feature-stats-accumulator_test.cc | 68 TestStats stats1 = {-12.023f, 8.2f}; in TEST_F() local 69 accumulator.AddStats(0, 2, 1, 234, stats1); in TEST_F() 78 TestStats stats1 = {-12.023f, 8.2f}; in TEST_F() local 79 accumulator.AddStats(0, 1, 0, 34, stats1); in TEST_F() 83 EXPECT_STATS_EQ(stats1, accumulator.GetStats(0, 1, 0, 34)); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/aot/ |
D | benchmark_test.cc | 33 Stats stats1; in TEST() local 34 Benchmark(options, [&] { add.Run(); }, &stats1); in TEST() 35 EXPECT_EQ(stats1.per_iter_us.size(), 1); in TEST()
|
/external/libvpx/libvpx/test/ |
D | vp9_ethread_test.cc | 118 FIRSTPASS_STATS *stats1 = reinterpret_cast<FIRSTPASS_STATS *>(fp_stats->buf); in compare_fp_stats() local 120 FIRSTPASS_STATS *stats2 = stats1 + nframes_ / 2; in compare_fp_stats() 126 const double *frame_stats1 = reinterpret_cast<double *>(stats1); in compare_fp_stats() 138 stats1++; in compare_fp_stats() 150 uint8_t *stats1 = reinterpret_cast<uint8_t *>(fp_stats->buf); in compare_fp_stats_md5() local 151 uint8_t *stats2 = stats1 + fp_stats->sz / 2; in compare_fp_stats_md5() 154 md5_row_mt_0.Add(stats1, fp_stats->sz / 2); in compare_fp_stats_md5()
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_mac_test.cc | 226 malloc_statistics_t stats1, stats2; in TEST() local 227 malloc_zone_statistics(/*all zones*/NULL, &stats1); in TEST() 231 EXPECT_GT(stats2.blocks_in_use, stats1.blocks_in_use); in TEST() 232 EXPECT_GE(stats2.size_in_use - stats1.size_in_use, kMallocSize); in TEST()
|
/external/python/cpython3/Lib/test/ |
D | test_tracemalloc.py | 417 stats1 = snapshot.statistics('lineno') 418 self.assertEqual(stats1, [ 451 stats1 = snapshot.statistics('filename') 452 self.assertEqual(stats1, [ 482 stats1 = snapshot.statistics('traceback') 483 self.assertEqual(stats1, [
|
/external/zopfli/src/zopfli/ |
D | squeeze.c | 60 static void AddWeighedStatFreqs(const SymbolStats* stats1, double w1, in AddWeighedStatFreqs() argument 66 (size_t) (stats1->litlens[i] * w1 + stats2->litlens[i] * w2); in AddWeighedStatFreqs() 70 (size_t) (stats1->dists[i] * w1 + stats2->dists[i] * w2); in AddWeighedStatFreqs()
|
/external/kernel-headers/original/uapi/linux/ |
D | if_packet.h | 92 struct tpacket_stats stats1; member
|
/external/iproute2/include/uapi/linux/ |
D | if_packet.h | 91 struct tpacket_stats stats1; member
|