Searched defs:method (Results 1 – 8 of 8) sorted by relevance
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/ |
D | BusinessLogicExecutor.java | 52 public boolean executeCondition(String method, String... args) { in executeCondition() 71 public void executeAction(String method, String... args) { in executeAction() 99 protected abstract String formatExecutionString(String method, String... args); in formatExecutionString() 129 protected Object invokeMethod(String method, String... args) throws ClassNotFoundException, in invokeMethod() 215 public ResolvedMethod(Method method) { in ResolvedMethod()
|
D | CrashUtils.java | 334 private final String method; field in CrashUtils.BacktraceFrameInfo 336 public BacktraceFrameInfo(String filename, String method) { in BacktraceFrameInfo() 525 String method = frame.optString(METHOD); in match() local
|
/platform_testing/libraries/health/runners/microbenchmark/src/android/platform/test/microbenchmark/ |
D | Microbenchmark.java | 176 protected Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker() 273 protected Description describeChild(FrameworkMethod method) { in describeChild() 284 private Statement withRules(FrameworkMethod method, Object target, Statement statement) { in withRules() 322 protected void runChild(final FrameworkMethod method, RunNotifier notifier) { in runChild()
|
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/ |
D | LongevityClassRunner.java | 119 protected Statement withBefores(FrameworkMethod method, Object target, Statement statement) { in withBefores() 133 protected Statement withAfters(FrameworkMethod method, Object target, Statement statement) { in withAfters() 276 protected Description describeChild(FrameworkMethod method) { in describeChild()
|
D | ScheduledScenarioRunner.java | 109 protected Statement withAfters(FrameworkMethod method, Object target, Statement statement) { in withAfters() 144 protected void runChild(final FrameworkMethod method, RunNotifier notifier) { in runChild()
|
/platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/ |
D | UiBenchLeanbackJankTests.java | 99 Method method = getClass().getMethod(getName()); in beforeTest() local
|
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/ |
D | FlickerBlockJUnit4ClassRunner.kt | 87 val method = methods.first() in validateFlickerObject() constant
|
/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/ |
D | CrashUtilsTest.java | 500 private JSONObject stackFrame(String filename, String method) throws JSONException { in stackFrame()
|