Home
last modified time | relevance | path

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

12

/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.py99 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 …]
/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/autotest/server/site_tests/platform_SuspendResumeTiming/
Dplatform_SuspendResumeTiming.py91 time_to_susp = (suspend_end - suspend_start).total_seconds()
92 time_to_res = (resume_end - resume_start).total_seconds()
/external/toolchain-utils/mem_tests/
Dutils.py22 return (timestamp - base_time).total_seconds()
/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.py889 return ((end - start).total_seconds()/60.0
1523 self.timings.suite_start_time).total_seconds()
/external/autotest/client/common_lib/
Dtime_utils.py121 return (utc_datetime - epoch).total_seconds()
/external/autotest/client/site_tests/cheets_StartAndroid/
Dcheets_StartAndroid.py55 ).total_seconds()
/external/chromium-trace/catapult/common/lab/
Dcommits.py81 commit_durations.append((time1 - time2).total_seconds())
/external/autotest/client/site_tests/desktopui_ScreenLocker/
Ddesktopui_ScreenLocker.py97 perf_values['lock_seconds'] = (datetime.now() - start).total_seconds()
/external/autotest/server/site_tests/network_WiFi_ChannelScanDwellTime/
Dnetwork_WiFi_ChannelScanDwellTime.py98 (last_ssid_tstamp - first_ssid_tstamp).total_seconds() *
/external/skia/infra/bots/
Dutils.py35 duration = (finish-self._start).total_seconds()
/external/autotest/server/control_segments/
Dprovision66 duration = (end_time - start_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()
Dagent_task.py705 self.task.time_started).total_seconds()
/external/autotest/tko/
Dparse.py653 duration_secs = (datetime.datetime.now() - start_time).total_seconds()
/external/python/cpython2/Lib/test/
Dtest_datetime.py275 self.assertEqual(td.total_seconds(), 31536000.0)
276 for total_seconds in [123456.789012, -123456.789012, 0.123456, 0, 1e6]:
277 td = timedelta(seconds=total_seconds)
278 self.assertEqual(td.total_seconds(), total_seconds)
283 self.assertEqual(td.total_seconds(),
/external/skia/infra/bots/recipe_modules/swarming/
Dapi.py593 parse_time(shard['created_ts'])).total_seconds()
/external/autotest/server/
Dautoserv.py750 duration_secs = (datetime.datetime.now() - start_time).total_seconds()
Dautoserv750 duration_secs = (datetime.datetime.now() - start_time).total_seconds()

12