Searched defs:total_seconds (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Ddateparser.cc107 int total_seconds = static_cast<int>(total_seconds_unsigned); local
109 total_seconds = -total_seconds;
111 DCHECK(Smi::IsValid(total_seconds));
112 output->set(UTC_OFFSET, Smi::FromInt(total_seconds));
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
H A Dutil.py45 'total_seconds',
398 def total_seconds(offset): function
399 """Backport of offset.total_seconds() from python 2.7+."""
417 offset = total_seconds(offset) / 60
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
H A Dutil.py30 "total_seconds",
157 def total_seconds(td): function
160 This is patterned after timedelta.total_seconds, which is only

Completed in 120 milliseconds