/external/pigweed/pw_unit_test/ |
D | framework.cc | 36 TestInfo* Framework::tests_ = nullptr; member in pw::unit_test::internal::Framework 40 if (tests_ == nullptr) { in RegisterTest() 41 tests_ = new_test; in RegisterTest() 46 TestInfo* info = tests_; in RegisterTest() 62 for (const TestInfo* test = tests_; test != nullptr; test = test->next()) { in RunAllTests()
|
/external/pigweed/pw_perf_test/ |
D | perf_test.cc | 37 for (const TestInfo* test = tests_; test != nullptr; test = test->next()) { in RunAllTests() 49 if (tests_ == nullptr) { in RegisterTest() 50 tests_ = &new_test; in RegisterTest() 53 TestInfo* info = tests_; in RegisterTest()
|
/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/pigweed/pw_perf_test/public/pw_perf_test/ |
D | perf_test.h | 60 tests_(nullptr), in Framework() 79 TestInfo* 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/cronet/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 527 tests_.push_back(std::shared_ptr<TestInfo>(new TestInfo( in AddTestPattern() 548 for (typename TestInfoContainer::iterator test_it = tests_.begin(); in RegisterTests() 549 test_it != tests_.end(); ++test_it) { in RegisterTests() 606 !tests_.empty()); in RegisterTests() 664 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/rust/crates/quiche/deps/boringssl/src/third_party/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/cronet/third_party/boringssl/src/third_party/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/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-param-util.h | 532 tests_.push_back(std::shared_ptr<TestInfo>(new TestInfo( in AddTestPattern() 553 for (typename TestInfoContainer::iterator test_it = tests_.begin(); in RegisterTests() 554 test_it != tests_.end(); ++test_it) { in RegisterTests() 611 !tests_.empty()); in RegisterTests() 669 TestInfoContainer tests_; variable
|
/external/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 532 tests_.push_back(std::shared_ptr<TestInfo>(new TestInfo( in AddTestPattern() 553 for (typename TestInfoContainer::iterator test_it = tests_.begin(); in RegisterTests() 554 test_it != tests_.end(); ++test_it) { in RegisterTests() 611 !tests_.empty()); in RegisterTests() 669 TestInfoContainer tests_; variable
|
/external/cronet/base/test/launcher/ |
D | test_launcher.cc | 1803 tests_.push_back(test_info); in InitTests() 1844 ranges::shuffle(tests_, randomizer); in ShuffleTests() 1861 for (const TestInfo& test_info : tests_) { in ProcessAndValidateTests() 1873 for (const TestInfo& test_info : tests_) { in ProcessAndValidateTests() 1897 tests_ = std::move(tests_to_run); in ProcessAndValidateTests() 1922 for (const auto& i : tests_) { in CombinePositiveTestFilters() 1970 for (const TestInfo& test_info : tests_) { in CollectTests() 2047 broken_threshold_ = std::max(static_cast<size_t>(20), tests_.size() / 10); in RunTests() 2084 for (const TestInfo& test_info : tests_) { in PrintFuzzyMatchingTestNames() 2101 for (const TestInfo& test_info : tests_) { in RunRetryTests()
|
D | test_launcher.h | 271 std::vector<TestInfo> tests_; variable
|
D | test_launcher_unittest.cc | 135 tests_.push_back(test_data); in AddMockedTests() 142 .WillOnce(::testing::DoAll(testing::SetArgPointee<0>(tests_), in SetUpExpectCalls() 174 std::vector<TestIdentifier> tests_; member in base::__anon3472d62e0111::TestLauncherTest
|
/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/internal/ |
D | framework.h | 334 static TestInfo* tests_; variable
|
/external/autotest/docs/ |
D | user-doc.md | 216 supported by portage: "tests_*" to select all tests at once (or - to 373 “+tests_<testname>”) needs to be added to IUSE_TESTS list that all autotest
|