Home
last modified time | relevance | path

Searched refs:min_time (Results 1 – 17 of 17) sorted by relevance

/third_party/benchmark/test/
Dbenchmark_name_gtest.cc31 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/
Dbenchmark_runner.cc149 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()
Dbenchmark_name.cc55 return join('/', function_name, args, min_time, iterations, repetitions, in str()
Dbenchmark_runner.h71 const double min_time; variable
Dbenchmark_api_internal.h38 double min_time() const { return min_time_; } in min_time() function
Dbenchmark_api_internal.cc50 name_.min_time = StrFormat("min_time:%0.3f", benchmark_.min_time_); in BenchmarkInstance()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Durisourcebin.c32 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/
Dzic.c668 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/
Dzic.c866 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/
Dzic.c866 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/
Dzic.c866 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/
Dqtdemux.c1766 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/
Doverlay.cpp983 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/
Dbenchmark.h1496 std::string min_time; member
/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavidemux.c5164 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/
Dcatch.hpp7309 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/
Dvmlinux.h41731 long int min_time; member