Home
last modified time | relevance | path

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

12

/tools/tradefederation/core/src/com/android/tradefed/result/
DTestResultListener.java87 TestDescription test, long endTime, Map<String, String> testMetrics) { in testEnded()
94 TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
114 private void reportTestFinish(TestDescription test, long endTime) { in reportTestFinish()
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()
DLogcatCrashResultForwarder.java85 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
DLegacySubprocessResultsReporter.java60 public void testEnded(TestIdentifier testId, long endTime, Map<String, String> metrics) { in testEnded()
DResultForwarder.java318 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/loganalysis/src/com/android/loganalysis/item/
DDmesgServiceInfoItem.java85 public void setEndTime(Long endTime) { in setEndTime()
DGenericTimingItem.java68 public void setStartAndEnd(double startTime, double endTime) { in setStartAndEnd()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/mobly/
DMoblyYamlResultRecordHandler.java58 String endTime, in Record()
131 public Builder setEndTime(String endTime) { in setEndTime()
/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.java101 private TestResult createResult(TestStatus status, String stack, long startTime, long endTime) { in createResult()
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/
DITestLifeCycleReceiver.java227 TestDescription test, long endTime, Map<String, String> testMetrics) { in testEnded()
240 TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
/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/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/trebuchet/trebuchet/startup-common/src/
DStartupCommon.kt53 val endTime : Double, in <lambda>() constant
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DBasePostProcessor.java225 TestDescription test, long endTime, Map<String, String> testMetrics) { in testEnded()
236 TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSl4aBluetoothUtil.java614 long endTime = System.currentTimeMillis() + mBtPairTimeoutMs; in waitUntilPaired() local
667 long endTime = System.currentTimeMillis() + mBtConnectionTimeoutMs; in waitForRemainingProfilesConnected() local
690 long endTime = System.currentTimeMillis() + mBtConnectionTimeoutMs; in waitForRemainingProfilesDisconnected() local
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DGameQualificationFpsCollector.java291 long endTime = e.getTimestamp() * 1000000; /* ms to ns */ in doEnd() local
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultReporter.java199 Timestamp endTime = createTimeStamp(mInvocationStartTime + elapsedTime); in invocationEnded() local
396 TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DModuleListener.java153 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()

12