Searched defs:RunTest (Results 101 - 125 of 129) sorted by relevance

123456

/external/chromium_org/third_party/skia/tests/
H A DWArrayTest.cpp144 REPORTER_ASSERT(reporter, RunTest());
163 bool RunTest() { function in class:TestWData
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dneteq_external_decoder_unittest.cc164 void RunTest(int num_loops) { function in class:webrtc::NetEqExternalDecoderTest
223 TEST_F(NetEqExternalDecoderTest, RunTest) {
224 RunTest(100); // Run 100 laps @ 10 ms each in the test loop.
368 RunTest(130); // Run 130 laps @ 10 ms each in the test loop.
392 RunTest(130); // Run 130 laps @ 10 ms each in the test loop.
451 RunTest(130); // Run 130 laps @ 10 ms each in the test loop.
475 RunTest(130); // Run 130 laps @ 10 ms each in the test loop.
H A Dneteq_stereo_unittest.cc183 void RunTest(int num_loops) { function in class:webrtc::NetEqStereoTest
277 TEST_P(NetEqStereoTestNoJitter, DISABLED_ON_ANDROID(RunTest)) {
278 RunTest(8);
302 TEST_P(NetEqStereoTestPositiveDrift, DISABLED_ON_ANDROID(RunTest)) {
303 RunTest(100);
315 TEST_P(NetEqStereoTestNegativeDrift, DISABLED_ON_ANDROID(RunTest)) {
316 RunTest(100);
343 TEST_P(NetEqStereoTestDelays, DISABLED_ON_ANDROID(RunTest)) {
344 RunTest(1000);
362 TEST_P(NetEqStereoTestLosses, DISABLED_ON_ANDROID(RunTest)) {
[all...]
/external/chromium_org/third_party/webrtc/video/
H A Dfull_stack.cc56 void RunTest(const FullStackTestParams& params);
372 void FullStackTest::RunTest(const FullStackTestParams& params) { function in class:webrtc::FullStackTest
444 RunTest(paris_qcif);
457 RunTest(foreman_cif);
472 RunTest(foreman_cif);
487 RunTest(foreman_cif);
502 RunTest(foreman_cif);
517 RunTest(foreman_cif);
532 RunTest(foreman_cif);
/external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/
H A Dvoe_cmd_test.cc68 void RunTest(std::string out_path);
173 RunTest(test::OutputPath());
223 void RunTest(std::string out_path) { function
/external/chromium_org/ui/events/platform/
H A Dplatform_event_source_unittest.cc505 base::Bind(&PlatformEventTestWithMessageLoop::RunTest,
511 void RunTest() { function in class:ui::PlatformEventTestWithMessageLoop
/external/icu/icu4c/source/test/intltest/
H A Dreldatefmttest.cpp190 void RunTest(
194 void RunTest(
198 void RunTest(
203 void RunTest(
244 RunTest("en", kEnglish, LENGTHOF(kEnglish));
248 RunTest("sr", kSerbian, LENGTHOF(kSerbian));
252 RunTest("en", kEnglishNoQuantity, LENGTHOF(kEnglishNoQuantity));
256 RunTest("es", kSpanishNoQuantity, LENGTHOF(kSpanishNoQuantity));
300 RunTest(fmt2, kEnglishDecimal, LENGTHOF(kEnglishDecimal), "en decimal digits");
304 RunTest(fm
328 void RelativeDateTimeFormatterTest::RunTest( function in class:RelativeDateTimeFormatterTest
341 void RelativeDateTimeFormatterTest::RunTest( function in class:RelativeDateTimeFormatterTest
354 void RelativeDateTimeFormatterTest::RunTest( function in class:RelativeDateTimeFormatterTest
364 void RelativeDateTimeFormatterTest::RunTest( function in class:RelativeDateTimeFormatterTest
[all...]
/external/skia/tests/
H A DWArrayTest.cpp144 REPORTER_ASSERT(reporter, RunTest());
163 bool RunTest() { function in class:TestWData
/external/chromium_org/cc/test/
H A Dlayer_tree_test.cc617 void LayerTreeTest::RunTest(bool threaded, function in class:cc::LayerTreeTest
666 RunTest(true, false, true);
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_provider_unittest.cc186 void RunTest();
372 void AutocompleteProviderTest::RunTest() { function in class:AutocompleteProviderTest
496 RunTest();
508 RunTest();
529 RunTest();
H A Dhistory_url_provider_unittest.cc198 void RunTest(const base::string16 text,
206 void RunTest(const base::string16 text, function in class:HistoryURLProviderTest
212 return RunTest(text, desired_tld, prevent_inline_autocomplete,
286 void HistoryURLProviderTest::RunTest( function in class:HistoryURLProviderTest
328 RunTest(ASCIIToUTF16("slash"), base::string16(), true, expected_nonsynth,
336 RunTest(ASCIIToUTF16("kernel"), base::string16(), true, expected_synth,
340 RunTest(ASCIIToUTF16("fresh"), base::string16(), true, NULL, 0);
350 RunTest(ASCIIToUTF16("synthesisa"), base::string16(), false,
357 RunTest(ASCIIToUTF16("synthesisb"), base::string16(), false,
367 ASSERT_NO_FATAL_FAILURE(RunTest(ASCIIToUTF1
[all...]
H A Dsearch_provider_unittest.cc163 void RunTest(TestData* cases, int num_cases, bool prefer_keyword);
335 void SearchProviderTest::RunTest(TestData* cases, function in class:SearchProviderTest
1141 RunTest(cases, arraysize(cases), false);
1144 RunTest(cases, arraysize(cases), true);
1178 RunTest(cases, arraysize(cases), false);
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_sanity_browsertest.cc112 void RunTest(const std::string& test_name, const std::string& test_page) { function in class:DevToolsSanityTest
452 void RunTest(const char* test_name, const char* test_page) { function in class:WorkerDevToolsSanityTest
686 RunTest("testShowScriptsTab", kDebuggerTestPage);
695 RunTest("testScriptsTabIsPopulatedOnInspectedPageRefresh",
703 RunTest("waitForTestResultsInConsole", std::string());
718 RunTest("waitForTestResultsInConsole", std::string());
726 RunTest("waitForTestResultsInConsole", std::string());
733 RunTest("testContentScriptIsPresent", kPageWithContentScript);
739 RunTest("testNoScriptDuplicatesOnPanelSwitch", kDebuggerTestPage);
746 RunTest("testPauseWhenLoadingDevTool
[all...]
/external/chromium_org/chrome/browser/extensions/api/cast_streaming/
H A Dperformance_test.cc567 void RunTest(const std::string& test_name) { function in class:__anon3648::CastV2PerformanceTest
665 RunTest("CastV2Performance");
/external/chromium_org/media/base/
H A Dpipeline_unittest.cc783 void RunTest(TeardownState state, StopOrError stop_or_error) { function in class:media::PipelineTeardownTest
985 RunTest(k##state, k##stop_or_error); \
/external/chromium_org/ppapi/proxy/
H A Dppapi_proxy_test.cc322 void PluginProxyMultiThreadTest::RunTest() { function in class:ppapi::proxy::PluginProxyMultiThreadTest
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DAPITest.cc450 void APITest::RunTest(char thread) { function in class:webrtc::APITest
520 RunTest('A');
545 RunTest('B');
/external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/jni/
H A Dandroid_test.cc173 int RunTest();
281 int ThreadTest::RunTest() function in class:ThreadTest
451 threadTest.RunTest();
550 threadTest.RunTest();
/external/chromium_org/chrome/browser/apps/
H A Dweb_view_interactive_browsertest.cc290 void RunTest(const std::string& app_name) { function in class:WebViewInteractiveTest
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
H A Drun_webkit_tests_unittest.py180 class RunTest(unittest.TestCase, StreamTestingMixin): class in inherits:unittest.TestCase, StreamTestingMixin
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Daudio_coding_module_unittest.cc332 EventTypeWrapper RunTest() { function in class:webrtc::AudioCodingModuleMtTest
421 EXPECT_EQ(kEventSignaled, RunTest());
514 EXPECT_EQ(kEventSignaled, RunTest());
H A Daudio_coding_module_unittest_oldapi.cc332 EventTypeWrapper RunTest() { function in class:webrtc::AudioCodingModuleMtTestOldApi
423 EXPECT_EQ(kEventSignaled, RunTest());
521 EXPECT_EQ(kEventSignaled, RunTest());
/external/chromium_org/tools/auto_bisect/
H A Dbisect_perf_regression.py158 # Possible return values from BisectPerformanceMetrics.RunTest.
1854 def RunTest(self, revision, depot, command, metric, skippable=False): member in class:BisectPerformanceMetrics
2108 bad_run_results = self.RunTest(bad_rev, target_depot, cmd, metric)
2113 good_run_results = self.RunTest(good_rev, target_depot, cmd, metric)
2478 run_results = self.RunTest(
/external/chromium_org/cc/resources/
H A Dresource_provider_unittest.cc1630 static void RunTest(GLenum child_filter, GLenum parent_filter) { function in class:cc::__anon2773::ResourceProviderTestTextureFilters
1806 ResourceProviderTestTextureFilters::RunTest(GL_NEAREST, GL_LINEAR);
1812 ResourceProviderTestTextureFilters::RunTest(GL_LINEAR, GL_NEAREST);
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_browsertest.cc2403 void RunTest(Browser* browser, function in class:ClickModifierTest
2464 RunTest(browser(), GetWindowOpenURL(), modifiers, button, disposition);
2475 RunTest(browser(), GetWindowOpenURL(), modifiers, button, disposition);
2488 RunTest(browser(), GetWindowOpenURL(), modifiers, button, disposition);
2502 RunTest(browser(), GetWindowOpenURL(), modifiers, button, disposition);
2516 RunTest(browser(), GetWindowOpenURL(), modifiers, button, disposition);
2524 RunTest(browser(), GetWindowOpenURL(), modifiers, button, disposition);
2533 RunTest(browser(), GetHrefURL(), modifiers, button, disposition);
2544 RunTest(browser(), GetHrefURL(), modifiers, button, disposition);
2557 RunTest(browse
[all...]

Completed in 503 milliseconds

123456