Home
last modified time | relevance | path

Searched refs:RunTest (Results 1 – 25 of 88) sorted by relevance

1234

/external/webrtc/webrtc/video/
Dfull_stack.cc21 void RunTest(const VideoQualityTest::Params &params) { in RunTest() function in webrtc::FullStackTest
42 RunTest(paris_qcif); in TEST_F()
53 RunTest(foreman_cif); in TEST_F()
64 RunTest(foreman_cif); in TEST_F()
76 RunTest(foreman_cif); in TEST_F()
89 RunTest(foreman_cif); in TEST_F()
101 RunTest(foreman_cif); in TEST_F()
114 RunTest(foreman_cif); in TEST_F()
127 RunTest(foreman_cif); in TEST_F()
136 RunTest(screenshare); in TEST_F()
[all …]
/external/regex-re2/re2/testing/
Dstring_generator_test.cc33 static void RunTest(int len, string alphabet, bool donull) { in RunTest() function
82 RunTest(0, "abc", false); in TEST()
86 RunTest(0, "", false); in TEST()
90 RunTest(5, "", false); in TEST()
94 RunTest(3, "abc", false); in TEST()
98 RunTest(4, "abc\xE2\x98\xBA", false); in TEST()
102 RunTest(0, "abc", true); in TEST()
103 RunTest(0, "", true); in TEST()
104 RunTest(5, "", true); in TEST()
105 RunTest(3, "abc", true); in TEST()
[all …]
/external/v8/test/mjsunit/es6/
Dgenerators-relocation.js13 function RunTest(formals_and_body, args, value1, value2) { class
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);
Dgenerators-debug-scopes.js9 function RunTest(name, formals_and_body, args, handler, continuation) { class
178 RunTest("Local 1",
189 RunTest("Local 2",
200 RunTest("Local 3",
211 RunTest("Local 4",
222 RunTest("Local 5",
233 RunTest("Local 6",
245 RunTest("Local 7",
259 RunTest("With",
274 RunTest("Closure 1",
[all …]
/external/nanopb-c/tests/alltypes_callback/
DSConscript15 env.RunTest(enc)
16 env.RunTest("decode_alltypes.output", [refdec, "encode_alltypes_callback.output"])
17 env.RunTest("decode_alltypes_callback.output", [dec, "encode_alltypes_callback.output"])
20 env.RunTest("optionals.output", enc, ARGS = ['1'])
21 env.RunTest("optionals.refdecout", [refdec, "optionals.output"], ARGS = ['1'])
22 env.RunTest("optionals.decout", [dec, "optionals.output"], ARGS = ['1'])
/external/icu/icu4c/source/test/intltest/
Dreldatefmttest.cpp492 void RunTest(
496 void RunTest(
501 void RunTest(
505 void RunTest(
510 void RunTest(
515 void RunTest(
565 RunTest("en", kEnglish, UPRV_LENGTHOF(kEnglish)); in TestEnglish()
586 RunTest(fmt3, kEnglishCaps, UPRV_LENGTHOF(kEnglishCaps), "en caps"); in TestEnglishCaps()
590 RunTest("en", UDAT_STYLE_SHORT, kEnglishShort, UPRV_LENGTHOF(kEnglishShort)); in TestEnglishShort()
594 RunTest("en", UDAT_STYLE_NARROW, kEnglishShort, UPRV_LENGTHOF(kEnglishShort)); in TestEnglishNarrow()
[all …]
/external/autotest/client/deps/glbench/src/
Dcleartest.cc41 RunTest(this, "clear_color", g_width * g_height, g_width, g_height, true); in Run()
44 RunTest(this, "clear_depth", g_width * g_height, g_width, g_height, true); in Run()
47 RunTest(this, "clear_colordepth", in Run()
51 RunTest(this, "clear_depthstencil", in Run()
55 RunTest(this, "clear_colordepthstencil", in Run()
Dvaryingsandddxytest.cc184 RunTest(this, in Run()
189 RunTest(this, in Run()
194 RunTest(this, in Run()
199 RunTest(this, in Run()
205 RunTest(this, "ddx_shader", g_width * g_height, g_width, g_height, true); in Run()
209 RunTest(this, "ddy_shader", g_width * g_height, g_width, g_height, true); in Run()
Dattributefetchtest.cc120 RunTest(this, "attribute_fetch_shader", count_, g_width, g_height, true); in Run()
124 RunTest(this, in Run()
129 RunTest(this, in Run()
134 RunTest(this, in Run()
Dreadpixeltest.cc48 RunTest(this, "pixel_read", g_width * g_height, g_width, g_height, true); in Run()
53 RunTest(this, "pixel_read_2", g_width * g_height, g_width, g_height, true); in Run()
56 RunTest(this, "pixel_read_3", g_width * g_height, g_width, g_height, true); in Run()
Dtestbase.cc119 void RunTest(TestBase* test, const char* testname, const double coefficient, in RunTest() function
189 RunTest(this, name, width * height, width, height, true); in FillRateTestNormalSubWindow()
200 RunTest(this, buffer, g_width * g_height, g_width, g_height, true); in FillRateTestBlendDepth()
208 RunTest(this, buffer, g_width * g_height, g_width, g_height, true); in FillRateTestBlendDepth()
215 RunTest(this, buffer, g_width * g_height, g_width, g_height, true); in FillRateTestBlendDepth()
Dtrianglesetuptest.cc74 RunTest(this, "triangle_setup", count_ / 3, g_width, g_height, true); in Run()
76 RunTest(this, "triangle_setup_all_culled", count_ / 3, g_width, g_height, true); in Run()
93 RunTest(this, "triangle_setup_half_culled", count_ / 3, g_width, g_height, true); in Run()
/external/libchrome/sandbox/linux/bpf_dsl/
Dcodegen_unittest.cc131 void RunTest(CodeGen::Node head) { in RunTest() function in sandbox::__anon7ec0eee30111::ProgramTest
182 RunTest(head); in TEST_F()
193 RunTest(head); in TEST_F()
207 RunTest(head); in TEST_F()
242 RunTest(insn6); in TEST_F()
273 RunTest(i0); in TEST_F()
295 RunTest(i0); in TEST_F()
323 RunTest(i0); in TEST_F()
343 RunTest(c); in TEST_F()
366 RunTest(nodes.back()); in TEST_F()
[all …]
/external/webrtc/webrtc/modules/audio_processing/agc/
Dhistogram_unittest.cc35 void RunTest(bool enable_circular_buff,
49 void HistogramTest::RunTest(bool enable_circular_buff, const char* filename) { in RunTest() function in webrtc::HistogramTest
93 RunTest(true, in TEST_F()
99 RunTest(false, in TEST_F()
/external/nanopb-c/tests/alltypes/
DSConscript11 env.RunTest(enc)
12 env.RunTest([dec, "encode_alltypes.output"])
25 env.RunTest("optionals.output", enc, ARGS = ['1'])
26 env.RunTest("optionals.decout", [dec, "optionals.output"], ARGS = ['1'])
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_network_stats_unittest.cc178 void RunTest(int num_loops, NetEqNetworkStatsCheck expects) { in RunTest() function in webrtc::test::NetEqNetworkStatsTest
221 RunTest(50, expects); in DecodeFecTest()
227 RunTest(50, expects); in DecodeFecTest()
235 RunTest(50, expects); in DecodeFecTest()
254 RunTest(50, expects); in NoiseExpansionTest()
259 RunTest(10, expects); // Lost 10 * 20ms in a row. in NoiseExpansionTest()
Dneteq_external_decoder_unittest.cc92 void RunTest(int num_loops) { in RunTest() function in webrtc::NetEqExternalDecoderUnitTest
233 TEST_F(NetEqExternalVsInternalDecoderTest, RunTest) { in TEST_F() argument
234 RunTest(100); // Run 100 laps @ 10 ms each in the test loop. in TEST_F()
348 RunTest(130); // Run 130 laps @ 10 ms each in the test loop. in TEST_F()
372 RunTest(130); // Run 130 laps @ 10 ms each in the test loop. in TEST_F()
431 RunTest(130); // Run 130 laps @ 10 ms each in the test loop. in TEST_F()
455 RunTest(130); // Run 130 laps @ 10 ms each in the test loop. in TEST_F()
Dneteq_stereo_unittest.cc182 void RunTest(int num_loops) { in RunTest() function in webrtc::NetEqStereoTest
281 #define MAYBE_RunTest RunTest
284 RunTest(8); in TEST_P()
309 RunTest(100); in TEST_P()
322 RunTest(100); in TEST_P()
350 RunTest(1000); in TEST_P()
372 RunTest(100); in TEST_P()
/external/nanopb-c/tests/alltypes_pointer/
DSConscript30 env.RunTest(enc)
40 env.RunTest("decode_alltypes.output", [dec, "encode_alltypes_pointer.output"], **kwargs)
43 env.RunTest("optionals.output", enc, ARGS = ['1'])
47 env.RunTest("optionals.decout", [dec, "optionals.output"], **kwargs)
/external/nanopb-c/tests/extra_fields/
DSConscript6 env.RunTest('person_with_extra_field.output', [dec, "person_with_extra_field.pb"])
10 env.RunTest('person_with_extra_field_stream.output', [dec, "person_with_extra_field.pb"])
16 env.RunTest('alltypes_with_extra_fields.output', [dec2, 'alltypes_with_extra_fields.pb'])
/external/v8/test/mjsunit/
Dsetter-on-constructor-prototype.js30 function RunTest(ensure_fast_case) { class
110 RunTest(false);
111 RunTest(true);
/external/autotest/client/site_tests/network_LTEActivate/
Dnetwork_LTEActivate.py62 self.RunTest()
71 def RunTest(self): member in ActivationTest
88 def RunTest(self): member in ActivationResetTest
114 def RunTest(self): member in ActivationCompleteTest
142 def RunTest(self): member in ActivationDueToMdnTest
/external/clang/test/SemaCXX/
Dpr18284-crash-on-invalid.cpp8 A::RunTest() {} // expected-error {{C++ requires a type specifier for all declarations}} in RunTest() function in n1::A
19 A::RunTest() {} // expected-error {{C++ requires a type specifier for all declarations}} in RunTest() function in n2::A
/external/libvpx/libvpx/test/
Dinvalid_file_test.cc86 void RunTest() { in RunTest() function in __anon10a1fb010111::InvalidFileTest
123 RunTest(); in TEST_P()
157 RunTest(); in TEST_P()
/external/nanopb-c/tests/backwards_compatibility/
DSConscript9 env.RunTest(enc)
10 env.RunTest([dec, "encode_legacy.output"])

1234