Searched refs:EPOCH (Results 1 – 13 of 13) sorted by relevance
/system/timezone/input_tools/android/tzids/src/test/java/com/android/timezone/tzids/ |
D | TimeZoneIdsTest.java | 53 assertEquals(expectedMap, tzIds.getCountryIdMap("Gb", Instant.EPOCH)); in getCountryIdMap_links() 54 assertEquals(expectedMap, tzIds.getCountryIdMap("GB", Instant.EPOCH)); in getCountryIdMap_links() 55 assertEquals(expectedMap, tzIds.getCountryIdMap("gB", Instant.EPOCH)); in getCountryIdMap_links() 58 assertEquals(expectedMap, tzIds.getCountryIdMap("gb", Instant.EPOCH)); in getCountryIdMap_links() 92 assertEquals(expectedMap, tzIds.getCountryIdMap("us", Instant.EPOCH)); in getCountryIdMap_replacements()
|
/system/logging/logd/ |
D | LogKlog.cpp | 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()
|
D | LogReader.cpp | 109 log_time start(log_time::EPOCH); in onDataAvailable() 172 if (start != log_time::EPOCH) { in onDataAvailable() 213 if (start == log_time::EPOCH) { in onDataAvailable()
|
D | LogReaderThread.cpp | 118 if ((!pid_ || pid_ == pid) && (start_time_ == log_time::EPOCH || start_time_ <= realtime)) { in FilterFirstPass() 142 if (start_time_ != log_time::EPOCH && realtime <= start_time_) { in FilterSecondPass()
|
D | LogAudit.cpp | 243 log_time now(log_time::EPOCH); in logPrint()
|
/system/chre/ |
D | Makefile | 78 EPOCH=$(shell $(DATE_CMD) --date='2017-01-01' +%s) macro 79 CHRE_PATCH_VERSION = $(shell echo $$(((`$(DATE_CMD) +%s` - $(EPOCH)) / (60 * 60))))
|
/system/logging/liblog/include/log/ |
D | log_time.h | 40 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/ |
D | ZoneOffsetPeriodTest.java | 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()
|
D | CountryZoneTreeTest.java | 36 private static final Instant RULES_START_INSTANT = Instant.EPOCH;
|
D | ZoneInfoTest.java | 36 private static final Instant START_INSTANT = Instant.EPOCH;
|
/system/logging/logcat/ |
D | logcat.cpp | 454 log_time retval(log_time::EPOCH); in lastLogTime() 492 log_time t(log_time::EPOCH); in lastLogTime() 514 if (retval == log_time::EPOCH) return retval; in lastLogTime() 542 log_time tail_time(log_time::EPOCH); in Run() 764 if ((tail_time == log_time::EPOCH) && !tail_lines) { in Run() 947 if (tail_time != log_time::EPOCH) { in Run()
|
/system/extras/boottime_tools/bootanalyze/ |
D | bugreport_anayze.py | 55 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/ |
D | TzLookupGenerator.java | 57 public static final Instant ZONE_USAGE_CALCS_START = Instant.EPOCH;
|