HomeSort by relevance Sort by last modified time
    Searched refs:RunTest (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/webrtc/webrtc/test/
run_test.cc 18 void RunTest(void(*test)()) {
run_test.h 17 void RunTest(void(*test)());
  /external/clang/test/SemaCXX/
pr18284-crash-on-invalid.cpp 8 A::RunTest() {} // expected-error {{C++ requires a type specifier for all declarations}}
19 A::RunTest() {} // expected-error {{C++ requires a type specifier for all declarations}}
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
module_tests.py 11 RunTest = test_support.RunTest
27 errors += RunTest(BuildAndTestModule)
28 errors += RunTest(TestModulesEqual)
pack_tests.py 14 RunTest = test_support.RunTest
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(TestPaddingPackedOutOfOrderByOrdinal
    [all...]
  /external/webrtc/webrtc/video/
full_stack.cc 21 void RunTest(const VideoQualityTest::Params &params) {
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(screenshare)
    [all...]
  /external/autotest/client/deps/glbench/src/
cleartest.cc 41 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",
readpixeltest.cc 49 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);
varyingsandddxytest.cc 184 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);
attributefetchtest.cc 120 RunTest(this, "attribute_fetch_shader", count_, g_width, g_height, true);
124 RunTest(this,
129 RunTest(this,
134 RunTest(this,
trianglesetuptest.cc 74 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);
testbase.h 36 void RunTest(TestBase* test,
glinterfacetest.cc 67 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);
  /frameworks/av/media/libstagefright/bqhelper/tests/
FrameDropper_test.cpp 99 void RunTest(const TestFrame* frames, size_t size) {
118 RunTest(testFrames20Fps, ARRAY_SIZE(testFrames20Fps));
122 RunTest(testFrames30Fps, ARRAY_SIZE(testFrames30Fps));
126 RunTest(testFrames40Fps, ARRAY_SIZE(testFrames40Fps));
130 RunTest(testFrames60Fps, ARRAY_SIZE(testFrames60Fps));
134 RunTest(testFramesVariableFps, ARRAY_SIZE(testFramesVariableFps));
  /external/libvpx/libvpx/test/
vpx_scale_test.cc 39 void RunTest() {
61 TEST_P(ExtendBorderTest, ExtendBorder) { ASSERT_NO_FATAL_FAILURE(RunTest()); }
78 void RunTest() {
100 TEST_P(CopyFrameTest, CopyFrame) { ASSERT_NO_FATAL_FAILURE(RunTest()); }
invalid_file_test.cc 85 void RunTest() {
121 TEST_P(InvalidFileTest, ReturnCode) { RunTest(); }
176 TEST_P(InvalidFileInvalidPeekTest, ReturnCode) { RunTest(); }
  /external/tensorflow/tensorflow/cc/gradients/
array_grad_test.cc 35 void RunTest(const Output& x, const TensorShape& x_shape, const Output& y,
44 void RunTest(const OutputList& xs, const std::vector<TensorShape>& x_shapes,
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(x, x_shape, y, y_shape)
    [all...]
data_flow_grad_test.cc 37 void RunTest(const OutputList& xs, const std::vector<TensorShape>& x_shapes,
55 RunTest({data}, {data_shape}, y.outputs,
68 RunTest(data, {d1_shape, d2_shape}, {y}, {y_shape});
nn_grad_test.cc 46 void RunTest(const Output& x, const TensorShape& x_shape, const Output& y,
54 void RunTest(const Output& x, const Tensor& x_init_value, const Output& y,
62 void RunTest(const OutputList& xs, const std::vector<TensorShape>& x_shapes,
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(x, x_shape, y, y_shape)
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/agc/
histogram_unittest.cc 35 void RunTest(bool enable_circular_buff,
49 void HistogramTest::RunTest(bool enable_circular_buff, const char* filename) {
93 RunTest(true,
99 RunTest(false,
  /bionic/libc/malloc_hooks/tests/
malloc_hooks_tests.cpp 92 void RunTest(std::string test_name);
136 void MallocHooksTest::RunTest(std::string test_name) {
180 RunTest("*.DISABLED_other_malloc_functions");
196 RunTest("*.DISABLED_extended_functions");
224 RunTest("*.DISABLED_malloc_hook");
242 RunTest("*.DISABLED_free_hook");
260 RunTest("*.DISABLED_realloc_hook");
279 RunTest("*.DISABLED_memalign_hook");
297 RunTest("*.DISABLED_posix_memalign_hook");
316 RunTest("*.DISABLED_posix_memalign_hook_error")
    [all...]
  /external/webrtc/webrtc/modules/audio_device/test/android/audio_device_android_test/src/org/webrtc/voiceengine/test/
AudioDeviceAndroidTest.java 40 RunTest(5);
54 private native int RunTest(int testType);
  /system/core/init/
subcontext_test.cpp 45 void RunTest(F&& test_function) {
68 RunTest([](auto& subcontext, auto& context_string) {
81 RunTest([](auto& subcontext, auto& context_string) {
98 RunTest([](auto& subcontext, auto& context_string) {
125 RunTest([](auto& subcontext, auto& context_string) {
139 RunTest([](auto& subcontext, auto& context_string) {
147 RunTest([](auto& subcontext, auto& context_string) {
163 RunTest([](auto& subcontext, auto& context_string) {
  /external/icu/icu4c/source/test/intltest/
reldatefmttest.cpp 494 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("en", UDAT_STYLE_NARROW, kEnglishShort, UPRV_LENGTHOF(kEnglishShort))
    [all...]
  /art/compiler/dex/
dex_to_dex_decompiler_test.cc 51 void RunTest(const char* dex_name) {
118 RunTest("VerifierDeps");
122 RunTest("DexToDexDecompiler");

Completed in 901 milliseconds

1 2 3 4