Home
last modified time | relevance | path

Searched defs:startTime (Results 1 – 25 of 26) sorted by relevance

12

/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DMetricsStore.java48 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/
DPerformanceSummary.java30 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()
DFilterUtil.java306 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()
DPerformanceUtil.java146 long startTime, in updatePerformanceSummary()
DTestResults.java66 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/
DProfilingPointSummaryEntity.java115 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
DTestSuiteResultEntity.java156 @Id @Getter @Setter Long startTime; field in TestSuiteResultEntity
230 Long startTime, in TestSuiteResultEntity()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DTestResultHistory.java128 private final long startTime; field in TestResultHistory.ExecutionRecord
134 public ExecutionRecord(long startTime, long endTime, boolean isAutomated) { in ExecutionRecord()
DInvocationResult.java36 public long startTime; field in InvocationResult.RunHistory
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowCoverageServlet.java66 String startTime = request.getParameter("startTime"); in getBreadcrumbLinks() local
DShowProfilingOverviewServlet.java73 long startTime = endTime - TimeUnit.DAYS.toMicros(30); in doGetHandler() local
DShowTableServlet.java96 Long startTime = null; // time in microseconds in doGetHandler() local
DShowPlanRunServlet.java98 long startTime = 0; in doGetHandler() local
DShowPerformanceDigestServlet.java168 Long startTime = null; in doGetHandler() local
DShowGraphServlet.java144 Long startTime = endTime - TimeUnit.DAYS.toMicros(1); in doGetHandler() local
DShowTreeServlet.java110 Long startTime = null; // time in microseconds in doGetHandler() local
DShowPlanReleaseServlet.java158 Long startTime = null; // time in microseconds in getTestPlanDispatcher() local
DShowCoverageOverviewServlet.java355 Long startTime = cal.getTime().getTime() * 1000; in getCoverageDataTable() local
DShowGreenReleaseServlet.java225 Long startTime = cal.getTime().getTime() * 1000; in getTestPlanDispatcher() local
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DJarHostTest.java48 long startTime = System.currentTimeMillis(); in run() local
/test/mlts/benchmark/jni/
Drun_tflite.cpp300 long long startTime = currentTimeInUsec(); in benchmark() local
492 const long long startTime = currentTimeInUsec(); in benchmarkSingleTypeOfCompilation() local
Drandom_graph_test_jni.cpp485 std::time_t startTime = std::time(nullptr); in Java_com_android_nn_crashtest_core_RandomGraphTest_runRandomModel() local
/test/mlts/benchmark/native/
Dmulti_process_test.cpp112 std::time_t startTime = std::time(nullptr); in runModel() local
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsAlertJobServlet.java142 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/
DResultReporterTest.java597 long startTime = mReporter.getResult().getStartTime(); in testRetryWithRunHistory() local

12