Home
last modified time | relevance | path

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

/system/core/liblog/
Dlog_time.cpp27 const timespec log_time::EPOCH = {0, 0}; member in log_time
140 return *this = log_time(EPOCH); in operator -=()
168 return *this = log_time(EPOCH); in operator -=()
/system/core/logd/
DLogReader.cpp80 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()
DLogKlog.cpp201 ? 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()
DLogAudit.cpp303 log_time now(log_time::EPOCH); in logPrint()
DLogBuffer.cpp402 log_time end(log_time::EPOCH); in log()
1110 if (start == log_time::EPOCH) { in flushTo()
/system/chre/
DMakefile71 EPOCH=$(shell $(DATE_CMD) --date='2017-01-01' +%s) macro
72 CHRE_PATCH_VERSION = $(shell echo $$(((`$(DATE_CMD) +%s` - $(EPOCH)) / (60 * 60))))
/system/timezone/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/liblog/include/log/
Dlog_time.h50 static const timespec EPOCH; member
/system/core/logcat/
Dlogcat.cpp635 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()
/system/extras/boottime_tools/bootanalyze/
Dbugreport_anayze.py55 EPOCH = datetime.utcfromtimestamp(0) variable
188 return int((dt - EPOCH).total_seconds() * 1000)
/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
DTzLookupGenerator.java49 public static final Instant ZONE_USAGE_CALCS_START = Instant.EPOCH;