Searched refs:RunTest (Results 1 - 25 of 72) sorted by relevance

123

/external/webrtc/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)());
/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/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dmodule_tests.py11 RunTest = test_support.RunTest variable
27 errors += RunTest(BuildAndTestModule)
28 errors += RunTest(TestModulesEqual)
H A Dpack_tests.py14 RunTest = test_support.RunTest variable
179 errors += RunTest(TestZeroFields)
180 errors += RunTest(TestOneField)
181 errors += RunTest(TestPaddingPackedInOrder)
182 errors += RunTest(TestPaddingPackedOutOfOrder)
183 errors += RunTest(TestPaddingPackedOverflow)
184 errors += RunTest(TestNullableTypes)
185 errors += RunTest(TestAllTypes)
186 errors += RunTest(TestPaddingPackedOutOfOrderByOrdina
[all...]
/external/webrtc/webrtc/video/
H A Dfull_stack.cc21 void RunTest(const VideoQualityTest::Params &params) { function in class:webrtc::FullStackTest
42 RunTest(paris_qcif);
53 RunTest(foreman_cif);
64 RunTest(foreman_cif);
76 RunTest(foreman_cif);
89 RunTest(foreman_cif);
101 RunTest(foreman_cif);
114 RunTest(foreman_cif);
127 RunTest(foreman_cif);
136 RunTest(screenshar
[all...]
/external/autotest/client/deps/glbench/src/
H A Dcleartest.cc41 RunTest(this, "clear_color", g_width * g_height, g_width, g_height, true);
44 RunTest(this, "clear_depth", g_width * g_height, g_width, g_height, true);
47 RunTest(this, "clear_colordepth",
51 RunTest(this, "clear_depthstencil",
55 RunTest(this, "clear_colordepthstencil",
H A Dreadpixeltest.cc49 RunTest(this, "pixel_read", g_width * g_height, g_width, g_height, true);
54 RunTest(this, "pixel_read_2", g_width * g_height, g_width, g_height, true);
57 RunTest(this, "pixel_read_3", g_width * g_height, g_width, g_height, true);
H A Dvaryingsandddxytest.cc184 RunTest(this,
189 RunTest(this,
194 RunTest(this,
199 RunTest(this,
205 RunTest(this, "ddx_shader", g_width * g_height, g_width, g_height, true);
209 RunTest(this, "ddy_shader", g_width * g_height, g_width, g_height, true);
H A Dattributefetchtest.cc120 RunTest(this, "attribute_fetch_shader", count_, g_width, g_height, true);
124 RunTest(this,
129 RunTest(this,
134 RunTest(this,
H A Dtrianglesetuptest.cc74 RunTest(this, "triangle_setup", count_ / 3, g_width, g_height, true);
76 RunTest(this, "triangle_setup_all_culled", count_ / 3, g_width, g_height, true);
93 RunTest(this, "triangle_setup_half_culled", count_ / 3, g_width, g_height, true);
H A Dglinterfacetest.cc67 RunTest(this, (test_name_base + "nogl").c_str(), 1.0, g_width, g_height, false);
73 RunTest(this, (test_name_base + "glsimple").c_str(), 1.0, g_width, g_height, false);
H A Dtestbase.h36 void RunTest(TestBase* test,
/external/libvpx/libvpx/test/
H A Dvpx_scale_test.cc39 void RunTest() { function in class:libvpx_test::ExtendBorderTest
61 TEST_P(ExtendBorderTest, ExtendBorder) { ASSERT_NO_FATAL_FAILURE(RunTest()); }
78 void RunTest() { function in class:libvpx_test::CopyFrameTest
100 TEST_P(CopyFrameTest, CopyFrame) { ASSERT_NO_FATAL_FAILURE(RunTest()); }
H A Dinvalid_file_test.cc85 void RunTest() { function in class:__anon12682::InvalidFileTest
121 TEST_P(InvalidFileTest, ReturnCode) { RunTest(); }
176 TEST_P(InvalidFileInvalidPeekTest, ReturnCode) { RunTest(); }
/external/tensorflow/tensorflow/cc/gradients/
H A Darray_grad_test.cc35 void RunTest(const Output& x, const TensorShape& x_shape, const Output& y, function in class:tensorflow::__anon25352::ArrayGradTest
44 void RunTest(const OutputList& xs, const std::vector<TensorShape>& x_shapes, function in class:tensorflow::__anon25352::ArrayGradTest
63 RunTest(xs, {x_shape, x_shape}, {y}, {y_shape});
73 RunTest(xs, {x_shape, x_shape}, {y}, {y_shape});
82 RunTest({x}, {x_shape}, y.output, y_shapes);
91 RunTest({x}, {x_shape}, y.output, y_shapes);
98 RunTest(x, shape, y, shape);
108 RunTest({x}, {x_shape}, y.output, {y_shape, y_shape});
116 RunTest(x, x_shape, y, y_shape);
124 RunTest(
[all...]
H A Ddata_flow_grad_test.cc37 void RunTest(const OutputList& xs, const std::vector<TensorShape>& x_shapes, function in class:tensorflow::__anon25354::DataFlowGradTest
55 RunTest({data}, {data_shape}, y.outputs,
68 RunTest(data, {d1_shape, d2_shape}, {y}, {y_shape});
H A Dnn_grad_test.cc46 void RunTest(const Output& x, const TensorShape& x_shape, const Output& y, function in class:tensorflow::__anon25358::NNGradTest
54 void RunTest(const Output& x, const Tensor& x_init_value, const Output& y, function in class:tensorflow::__anon25358::NNGradTest
62 void RunTest(const OutputList& xs, const std::vector<TensorShape>& x_shapes, function in class:tensorflow::__anon25358::NNGradTest
96 RunTest(x, shape, y, shape);
108 RunTest(x, x_init_value, y, shape);
119 RunTest(x, x_init_value, y, shape);
131 RunTest(x, x_init_value, y, shape);
141 RunTest(x, x_init_value, y, shape);
151 RunTest(x, x_init_value, y, shape);
159 RunTest(
[all...]
/external/webrtc/webrtc/modules/audio_processing/agc/
H A Dhistogram_unittest.cc35 void RunTest(bool enable_circular_buff,
49 void HistogramTest::RunTest(bool enable_circular_buff, const char* filename) { function in class:webrtc::HistogramTest
93 RunTest(true,
99 RunTest(false,
/external/webrtc/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
/external/icu/icu4c/source/test/intltest/
H A Dreldatefmttest.cpp494 void RunTest(
498 void RunTest(
503 void RunTest(
507 void RunTest(
512 void RunTest(
517 void RunTest(
569 RunTest("en", kEnglish, UPRV_LENGTHOF(kEnglish));
590 RunTest(fmt3, kEnglishCaps, UPRV_LENGTHOF(kEnglishCaps), "en caps");
594 RunTest("en", UDAT_STYLE_SHORT, kEnglishShort, UPRV_LENGTHOF(kEnglishShort));
598 RunTest("e
755 void RelativeDateTimeFormatterTest::RunTest( function in class:RelativeDateTimeFormatterTest
768 void RelativeDateTimeFormatterTest::RunTest( function in class:RelativeDateTimeFormatterTest
783 void RelativeDateTimeFormatterTest::RunTest( function in class:RelativeDateTimeFormatterTest
796 void RelativeDateTimeFormatterTest::RunTest( function in class:RelativeDateTimeFormatterTest
811 void RelativeDateTimeFormatterTest::RunTest( function in class:RelativeDateTimeFormatterTest
821 void RelativeDateTimeFormatterTest::RunTest( function in class:RelativeDateTimeFormatterTest
[all...]
/external/libchrome/base/threading/
H A Dworker_pool_unittest.cc34 void RunTest() { function in class:base::__anon11043::PostTaskAndReplyTester
103 tester->RunTest();
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dneteq_network_stats_unittest.cc178 void RunTest(int num_loops, NetEqNetworkStatsCheck expects) { function in class:webrtc::test::NetEqNetworkStatsTest
221 RunTest(50, expects);
227 RunTest(50, expects);
235 RunTest(50, expects);
254 RunTest(50, expects);
259 RunTest(10, expects); // Lost 10 * 20ms in a row.
H A Dneteq_external_decoder_unittest.cc92 void RunTest(int num_loops) { function in class:webrtc::NetEqExternalDecoderUnitTest
233 TEST_F(NetEqExternalVsInternalDecoderTest, RunTest) {
234 RunTest(100); // Run 100 laps @ 10 ms each in the test loop.
348 RunTest(130); // Run 130 laps @ 10 ms each in the test loop.
372 RunTest(130); // Run 130 laps @ 10 ms each in the test loop.
431 RunTest(130); // Run 130 laps @ 10 ms each in the test loop.
455 RunTest(130); // Run 130 laps @ 10 ms each in the test loop.
H A Dneteq_stereo_unittest.cc182 void RunTest(int num_loops) { function in class:webrtc::NetEqStereoTest
281 #define MAYBE_RunTest RunTest
284 RunTest(8);
309 RunTest(100);
322 RunTest(100);
350 RunTest(1000);
372 RunTest(100);

Completed in 584 milliseconds

123