Home
last modified time | relevance | path

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

/third_party/python/Tools/peg_generator/scripts/
Dtest_parse_directory.py84 def generate_time_stats(files, total_seconds) -> None: argument
/third_party/node/deps/v8/src/date/
Ddateparser.cc107 int total_seconds = static_cast<int>(total_seconds_unsigned); in Write() local
/third_party/libsnd/programs/
Dsndfile-info.c59 static double total_seconds = 0.0 ; variable
/third_party/rust/crates/humantime/src/
Ddate.rs184 let total_seconds = time + days * 86400; in parse_rfc3339_weak() localVariable
/third_party/python/Lib/
Ddatetime.py588 def total_seconds(self): member in timedelta
/third_party/python/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