/platform_testing/libraries/tradefed-python-lib/tradefed_py/ |
D | tf_runner.py | 38 def _getClassName(self, test): argument 41 def _getMethodName(self, test): argument 54 def startTest(self, test): argument 64 def addSuccess(self, test): argument 74 def addFailure(self, test, err): argument 87 def addSkip(self, test, reason): argument 100 def addExpectedFailure(self, test, err): argument 113 def addUnexpectedSuccess(self, test): argument 125 def addError(self, test, err): argument 170 def run(self, test): argument
|
/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/matchers/ |
D | AlmostPerfectMatcherTest.kt | 35 val test = Color.valueOf( in diffColor_exactMatch() constant 57 val test = Color.valueOf( in diffColor_almostMatchLowRed() constant 79 val test = Color.valueOf( in diffColor_almostMatchHighRed() constant 101 val test = Color.valueOf( in diffColor_notMatch() constant
|
/platform_testing/tests/codecoverage/native/rust/ |
D | coverage_rust_smoke_test.rs | 25 fn test() { in test() function
|
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/dsl/ |
D | TestCommandsBuilder.kt | 54 fun test(command: Flicker.() -> Unit) { in test() method in com.android.server.wm.flicker.dsl.TestCommandsBuilder
|
/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/samples/testing/ |
D | SampleExtraArgsSuite.java | 76 public void test() {} in test() method in SampleExtraArgsSuite.ClassLevelExtraArgsScenario 107 public void test() {} in test() method in SampleExtraArgsSuite.TestLevelExtraArgsScenario
|
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
D | DexTestRunner.java | 173 Test test = null; in addTestClassByName() local 198 public void setTest(Test test) { in setTest() 212 public void addTest(Test test) { in addTest() 276 void onError(Test test, Throwable t) { in onError()
|
D | AuptTestRunner.java | 272 private void injectInstrumentation(Test test) { in injectInstrumentation()
|
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/ |
D | OverlayFsUtils.java | 49 private final BaseHostJUnit4Test test; field in OverlayFsUtils 59 public OverlayFsUtils(BaseHostJUnit4Test test) { in OverlayFsUtils()
|
D | NativePoc.java | 222 public void run(final BaseHostJUnit4Test test) throws Exception { in run() 237 private CommandResult runPocAndAssert(final BaseHostJUnit4Test test) throws Exception { in runPocAndAssert() 273 private AutoCloseable withPoc(final BaseHostJUnit4Test test, final ITestDevice device) in withPoc()
|
D | RootcanalUtils.java | 74 private BaseHostJUnit4Test test; field in RootcanalUtils 77 public RootcanalUtils(BaseHostJUnit4Test test) { in RootcanalUtils()
|
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/assertions/ |
D | AssertionsChecker.kt | 63 fun test(entries: List<T>): Unit = assertChanges(entries) in test() method
|
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/ |
D | FlickerBlockJUnit4ClassRunner.kt | 113 val test = super.createTest() in createTest() constant
|
/platform_testing/libraries/health/runners/microbenchmark/src/android/platform/test/microbenchmark/ |
D | Microbenchmark.java | 192 protected Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker() 358 Object test; in runChild() local
|
/platform_testing/libraries/health/runners/microbenchmark/tests/src/android/platform/test/microbenchmark/ |
D | MicrobenchmarkTest.java | 540 Object test = super.createTest(); in createTest() local
|
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/ |
D | ResultHandler.java | 269 ITestResult test = testCase.getOrCreateResult(testName); in getResultFromDir() local
|