Searched defs:timedelta (Results 1 - 4 of 4) sorted by relevance

/external/ltrace/
H A Dsummary.h26 struct timedelta { struct
30 struct timedelta calc_time_spent(struct timeval start);
32 struct timedelta spent);
/external/ipsec-tools/src/racoon/
H A Dmisc.c162 timedelta(t1, t2) function
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
H A Ddatetimeutil.py49 ``timedelta`` object, or an 2-decimal fixed-point
53 ``timedelta`` values will have a normalized representation.
56 from datetime import timedelta, time, date namespace
70 # timedelta
74 returns a ``timedelta`` object, or None
81 return timedelta(hours=int(val), minutes=60*(val % 1.0))
97 return timedelta(hours=hr, minutes=mi)
101 produces a normalized string value of the timedelta
177 _one_day = timedelta(days=1)
238 now += timedelta(day
[all...]
/external/android-clat/
H A Dclatd_microbenchmark.c127 double timedelta(const struct timespec tv1, const struct timespec tv2) { function
156 double seconds = timedelta(tv1, tv2);

Completed in 222 milliseconds