Searched refs:NANOS_PER_MICROSECOND (Results 1 – 4 of 4) sorted by relevance
61 + (200 * NANOS_PER_MICROSECOND); in checkDriftingClock()126 time = startTime + (500 * NANOS_PER_MICROSECOND); in TEST_F()137 int64_t markerTime = startTime + NANOS_PER_MILLISECOND + (200 * NANOS_PER_MICROSECOND); in TEST_F()144 EXPECT_EQ(position, model.convertTimeToPosition(markerTime + (73 * NANOS_PER_MICROSECOND))); in TEST_F()
31 #define NANOS_PER_MICROSECOND ((int64_t)1000) macro32 #define NANOS_PER_MILLISECOND (NANOS_PER_MICROSECOND * 1000)
70 private static final long NANOS_PER_MICROSECOND = 1000L; field in OomAdjPerfTest128 mDurations.add(slice.getDurationInMicroseconds() * NANOS_PER_MICROSECOND); in handleTraceMarkSlices()
31 #define NANOS_PER_MICROSECOND 1000LL macro