Searched refs:moment (Results 1 – 17 of 17) sorted by relevance
/test/vti/dashboard/src/main/webapp/js/ |
D | time.js | 17 (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);
|
D | plan_runs.js | 17 (function ($, moment) { argument 43 moment().renderTime(startTime, false) + ' - ' + 44 moment().renderTime(endTime, true) + ' (' + 45 moment().renderDuration(endTime - startTime) + ')'); 63 })(jQuery, moment);
|
D | test_results.js | 17 (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/ |
D | menu_base.ts | 22 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/ |
D | job.component.ts | 29 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/ |
D | show_performance_digest.jsp | 25 …<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'));
|
D | show_plan_run.jsp | 25 …<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>');
|
D | show_profiling_overview.jsp | 25 …<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);
|
D | show_green_plan_release.jsp | 25 …<script src='https://www.gstatic.com/external_hosted/moment/min/moment-with-locales.min.js'></scri…
|
D | show_green_suite_release.jsp | 25 …<script src='https://www.gstatic.com/external_hosted/moment/min/moment-with-locales.min.js'></scri…
|
D | show_plan_release.jsp | 25 …<script src='https://www.gstatic.com/external_hosted/moment/min/moment-with-locales.min.js'></scri…
|
D | show_table.jsp | 26 …<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);
|
D | show_gcs_log.jsp | 24 …<script src='https://www.gstatic.com/external_hosted/moment/min/moment-with-locales.min.js'></scri…
|
D | show_tree.jsp | 26 …<script src='https://www.gstatic.com/external_hosted/moment/min/moment-with-locales.min.js'></scri…
|
D | show_coverage_overview.jsp | 28 …<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/ |
D | VtsProfilingStatsJobServletTest.java | 58 import org.apache.commons.math3.stat.descriptive.moment.Mean;
|
/test/mlts/benchmark/results/ |
D | Chart.bundle.min.js | 10 …moment=a()},{}],7:[function(t,e,i){var n=t(29)();n.helpers=t(45),t(27)(n),n.defaults=t(25),n.Eleme…
|