/external/webrtc/modules/desktop_capture/ |
D | desktop_frame_unittest.cc | 78 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/ |
D | lifetime_test.cc | 76 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/ |
D | lifetime_test.cc | 76 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/ |
D | lifetime_test.cc | 76 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/ |
D | lifetime_test.cc | 76 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/ |
D | lifetime_test.cc | 76 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/ |
D | lifetime_test.cc | 76 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/ |
D | gcloud_run.sh | 19 RunTests() function 26 RunTests 31 RunTests 37 RunTests
|
/external/gemmlowp/test/ |
D | test_fixedpoint.cc | 478 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/ |
D | PRESUBMIT.py | 20 return input_api.RunTests(tests) 26 return input_api.RunTests(tests)
|
/external/catch2/include/internal/ |
D | catch_config.hpp | 55 RunTests::InWhatOrder runOrder = RunTests::InDeclarationOrder; 106 RunTests::InWhatOrder runOrder() const override;
|
D | catch_test_case_registry_impl.cpp | 27 case RunTests::InLexicographicalOrder: in sortTests() 30 case RunTests::InRandomOrder: in sortTests() 34 case RunTests::InDeclarationOrder: in sortTests()
|
D | catch_test_case_registry_impl.h | 46 mutable RunTests::InWhatOrder m_currentSortOrder = RunTests::InDeclarationOrder;
|
D | catch_interfaces_config.h | 39 struct RunTests { enum InWhatOrder { struct 75 virtual RunTests::InWhatOrder runOrder() const = 0;
|
D | catch_commandline.cpp | 64 config.runOrder = RunTests::InDeclarationOrder; in makeCommandLineParser() 66 config.runOrder = RunTests::InLexicographicalOrder; in makeCommandLineParser() 68 config.runOrder = RunTests::InRandomOrder; in makeCommandLineParser()
|
/external/yapf/ |
D | setup.py | 25 class RunTests(Command): class 71 'test': RunTests,
|
/external/webrtc/tools_webrtc/mb/ |
D | PRESUBMIT.py | 15 results.extend(input_api.RunTests(pylint_checks)) 24 results.extend(input_api.RunTests([
|
/external/google-breakpad/src/processor/ |
D | pathname_stripper_unittest.cc | 47 static bool RunTests() { in RunTests() function 86 return RunTests() ? 0 : 1; in main()
|
D | contained_range_map_unittest.cc | 56 static bool RunTests() { in RunTests() function 262 return RunTests() ? 0 : 1; in main()
|
D | address_map_unittest.cc | 180 static bool RunTests() { in RunTests() function 195 return RunTests() ? 0 : 1; in main()
|
/external/chromium-trace/catapult/devil/ |
D | PRESUBMIT.py | 12 return input_api.RunTests( 32 return input_api.RunTests([
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | e2e_perftest.cc | 122 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/ |
D | minidump_file_writer_unittest.cc | 169 static bool RunTests() { in RunTests() function 178 return RunTests() ? 0 : 1; in main()
|
/external/tensorflow/tensorflow/lite/c/ |
D | c_test.c | 135 static void RunTests(void) { in RunTests() function 141 RunTests(); in main()
|
/external/libchrome/base/test/launcher/ |
D | test_launcher.h | 63 virtual size_t RunTests(TestLauncher* test_launcher, 170 void RunTests();
|