OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTestType
(Results
1 - 5
of
5
) sorted by null
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageDef.java
67
private String
mTestType
= null;
152
mTestType
= testType;
156
return
mTestType
;
220
if (HOST_SIDE_ONLY_TEST.equals(
mTestType
)) {
233
} else if (VM_HOST_TEST.equals(
mTestType
)) {
242
} else if (DEQP_TEST.equals(
mTestType
)) {
246
} else if (NATIVE_TEST.equals(
mTestType
)) {
250
} else if (WRAPPED_NATIVE_TEST.equals(
mTestType
)) {
255
} else if (ACCESSIBILITY_TEST.equals(
mTestType
)) {
258
} else if (PRINT_TEST.equals(
mTestType
)) {
[
all
...]
/cts/tests/tests/nativeopengl/standalone/jni/tests/
EGLCleanup_test.cpp
79
mTestType
(testType), mIteration(0), mResult(true) {
118
TestType
mTestType
;
292
switch (
mTestType
) {
303
ALOGE("Unknown test type %d",
mTestType
);
/cts/common/host-side/xml-plan-generator/src/com/android/compatibility/common/xmlgenerator/
XmlPlanGenerator.java
55
private final String
mTestType
;
69
mTestType
= testType;
109
if (
mTestType
!= null && !
mTestType
.isEmpty()) {
110
writer.append(" testType=\"").append(
mTestType
).append("\"");
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
XmlGenerator.java
71
private final String
mTestType
;
97
mTestType
= testType;
143
if (
mTestType
!= null && !
mTestType
.isEmpty()) {
144
writer.append(" testType=\"").append(
mTestType
).append("\"");
/cts/tests/tests/database/src/android/database/cts/
DatabaseCursorTest.java
52
private int
mTestType
= TYPE_CURSOR;
75
mTestType
= testType;
79
switch (
mTestType
) {
Completed in 116 milliseconds