Searched refs:EPOCH (Results 1 – 13 of 13) sorted by relevance
27 const timespec log_time::EPOCH = {0, 0}; member in log_time140 return *this = log_time(EPOCH); in operator -=()168 return *this = log_time(EPOCH); in operator -=()
80 log_time start(log_time::EPOCH); in onDataAvailable()146 if (nonBlock && (sequence != log_time::EPOCH) && timeout) { in onDataAvailable()215 if (sequence == log_time::EPOCH) { in onDataAvailable()
201 ? log_time(log_time::EPOCH)270 log_time real(log_time::EPOCH); in calculateCorrection()284 real = log_time(log_time::EPOCH); in calculateCorrection()289 correction = log_time(log_time::EPOCH); in calculateCorrection()296 log_time now(log_time::EPOCH); in sniffTime()331 correction = (real < mono) ? log_time(log_time::EPOCH) : (real - mono); in sniffTime()335 log_time real(log_time::EPOCH); in sniffTime()347 correction = log_time(log_time::EPOCH); in sniffTime()
303 log_time now(log_time::EPOCH); in logPrint()
402 log_time end(log_time::EPOCH); in log()1110 if (start == log_time::EPOCH) { in flushTo()
71 EPOCH=$(shell $(DATE_CMD) --date='2017-01-01' +%s) macro72 CHRE_PATCH_VERSION = $(shell echo $$(((`$(DATE_CMD) +%s` - $(EPOCH)) / (60 * 60))))
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;
50 static const timespec EPOCH; member
635 log_time retval(log_time::EPOCH); in lastLogTime()673 log_time t(log_time::EPOCH); in lastLogTime()695 if (retval == log_time::EPOCH) return retval; in lastLogTime()740 log_time tail_time(log_time::EPOCH); in __logcat()1125 if ((tail_time == log_time::EPOCH) && !tail_lines) { in __logcat()1402 if (tail_time != log_time::EPOCH) { in __logcat()
55 EPOCH = datetime.utcfromtimestamp(0) variable188 return int((dt - EPOCH).total_seconds() * 1000)
49 public static final Instant ZONE_USAGE_CALCS_START = Instant.EPOCH;