HomeSort by relevance Sort by last modified time
    Searched defs:RunTest (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /external/chromium_org/v8/test/mjsunit/es6/
generators-debug-scopes.js 9 function RunTest(name, formals_and_body, args, handler, continuation) {
176 RunTest("Local 1",
186 RunTest("Local 2",
196 RunTest("Local 3",
206 RunTest("Local 4",
216 RunTest("Local 5",
226 RunTest("Local 6",
237 RunTest("Local 7",
250 RunTest("With",
264 RunTest("Closure 1"
    [all...]
generators-relocation.js 13 function RunTest(formals_and_body, args, value1, value2) {
51 RunTest([prog('', '1', '2')], [], 1, 2);
53 RunTest([prog('for (;;) break', '1', '2')], [], 1, 2);
55 RunTest([prog('while (0) foo()', '1', '2')], [], 1, 2);
57 RunTest(['a', prog('var x = 3', 'a', 'x')], [1], 1, 3);
59 RunTest(['a', prog('', '1', '2')], [42], 1, 2);
61 RunTest(['a', prog('for (;;) break', '1', '2')], [42], 1, 2);
  /external/chromium_org/third_party/webrtc/test/
run_test.cc 18 void RunTest(void(*test)()) {
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_manager_jstest.cc 17 void RunTest(const base::FilePath& file) {
33 RunTest(base::FilePath(
39 RunTest(base::FilePath(
45 RunTest(base::FilePath(
51 RunTest(base::FilePath(FILE_PATH_LITERAL("device_handler_unittest.html")));
56 RunTest(base::FilePath(FILE_PATH_LITERAL("metadata_cache_unittest.html")));
60 RunTest(base::FilePath(
  /external/chromium_org/gin/test/
run_js_tests.cc 19 void RunTest(const base::FilePath& path) {
25 RunTest(BasePath()
31 RunTest(BasePath()
37 RunTest(BasePath()
  /external/chromium_org/mojo/apps/js/test/
run_apps_js_tests.cc 36 void RunTest(std::string test, bool run_until_idle) {
51 RunTest("sample_service_unittests.js", true);
55 RunTest("connection_unittests.js", false);
59 RunTest("monotonic_clock_unittests.js", false);
  /external/clang/test/SemaCXX/
pr18284-crash-on-invalid.cpp 8 A::RunTest() {} // expected-error {{C++ requires a type specifier for all declarations}}
19 A::RunTest() {} // expected-error {{C++ requires a type specifier for all declarations}}
  /external/chromium_org/v8/test/mjsunit/
setter-on-constructor-prototype.js 30 function RunTest(ensure_fast_case) {
110 RunTest(false);
111 RunTest(true);
  /external/chromium_org/base/test/
thread_test_helper.cc 30 void ThreadTestHelper::RunTest() { set_test_result(true); }
35 RunTest();
  /external/chromium_org/build/android/pylib/junit/
test_runner.py 23 def RunTest(self, _test):
  /external/chromium_org/build/android/pylib/monkey/
test_runner.py 45 def RunTest(self, test_name):
  /external/chromium_org/chrome/test/remoting/
qunit_browser_test_runner.cc 42 void QUnitBrowserTestRunner::RunTest(const base::FilePath& file) {
  /external/chromium_org/extensions/browser/guest_view/web_view/
web_view_apitest.cc 27 void RunTest(const std::string& test_name, const std::string& app_location) {
48 base::StringPrintf("runTest('%s')", test_name.c_str()))) {
62 RunTest("testAllowTransparencyAttribute", "web_view/apitest");
66 RunTest("testAPIMethodExistence", "web_view/apitest");
70 RunTest("testAutosizeAfterNavigation", "web_view/apitest");
74 RunTest("testAutosizeBeforeNavigation", "web_view/apitest");
78 RunTest("testAutosizeHeight", "web_view/apitest");
82 RunTest("testAutosizeRemoveAttributes", "web_view/apitest");
86 RunTest("testAutosizeWithPartialAttributes", "web_view/apitest");
  /external/chromium_org/mojo/public/js/bindings/tests/
run_js_tests.cc 33 void RunTest(std::string test, bool run_until_idle) {
48 RunTest("core_unittests.js", true);
52 RunTest("codec_unittests.js", true);
56 RunTest("struct_unittests.js", true);
60 RunTest("validation_unittests.js", true);
  /external/chromium_org/build/android/pylib/host_driven/
test_runner.py 71 def RunTest(self, test):
  /external/chromium_org/build/android/pylib/linker/
test_runner.py 77 def RunTest(self, test):
  /external/chromium_org/chrome/browser/extensions/api/screenlock_private/
screenlock_private_apitest.cc 78 void RunTest(const std::string& extension_name) {
93 RunTest("screenlock_private/lock_unlock");
97 RunTest("screenlock_private/auth_type");
  /external/chromium_org/chrome/browser/net/
dns_probe_runner_unittest.cc 48 void RunTest(MockDnsClientRule::Result query_result,
55 void DnsProbeRunnerTest::RunTest(
71 RunTest(MockDnsClientRule::OK, DnsProbeRunner::CORRECT);
75 RunTest(MockDnsClientRule::EMPTY, DnsProbeRunner::INCORRECT);
79 RunTest(MockDnsClientRule::TIMEOUT, DnsProbeRunner::UNREACHABLE);
83 RunTest(MockDnsClientRule::FAIL, DnsProbeRunner::INCORRECT);
87 RunTest(MockDnsClientRule::OK, DnsProbeRunner::CORRECT);
88 RunTest(MockDnsClientRule::EMPTY, DnsProbeRunner::INCORRECT);
dns_probe_service_unittest.cc 54 void RunTest(MockDnsClientRule::Result system_query_result,
84 RunTest(MockDnsClientRule::OK, MockDnsClientRule::OK,
89 RunTest(MockDnsClientRule::TIMEOUT, MockDnsClientRule::OK,
94 RunTest(MockDnsClientRule::TIMEOUT, MockDnsClientRule::TIMEOUT,
99 RunTest(MockDnsClientRule::OK, MockDnsClientRule::FAIL,
104 RunTest(MockDnsClientRule::FAIL, MockDnsClientRule::OK,
109 RunTest(MockDnsClientRule::FAIL, MockDnsClientRule::FAIL,
114 RunTest(MockDnsClientRule::OK, MockDnsClientRule::OK,
117 RunTest(MockDnsClientRule::TIMEOUT, MockDnsClientRule::TIMEOUT,
122 RunTest(MockDnsClientRule::OK, MockDnsClientRule::OK
    [all...]
  /external/chromium_org/content/common/
cc_messages_perftest.cc 30 static void RunTest(std::string test_name, const CompositorFrame& frame) {
78 RunTest("DelegatedFrame_ManyQuads_1_4000", *frame);
95 RunTest("DelegatedFrame_ManyQuads_1_100000", *frame);
112 RunTest("DelegatedFrame_ManyQuads_4000_4000", *frame);
129 RunTest("DelegatedFrame_ManyQuads_100000_100000", *frame);
148 RunTest("DelegatedFrame_ManyRenderPasses_10000_100", *frame);
  /external/chromium_org/content/test/
webui_resource_browsertest.cc 26 void RunTest(const base::FilePath& file) {
41 RunTest(path.Append(FILE_PATH_LITERAL("media"))
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
data_tests.py 12 RunTest = test_support.RunTest
78 errors += RunTest(TestWriteRead)
79 errors += RunTest(TestRead)
80 errors += RunTest(TestWrite)
module_tests.py 11 RunTest = test_support.RunTest
27 errors += RunTest(BuildAndTestModule)
28 errors += RunTest(TestModulesEqual)
test_support.py 11 # RunTest(fn) will execute fn, catching any exceptions. fn should return
24 # RunTest(foo)
180 def RunTest(fn):
  /external/chromium_org/net/http/
http_chunked_decoder_unittest.cc 18 void RunTest(const char* inputs[], size_t num_inputs,
63 RunTest(inputs, arraysize(inputs), "hello hello", true, 0);
70 RunTest(inputs, arraysize(inputs), "hello", false, 0);
80 RunTest(inputs, arraysize(inputs), "hello world", true, 0);
97 RunTest(inputs, arraysize(inputs), "hello", true, 0);
111 RunTest(inputs, arraysize(inputs), "hello", true, 0);
124 RunTest(inputs, arraysize(inputs), "hello world", true, 0);
132 RunTest(inputs, arraysize(inputs), "hello", true, 0);
143 RunTest(inputs, arraysize(inputs), "hello", true, 0);
152 RunTest(inputs, arraysize(inputs), "hello", false, 0)
    [all...]

Completed in 703 milliseconds

1 2 3 4 5 6