Home
last modified time | relevance | path

Searched refs:total_seconds (Results 1 – 24 of 24) sorted by relevance

/external/autotest/client/cros/video/
Dsequence_generator.py33 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())
Dvimeo_player.py42 int(t.total_seconds())))
Dscreenshot_file_namer.py54 hours, remainder = divmod(time_delta_value.total_seconds(), 3600)
Dnative_html5_player.py85 cmd = "%s.currentTime=%.3f" % (self.video_id, t.total_seconds())
/external/autotest/contrib/
Dcompare_suite.py196 self.get_first_task_start_time()).total_seconds()
202 time += task.time_used.total_seconds()
209 time += task.time_used_db.total_seconds()
216 self.time_used.total_seconds())
222 self.time_used.total_seconds())
243 total += task.time_used.total_seconds()
265 total += task.time_used_db.total_seconds()
311 [(HYPERLINK % (data[0].log, data[0].time_used.total_seconds()))
315 [HYPERLINK % (data[1].log, data[1].time_used.total_seconds())
389 delimiter.join([str(suite_job.time_used.total_seconds()/60)
[all …]
Dcompare_dut_perf.py99 'time_used': time_used.total_seconds(),
108 time_used = (hqe.finished_on - hqe.started_on).total_seconds()
/external/v8/src/
Ddateparser.cc107 int total_seconds = static_cast<int>(total_seconds_unsigned); in Write() local
109 total_seconds = -total_seconds; in Write()
111 DCHECK(Smi::IsValid(total_seconds)); in Write()
112 output->set(UTC_OFFSET, Smi::FromInt(total_seconds)); in Write()
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
Dmessage_types.py103 time_zone_offset = util.total_seconds(value.tzinfo.utcoffset(value))
112 message.milliseconds = int(util.total_seconds(delta) * 1000)
117 util.total_seconds(value.tzinfo.utcoffset(value)) / 60)
Dutil.py398 def total_seconds(offset): function
417 offset = total_seconds(offset) / 60
Dutil_test.py379 self.assertEqual(180, util.total_seconds(epoch))
/external/autotest/site_utils/
Djob_history.py100 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()
Drun_suite.py581 self.download_start_time).total_seconds())
586 self.download_start_time).total_seconds())
592 self.suite_start_time).total_seconds())
597 self.tests_start_time).total_seconds())
823 return ((end - start).total_seconds()/60.0
1396 self.timings.suite_start_time).total_seconds()
Dcollect_host_stats.py116 start_time = end_time - timedelta(hours=options.span).total_seconds()
Dcollect_suite_time_stats.py446 start_time = end_time - timedelta(hours=_options.span).total_seconds()
/external/chromium-trace/catapult/experimental/
Dcommits.py81 commit_durations.append((time1 - time2).total_seconds())
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sts/
Dcredentials.py140 return delta.total_seconds() <= 0
/external/autotest/server/site_tests/network_WiFi_ChannelScanDwellTime/
Dnetwork_WiFi_ChannelScanDwellTime.py98 (last_ssid_tstamp - first_ssid_tstamp).total_seconds() *
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
Dutil.py157 def total_seconds(td): function
Dhandlers.py331 return util.total_seconds(duration - delta)
/external/chromium-trace/catapult/perf_insights/perf_insights_build/
Dperf_insights_dev_server_config.py184 print 'Time taken: %ss' % total_time.total_seconds()
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dhandler_tracking.ipp45 seconds = static_cast<uint64_t>(now.total_seconds());
/external/autotest/scheduler/
Dhost_scheduler.py315 queue_entry.job.created_on).total_seconds()
/external/autotest/tko/
Dparse.py505 duration_secs = (datetime.datetime.now() - start_time).total_seconds()
/external/autotest/server/
Dautoserv770 duration_secs = (datetime.datetime.now() - start_time).total_seconds()