Home
last modified time | relevance | path

Searched defs:total_seconds (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Tools/peg_generator/scripts/
Dtest_parse_directory.py84 def generate_time_stats(files, total_seconds) -> None: argument
/external/python/apitools/apitools/base/protorpclite/
Dutil.py197 def total_seconds(offset): function
/external/libchrome/base/i18n/
Dtime_formatting.cc225 const int64_t total_seconds = static_cast<int>(time.InSecondsF() + 0.5); in TimeDurationFormatWithSeconds() local
/external/cronet/base/i18n/
Dtime_formatting.cc237 const int64_t total_seconds = ClampRound<int64_t>(time.InSecondsF()); in TimeDurationFormatWithSeconds() local
/external/python/cpython3/Lib/
Ddatetime.py588 def total_seconds(self): member in timedelta
/external/python/cpython3/Modules/
D_zoneinfo.c1641 parse_tz_delta(const char *const p, long *total_seconds) in parse_tz_delta()
D_datetimemodule.c2624 PyObject *total_seconds; in delta_total_seconds() local
/external/python/cpython2/Modules/
Ddatetimemodule.c2108 PyObject *total_seconds; in delta_total_seconds() local