Home
last modified time | relevance | path

Searched refs:VTS_REGRESSION_MODE_INCREASING (Results 1 – 7 of 7) sorted by relevance

/test/vti/dashboard/src/test/java/com/android/vts/job/
DVtsPerformanceJobServletTest.java122 VtsProfilingRegressionMode mode = VtsProfilingRegressionMode.VTS_REGRESSION_MODE_INCREASING; in setUp()
150 mode = VtsProfilingRegressionMode.VTS_REGRESSION_MODE_INCREASING; in setUp()
178 mode = VtsProfilingRegressionMode.VTS_REGRESSION_MODE_INCREASING; in setUp()
216 VtsProfilingRegressionMode mode = VtsProfilingRegressionMode.VTS_REGRESSION_MODE_INCREASING; in testPerformanceSummaryDroppedProfilingPoint()
234 VtsProfilingRegressionMode mode = VtsProfilingRegressionMode.VTS_REGRESSION_MODE_INCREASING; in testPerformanceSummaryAddedProfilingPoint()
DVtsProfilingStatsJobServletTest.java92 VtsReportMessage.VtsProfilingRegressionMode.VTS_REGRESSION_MODE_INCREASING; in createProfilingRun()
/test/vti/dashboard/src/test/java/com/android/vts/util/
DProfilingPointSummaryTest.java78 VtsProfilingRegressionMode mode = VtsProfilingRegressionMode.VTS_REGRESSION_MODE_INCREASING; in setUp()
123 VtsProfilingRegressionMode mode = VtsProfilingRegressionMode.VTS_REGRESSION_MODE_INCREASING; in testIterator()
136 VtsProfilingRegressionMode mode = VtsProfilingRegressionMode.VTS_REGRESSION_MODE_INCREASING; in testUpdateLabelGrouped()
/test/vts/utils/python/web/
Dweb_utils.py239 regression_mode=ReportMsg.VTS_REGRESSION_MODE_INCREASING):
282 regression_mode=ReportMsg.VTS_REGRESSION_MODE_INCREASING):
328 regression_mode=ReportMsg.VTS_REGRESSION_MODE_INCREASING):
354 regression_mode=ReportMsg.VTS_REGRESSION_MODE_INCREASING):
/test/vts/proto/
DVtsReportMessage.proto48 VTS_REGRESSION_MODE_INCREASING = 2; enumerator
DVtsReportMessage_pb2.py176 VTS_REGRESSION_MODE_INCREASING = 2 variable
/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java292 VTS_REGRESSION_MODE_INCREASING(2), enumConstant
349 case 2: return VTS_REGRESSION_MODE_INCREASING; in forNumber()