Home
last modified time | relevance | path

Searched refs:RunTests (Results 1 – 25 of 60) sorted by relevance

123

/external/webrtc/modules/desktop_capture/
Ddesktop_frame_unittest.cc78 void RunTests(const TestData* tests, int num_tests) { in RunTests() function
105 RunTests(tests, arraysize(tests)); in TEST()
137 RunTests(tests, arraysize(tests)); in TEST()
161 RunTests(tests, arraysize(tests)); in TEST()
209 RunTests(tests, arraysize(tests)); in TEST()
240 RunTests(tests, arraysize(tests)); in TEST()
270 RunTests(tests, arraysize(tests)); in TEST()
302 RunTests(tests, arraysize(tests)); in TEST()
333 RunTests(tests, arraysize(tests)); in TEST()
/external/webrtc/third_party/abseil-cpp/absl/synchronization/
Dlifetime_test.cc76 void RunTests(absl::Mutex* mutex, absl::CondVar* condvar) { in RunTests() function
96 RunTests(&mutex, &condvar); in TestLocals()
101 void TestConstInitGlobal() { RunTests(&const_init_mutex, nullptr); } in TestConstInitGlobal()
138 RunTests(&early_const_init_mutex, nullptr); in __anon017bceca0202()
169 RunTests(&late_const_init_mutex, nullptr); in __anon017bceca0502()
/external/libtextclassifier/abseil-cpp/absl/synchronization/
Dlifetime_test.cc76 void RunTests(absl::Mutex* mutex, absl::CondVar* condvar) { in RunTests() function
96 RunTests(&mutex, &condvar); in TestLocals()
101 void TestConstInitGlobal() { RunTests(&const_init_mutex, nullptr); } in TestConstInitGlobal()
138 RunTests(&early_const_init_mutex, nullptr); in __anonb352efcb0202()
169 RunTests(&late_const_init_mutex, nullptr); in __anonb352efcb0502()
/external/openscreen/third_party/abseil/src/absl/synchronization/
Dlifetime_test.cc76 void RunTests(absl::Mutex* mutex, absl::CondVar* condvar) { in RunTests() function
96 RunTests(&mutex, &condvar); in TestLocals()
101 void TestConstInitGlobal() { RunTests(&const_init_mutex, nullptr); } in TestConstInitGlobal()
138 RunTests(&early_const_init_mutex, nullptr); in __anone238ffbc0202()
169 RunTests(&late_const_init_mutex, nullptr); in __anone238ffbc0502()
/external/angle/third_party/abseil-cpp/absl/synchronization/
Dlifetime_test.cc76 void RunTests(absl::Mutex* mutex, absl::CondVar* condvar) { in RunTests() function
96 RunTests(&mutex, &condvar); in TestLocals()
101 void TestConstInitGlobal() { RunTests(&const_init_mutex, nullptr); } in TestConstInitGlobal()
138 RunTests(&early_const_init_mutex, nullptr); in __anon584507aa0202()
169 RunTests(&late_const_init_mutex, nullptr); in __anon584507aa0502()
/external/abseil-cpp/absl/synchronization/
Dlifetime_test.cc76 void RunTests(absl::Mutex* mutex, absl::CondVar* condvar) { in RunTests() function
96 RunTests(&mutex, &condvar); in TestLocals()
101 void TestConstInitGlobal() { RunTests(&const_init_mutex, nullptr); } in TestConstInitGlobal()
138 RunTests(&early_const_init_mutex, nullptr); in __anon3d9e77fb0202()
169 RunTests(&late_const_init_mutex, nullptr); in __anon3d9e77fb0502()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dlifetime_test.cc76 void RunTests(absl::Mutex* mutex, absl::CondVar* condvar) { in RunTests() function
96 RunTests(&mutex, &condvar); in TestLocals()
101 void TestConstInitGlobal() { RunTests(&const_init_mutex, nullptr); } in TestConstInitGlobal()
138 RunTests(&early_const_init_mutex, nullptr); in __anon887dcdfc0202()
169 RunTests(&late_const_init_mutex, nullptr); in __anon887dcdfc0502()
/external/lottie/
Dgcloud_run.sh19 RunTests() function
26 RunTests
31 RunTests
37 RunTests
/external/gemmlowp/test/
Dtest_fixedpoint.cc478 void RunTests(const char* msg) { in RunTests() function in gemmlowp::__anon6f94b9cb0111::TestFixedPoint
583 gemmlowp::TestFixedPoint<std::int32_t>().RunTests("Scalar int32"); in main()
584 gemmlowp::TestFixedPoint<std::int16_t>().RunTests("Scalar int16"); in main()
586 gemmlowp::TestFixedPoint<__m128i>().RunTests("SSE4 __m128i = int32x4"); in main()
587 gemmlowp::TestFixedPoint<gemmlowp::int16x8_m128i>().RunTests( in main()
591 gemmlowp::TestFixedPoint<int32x4_t>().RunTests("NEON int32x4_t"); in main()
592 gemmlowp::TestFixedPoint<int16x8_t>().RunTests("NEON int16x8_t"); in main()
595 gemmlowp::TestFixedPoint<v4i32>().RunTests("MSA v4i32"); in main()
596 gemmlowp::TestFixedPoint<v8i16>().RunTests("MSA v8i16"); in main()
599 gemmlowp::TestFixedPoint<__m256i>().RunTests("AVX __m256i"); in main()
[all …]
/external/pdfium/testing/tools/
DPRESUBMIT.py20 return input_api.RunTests(tests)
26 return input_api.RunTests(tests)
/external/catch2/include/internal/
Dcatch_config.hpp55 RunTests::InWhatOrder runOrder = RunTests::InDeclarationOrder;
106 RunTests::InWhatOrder runOrder() const override;
Dcatch_test_case_registry_impl.cpp27 case RunTests::InLexicographicalOrder: in sortTests()
30 case RunTests::InRandomOrder: in sortTests()
34 case RunTests::InDeclarationOrder: in sortTests()
Dcatch_test_case_registry_impl.h46 mutable RunTests::InWhatOrder m_currentSortOrder = RunTests::InDeclarationOrder;
Dcatch_interfaces_config.h39 struct RunTests { enum InWhatOrder { struct
75 virtual RunTests::InWhatOrder runOrder() const = 0;
Dcatch_commandline.cpp64 config.runOrder = RunTests::InDeclarationOrder; in makeCommandLineParser()
66 config.runOrder = RunTests::InLexicographicalOrder; in makeCommandLineParser()
68 config.runOrder = RunTests::InRandomOrder; in makeCommandLineParser()
/external/yapf/
Dsetup.py25 class RunTests(Command): class
71 'test': RunTests,
/external/webrtc/tools_webrtc/mb/
DPRESUBMIT.py15 results.extend(input_api.RunTests(pylint_checks))
24 results.extend(input_api.RunTests([
/external/google-breakpad/src/processor/
Dpathname_stripper_unittest.cc47 static bool RunTests() { in RunTests() function
86 return RunTests() ? 0 : 1; in main()
Dcontained_range_map_unittest.cc56 static bool RunTests() { in RunTests() function
262 return RunTests() ? 0 : 1; in main()
Daddress_map_unittest.cc180 static bool RunTests() { in RunTests() function
195 return RunTests() ? 0 : 1; in main()
/external/chromium-trace/catapult/devil/
DPRESUBMIT.py12 return input_api.RunTests(
32 return input_api.RunTests([
/external/libchrome/mojo/public/cpp/bindings/tests/
De2e_perftest.cc122 RunTests(client_mp, test_name); in RunTestOnTaskRunner()
127 base::Bind(&MojoE2EPerftest::RunTests, base::Unretained(this), in RunTestOnTaskRunner()
138 void RunTests(MojoHandle client_mp, const std::string& test_name) { in RunTests() function in mojo::__anonf408f29b0111::MojoE2EPerftest
/external/google-breakpad/src/client/
Dminidump_file_writer_unittest.cc169 static bool RunTests() { in RunTests() function
178 return RunTests() ? 0 : 1; in main()
/external/tensorflow/tensorflow/lite/c/
Dc_test.c135 static void RunTests(void) { in RunTests() function
141 RunTests(); in main()
/external/libchrome/base/test/launcher/
Dtest_launcher.h63 virtual size_t RunTests(TestLauncher* test_launcher,
170 void RunTests();

123