OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:regression_mode
(Results
1 - 9
of
9
) sorted by null
/test/vts/utils/python/web/
web_utils.py
195
regression_mode
=ReportMsg.VTS_REGRESSION_MODE_INCREASING):
206
regression_mode
: specifies the direction of change which indicates
223
profiling_msg.
regression_mode
=
regression_mode
238
regression_mode
=ReportMsg.VTS_REGRESSION_MODE_INCREASING):
251
regression_mode
: specifies the direction of change which indicates
268
profiling_msg.
regression_mode
=
regression_mode
284
regression_mode
=ReportMsg.VTS_REGRESSION_MODE_INCREASING):
296
regression_mode
: specifies the direction of change which indicate
[
all
...]
/test/vts-testcase/performance/binder_throughput_test/
BinderThroughputBenchmark.py
98
regression_mode
=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
104
regression_mode
=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
113
regression_mode
=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
119
regression_mode
=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
124
regression_mode
=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
129
regression_mode
=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
134
regression_mode
=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
/test/vts-testcase/performance/hwbinder_throughput_test/
HwBinderThroughputBenchmark.py
100
regression_mode
=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
106
regression_mode
=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
115
regression_mode
=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
121
regression_mode
=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
126
regression_mode
=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
131
regression_mode
=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
136
regression_mode
=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
/test/vti/dashboard/src/main/java/com/android/vts/entity/
ProfilingPointEntity.java
38
public static final String
REGRESSION_MODE
= "regressionMode";
94
profilingPoint.setUnindexedProperty(
REGRESSION_MODE
, this.regressionMode.getNumber());
114
|| !e.hasProperty(
REGRESSION_MODE
)
125
int regressionMode = (int) (long) e.getProperty(
REGRESSION_MODE
);
ProfilingPointRunEntity.java
40
public static final String
REGRESSION_MODE
= "regressionMode";
96
profilingRun.setUnindexedProperty(
REGRESSION_MODE
, this.regressionMode.getNumber());
121
|| !e.hasProperty(
REGRESSION_MODE
)
133
int regressionMode = (int) (long) e.getProperty(
REGRESSION_MODE
);
/test/vti/dashboard/src/main/java/com/android/vts/util/
StatSummary.java
29
private VtsProfilingRegressionMode
regression_mode
;
field in class:StatSummary
58
this.
regression_mode
= mode;
108
switch (
regression_mode
) {
185
return
regression_mode
;
/test/vts/proto/
VtsReportMessage.proto
155
optional VtsProfilingRegressionMode
regression_mode
= 3;
VtsReportMessage_pb2.py
447
name='
regression_mode
', full_name='android.vts.ProfilingReportMessage.
regression_mode
', index=2,
[
all
...]
/test/vti/dashboard/src/main/java/com/android/vts/proto/
VtsReportMessage.java
[
all
...]
Completed in 1610 milliseconds