/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
D | gtest-unittest-api_test.cc | 152 EXPECT_TRUE(test_suite->should_run()); in TEST() 163 EXPECT_FALSE(tests[0]->should_run()); in TEST() 169 EXPECT_TRUE(tests[1]->should_run()); in TEST() 175 EXPECT_TRUE(tests[2]->should_run()); in TEST() 181 EXPECT_TRUE(tests[3]->should_run()); in TEST() 192 EXPECT_TRUE(test_suite->should_run()); in TEST() 203 EXPECT_TRUE(tests[0]->should_run()); in TEST() 215 EXPECT_FALSE(test_suite->should_run()); in TEST() 225 EXPECT_FALSE(test_info->should_run()); in TEST() 250 EXPECT_TRUE(test_suites[0]->should_run()); in TearDown() [all …]
|
/external/googletest/googletest/test/ |
D | gtest-unittest-api_test.cc | 145 EXPECT_TRUE(test_suite->should_run()); in TEST() 156 EXPECT_FALSE(tests[0]->should_run()); in TEST() 162 EXPECT_TRUE(tests[1]->should_run()); in TEST() 168 EXPECT_TRUE(tests[2]->should_run()); in TEST() 174 EXPECT_TRUE(tests[3]->should_run()); in TEST() 184 EXPECT_TRUE(test_suite->should_run()); in TEST() 195 EXPECT_TRUE(tests[0]->should_run()); in TEST() 206 EXPECT_FALSE(test_suite->should_run()); in TEST() 216 EXPECT_FALSE(test_info->should_run()); in TEST() 241 EXPECT_TRUE(test_suites[0]->should_run()); in TearDown() [all …]
|
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/ |
D | combined_nms_test.py | 94 should_run, reason = super().ShouldRunTest(run_params) 95 should_run = should_run and \ 99 return should_run and trt_test.IsTensorRTVersionGreaterEqual(7, 1, 3), \ 126 should_run, reason = super().ShouldRunTest(run_params) 129 return should_run and \
|
/external/tensorflow/tensorflow/python/distribute/ |
D | mirrored_run.py | 186 t.should_run.set() 195 t.should_run.set() 233 t.should_run.set() 275 self.should_run = threading.Event() 303 self.should_run.wait() 304 self.should_run.clear() 446 t.should_run.wait() 447 t.should_run.clear()
|
/external/rust/crates/scopeguard/src/ |
D | lib.rs | 204 fn should_run() -> bool; in should_run() method 231 fn should_run() -> bool { true } in should_run() method 237 fn should_run() -> bool { std::thread::panicking() } in should_run() method 243 fn should_run() -> bool { !std::thread::panicking() } in should_run() method 458 if S::should_run() { in drop()
|
/external/skqp/tests/ |
D | skia_test.cpp | 115 static bool should_run(const char* testName, bool isGPUTest) { in should_run() function 207 if (should_run(test.name, test.needsGpu)) { in main() 223 if (!should_run(test.name, test.needsGpu)) { in main()
|
/external/skia/tests/ |
D | skia_test.cpp | 132 static bool should_run(const char* testName, bool isGPUTest) { in should_run() function 224 if (should_run(test.name, test.needsGpu)) { in main() 240 if (!should_run(test.name, test.needsGpu)) { in main()
|
/external/libtextclassifier/native/utils/testing/ |
D | logging_event_listener.cc | 101 if (!test_case.should_run() || (test_case.failed_test_count() == 0)) { in OnTestIterationEnd() 106 if (!test_info.should_run() || test_info.result()->Passed()) { in OnTestIterationEnd()
|
/external/icing/icing/testing/ |
D | logging-event-listener.cc | 102 if (!test_case.should_run() || (test_case.failed_test_count() == 0)) { in OnTestIterationEnd() 107 if (!test_info.should_run() || test_info.result()->Passed()) { in OnTestIterationEnd()
|
/external/libchrome/base/task/sequence_manager/ |
D | sequence_manager_impl.cc | 323 bool should_run = in TakeTask() local 327 this, AsValueWithSelectorResult(should_run, work_queue)); in TakeTask() 329 if (!should_run) in TakeTask() 576 bool should_run, in AsValueWithSelectorResult() argument 597 if (should_run) { in AsValueWithSelectorResult()
|
D | sequence_manager_impl.h | 258 AsValueWithSelectorResult(bool should_run,
|
/external/skia/tools/calmbench/ |
D | ab.py | 212 should_run = not args.noinit and not (name == args.b and args.skip_b) 214 should_run = True # always run for suspects 216 if should_run:
|
/external/skqp/tools/calmbench/ |
D | ab.py | 210 should_run = not args.noinit and not (name == args.b and args.skip_b) 212 should_run = True # always run for suspects 214 if should_run:
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_progs.c | 30 static bool should_run(struct test_selector *sel, int num, const char *name) in should_run() function 105 if (!should_run(&env.subtest_selector, test->subtest_num, name)) in test__start_subtest() 591 if (!should_run(&env.test_selector, in main()
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/ |
D | gtest.h | 745 bool should_run() const { return should_run_; } in should_run() function 856 bool should_run() const { return should_run_; } in should_run() function 957 return test_info->should_run() && test_info->result()->Passed(); in TestPassed() 962 return test_info->should_run() && test_info->result()->Skipped(); in TestSkipped() 967 return test_info->should_run() && test_info->result()->Failed(); in TestFailed() 988 return test_info->should_run(); in ShouldRunTest()
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest.h | 751 bool should_run() const { return should_run_; } in should_run() function 862 bool should_run() const { return should_run_; } in should_run() function 961 return test_info->should_run() && test_info->result()->Passed(); in TestPassed() 966 return test_info->should_run() && test_info->result()->Skipped(); in TestSkipped() 971 return test_info->should_run() && test_info->result()->Failed(); in TestFailed() 992 return test_info->should_run(); in ShouldRunTest()
|
/external/googletest/googletest/include/gtest/ |
D | gtest.h | 760 bool should_run() const { return should_run_; } in should_run() function 874 bool should_run() const { return should_run_; } in should_run() function 978 return test_info->should_run() && test_info->result()->Passed(); in TestPassed() 983 return test_info->should_run() && test_info->result()->Skipped(); in TestSkipped() 988 return test_info->should_run() && test_info->result()->Failed(); in TestFailed() 1009 return test_info->should_run(); in ShouldRunTest()
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/ |
D | gtest.h | 738 bool should_run() const { return should_run_; } in should_run() function 849 bool should_run() const { return should_run_; } in should_run() function 944 return test_info->should_run() && test_info->result()->Passed(); in TestPassed() 949 return test_info->should_run() && test_info->result()->Skipped(); in TestSkipped() 954 return test_info->should_run() && test_info->result()->Failed(); in TestFailed() 975 return test_info->should_run(); in ShouldRunTest()
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest.h | 669 bool should_run() const { return should_run_; } in should_run() function 773 bool should_run() const { return should_run_; } in should_run() function 847 return test_info->should_run() && test_info->result()->Passed(); in TestPassed() 852 return test_info->should_run() && test_info->result()->Failed(); in TestFailed() 862 return test_info->should_run(); in ShouldRunTest()
|
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest.h | 694 bool should_run() const { return should_run_; } in should_run() function 811 bool should_run() const { return should_run_; } in should_run() function 895 return test_info->should_run() && test_info->result()->Passed(); in TestPassed() 900 return test_info->should_run() && test_info->result()->Failed(); in TestFailed() 921 return test_info->should_run(); in ShouldRunTest()
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 735 bool should_run() const { return should_run_; } in should_run() function 852 bool should_run() const { return should_run_; } in should_run() function 936 return test_info->should_run() && test_info->result()->Passed(); in TestPassed() 941 return test_info->should_run() && test_info->result()->Failed(); in TestFailed() 962 return test_info->should_run(); in ShouldRunTest()
|
/external/googletest/googletest/src/ |
D | gtest.cc | 384 return test_suite->should_run() && test_suite->Passed(); in TestSuitePassed() 389 return test_suite->should_run() && test_suite->Failed(); in TestSuiteFailed() 395 return test_suite->should_run(); in ShouldRunTestSuite() 3540 if (!test_suite.should_run() || (test_suite.failed_test_count() == 0)) { in PrintFailedTests() 3545 if (!test_info.should_run() || !test_info.result()->Failed()) { in PrintFailedTests() 3565 if (!test_suite.should_run()) { in PrintFailedTestSuites() 3589 if (!test_suite.should_run() || (test_suite.skipped_test_count() == 0)) { in PrintSkippedTests() 3594 if (!test_info.should_run() || !test_info.result()->Skipped()) { in PrintSkippedTests() 4228 test_info.should_run() ? "run" : "notrun"); in OutputXmlTestInfo() 4230 test_info.should_run() in OutputXmlTestInfo() [all …]
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest.cc | 365 return test_suite->should_run() && test_suite->Passed(); in TestSuitePassed() 370 return test_suite->should_run() && test_suite->Failed(); in TestSuiteFailed() 376 return test_suite->should_run(); in ShouldRunTestSuite() 3364 if (!test_suite.should_run() || (test_suite.failed_test_count() == 0)) { in PrintFailedTests() 3369 if (!test_info.should_run() || !test_info.result()->Failed()) { in PrintFailedTests() 3389 if (!test_suite.should_run()) { in PrintFailedTestSuites() 3413 if (!test_suite.should_run() || (test_suite.skipped_test_count() == 0)) { in PrintSkippedTests() 3418 if (!test_info.should_run() || !test_info.result()->Skipped()) { in PrintSkippedTests() 3887 test_info.should_run() ? "run" : "notrun"); in OutputXmlTestInfo() 3889 test_info.should_run() in OutputXmlTestInfo() [all …]
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/ |
D | gtest.cc | 376 return test_suite->should_run() && test_suite->Passed(); in TestSuitePassed() 381 return test_suite->should_run() && test_suite->Failed(); in TestSuiteFailed() 387 return test_suite->should_run(); in ShouldRunTestSuite() 3259 if (!test_suite.should_run() || (test_suite.failed_test_count() == 0)) { in PrintFailedTests() 3264 if (!test_info.should_run() || !test_info.result()->Failed()) { in PrintFailedTests() 3284 if (!test_suite.should_run() || (test_suite.skipped_test_count() == 0)) { in PrintSkippedTests() 3289 if (!test_info.should_run() || !test_info.result()->Skipped()) { in PrintSkippedTests() 3774 test_info.should_run() ? "run" : "notrun"); in OutputXmlTestInfo() 3776 test_info.should_run() in OutputXmlTestInfo() 4143 test_info.should_run() ? "RUN" : "NOTRUN", kIndent); in OutputJsonTestInfo() [all …]
|
/external/mesa3d/src/gtest/src/ |
D | gtest.cc | 369 return test_suite->should_run() && test_suite->Passed(); in TestSuitePassed() 374 return test_suite->should_run() && test_suite->Failed(); in TestSuiteFailed() 380 return test_suite->should_run(); in ShouldRunTestSuite() 3297 if (!test_suite.should_run() || (test_suite.failed_test_count() == 0)) { in PrintFailedTests() 3302 if (!test_info.should_run() || !test_info.result()->Failed()) { in PrintFailedTests() 3322 if (!test_suite.should_run() || (test_suite.skipped_test_count() == 0)) { in PrintSkippedTests() 3327 if (!test_info.should_run() || !test_info.result()->Skipped()) { in PrintSkippedTests() 3812 test_info.should_run() ? "run" : "notrun"); in OutputXmlTestInfo() 3814 test_info.should_run() in OutputXmlTestInfo() 4187 test_info.should_run() ? "RUN" : "NOTRUN", kIndent); in OutputJsonTestInfo() [all …]
|