Home
last modified time | relevance | path

Searched refs:EPOCH (Results 1 – 12 of 12) sorted by relevance

/system/core/logd/
DLogKlog.cpp201 ? 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()
DLogReader.cpp108 log_time start(log_time::EPOCH); in onDataAvailable()
171 if (start != log_time::EPOCH) { in onDataAvailable()
211 if (start == log_time::EPOCH) { in onDataAvailable()
DLogReaderThread.cpp123 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()
DLogAudit.cpp243 log_time now(log_time::EPOCH); in logPrint()
/system/chre/
DMakefile70 EPOCH=$(shell $(DATE_CMD) --date='2017-01-01' +%s) macro
71 CHRE_PATCH_VERSION = $(shell echo $$(((`$(DATE_CMD) +%s` - $(EPOCH)) / (60 * 60))))
/system/core/liblog/include/log/
Dlog_time.h40 static constexpr timespec EPOCH = {0, 0}; member
106 return *this = log_time(EPOCH);
/system/timezone/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/zonetree/
DZoneOffsetPeriodTest.java105 Instant startInstant = Instant.EPOCH; /* 1970-01-01T00:00:00Z */ in testEqualPeriods_withoutDstTransitions()
153 Instant startInstant = Instant.EPOCH; /* 1970-01-01T00:00:00Z */ in testSplitAtTime()
DCountryZoneTreeTest.java36 private static final Instant RULES_START_INSTANT = Instant.EPOCH;
DZoneInfoTest.java36 private static final Instant START_INSTANT = Instant.EPOCH;
/system/core/logcat/
Dlogcat.cpp450 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()
/system/extras/boottime_tools/bootanalyze/
Dbugreport_anayze.py55 EPOCH = datetime.utcfromtimestamp(0) variable
188 return int((dt - EPOCH).total_seconds() * 1000)
/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
DTzLookupGenerator.java52 public static final Instant ZONE_USAGE_CALCS_START = Instant.EPOCH;