Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/chromeos/cros/
Dcros_library_loader.cc21 static const base::TimeDelta min_time = base::TimeDelta::FromMilliseconds(1); in addLibcrosTimeHistogram() local
27 min_time, in addLibcrosTimeHistogram()
/external/icu4c/tools/tzcode/
Dzic.c203 static zic_t min_time; variable
825 min_time = -1; in setboundaries()
827 min_time *= 2; in setboundaries()
828 max_time = -(min_time + 1); in setboundaries()
1233 z.z_untiltime > min_time &&
1235 zones[nzones - 1].z_untiltime > min_time &&
1317 if (dayoff < min_time / SECSPERDAY) {
1632 while (fromi < timecnt && attypes[fromi].at < min_time)
2194 usestart = i > 0 && (zp - 1)->z_untiltime > min_time;
2196 if (useuntil && zp->z_untiltime <= min_time)
[all …]