Searched refs:ToMicroseconds (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/engine/flutter/fml/time/ |
D | time_delta.h | 46 constexpr int64_t ToMicroseconds() const { return ToNanoseconds() / 1000; } in ToMicroseconds() function 47 constexpr int64_t ToMilliseconds() const { return ToMicroseconds() / 1000; } in ToMilliseconds()
|
D | time_unittest.cc | 27 EXPECT_EQ(102304506ll, delta.ToMicroseconds()); in TEST()
|
/third_party/flutter/engine/flutter/fml/ |
D | trace_event.cc | 132 begin.ToEpochDelta().ToMicroseconds(), // timestamp0 in TraceEventAsyncComplete() 140 end.ToEpochDelta().ToMicroseconds(), // timestamp0 in TraceEventAsyncComplete()
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | well_known_types_test.py | 163 self.assertEqual(1, message.ToMicroseconds()) 168 self.assertEqual(-1, message.ToMicroseconds()) 191 self.assertEqual(1, message.ToMicroseconds()) 197 self.assertEqual(-2, message.ToMicroseconds()) 214 self.assertEqual(1, message.ToMicroseconds()) 219 self.assertEqual(-1, message.ToMicroseconds()) 242 self.assertEqual(1, message.ToMicroseconds()) 246 self.assertEqual(-1, message.ToMicroseconds())
|
D | well_known_types.py | 205 def ToMicroseconds(self): member in Timestamp 331 def ToMicroseconds(self): member in Duration
|
/third_party/flutter/engine/flutter/shell/common/ |
D | animator.cc | 91 return (time - fxl_now).ToMicroseconds() + dart_now; in FxlToDartOrEarlier()
|
D | ace_shell.cc | 859 timing.Get(phase).ToEpochDelta().ToMicroseconds()); in OnFrameRasterized()
|
D | shell_unittests.cc | 415 timing.Get(FrameTiming::kBuildStart).ToEpochDelta().ToMicroseconds(); in TEST_F()
|
D | shell.cc | 1028 timing.Get(phase).ToEpochDelta().ToMicroseconds()); in OnFrameRasterized()
|