Searched refs:EPOCH (Results 1 – 12 of 12) sorted by relevance
201 ? log_time(log_time::EPOCH)269 log_time real(log_time::EPOCH); in calculateCorrection()283 real = log_time(log_time::EPOCH); in calculateCorrection()288 correction = log_time(log_time::EPOCH); in calculateCorrection()295 log_time now(log_time::EPOCH); in sniffTime()328 correction = (real < mono) ? log_time(log_time::EPOCH) : (real - mono); in sniffTime()332 log_time real(log_time::EPOCH); in sniffTime()344 correction = log_time(log_time::EPOCH); in sniffTime()
108 log_time start(log_time::EPOCH); in onDataAvailable()171 if (start != log_time::EPOCH) { in onDataAvailable()211 if (start == log_time::EPOCH) { in onDataAvailable()
123 if ((!pid_ || pid_ == pid) && (start_time_ == log_time::EPOCH || start_time_ <= realtime)) { in FilterFirstPass()149 if (start_time_ != log_time::EPOCH && realtime <= start_time_) { in FilterSecondPass()
243 log_time now(log_time::EPOCH); in logPrint()
70 EPOCH=$(shell $(DATE_CMD) --date='2017-01-01' +%s) macro71 CHRE_PATCH_VERSION = $(shell echo $$(((`$(DATE_CMD) +%s` - $(EPOCH)) / (60 * 60))))
40 static constexpr timespec EPOCH = {0, 0}; member106 return *this = log_time(EPOCH);
105 Instant startInstant = Instant.EPOCH; /* 1970-01-01T00:00:00Z */ in testEqualPeriods_withoutDstTransitions()153 Instant startInstant = Instant.EPOCH; /* 1970-01-01T00:00:00Z */ in testSplitAtTime()
36 private static final Instant RULES_START_INSTANT = Instant.EPOCH;
36 private static final Instant START_INSTANT = Instant.EPOCH;
450 log_time retval(log_time::EPOCH); in lastLogTime()488 log_time t(log_time::EPOCH); in lastLogTime()510 if (retval == log_time::EPOCH) return retval; in lastLogTime()539 log_time tail_time(log_time::EPOCH); in Run()761 if ((tail_time == log_time::EPOCH) && !tail_lines) { in Run()1030 if (tail_time != log_time::EPOCH) { in Run()
55 EPOCH = datetime.utcfromtimestamp(0) variable188 return int((dt - EPOCH).total_seconds() * 1000)
52 public static final Instant ZONE_USAGE_CALCS_START = Instant.EPOCH;