/external/autotest/client/cros/video/ |
D | sequence_generator.py | 33 start_total_ms = int(start.total_seconds() * 1000) 34 stop_total_ms = int(stop.total_seconds() * 1000) 67 start_total_s = int(start.total_seconds()) 69 stop_total_s = int(stop.total_seconds())
|
D | vimeo_player.py | 42 int(t.total_seconds())))
|
D | native_html5_player.py | 99 cmd = '%s.currentTime=%.3f' % (self.video_id, t.total_seconds())
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/helpers/ |
D | retryers.py | 50 wait=_wait_exponential(min=wait_min.total_seconds(), 51 max=wait_max.total_seconds()), 52 stop=_stop_after_delay(timeout.total_seconds()),
|
/external/python/apitools/apitools/base/protorpclite/ |
D | message_types.py | 102 time_zone_offset = util.total_seconds( 112 message.milliseconds = int(util.total_seconds(delta) * 1000) 117 util.total_seconds(value.tzinfo.utcoffset(value)) / 60)
|
D | util.py | 197 def total_seconds(offset): function 216 offset = total_seconds(offset) / 60
|
/external/python/cpython3/Tools/peg_generator/scripts/ |
D | test_parse_directory.py | 141 def generate_time_stats(files, total_seconds) -> None: argument 155 if total_seconds > 0: 183 total_seconds = 0 195 total_seconds += dt 211 generate_time_stats(files, total_seconds)
|
/external/autotest/client/site_tests/network_WiFiResume/ |
D | network_WiFiResume.py | 60 (dev, int(delay.total_seconds()*1000))) 69 (dev, int(delay.total_seconds()*1000)))
|
/external/libchrome/base/i18n/ |
D | time_formatting.cc | 225 const int64_t total_seconds = static_cast<int>(time.InSecondsF() + 0.5); in TimeDurationFormatWithSeconds() local 226 const int hours = total_seconds / 3600; in TimeDurationFormatWithSeconds() 227 const int minutes = (total_seconds - hours * 3600) / 60; in TimeDurationFormatWithSeconds() 228 const int seconds = total_seconds % 60; in TimeDurationFormatWithSeconds()
|
/external/perfetto/infra/ci/controller/ |
D | controller.py | 275 age_sec = (datetime.utcnow() - t_queued).total_seconds() 408 age = (datetime.now() - time_started).total_seconds() 449 'v': int((t_ended - t_queued).total_seconds()) 465 'v': int((t_started - t_queued).total_seconds()) 474 'v': int((t_ended - t_started).total_seconds())
|
/external/rust/crates/grpcio-sys/grpc/tools/github/ |
D | pr_latency.py | 78 str(int((test_time - base_time).total_seconds())), 90 return str((dt - datetime(1970, 1, 1)).total_seconds())
|
/external/autotest/server/site_tests/platform_SuspendResumeTiming/ |
D | platform_SuspendResumeTiming.py | 92 time_to_susp = (suspend_end - suspend_start).total_seconds() 93 time_to_res = (resume_end - resume_start).total_seconds()
|
/external/grpc-grpc/tools/github/ |
D | pr_latency.py | 78 str(int((test_time - base_time).total_seconds())), 90 return str((dt - datetime(1970, 1, 1)).total_seconds())
|
/external/grpc-grpc/tools/run_tests/ |
D | run_build_statistics.py | 142 'duration': matrix.get_duration().total_seconds() 245 build_result['duration'] = build.get_duration().total_seconds()
|
/external/autotest/site_utils/ |
D | job_history.py | 100 self.time_used = (self.end_time - self.start_time).total_seconds() 223 self.time_used = (self.end_time - self.start_time).total_seconds() 343 self.time_used = (self.end_time - self.start_time).total_seconds()
|
/external/python/dateutil/dateutil/test/property/ |
D | test_isoparse_prop.py | 21 assume(dt.utcoffset().total_seconds() % 60 == 0)
|
/external/autotest/client/common_lib/ |
D | time_utils.py | 127 return (utc_datetime - epoch).total_seconds()
|
/external/llvm-project/lldb/test/API/test_runner/test/ |
D | inferior.py | 103 sleep_seconds = sleep_interval.total_seconds()
|
/external/chromium-trace/catapult/common/lab/ |
D | commits.py | 87 commit_durations.append((time1 - time2).total_seconds() / 60.)
|
/external/autotest/server/site_tests/moblab_RunSuite/ |
D | moblab_RunSuite.py | 107 elasped_m = self.elapsed.total_seconds() / 60
|
/external/python/pybind11/docs/ |
D | benchmark.py | 89 elapsed = (n2 - n1).total_seconds()
|
/external/python/dateutil/dateutil/tz/ |
D | _factories.py | 31 key = (name, offset.total_seconds())
|
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpc_prefixed/ |
D | generate.py | 41 POPEN_TIMEOUT_S = datetime.timedelta(minutes=1).total_seconds()
|
/external/autotest/server/cros/cfm/utils/ |
D | bond_http_api.py | 183 return elapsed.total_seconds() > _TOKEN_TTL_SECONDS
|
/external/autotest/client/site_tests/desktopui_ScreenLocker/ |
D | desktopui_ScreenLocker.py | 77 perf_values['lock_seconds'] = (datetime.now() - start).total_seconds()
|