Home
last modified time | relevance | path

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

123

/external/u-boot/cmd/
Dtime.c12 ulong total_seconds, remainder; in report_time() local
14 total_seconds = cycles / CONFIG_SYS_HZ; in report_time()
16 minutes = total_seconds / 60; in report_time()
17 seconds = total_seconds % 60; in report_time()
/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())))
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/python/apitools/apitools/base/protorpclite/
Dmessage_types.py102 time_zone_offset = util.total_seconds(
112 message.milliseconds = int(util.total_seconds(delta) * 1000)
117 util.total_seconds(value.tzinfo.utcoffset(value)) / 60)
Dutil.py197 def total_seconds(offset): function
216 offset = total_seconds(offset) / 60
/external/autotest/client/site_tests/network_WiFiResume/
Dnetwork_WiFiResume.py60 (dev, int(delay.total_seconds()*1000)))
69 (dev, int(delay.total_seconds()*1000)))
/external/autotest/server/site_tests/platform_SuspendResumeTiming/
Dplatform_SuspendResumeTiming.py93 time_to_susp = (suspend_end - suspend_start).total_seconds()
94 time_to_res = (resume_end - resume_start).total_seconds()
/external/grpc-grpc/tools/github/
Dpr_latency.py78 str(int((test_time - base_time).total_seconds())),
90 return str((dt - datetime(1970, 1, 1)).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()
/external/grpc-grpc/tools/run_tests/
Drun_build_statistics.py142 'duration': matrix.get_duration().total_seconds()
245 build_result['duration'] = build.get_duration().total_seconds()
/external/toolchain-utils/mem_tests/
Dutils.py22 return (timestamp - base_time).total_seconds()
/external/fonttools/Lib/fontTools/ufoLib/
Dutils.py38 return (dt - EPOCH).total_seconds()
/external/python/dateutil/dateutil/tz/
D_factories.py26 key = (name, offset.total_seconds())
Dtz.py137 offset = offset.total_seconds()
184 int(self._offset.total_seconds()))
893 stdoffset = stdoffset.total_seconds()
898 dstoffset = dstoffset.total_seconds()
1639 return (dt.replace(tzinfo=None) - EPOCH).total_seconds()
/external/autotest/client/site_tests/cheets_StartAndroid_P/
Dcheets_StartAndroid_P.py55 ).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.py87 commit_durations.append((time1 - time2).total_seconds() / 60.)
/external/autotest/server/site_tests/moblab_RunSuite/
Dmoblab_RunSuite.py107 elasped_m = self.elapsed.total_seconds() / 60
/external/autotest/server/cros/cfm/utils/
Dbond_http_api.py163 return elapsed.total_seconds() > _TOKEN_TTL_SECONDS
/external/python/google-api-python-client/googleapiclient/discovery_cache/
Dfile_cache.py54 return (date - EPOCH).total_seconds()
/external/autotest/client/site_tests/desktopui_ScreenLocker/
Ddesktopui_ScreenLocker.py77 perf_values['lock_seconds'] = (datetime.now() - start).total_seconds()

123