Home
last modified time | relevance | path

Searched refs:CLASS (Results 1 – 9 of 9) sorted by relevance

/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DCaseResultTest.java26 private static final String CLASS = "android.test.FoorBar"; field in CaseResultTest
37 mResult = new CaseResult(CLASS); in setUp()
46 assertEquals("Incorrect case name", CLASS, mResult.getName()); in testAccessors()
85 CaseResult otherResult = new CaseResult(CLASS); in testMergeCase()
100 CaseResult otherResult = new CaseResult(CLASS); in testMergeCase_passToFail()
114 CaseResult otherResult = new CaseResult(CLASS + "foo"); in testMergeCase_mismatchedModuleName()
DTestResultTest.java26 private static final String CLASS = "android.test.FoorBar"; field in TestResultTest
28 private static final String TEST_1 = String.format("%s#%s", CLASS, METHOD_1);
34 mCase = new CaseResult(CLASS); in setUp()
/test/suite_harness/common/host-side/util/tests/src/com/android/compatibility/common/util/
DModuleResultTest.java33 private static final String CLASS = "android.test.FoorBar"; field in ModuleResultTest
59 ICaseResult caseResult = mResult.getOrCreateResult(CLASS); in testResultCreation()
64 ICaseResult caseResult2 = mResult.getOrCreateResult(CLASS); in testResultCreation()
70 ICaseResult testCase = mResult.getOrCreateResult(CLASS); in testCountResults()
79 ICaseResult caseResult = mResult.getOrCreateResult(CLASS); in testMergeModule()
93 ICaseResult otherCaseResult = otherResult.getOrCreateResult(CLASS); in testMergeModule()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java62 private static final String CLASS = "android.test.FoorBar"; field in ResultReporterTest
66 private static final String TEST_1 = String.format("%s#%s", CLASS, METHOD_1);
67 private static final String TEST_2 = String.format("%s#%s", CLASS, METHOD_2);
68 private static final String TEST_3 = String.format("%s#%s", CLASS, METHOD_3);
147 TestDescription test1 = new TestDescription(CLASS, METHOD_1); in testResultReporting()
150 TestDescription test2 = new TestDescription(CLASS, METHOD_2); in testResultReporting()
153 TestDescription test3 = new TestDescription(CLASS, METHOD_3); in testResultReporting()
190 TestDescription test = new TestDescription(CLASS, methods[i]); in makeTestRun()
256 ICaseResult caseResult = moduleResult.getOrCreateResult(CLASS); in testRetry()
266 TestDescription test1 = new TestDescription(CLASS, METHOD_1); in testRetry()
[all …]
DConsoleReporterTest.java48 private static final String CLASS = "android.test.FoorBar"; field in ConsoleReporterTest
109 TestDescription test1 = new TestDescription(CLASS, METHOD_1); in runTests()
114 TestDescription test2 = new TestDescription(CLASS, METHOD_2); in runTests()
120 TestDescription test3 = new TestDescription(CLASS, METHOD_3); in runTests()
126 TestDescription test4 = new TestDescription(CLASS, METHOD_3); in runTests()
DMetadataReporterTest.java50 private static final String CLASS = "android.test.FoorBar"; field in MetadataReporterTest
119 TestDescription test1 = new TestDescription(CLASS, METHOD_1); in runTests()
124 TestDescription test2 = new TestDescription(CLASS, METHOD_2); in runTests()
129 TestDescription test3 = new TestDescription(CLASS, METHOD_3); in runTests()
135 TestDescription test4 = new TestDescription(CLASS, METHOD_3); in runTests()
/test/mlts/benchmark/
Dbuild_and_run_benchmark.sh11 CLASS=com.android.nn.benchmark.app.NNScoringTest
14 CLASS=com.android.nn.benchmark.app.NNInferenceStressTest
17 CLASS=com.android.nn.benchmark.app.NNModelLoadingStressTest
119 …ev/stune/top-app/tasks; am instrument ${AM_INSTRUMENT_FLAGS} -w -e class $CLASS com.android.nn.ben…
/test/suite_harness/
Dtest_defs.sh44 for CLASS in ${1}; do
45 … java $RDBG_FLAG -cp ${JAR_PATH} ${TF_CONSOLE} run singleCommand host -n --class ${CLASS} ${3}
/test/vts/tools/build/utils/
Dvts_package_utils.mk24 $(eval _module_class_folder := $($(strip MODULE_CLASS_$(word 1, $(strip $(ALL_MODULES.$(m).CLASS)\
25 $(ALL_MODULES.$(m)$(TARGET_2ND_ARCH_MODULE_SUFFIX).CLASS))))))\