Searched refs:RunTest (Results 176 - 198 of 198) sorted by path

12345678

/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);
H A Dloopback.cc190 webrtc::test::RunTest(webrtc::Loopback);
H A Dreplay.cc281 webrtc::test::RunTest(webrtc::RtpReplay);
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/android/src/org/webrtc/vieautotest/
H A DViEAutotest.java102 Log.d("*WEBRTC*", "Calling RunTest...");
103 RunTest(testSelection, subTestSelection,
105 Log.d("*WEBRTC*", "RunTest done");
151 // private native int RunTest(int testSelection, int subtestSelection,
153 private native int RunTest(int testSelection, int subtestSelection, method in class:ViEAutotest
/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/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/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/ui/aura/
H A Dwindow_event_dispatcher_unittest.cc1864 void RunTest() { function in class:aura::WindowEventDispatcherTestWithMessageLoop
1928 &WindowEventDispatcherTestWithMessageLoop::RunTest,
/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/chromium_org/ui/views/widget/
H A Dwidget_unittest.cc1632 void RunTest(bool desktop_native_widget) { function in class:views::test::WidgetWindowTitleTest
1675 RunTest(desktop_native_widget);
1683 RunTest(desktop_native_widget);
/external/chromium_org/v8/test/cctest/
H A Dlog-eq-of-logging-and-traversal.js83 function RunTest() { function
173 var result = RunTest();
H A Dtest-api.cc13938 void RunTest();
14188 void SetFunctionEntryHookTest::RunTest() { function in class:SetFunctionEntryHookTest
14239 test.RunTest();
21632 void RunTest() { function in class:ThreadInterruptTest
21683 ThreadInterruptTest().RunTest();
21994 void RunTest() { function in class:RequestInterruptTestBase
22223 RequestInterruptTestWithFunctionCall().RunTest();
22228 RequestInterruptTestWithMethodCall().RunTest();
22233 RequestInterruptTestWithAccessor().RunTest();
22238 RequestInterruptTestWithNativeAccessor().RunTest();
[all...]
/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/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/v8/tools/testrunner/local/
H A Dexecution.py48 def RunTest(job): function
226 it = pool.imap_unordered(RunTest, queue)
/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/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/libvpx/libvpx/test/
H A Dintrapred_test.cc163 void RunTest() { function in class:__anon24787::IntraPredBase
281 RunTest();
369 RunTest();
/external/pcre/dist/
H A DMakefile.am490 TESTS += RunTest
491 dist_noinst_SCRIPTS += RunTest
492 EXTRA_DIST += RunTest.bat
H A DRunTest.bat155 @echo RunTest.bat's pcretest output is written to newly created subfolders named
600 @echo project, pcre_test.bat defines variables and automatically calls RunTest.bat.
608 @echo location of the the built exes) you call RunTest.bat. By default RunTest.bat
613 @echo to the source folder or copy RunTest.bat and the testdata folder to the
614 @echo location of your built exes and then run RunTest.bat.
/external/regex-re2/re2/testing/
H A Dstring_generator_test.cc33 static void RunTest(int len, string alphabet, bool donull) { function in namespace:re2
82 RunTest(0, "abc", false);
86 RunTest(0, "", false);
90 RunTest(5, "", false);
94 RunTest(3, "abc", false);
98 RunTest(4, "abc\xE2\x98\xBA", false);
102 RunTest(0, "abc", true);
103 RunTest(0, "", true);
104 RunTest(5, "", true);
105 RunTest(
[all...]
/external/skia/tests/
H A DWArrayTest.cpp144 REPORTER_ASSERT(reporter, RunTest());
163 bool RunTest() { function in class:TestWData

Completed in 4507 milliseconds

12345678