/external/chromium_org/tools/perf/measurements/ |
H A D | blink_perf.js | 6 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 D | testantlr3.py | 7 unittest.main(testRunner=unittest.TextTestRunner(verbosity=2))
|
H A D | testdfa.py | 63 unittest.main(testRunner=unittest.TextTestRunner(verbosity=2))
|
H A D | testdottreegen.py | 74 unittest.main(testRunner=unittest.TextTestRunner(verbosity=2))
|
H A D | testrecognizers.py | 67 unittest.main(testRunner=unittest.TextTestRunner(verbosity=2))
|
H A D | testexceptions.py | 96 unittest.main(testRunner=unittest.TextTestRunner(verbosity=2))
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/ |
H A D | main.py | 76 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 D | window-resize.js | 1 if (window.testRunner) 2 testRunner.dumpAsText();
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
H A D | WebTestProxy.cpp | 501 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 D | WebTestInterfaces.cpp | 83 WebTestRunner* WebTestInterfaces::testRunner() function in class:WebTestRunner::WebTestInterfaces 85 return m_interfaces->testRunner();
|
H A D | MockWebMIDIAccessor.cpp | 81 m_interfaces->delegate()->postTask(new DidStartSessionTask(this, m_client, m_interfaces->testRunner()->midiAccessorResult()));
|
H A D | TestInterfaces.h | 82 TestRunner* testRunner();
|
/external/skia/tests/ |
H A D | PathOpsOpCubicThreadedTest.cpp | 73 PathOpsThreadedTestRunner testRunner(reporter, threadCount); 78 *testRunner.fRunnables.append() = SkNEW_ARGS(PathOpsThreadedRunnable, 79 (&testOpCubicsMain, a, b, c, d, &testRunner)); 86 testRunner.render();
|
H A D | PathOpsOpRectThreadedTest.cpp | 78 PathOpsThreadedTestRunner testRunner(reporter, threadCount); 83 *testRunner.fRunnables.append() = SkNEW_ARGS(PathOpsThreadedRunnable, 84 (&testPathOpsRectsMain, a, b, c, d, &testRunner)); 91 testRunner.render();
|
H A D | PathOpsQuadLineIntersectionThreadedTest.cpp | 117 PathOpsThreadedTestRunner testRunner(reporter, threadCount); 121 *testRunner.fRunnables.append() = SkNEW_ARGS(PathOpsThreadedRunnable, 122 (&testQuadLineIntersectMain, a, b, c, 0, &testRunner)); 128 testRunner.render();
|
H A D | PathOpsSimplifyDegenerateThreadedTest.cpp | 72 PathOpsThreadedTestRunner testRunner(reporter, threadCount); 83 *testRunner.fRunnables.append() = SkNEW_ARGS(PathOpsThreadedRunnable, 85 &testRunner)); 91 testRunner.render();
|
H A D | PathOpsSimplifyQuadThreadedTest.cpp | 79 PathOpsThreadedTestRunner testRunner(reporter, threadCount); 85 *testRunner.fRunnables.append() = SkNEW_ARGS(PathOpsThreadedRunnable, 86 (&testSimplifyQuadsMain, a, b, c, d, &testRunner)); 93 testRunner.render();
|
H A D | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 80 PathOpsThreadedTestRunner testRunner(reporter, threadCount); 85 *testRunner.fRunnables.append() = SkNEW_ARGS(PathOpsThreadedRunnable, 86 (&testSimplifyQuadralateralsMain, a, b, c, d, &testRunner)); 93 testRunner.render();
|
H A D | PathOpsSimplifyTrianglesThreadedTest.cpp | 77 PathOpsThreadedTestRunner testRunner(reporter, threadCount); 93 *testRunner.fRunnables.append() = SkNEW_ARGS(PathOpsThreadedRunnable, 94 (&testSimplifyTrianglesMain, a, b, c, 0, &testRunner)); 100 testRunner.render();
|
H A D | PathOpsSimplifyRectThreadedTest.cpp | 192 PathOpsThreadedTestRunner testRunner(reporter, threadCount); 197 *testRunner.fRunnables.append() = SkNEW_ARGS(PathOpsThreadedRunnable, 198 (&testSimplify4x4RectsMain, a, b, c, d, &testRunner)); 205 testRunner.render();
|
H A D | SkpSkGrTest.cpp | 677 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 D | runner.js | 7 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 D | WebTestInterfaces.h | 70 WebTestRunner* testRunner();
|
/external/chromium-trace/trace-viewer/src/base/ |
H A D | unittest.js | 254 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 D | Linker.java | 441 TestRunner testRunner = null; 443 testRunner = (TestRunner) 447 testRunner = null; 449 if (testRunner != null) { 450 if (!testRunner.runChecks(sMemoryDeviceConfig, sInBrowserProcess)) {
|