/third_party/benchmark/test/ |
D | benchmark_name_gtest.cc | 31 name.min_time = "min_time:3.4s"; in TEST() 38 name.min_time = "min_time:3.4s"; in TEST() 46 name.min_time = "min_time:3.4s"; in TEST() 54 name.min_time = "min_time:3.4s"; in TEST() 62 name.min_time = "min_time:3.4s"; in TEST()
|
/third_party/benchmark/src/ |
D | benchmark_runner.cc | 149 min_time(!IsZero(b.min_time()) ? b.min_time() : FLAGS_benchmark_min_time), in BenchmarkRunner() 235 double multiplier = min_time * 1.4 / std::max(i.seconds, 1e-9); in PredictNumItersNeeded() 241 bool is_significant = (i.seconds / min_time) > 0.1; in PredictNumItersNeeded() 262 i.seconds >= min_time || // The elapsed time is large enough. in ShouldReportIterationResults() 266 ((i.results.real_time_used >= 5 * min_time) && !b.use_manual_time()); in ShouldReportIterationResults()
|
D | benchmark_name.cc | 55 return join('/', function_name, args, min_time, iterations, repetitions, in str()
|
D | benchmark_runner.h | 71 const double min_time; variable
|
D | benchmark_api_internal.h | 38 double min_time() const { return min_time_; } in min_time() function
|
D | benchmark_api_internal.cc | 50 name_.min_time = StrFormat("min_time:%0.3f", benchmark_.min_time_); in BenchmarkInstance()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | urisourcebin.c | 32 guint64 min_time, max_time, avg_time; in GST_START_TEST() local 55 "minimum-time-level", &min_time)); in GST_START_TEST() 56 fail_unless_equals_int (0, min_time); in GST_START_TEST()
|
/third_party/tzdata/ |
D | zic.c | 668 static zic_t const min_time = MINVAL(zic_t, TIME_T_BITS_IN_FILE); variable 684 intmax_t lo = min_time, hi = max_time; in timerange_option() 700 if (*hi_end || hi < lo || max_time < lo || hi < min_time) in timerange_option() 702 lo_time = lo < min_time ? min_time : lo; in timerange_option() 1608 z.z_untiltime > min_time && in inzsub() 1610 zones[nzones - 1].z_untiltime > min_time && in inzsub() 1694 if (dayoff < min_time / SECSPERDAY) { in getleapdatetime() 1978 if (min_time < lo_time) in limitrange() 2127 range64 = limitrange(rangeall, min_time < lo_time, in writezone() 2873 if (min_time < lo_time || hi_time < max_time) in outzone() [all …]
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | zic.c | 866 static const zic_t min_time = (zic_t) -1 << (TIME_T_BITS_IN_FILE - 1); variable 1244 z.z_untiltime > min_time && in inzsub() 1246 zones[nzones - 1].z_untiltime > min_time && in inzsub() 1326 if (dayoff < min_time / SECSPERDAY) { in inleap() 1626 while (fromi < timecnt && attypes[fromi].at < min_time) in writezone() 2360 usestart = i > 0 && (zp - 1)->z_untiltime > min_time; in outzone() 2362 if (useuntil && zp->z_untiltime <= min_time) in outzone() 2468 addtt(min_time, type); in outzone() 2521 if (jtime == min_time || in outzone() 2681 if (starttime <= min_time || in addtt() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/ |
D | zic.c | 866 static const zic_t min_time = (zic_t) -1 << (TIME_T_BITS_IN_FILE - 1); variable 1244 z.z_untiltime > min_time && in inzsub() 1246 zones[nzones - 1].z_untiltime > min_time && in inzsub() 1326 if (dayoff < min_time / SECSPERDAY) { in inleap() 1626 while (fromi < timecnt && attypes[fromi].at < min_time) in writezone() 2360 usestart = i > 0 && (zp - 1)->z_untiltime > min_time; in outzone() 2362 if (useuntil && zp->z_untiltime <= min_time) in outzone() 2468 addtt(min_time, type); in outzone() 2521 if (jtime == min_time || in outzone() 2681 if (starttime <= min_time || in addtt() [all …]
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 866 static const zic_t min_time = (zic_t) -1 << (TIME_T_BITS_IN_FILE - 1); variable 1244 z.z_untiltime > min_time && in inzsub() 1246 zones[nzones - 1].z_untiltime > min_time && in inzsub() 1326 if (dayoff < min_time / SECSPERDAY) { in inleap() 1626 while (fromi < timecnt && attypes[fromi].at < min_time) in writezone() 2360 usestart = i > 0 && (zp - 1)->z_untiltime > min_time; in outzone() 2362 if (useuntil && zp->z_untiltime <= min_time) in outzone() 2468 addtt(min_time, type); in outzone() 2521 if (jtime == min_time || in outzone() 2681 if (starttime <= min_time || in addtt() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux.c | 1766 gint64 time, min_time; in gst_qtdemux_find_sample() local 1770 min_time = -1; in gst_qtdemux_find_sample() 1810 if (min_time == -1 || (!fw && time > min_time) || in gst_qtdemux_find_sample() 1811 (fw && time < min_time)) { in gst_qtdemux_find_sample() 1812 min_time = time; in gst_qtdemux_find_sample() 1832 *_time = min_time; in gst_qtdemux_find_sample() 6419 GstClockTime min_time; in gst_qtdemux_loop_state_movie() local 6443 min_time = G_MAXUINT64; in gst_qtdemux_loop_state_movie() 6459 if (position < min_time) { in gst_qtdemux_loop_state_movie() 6460 min_time = position; in gst_qtdemux_loop_state_movie() [all …]
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 983 double min_time = data->stats_min.stats[s] / data->time_dividor; in compute_swapchain_display() local 987 NULL, min_time, max_time, in compute_swapchain_display() 991 min_time, max_time); in compute_swapchain_display()
|
/third_party/benchmark/include/benchmark/ |
D | benchmark.h | 1496 std::string min_time; member
|
/third_party/gstreamer/gstplugins_good/gst/avi/ |
D | gstavidemux.c | 5164 guint64 min_time, max_time; in gst_avi_demux_find_next() local 5168 min_time = G_MAXUINT64; in gst_avi_demux_find_next() 5185 if (rate > 0.0 && position < min_time) { in gst_avi_demux_find_next() 5186 min_time = position; in gst_avi_demux_find_next()
|
/third_party/libabigail/tests/lib/ |
D | catch.hpp | 7309 auto min_time = env.clock_resolution.mean * Detail::minimum_ticks; in prepare() local 7310 …auto run_time = std::max(min_time, std::chrono::duration_cast<decltype(min_time)>(cfg.benchmarkWar… in prepare() 7312 … int new_iters = static_cast<int>(std::ceil(min_time * test.iterations / test.elapsed)); in prepare()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 41731 long int min_time; member
|