Home
last modified time | relevance | path

Searched refs:timeSpan (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DTimeExtensions.cs75 public static Duration ToDuration(this TimeSpan timeSpan) in ToDuration() argument
77 return Duration.FromTimeSpan(timeSpan); in ToDuration()
DDurationPartial.cs103 public static Duration FromTimeSpan(TimeSpan timeSpan) in FromTimeSpan() argument
107 long ticks = timeSpan.Ticks; in FromTimeSpan()
/external/perfetto/ui/src/frontend/
Dgridline_helper.ts88 timeSpan: TimeSpan,
94 for (const xAndTime of gridlines(width, timeSpan, x)) {
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DTimespec.cs187 TimeSpan timeSpan = dateTime - UnixEpoch; in FromDateTime()
188 long ticks = timeSpan.Ticks; in FromDateTime()
/external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
DPresencePublication.java952 private void scheduleRetryPublish(long timeSpan) { in scheduleRetryPublish() argument
953 logger.print("timeSpan=" + timeSpan + in scheduleRetryPublish()
975 SystemClock.elapsedRealtime() + timeSpan, mRetryAlarmIntent); in scheduleRetryPublish()