Searched defs:RunTest (Results 1 - 25 of 129) sorted by relevance

123456

/external/chromium_org/v8/test/mjsunit/es6/
H A Dgenerators-debug-scopes.js9 function RunTest(name, formals_and_body, args, handler, continuation) { function
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("Closur
[all...]
H A Dgenerators-relocation.js13 function RunTest(formals_and_body, args, value1, value2) { function
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/
H A Drun_test.cc18 void RunTest(void(*test)()) { function in namespace:webrtc::test
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_manager_jstest.cc17 void RunTest(const base::FilePath& file) { function in class:FileManagerJsTest
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/
H A Drun_js_tests.cc19 void RunTest(const base::FilePath& path) { function in namespace:gin::__anon8325
25 RunTest(BasePath()
31 RunTest(BasePath()
37 RunTest(BasePath()
/external/clang/test/SemaCXX/
H A Dpr18284-crash-on-invalid.cpp8 A::RunTest() {} // expected-error {{C++ requires a type specifier for all declarations}} function in class:n1::A
19 A::RunTest() {} // expected-error {{C++ requires a type specifier for all declarations}} function in class:n2::A
/external/chromium_org/v8/test/mjsunit/
H A Dsetter-on-constructor-prototype.js30 function RunTest(ensure_fast_case) { function
110 RunTest(false);
111 RunTest(true);
/external/chromium_org/base/test/
H A Dthread_test_helper.cc30 void ThreadTestHelper::RunTest() { set_test_result(true); } function in class:base::ThreadTestHelper
35 RunTest();
/external/chromium_org/build/android/pylib/junit/
H A Dtest_runner.py23 def RunTest(self, _test): member in class:JavaTestRunner
/external/chromium_org/build/android/pylib/monkey/
H A Dtest_runner.py45 def RunTest(self, test_name): member in class:TestRunner
/external/chromium_org/chrome/test/remoting/
H A Dqunit_browser_test_runner.cc42 void QUnitBrowserTestRunner::RunTest(const base::FilePath& file) { function in class:QUnitBrowserTestRunner
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_apitest.cc27 void RunTest(const std::string& test_name, const std::string& app_location) { function in class:extensions::WebViewAPITest
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/apps/js/test/
H A Drun_apps_js_tests.cc36 void RunTest(std::string test, bool run_until_idle) { function in namespace:mojo::js::__anon8720
51 RunTest("sample_service_unittests.js", true);
55 RunTest("connection_unittests.js", false);
59 RunTest("monotonic_clock_unittests.js", false);
/external/chromium_org/mojo/public/js/bindings/tests/
H A Drun_js_tests.cc33 void RunTest(std::string test, bool run_until_idle) { function in namespace:mojo::js::__anon8801
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/
H A Dtest_runner.py71 def RunTest(self, test): member in class:HostDrivenTestRunner
/external/chromium_org/build/android/pylib/linker/
H A Dtest_runner.py77 def RunTest(self, test): member in class:LinkerTestRunner
/external/chromium_org/chrome/browser/extensions/api/screenlock_private/
H A Dscreenlock_private_apitest.cc78 void RunTest(const std::string& extension_name) { function in class:extensions::ScreenlockPrivateApiTest
93 RunTest("screenlock_private/lock_unlock");
97 RunTest("screenlock_private/auth_type");
/external/chromium_org/chrome/browser/net/
H A Ddns_probe_runner_unittest.cc48 void RunTest(MockDnsClientRule::Result query_result,
55 void DnsProbeRunnerTest::RunTest( function in class:chrome_browser_net::__anon4330::DnsProbeRunnerTest
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);
/external/chromium_org/content/common/
H A Dcc_messages_perftest.cc30 static void RunTest(std::string test_name, const CompositorFrame& frame) { function in class:content::__anon7567::CCMessagesPerfTest
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/
H A Dwebui_resource_browsertest.cc26 void RunTest(const base::FilePath& file) { function in class:content::WebUIResourceBrowserTest
41 RunTest(path.Append(FILE_PATH_LITERAL("media"))
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
H A Ddata_tests.py12 RunTest = test_support.RunTest variable
78 errors += RunTest(TestWriteRead)
79 errors += RunTest(TestRead)
80 errors += RunTest(TestWrite)
H A Dmodule_tests.py11 RunTest = test_support.RunTest variable
27 errors += RunTest(BuildAndTestModule)
28 errors += RunTest(TestModulesEqual)
H A Dtest_support.py11 # RunTest(fn) will execute fn, catching any exceptions. fn should return
24 # RunTest(foo)
180 def RunTest(fn): function
/external/chromium_org/net/http/
H A Dhttp_chunked_decoder_unittest.cc18 void RunTest(const char* inputs[], size_t num_inputs, function in namespace:net::__anon9291
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(input
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_device/test/android/audio_device_android_test/src/org/webrtc/voiceengine/test/
H A DAudioDeviceAndroidTest.java40 RunTest(5);
54 private native int RunTest(int testType); method in class:AudioDeviceAndroidTest

Completed in 6137 milliseconds

123456