Home
last modified time | relevance | path

Searched refs:endTime (Results 1 – 9 of 9) sorted by relevance

/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNModelLoadingStressTest.java70 float endTime = stopwatch.runtime(TimeUnit.SECONDS) + RUNTIME_SECONDS; in stressTestNNAPI() local
72 while (stopwatch.runtime(TimeUnit.SECONDS) < endTime) { in stressTestNNAPI()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DMetadataReporter.java129 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded() argument
130 long duration = endTime - mStartTime; in testEnded()
/test/app_compat/csuite/test_scripts/src/main/java/com/android/csuite/tests/
DAppLaunchTest.java194 DeviceTimestamp endTime = deviceUtils.currentTimeMillis(); in testAppCrash() local
202 endTime); in testAppCrash()
/test/mlts/benchmark/jni/
Drun_tflite.cpp401 long long endTime = currentTimeInUsec(); in benchmark() local
409 static_cast<float>(endTime - startTime) / 1000000.0f; in benchmark()
619 const long long endTime = currentTimeInUsec(); in benchmarkSingleTypeOfCompilation() local
626 const float compilationTime = static_cast<float>(endTime - startTime) / 1000000.0f; in benchmarkSingleTypeOfCompilation()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DPreviousResultLoader.java200 newRun.endTime = holder.endTime; in init()
/test/app_compat/csuite/test_scripts/src/main/java/com/android/art/tests/
DAppCompileLaunchTest.java249 DeviceTimestamp endTime = deviceUtils.currentTimeMillis(); in doTestAppCrash() local
257 endTime); in doTestAppCrash()
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DDeviceUtils.java687 DeviceTimestamp endTime) in getDropboxEntries() argument
693 && (endTime == null || entry.getTime() < endTime.get()))) in getDropboxEntries()
DAppCrawlTester.java152 DeviceTimestamp endTime = mTestUtils.getDeviceUtils().currentTimeMillis(); in startAndAssertAppNoCrash() local
165 endTime); in startAndAssertAppNoCrash()
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/
DDeviceUtilsTest.java728 DeviceTimestamp endTime = new DeviceTimestamp(3); in getDropboxEntries_containsEntriesOutsideTimeRange_onlyReturnsNewEntries() local
768 endTime) in getDropboxEntries_containsEntriesOutsideTimeRange_onlyReturnsNewEntries()