Home
last modified time | relevance | path

Searched refs:VTS_REGRESSION_MODE_DISABLED (Results 1 – 5 of 5) sorted by relevance

/test/vts-testcase/performance/hwbinder_throughput_test/
DHwBinderThroughputBenchmark.py99 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
105 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
114 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
120 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
125 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
130 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
135 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
/test/vts-testcase/performance/binder_throughput_test/
DBinderThroughputBenchmark.py97 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
103 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
112 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
118 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
123 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
128 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
133 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
/test/vts/proto/
DVtsReportMessage.proto46 VTS_REGRESSION_MODE_DISABLED = 1; enumerator
DVtsReportMessage_pb2.py175 VTS_REGRESSION_MODE_DISABLED = 1 variable
/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java284 VTS_REGRESSION_MODE_DISABLED(1), enumConstant
348 case 1: return VTS_REGRESSION_MODE_DISABLED; in forNumber()