HomeSort by relevance Sort by last modified time
    Searched defs:test_runner (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/build/android/pylib/monkey/
setup.py 7 from pylib.monkey import test_runner namespace
24 return test_runner.TestRunner(
  /external/chromium_org/mojo/spy/
run_ui_tests 18 from tvcm import test_runner namespace
21 runner = test_runner.TestRunner()
  /external/chromium_org/build/android/pylib/uiautomator/
setup.py 10 from pylib.uiautomator import test_runner namespace
32 return test_runner.TestRunner(
  /external/chromium_org/content/test/gpu/
run_gpu_test.py 12 from telemetry import test_runner namespace
18 test_runner.config = environment.Environment([base_dir])
19 sys.exit(test_runner.main())
  /external/chromium_org/build/android/pylib/instrumentation/
setup.py 11 from pylib.instrumentation import test_runner namespace
37 return test_runner.TestRunner(test_options, device, shard_index,
  /external/chromium_org/tools/perf/
run_benchmark 11 from telemetry import test_runner namespace
24 test_runner.config = environment.Environment([base_dir], test_aliases)
25 sys.exit(test_runner.main())
run_measurement 11 from telemetry import test_runner namespace
27 test_runner.config = environment.Environment([base_dir])
28 sys.exit(test_runner.main())
  /external/chromium_org/build/android/pylib/linker/
setup.py 12 from pylib.linker import test_runner namespace
41 return test_runner.LinkerTestRunner(
  /external/chromium_org/build/android/pylib/perf/
setup.py 17 from pylib.perf import test_runner namespace
93 return test_runner.TestRunner(
  /external/chromium_org/content/shell/renderer/
shell_render_process_observer.cc 15 #include "content/shell/renderer/test_runner/WebTestInterfaces.h"
57 WebKitTestRunner* test_runner = WebKitTestRunner::Get(view); local
58 test_interfaces_->setWebView(view->GetWebView(), test_runner->proxy());
59 main_test_runner_ = test_runner;
shell_content_renderer_client.cc 20 #include "content/shell/renderer/test_runner/WebTestInterfaces.h"
21 #include "content/shell/renderer/test_runner/web_test_proxy.h"
103 WebKitTestRunner* test_runner = WebKitTestRunner::Get(render_view);
104 test_runner->Reset();
106 test_runner->proxy()->GetSpellCheckClient());
109 if (delegate == static_cast<WebTestDelegate*>(test_runner))
184 WebKitTestRunner* test_runner = new WebKitTestRunner(render_view); local
185 test_runner->set_proxy(proxy);
187 ShellRenderProcessObserver::GetInstance()->SetTestDelegate(test_runner);
190 test_runner->proxy()->SetDelegate
    [all...]
webkit_test_runner.cc 34 #include "content/shell/renderer/test_runner/WebTask.h"
35 #include "content/shell/renderer/test_runner/WebTestInterfaces.h"
36 #include "content/shell/renderer/test_runner/web_test_proxy.h"
37 #include "content/shell/renderer/test_runner/web_test_runner.h"
125 WebKitTestRunner* test_runner = WebKitTestRunner::Get(render_view); variable
126 if (!test_runner) {
130 if (test_runner->proxy() == proxy_) {
  /external/chromium_org/build/android/pylib/host_driven/
setup.py 14 from pylib.host_driven import test_runner namespace
196 return test_runner.HostDrivenTestRunner(
test_case.py 34 from pylib.instrumentation import test_runner namespace
127 java_test_runner = test_runner.TestRunner(self.instrumentation_options,
  /external/chromium_org/build/android/pylib/gtest/
setup.py 22 from pylib.gtest import test_runner namespace
234 class TestListerRunner(test_runner.TestRunner):
331 return test_runner.TestRunner(

Completed in 137 milliseconds