Searched defs:UnixEpoch (Results 1 – 3 of 3) sorted by relevance
| /external/libchrome/base/time/ | ||
| D | time.cc | 224 Time Time::UnixEpoch() { in UnixEpoch() function in base::Time |
| /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ | ||
| D | TimestampPartial.cs | 41 … private static readonly DateTime UnixEpoch = new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc); field in Google.Protobuf.WellKnownTypes.Timestamp |
| /external/v8/src/base/platform/ | ||
| D | time.h | 298 static Time UnixEpoch() { return Time(0); } in UnixEpoch() function |