Searched refs:NANOS_PER_MILLISECOND (Results 1 – 5 of 5) sorted by relevance
63 static final long NANOS_PER_MILLISECOND = 1000000; field in Timestamps306 (int) (milliseconds % MILLIS_PER_SECOND * NANOS_PER_MILLISECOND)); in fromMillis()320 timestamp.getNanos() / NANOS_PER_MILLISECOND); in toMillis()429 if (nanos % NANOS_PER_MILLISECOND == 0) { in formatNanos()430 return String.format(Locale.ENGLISH, "%1$03d", nanos / NANOS_PER_MILLISECOND); in formatNanos()
42 import static com.google.protobuf.util.Timestamps.NANOS_PER_MILLISECOND;314 (int) (milliseconds % MILLIS_PER_SECOND * NANOS_PER_MILLISECOND)); in fromMillis()397 duration.getNanos() / NANOS_PER_MILLISECOND); in toMillis()
55 const NANOS_PER_MILLISECOND = 1000000; define in Google\\Protobuf\\Internal\\GPBUtil582 if ($nanoseconds % static::NANOS_PER_MILLISECOND == 0) {583 return sprintf('%03d', $nanoseconds / static::NANOS_PER_MILLISECOND);
67 #define NANOS_PER_MILLISECOND (1000 * NANOS_PER_MICROSECOND) macro68 #define NANOS_PER_SECOND (1000 * NANOS_PER_MILLISECOND)194 return coldStartLatencyNanos / NANOS_PER_MILLISECOND; in calculateColdStartLatencyMillis()
112 private static final long NANOS_PER_MILLISECOND = 1000 * 1000; field in StatszZPageHandler367 + timestamp.getNanos() / NANOS_PER_MILLISECOND)); in toDate()