Home
last modified time | relevance | path

Searched refs:ToMicroseconds (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/engine/flutter/fml/time/
Dtime_delta.h46 constexpr int64_t ToMicroseconds() const { return ToNanoseconds() / 1000; } in ToMicroseconds() function
47 constexpr int64_t ToMilliseconds() const { return ToMicroseconds() / 1000; } in ToMilliseconds()
Dtime_unittest.cc27 EXPECT_EQ(102304506ll, delta.ToMicroseconds()); in TEST()
/third_party/flutter/engine/flutter/fml/
Dtrace_event.cc132 begin.ToEpochDelta().ToMicroseconds(), // timestamp0 in TraceEventAsyncComplete()
140 end.ToEpochDelta().ToMicroseconds(), // timestamp0 in TraceEventAsyncComplete()
/third_party/protobuf/python/google/protobuf/internal/
Dwell_known_types_test.py163 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())
Dwell_known_types.py205 def ToMicroseconds(self): member in Timestamp
331 def ToMicroseconds(self): member in Duration
/third_party/flutter/engine/flutter/shell/common/
Danimator.cc91 return (time - fxl_now).ToMicroseconds() + dart_now; in FxlToDartOrEarlier()
Dace_shell.cc859 timing.Get(phase).ToEpochDelta().ToMicroseconds()); in OnFrameRasterized()
Dshell_unittests.cc415 timing.Get(FrameTiming::kBuildStart).ToEpochDelta().ToMicroseconds(); in TEST_F()
Dshell.cc1028 timing.Get(phase).ToEpochDelta().ToMicroseconds()); in OnFrameRasterized()