Searched refs:RunTest (Results 1 - 25 of 198) sorted by last modified time

12345678

/external/skia/tests/
H A DWArrayTest.cpp144 REPORTER_ASSERT(reporter, RunTest());
163 bool RunTest() { function in class:TestWData
/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/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/libvpx/libvpx/test/
H A Dintrapred_test.cc163 void RunTest() { function in class:__anon24787::IntraPredBase
281 RunTest();
369 RunTest();
/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/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/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/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dcodec_database_test.cc30 int CodecDataBaseTest::RunTest(CmdArgs& args) function in class:CodecDataBaseTest
H A Dcodec_database_test.h31 static int RunTest(CmdArgs& args);
H A Dgeneric_codec_test.cc27 int GenericCodecTest::RunTest(CmdArgs& args) function in class:GenericCodecTest
H A Dgeneric_codec_test.h42 static int RunTest(CmdArgs& args);
H A Dmedia_opt_test.cc30 int MediaOptTest::RunTest(int testNum, CmdArgs& args) function in class:MediaOptTest
H A Dmedia_opt_test.h40 static int RunTest(int testNum, CmdArgs& args);
H A Dnormal_test.cc31 int NormalTest::RunTest(const CmdArgs& args) function in class:NormalTest
H A Dnormal_test.h95 static int RunTest(const CmdArgs& args);
H A Dtester_main.cc98 ret = NormalTest::RunTest(args);
99 ret |= CodecDataBaseTest::RunTest(args);
102 ret = NormalTest::RunTest(args);
108 ret = GenericCodecTest::RunTest(args);
111 ret = CodecDataBaseTest::RunTest(args);
115 ret = MediaOptTest::RunTest(0, args);
/external/chromium_org/third_party/webrtc/test/mac/
H A Drun_test.mm53 void RunTest(void(*test)()) {
/external/chromium_org/third_party/webrtc/test/
H A Drun_test.cc18 void RunTest(void(*test)()) { function in namespace:webrtc::test
H A Drun_test.h17 void RunTest(void(*test)());

Completed in 3519 milliseconds

12345678