Home
last modified time | relevance | path

Searched refs:moment (Results 1 – 17 of 17) sorted by relevance

/test/vti/dashboard/src/main/webapp/js/
Dtime.js17 (function (moment) { argument
25 moment.prototype.renderTime = function (timestamp, showTimezone) { class
26 var time = moment(timestamp / 1000);
40 moment.prototype.renderDate = function (timestamp, showTimezone) {
41 var time = moment(timestamp / 1000);
54 moment.prototype.renderDuration = function (durationTimestamp) {
56 var duration = moment.utc(durationTimestamp / 1000);
65 })(moment);
Dplan_runs.js17 (function ($, moment) { argument
43 moment().renderTime(startTime, false) + ' - ' +
44 moment().renderTime(endTime, true) + ' (' +
45 moment().renderDuration(endTime - startTime) + ')');
63 })(jQuery, moment);
Dtest_results.js17 (function($, moment) { argument
261 (moment().renderTime(startTime, false) + ' - ' +
262 moment().renderTime(endTime, true) + ' (' +
263 moment().renderDuration(endTime - startTime) + ')');
349 })(jQuery, moment);
/test/vti/test_serving/gae/frontend/src/app/menu/
Dmenu_base.ts22 import moment from 'moment-timezone';
55 return (moment.tz(timeString, 'YYYY-MM-DDThh:mm:ss', 'UTC').isValid() ?
56 moment.tz(timeString, 'YYYY-MM-DDThh:mm:ss', 'UTC').fromNow() : '---');
61 let currentTime = moment.tz(timeString, 'YYYY-MM-DDThh:mm:ss', 'UTC');
64 let diff = moment().diff(currentTime);
65 let duration = moment.duration(diff);
/test/vti/test_serving/gae/frontend/src/app/menu/job/
Djob.component.ts29 import * as moment from 'moment-timezone';
175 … job => (moment() - moment.tz(job.timestamp, 'YYYY-MM-DDThh:mm:ss', 'UTC')) / 3600000 < 24);
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_performance_digest.jsp25 …<script src='https://www.gstatic.com/external_hosted/moment/min/moment-with-locales.min.js'></scri…
55 label.html(moment(parseInt(label.html())).format('M/D/YY'));
Dshow_plan_run.jsp25 …<script src='https://www.gstatic.com/external_hosted/moment/min/moment-with-locales.min.js'></scri…
148 details.append('<b>Start Time: </b>' + moment().renderTime(startTime, true) + '<br>');
149 details.append('<b>End Time: </b>' + moment().renderTime(endTime, true) + '<br>');
150 … details.append('<b>Duration: </b>' + moment().renderDuration(endTime - startTime) + '<br>');
Dshow_profiling_overview.jsp25 …<script src='https://www.gstatic.com/external_hosted/moment/min/moment-with-locales.min.js'></scri…
68 var dateString = new moment().renderDate(1 * day.label);
Dshow_green_plan_release.jsp25 …<script src='https://www.gstatic.com/external_hosted/moment/min/moment-with-locales.min.js'></scri…
Dshow_green_suite_release.jsp25 …<script src='https://www.gstatic.com/external_hosted/moment/min/moment-with-locales.min.js'></scri…
Dshow_plan_release.jsp25 …<script src='https://www.gstatic.com/external_hosted/moment/min/moment-with-locales.min.js'></scri…
Dshow_table.jsp26 …<script src='https://www.gstatic.com/external_hosted/moment/min/moment-with-locales.min.js'></scri…
201 return moment().renderTime(cell);
209 return moment().renderDuration(cell);
Dshow_gcs_log.jsp24 …<script src='https://www.gstatic.com/external_hosted/moment/min/moment-with-locales.min.js'></scri…
Dshow_tree.jsp26 …<script src='https://www.gstatic.com/external_hosted/moment/min/moment-with-locales.min.js'></scri…
Dshow_coverage_overview.jsp28 …<script src='https://www.gstatic.com/external_hosted/moment/min/moment-with-locales.min.js'></scri…
/test/vti/dashboard/src/test/java/com/android/vts/job/
DVtsProfilingStatsJobServletTest.java58 import org.apache.commons.math3.stat.descriptive.moment.Mean;
/test/mlts/benchmark/results/
DChart.bundle.min.js10moment=a()},{}],7:[function(t,e,i){var n=t(29)();n.helpers=t(45),t(27)(n),n.defaults=t(25),n.Eleme…