Searched refs:methods (Results 1 – 3 of 3) sorted by relevance
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/ |
D | ResultReporterTest.java | 186 private void makeTestRun(String[] methods, boolean[] passes) { in makeTestRun() argument 187 mReporter.testRunStarted(ID, methods.length); in makeTestRun() 189 for (int i = 0; i < methods.length; i++) { in makeTestRun() 190 TestDescription test = new TestDescription(CLASS, methods[i]); in makeTestRun() 202 String[] methods = new String[] {METHOD_1, METHOD_2, METHOD_3}; in testRepeatedExecutions() local 206 makeTestRun(methods, new boolean[] {true, false, true}); in testRepeatedExecutions() 207 makeTestRun(methods, new boolean[] {true, false, false}); in testRepeatedExecutions() 208 makeTestRun(methods, new boolean[] {true, true, true}); in testRepeatedExecutions()
|
/test/vts/testcases/target/hal_lights/ |
D | hal_lights_basic_test.cpp | 42 rc = module_->methods->open( in VtsStructuralTestHalLightsBasicTest()
|
/test/vts/hals/light/bullhead/ |
D | lights.c | 271 .methods = &lights_module_methods,
|