/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/ |
D | MetricsStore.java | 48 String startTime = buildInfo.getBuildAttributes().get(START_TIME_TAG); in storeResult() local 57 String startTime = buildInfo.getBuildAttributes().get(START_TIME_TAG); in removeResult() local 64 private static String generateTestKey(String startTime, String abi, String classMethodName) { in generateTestKey()
|
/test/vti/dashboard/src/main/java/com/android/vts/util/ |
D | PerformanceSummary.java | 30 public final long startTime; field in PerformanceSummary 35 public PerformanceSummary(long startTime, long endTime, String label) { in PerformanceSummary() 43 public PerformanceSummary(long startTime, long endTime) { in PerformanceSummary()
|
D | FilterUtil.java | 306 Key grandparentKey, String parentKind, Long startTime, Long endTime) { in getProfilingTimeFilter() 353 Key grandparentKey, String parentKind, Long startTime, Long endTime) { in getDeviceTimeFilter() 397 Key testKey, String kind, Long startTime, Long endTime, Filter testRunFilter) { in getTimeFilter() 432 public static Filter getTimeFilter(Key testKey, String kind, Long startTime, Long endTime) { in getTimeFilter()
|
D | PerformanceUtil.java | 146 long startTime, in updatePerformanceSummary()
|
D | TestResults.java | 66 public long startTime = Long.MAX_VALUE; // oldest timestamp displayed in the results table field in TestResults
|
/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | ProfilingPointSummaryEntity.java | 115 private Long startTime; field in ProfilingPointSummaryEntity 155 long startTime) { in ProfilingPointSummaryEntity() 176 Key parentKey, String branch, String buildFlavor, String series, long startTime) { in ProfilingPointSummaryEntity() 199 Key parentKey, String branch, String buildFlavor, String series, long startTime) { in createKey() 355 long startTime = (long) e.getProperty(START_TIME); in fromEntity() local
|
D | TestSuiteResultEntity.java | 156 @Id @Getter @Setter Long startTime; field in TestSuiteResultEntity 230 Long startTime, in TestSuiteResultEntity()
|
/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | TestResultHistory.java | 128 private final long startTime; field in TestResultHistory.ExecutionRecord 134 public ExecutionRecord(long startTime, long endTime, boolean isAutomated) { in ExecutionRecord()
|
D | InvocationResult.java | 36 public long startTime; field in InvocationResult.RunHistory
|
/test/vti/dashboard/src/main/java/com/android/vts/servlet/ |
D | ShowCoverageServlet.java | 66 String startTime = request.getParameter("startTime"); in getBreadcrumbLinks() local
|
D | ShowProfilingOverviewServlet.java | 73 long startTime = endTime - TimeUnit.DAYS.toMicros(30); in doGetHandler() local
|
D | ShowTableServlet.java | 96 Long startTime = null; // time in microseconds in doGetHandler() local
|
D | ShowPlanRunServlet.java | 98 long startTime = 0; in doGetHandler() local
|
D | ShowPerformanceDigestServlet.java | 168 Long startTime = null; in doGetHandler() local
|
D | ShowGraphServlet.java | 144 Long startTime = endTime - TimeUnit.DAYS.toMicros(1); in doGetHandler() local
|
D | ShowTreeServlet.java | 110 Long startTime = null; // time in microseconds in doGetHandler() local
|
D | ShowPlanReleaseServlet.java | 158 Long startTime = null; // time in microseconds in getTestPlanDispatcher() local
|
D | ShowCoverageOverviewServlet.java | 355 Long startTime = cal.getTime().getTime() * 1000; in getCoverageDataTable() local
|
D | ShowGreenReleaseServlet.java | 225 Long startTime = cal.getTime().getTime() * 1000; in getTestPlanDispatcher() local
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/ |
D | JarHostTest.java | 48 long startTime = System.currentTimeMillis(); in run() local
|
/test/mlts/benchmark/jni/ |
D | run_tflite.cpp | 300 long long startTime = currentTimeInUsec(); in benchmark() local 492 const long long startTime = currentTimeInUsec(); in benchmarkSingleTypeOfCompilation() local
|
D | random_graph_test_jni.cpp | 485 std::time_t startTime = std::time(nullptr); in Java_com_android_nn_crashtest_core_RandomGraphTest_runRandomModel() local
|
/test/mlts/benchmark/native/ |
D | multi_process_test.cpp | 112 std::time_t startTime = std::time(nullptr); in runModel() local
|
/test/vti/dashboard/src/main/java/com/android/vts/job/ |
D | VtsAlertJobServlet.java | 142 private static List<TestRunEntity> getTestRuns(Key testKey, long startTime, long endTime) { in getTestRuns()
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/ |
D | ResultReporterTest.java | 597 long startTime = mReporter.getResult().getStartTime(); in testRetryWithRunHistory() local
|