/external/pigweed/pw_unit_test/ |
D | framework.cc | 34 TestInfo* Framework::tests_ = nullptr; member in pw::unit_test::internal::Framework 38 if (tests_ == nullptr) { in RegisterTest() 39 tests_ = new_test; in RegisterTest() 44 TestInfo* info = tests_; in RegisterTest() 59 for (const TestInfo* test = tests_; test != nullptr; test = test->next()) { in RunAllTests()
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/ |
D | exhaustive_tester.h | 55 regexps_(0), tests_(0), failures_(0), in ExhaustiveTester() 59 int tests() { return tests_; } in tests() 77 int tests_; // Number of regexp tests. variable
|
D | possible_match_test.cc | 181 regexps_(0), tests_(0) { } in PossibleMatchTester() 184 int tests() { return tests_; } in tests() 193 int tests_; // Number of regexp tests. member in re2::PossibleMatchTester 222 tests_++; in HandleRegexp()
|
D | exhaustive_tester.cc | 137 tests_++; in HandleRegexp()
|
/external/grpc-grpc/test/cpp/interop/ |
D | stress_interop_client.cc | 39 : tests_(tests) { in WeightedRandomTestSelector() 56 for (auto it = tests_.begin(); it != tests_.end(); it++) { in GetNextTest()
|
D | stress_interop_client.h | 87 const vector<pair<TestCaseType, int>> tests_;
|
/external/jsoncpp/src/test_lib_json/ |
D | jsontest.cpp | 220 tests_.push_back(factory); in add() 224 size_t Runner::testCount() const { return tests_.size(); } in testCount() 227 TestCase* test = tests_[index](); in testNameAt() 234 TestCase* test = tests_[index](); in runTestAt() 318 subrunner.add(tests_[testNameIndex]); in runCommandLine()
|
D | jsontest.h | 172 Factories tests_; variable
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 469 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name, in AddTestPattern() 488 for (typename TestInfoContainer::iterator test_it = tests_.begin(); in RegisterTests() 489 test_it != tests_.end(); ++test_it) { in RegisterTests() 544 TestInfoContainer tests_; variable
|
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 526 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name, in AddTestPattern() 547 for (typename TestInfoContainer::iterator test_it = tests_.begin(); in RegisterTests() 548 test_it != tests_.end(); ++test_it) { in RegisterTests() 656 TestInfoContainer tests_; variable
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-param-util.h | 522 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name, in AddTestPattern() 542 for (typename TestInfoContainer::iterator test_it = tests_.begin(); in RegisterTests() 543 test_it != tests_.end(); ++test_it) { in RegisterTests() 651 TestInfoContainer tests_; variable
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 525 tests_.push_back(std::shared_ptr<TestInfo>(new TestInfo( in AddTestPattern() 546 for (typename TestInfoContainer::iterator test_it = tests_.begin(); in RegisterTests() 547 test_it != tests_.end(); ++test_it) { in RegisterTests() 605 !tests_.empty()); in RegisterTests() 666 TestInfoContainer tests_; variable
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 518 tests_.push_back(std::shared_ptr<TestInfo>( in AddTestPattern() 539 for (typename TestInfoContainer::iterator test_it = tests_.begin(); in RegisterTests() 540 test_it != tests_.end(); ++test_it) { in RegisterTests() 597 !tests_.empty()); in RegisterTests() 649 TestInfoContainer tests_; variable
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 511 tests_.push_back(std::shared_ptr<TestInfo>( in AddTestPattern() 530 for (typename TestInfoContainer::iterator test_it = tests_.begin(); in RegisterTests() 531 test_it != tests_.end(); ++test_it) { in RegisterTests() 636 TestInfoContainer tests_; variable
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-param-util.h | 511 tests_.push_back(std::shared_ptr<TestInfo>( in AddTestPattern() 530 for (typename TestInfoContainer::iterator test_it = tests_.begin(); in RegisterTests() 531 test_it != tests_.end(); ++test_it) { in RegisterTests() 639 TestInfoContainer tests_; variable
|
/external/libchrome/base/test/launcher/ |
D | test_launcher.cc | 979 if (!launcher_delegate_->GetTests(&tests_)) { in Init() 1071 for (size_t i = 0; i < tests_.size(); i++) { in CombinePositiveTestFilters() 1073 FormatFullTestName(tests_[i].test_case_name, tests_[i].test_name); in CombinePositiveTestFilters() 1096 for (const TestIdentifier& test_id : tests_) { in RunTests()
|
D | test_launcher.h | 210 std::vector<TestIdentifier> tests_; variable
|
/external/pigweed/pw_unit_test/public/pw_unit_test/ |
D | framework.h | 282 static TestInfo* tests_; variable
|
/external/autotest/docs/ |
D | user-doc.md | 216 supported by portage: "tests_*" to select all tests at once (or - to 375 “+tests_<testname>”) needs to be added to IUSE_TESTS list that all autotest
|
/external/googletest/docs/ |
D | advanced.md | 645 _death tests_. More generally, any test that checks that a program terminates
|
/external/fmtlib/test/gtest/ |
D | gtest.h | 10472 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name, 10491 for (typename TestInfoContainer::iterator test_it = tests_.begin(); 10492 test_it != tests_.end(); ++test_it) { 10547 TestInfoContainer tests_;
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gtest/ |
D | gtest.h | 11569 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name, 11590 for (typename TestInfoContainer::iterator test_it = tests_.begin(); 11591 test_it != tests_.end(); ++test_it) { 11699 TestInfoContainer tests_;
|