HomeSort by relevance Sort by last modified time
    Searched defs:EPOCH (Results 1 - 6 of 6) sorted by null

  /system/core/liblog/
log_time.cpp 26 const timespec log_time::EPOCH = { 0, 0 };
137 // No concept of negative time, clamp to EPOCH
139 return *this = EPOCH;
154 // No concept of negative time, clamp to EPOCH
156 return *this = EPOCH;
  /system/core/include/log/
log_read.h 49 static const timespec EPOCH;
  /system/core/logd/
LogTimes.cpp 26 const struct timespec LogTimeEntry::EPOCH = { 0, 1 };
LogTimes.h 52 static const struct timespec EPOCH;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
calendar.py 606 EPOCH = 1970
607 _EPOCH_ORD = datetime.date(EPOCH, 1, 1).toordinal()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
calendar.py 606 EPOCH = 1970
607 _EPOCH_ORD = datetime.date(EPOCH, 1, 1).toordinal()

Completed in 274 milliseconds