Searched refs:testRunner (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/tools/perf/measurements/
H A Dblink_perf.js6 window.testRunner = {};
7 window.testRunner.isDone = false;
9 testRunner.waitUntilDone = function() {};
10 testRunner.dumpAsText = function() {};
11 testRunner.notifyDone = function() {
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtestantlr3.py7 unittest.main(testRunner=unittest.TextTestRunner(verbosity=2))
H A Dtestdfa.py63 unittest.main(testRunner=unittest.TextTestRunner(verbosity=2))
H A Dtestdottreegen.py74 unittest.main(testRunner=unittest.TextTestRunner(verbosity=2))
H A Dtestrecognizers.py67 unittest.main(testRunner=unittest.TextTestRunner(verbosity=2))
H A Dtestexceptions.py96 unittest.main(testRunner=unittest.TextTestRunner(verbosity=2))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
H A Dmain.py76 argv=None, testRunner=None,
94 self.testRunner = testRunner
219 if self.testRunner is None:
220 self.testRunner = runner.TextTestRunner
221 if isinstance(self.testRunner, (type, types.ClassType)):
223 testRunner = self.testRunner(verbosity=self.verbosity,
228 testRunner = self.testRunner()
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/Interactive/resources/
H A Dwindow-resize.js1 if (window.testRunner)
2 testRunner.dumpAsText();
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DWebTestProxy.cpp501 bool shouldDumpAsText = m_testInterfaces->testRunner()->shouldDumpAsText();
502 bool shouldDumpAsMarkup = m_testInterfaces->testRunner()->shouldDumpAsMarkup();
503 bool shouldDumpAsPrinted = m_testInterfaces->testRunner()->isPrinting();
507 bool recursive = m_testInterfaces->testRunner()->shouldDumpChildFramesAsText();
513 bool recursive = m_testInterfaces->testRunner()->shouldDumpChildFrameScrollPositions();
523 if (m_testInterfaces->testRunner()->shouldDumpBackForwardList())
532 if (m_testInterfaces->testRunner()->testRepaint()) {
536 if (m_testInterfaces->testRunner()->sweepHorizontally()) {
543 } else if (m_testInterfaces->testRunner()->isPrinting())
551 if (m_testInterfaces->testRunner()
[all...]
H A DWebTestInterfaces.cpp83 WebTestRunner* WebTestInterfaces::testRunner() function in class:WebTestRunner::WebTestInterfaces
85 return m_interfaces->testRunner();
H A DMockWebMIDIAccessor.cpp81 m_interfaces->delegate()->postTask(new DidStartSessionTask(this, m_client, m_interfaces->testRunner()->midiAccessorResult()));
H A DTestInterfaces.h82 TestRunner* testRunner();
/external/skia/tests/
H A DPathOpsOpCubicThreadedTest.cpp73 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
78 *testRunner.fRunnables.append() = SkNEW_ARGS(PathOpsThreadedRunnable,
79 (&testOpCubicsMain, a, b, c, d, &testRunner));
86 testRunner.render();
H A DPathOpsOpRectThreadedTest.cpp78 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
83 *testRunner.fRunnables.append() = SkNEW_ARGS(PathOpsThreadedRunnable,
84 (&testPathOpsRectsMain, a, b, c, d, &testRunner));
91 testRunner.render();
H A DPathOpsQuadLineIntersectionThreadedTest.cpp117 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
121 *testRunner.fRunnables.append() = SkNEW_ARGS(PathOpsThreadedRunnable,
122 (&testQuadLineIntersectMain, a, b, c, 0, &testRunner));
128 testRunner.render();
H A DPathOpsSimplifyDegenerateThreadedTest.cpp72 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
83 *testRunner.fRunnables.append() = SkNEW_ARGS(PathOpsThreadedRunnable,
85 &testRunner));
91 testRunner.render();
H A DPathOpsSimplifyQuadThreadedTest.cpp79 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
85 *testRunner.fRunnables.append() = SkNEW_ARGS(PathOpsThreadedRunnable,
86 (&testSimplifyQuadsMain, a, b, c, d, &testRunner));
93 testRunner.render();
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp80 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
85 *testRunner.fRunnables.append() = SkNEW_ARGS(PathOpsThreadedRunnable,
86 (&testSimplifyQuadralateralsMain, a, b, c, d, &testRunner));
93 testRunner.render();
H A DPathOpsSimplifyTrianglesThreadedTest.cpp77 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
93 *testRunner.fRunnables.append() = SkNEW_ARGS(PathOpsThreadedRunnable,
94 (&testSimplifyTrianglesMain, a, b, c, 0, &testRunner));
100 testRunner.render();
H A DPathOpsSimplifyRectThreadedTest.cpp192 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
197 *testRunner.fRunnables.append() = SkNEW_ARGS(PathOpsThreadedRunnable,
198 (&testSimplify4x4RectsMain, a, b, c, d, &testRunner));
205 testRunner.render();
H A DSkpSkGrTest.cpp677 SkpSkGrThreadedTestRunner testRunner(reporter, threadCount);
700 *testRunner.fRunnables.append() = SkNEW_ARGS(SkpSkGrThreadedRunnable,
701 (&testSkGrMain, dirIndex, filename.c_str(), &testRunner));
706 testRunner.render();
707 SkpSkGrThreadState& max = testRunner.fRunnables[0]->fState;
709 SkpSkGrThreadState& state = testRunner.fRunnables[dirIndex - 1]->fState;
/external/chromium_org/third_party/WebKit/PerformanceTests/resources/
H A Drunner.js7 if (window.testRunner) {
8 testRunner.waitUntilDone();
9 testRunner.dumpAsText();
48 if (!window.testRunner)
158 iterationCount = test.dromaeoIterationCount || (window.testRunner ? 5 : 20);
159 logLines = window.testRunner ? [] : null;
227 if (window.testRunner)
228 testRunner.notifyDone();
/external/chromium_org/third_party/WebKit/public/testing/
H A DWebTestInterfaces.h70 WebTestRunner* testRunner();
/external/chromium-trace/trace-viewer/src/base/
H A Dunittest.js254 testRunner.onAnimationFrameError.bind(testRunner);
435 var testRunner;
437 testRunner.addSuite(new TestSuite(name, suite));
441 testRunner = new TestRunner(suitePaths, tests);
442 testRunner.loadSuites();
446 testRunner.run();
/external/chromium_org/content/public/android/java/src/org/chromium/content/app/
H A DLinker.java441 TestRunner testRunner = null;
443 testRunner = (TestRunner)
447 testRunner = null;
449 if (testRunner != null) {
450 if (!testRunner.runChecks(sMemoryDeviceConfig, sInBrowserProcess)) {

Completed in 2471 milliseconds

12