/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | TestResultListener.java | 87 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()
|
D | FilteredResultForwarder.java | 63 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()
|
D | LogcatCrashResultForwarder.java | 85 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
|
D | LegacySubprocessResultsReporter.java | 60 public void testEnded(TestIdentifier testId, long endTime, Map<String, String> metrics) { in testEnded()
|
D | ResultForwarder.java | 318 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
|
/tools/tradefederation/core/src/com/android/tradefed/result/suite/ |
D | SuiteResultHolder.java | 40 public long endTime; field in SuiteResultHolder
|
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/base/ |
D | Slice.kt | 27 val endTime: Double constant
|
/tools/loganalysis/src/com/android/loganalysis/item/ |
D | DmesgServiceInfoItem.java | 85 public void setEndTime(Long endTime) { in setEndTime()
|
D | GenericTimingItem.java | 68 public void setStartAndEnd(double startTime, double endTime) { in setStartAndEnd()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/mobly/ |
D | MoblyYamlResultRecordHandler.java | 58 String endTime, in Record() 131 public Builder setEndTime(String endTime) { in setEndTime()
|
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/ |
D | SchedulingProcessFragment.kt | 22 override var endTime: Double = Double.MAX_VALUE variable in trebuchet.model.fragments.SchedulingProcessFragment
|
D | SchedulingSliceFragment.kt | 25 override var endTime: Double = Double.MAX_VALUE variable in trebuchet.model.fragments.SchedulingSliceFragment
|
D | AsyncSlicesBuilder.kt | 24 override var endTime: Double, variable in trebuchet.model.fragments.AsyncSlice
|
D | SliceGroupBuilder.kt | 61 override var endTime: Double = Double.NaN, variable in trebuchet.model.fragments.SliceGroupBuilder.MutableSliceGroup
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
D | TestResultTest.java | 101 private TestResult createResult(TestStatus status, String stack, long startTime, long endTime) { in createResult()
|
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/ |
D | ITestLifeCycleReceiver.java | 227 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/ |
D | Camera2StressTest.java | 81 TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
|
D | Camera2FrameworkStressTest.java | 97 TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
|
/tools/tradefederation/contrib/src/com/android/performance/tests/ |
D | HermeticLaunchTest.java | 721 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/ |
D | StartupCommon.kt | 53 val endTime : Double, in <lambda>() constant in StartupEvent
|
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/ |
D | BasePostProcessor.java | 225 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/ |
D | Sl4aBluetoothUtil.java | 614 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/ |
D | GameQualificationFpsCollector.java | 291 long endTime = e.getTimestamp() * 1000000; /* ms to ns */ in doEnd() local
|
/tools/tradefederation/core/src/com/android/tradefed/result/proto/ |
D | ProtoResultReporter.java | 199 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/ |
D | ModuleListener.java | 153 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
|