Searched defs:method (Results 1 – 5 of 5) sorted by relevance
/platform_testing/libraries/health/runners/microbenchmark/src/android/platform/test/microbenchmark/ |
D | Microbenchmark.java | 89 protected Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker() 169 protected Description describeChild(FrameworkMethod method) { in describeChild() 184 protected void runChild(final FrameworkMethod method, RunNotifier notifier) { in runChild()
|
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/ |
D | ScenarioRunner.java | 47 protected void runChild(final FrameworkMethod method, RunNotifier notifier) { in runChild()
|
D | LongevityClassRunner.java | 118 protected Statement withBefores(FrameworkMethod method, Object target, Statement statement) { in withBefores() 132 protected Statement withAfters(FrameworkMethod method, Object target, Statement statement) { in withAfters() 271 protected Description describeChild(FrameworkMethod method) { in describeChild()
|
D | ScheduledScenarioRunner.java | 110 protected Statement withAfters(FrameworkMethod method, Object target, Statement statement) { in withAfters() 145 protected void runChild(final FrameworkMethod method, RunNotifier notifier) { in runChild()
|
/platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/ |
D | UiBenchLeanbackJankTests.java | 102 Method method = getClass().getMethod(getName()); in beforeTest() local
|