HomeSort by relevance Sort by last modified time
    Searched refs:kSecondsPerHour (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
time.cc 14 static const int64 kSecondsPerHour = 3600;
15 static const int64 kSecondsPerDay = kSecondsPerHour * 24;
125 result += kSecondsPerHour * time.hour +
243 int hour = seconds / kSecondsPerHour;
244 seconds %= kSecondsPerHour;
  /external/protobuf/src/google/protobuf/util/
time_util.cc 55 static const int kSecondsPerHour = 3600;
256 return CreateNormalized<Duration>(hours * kSecondsPerHour, 0);
282 return RoundTowardZero(duration.seconds(), kSecondsPerHour);
  /external/mdnsresponder/mDNSShared/
CommonServices.h     [all...]

Completed in 80 milliseconds