HomeSort by relevance Sort by last modified time
    Searched refs:RunTest (Results 1 - 25 of 78) 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/edk/js/test/
run_js_tests.cc 33 void RunTest(std::string test, bool run_until_idle) {
46 RunTest("core_unittests.js", true);
50 RunTest("codec_unittests.js", true);
54 RunTest("struct_unittests.js", true);
58 RunTest("union_unittests.js", true);
62 RunTest("validation_unittests.js", true);
run_js_integration_tests.cc 36 void RunTest(std::string test) {
49 RunTest("connection_tests.js");
53 RunTest("sample_service_tests.js");
  /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)
data_tests.py 12 RunTest = test_support.RunTest
78 errors += RunTest(TestWriteRead)
79 errors += RunTest(TestRead)
80 errors += RunTest(TestWrite)
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/regex-re2/re2/testing/
string_generator_test.cc 33 static void RunTest(int len, string alphabet, bool donull) {
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(3, "abc", true)
    [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/omx/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/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,
  /art/dex2oat/
dex2oat_test.cc 241 void RunTest(bool use_fd, bool expect_use, const std::vector<std::string>& extra_args = {}) {
316 RunTest(false /* use_fd */, false /* expect_use */);
317 RunTest(true /* use_fd */, false /* expect_use */);
321 RunTest(false /* use_fd */, false /* expect_use */, { "--swap-dex-size-threshold=0" });
322 RunTest(true /* use_fd */, false /* expect_use */, { "--swap-dex-size-threshold=0" });
326 RunTest(false /* use_fd */, false /* expect_use */, { "--swap-dex-count-threshold=0" });
327 RunTest(true /* use_fd */, false /* expect_use */, { "--swap-dex-count-threshold=0" });
331 RunTest(false /* use_fd */,
334 RunTest(true /* use_fd */,
438 RunTest(false /* use_fd */
    [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);
  /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 48 void RunTest(const char* dex_name) {
131 RunTest("VerifierDeps");
135 RunTest("DexToDexDecompiler");
  /external/libchrome/sandbox/linux/bpf_dsl/
codegen_unittest.cc 128 // RunTest compiles the program and verifies that the output matches
131 void RunTest(CodeGen::Node head) {
182 RunTest(head);
193 RunTest(head);
207 RunTest(head);
242 RunTest(insn6);
273 RunTest(i0);
295 RunTest(i0);
323 RunTest(i0);
343 RunTest(c)
    [all...]
  /external/libvpx/libvpx/test/
invalid_file_test.cc 85 void RunTest() {
121 TEST_P(InvalidFileTest, ReturnCode) { RunTest(); }
164 TEST_P(InvalidFileInvalidPeekTest, ReturnCode) { RunTest(); }

Completed in 666 milliseconds

1 2 3 4