Home | History | Annotate | Download | only in dumprendertree

Lines Matching refs:runner

362         LayoutTestsAutoRunner runner = (LayoutTestsAutoRunner) getInstrumentation();
365 if (runner.mTestPath == null) {
374 mTestPathPrefix = (new File(LAYOUT_TESTS_ROOT + runner.mTestPath)).getAbsolutePath();
375 mRebaselineResults = runner.mRebaseline;
377 mJsEngine = runner.mJsEngine == null ? "jsc" : runner.mJsEngine;
379 int timeout = runner.mTimeoutInMillis;
411 runTestAndWaitUntilDone(activity, s, runner.mTimeoutInMillis, ignoreResult);
420 LayoutTestsAutoRunner runner = (LayoutTestsAutoRunner) getInstrumentation();
423 if (runner.mTestPath != null) {
424 test_path += runner.mTestPath;