Home
last modified time | relevance | path

Searched defs:endTime (Results 1 – 25 of 34) sorted by relevance

12

/tools/tradefederation/core/src/com/android/tradefed/result/
DFilteredResultForwarder.java63 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
71 public void testEnded(TestDescription test, long endTime, Map<String, String> testMetrics) { in testEnded()
DITestLifeCycleReceiver.java196 TestDescription test, long endTime, Map<String, String> testMetrics) { in testEnded()
209 TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
DLogcatCrashResultForwarder.java68 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
DLegacySubprocessResultsReporter.java55 public void testEnded(TestIdentifier testId, long endTime, Map<String, String> metrics) { in testEnded()
DResultForwarder.java264 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DSuiteResultHolder.java40 public long endTime; field in SuiteResultHolder
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/base/
DSlice.kt27 val endTime: Double constant
/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/
DTestRunToTestInvocationForwarder.java169 public void testEnded(TestIdentifier testId, long endTime, Map<String, String> testMetrics) { in testEnded()
178 endTime, in testEnded() local
/tools/loganalysis/src/com/android/loganalysis/item/
DDmesgServiceInfoItem.java85 public void setEndTime(Long endTime) { in setEndTime()
DSmartMonkeyLogItem.java206 Date endTime = getIntermediateTime(); in getTotalDuration() local
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/
DSchedulingProcessFragment.kt22 override var endTime: Double = Double.MAX_VALUE variable in trebuchet.model.fragments.SchedulingProcessFragment
DSchedulingSliceFragment.kt25 override var endTime: Double = Double.MAX_VALUE variable in trebuchet.model.fragments.SchedulingSliceFragment
DAsyncSlicesBuilder.kt24 override var endTime: Double, variable in trebuchet.model.fragments.AsyncSlice
DSliceGroupBuilder.kt61 override var endTime: Double = Double.NaN, variable in trebuchet.model.fragments.SliceGroupBuilder.MutableSliceGroup
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DTestResultTest.java99 private TestResult createResult(TestStatus status, String stack, long startTime, long endTime) { in createResult()
/tools/tradefederation/contrib/src/com/android/media/tests/
DCamera2StressTest.java81 TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
DCamera2FrameworkStressTest.java97 TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DBasePostProcessor.java178 TestDescription test, long endTime, Map<String, String> testMetrics) { in testEnded()
189 TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
/tools/tradefederation/contrib/src/com/android/performance/tests/
DHermeticLaunchTest.java721 private double endTime; field in HermeticLaunchTest.SectionPeriod
724 public SectionPeriod(double startTime, double endTime) { in SectionPeriod()
742 public void setEndTime(long endTime) { in setEndTime()
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultReporter.java165 Timestamp endTime = createTimeStamp(mInvocationStartTime + elapsedTime); in invocationEnded() local
328 TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
/tools/trebuchet/trebuchet/startup-common/src/
DStartupCommon.kt53 val endTime : Double, in <lambda>() constant
/tools/tradefederation/contrib/src/com/android/ota/tests/
DOtaStabilityTest.java237 long endTime = System.currentTimeMillis() - startTime; in run() local
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DBaseGameQualificationMetricCollector.java168 … public final void testEnded(TestDescription test, long endTime, Map<String, String> testMetrics) { in testEnded()
DGameQualificationFpsCollector.java291 long endTime = e.getTimestamp() * 1000000; /* ms to ns */ in doEnd() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DModuleListener.java127 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()

12