/external/regex-re2/re2/testing/ |
D | exhaustive_tester.h | 38 regexps_(0), tests_(0), failures_(0), in ExhaustiveTester() 42 int tests() { return tests_; } in tests() 60 int tests_; // Number of regexp tests. variable
|
D | possible_match_test.cc | 175 regexps_(0), tests_(0) { } in PossibleMatchTester() 178 int tests() { return tests_; } in tests() 187 int tests_; // Number of regexp tests. member in re2::PossibleMatchTester 215 tests_++; in HandleRegexp()
|
D | exhaustive_tester.cc | 135 tests_++; in HandleRegexp()
|
/external/jsoncpp/src/test_lib_json/ |
D | jsontest.cpp | 235 tests_.push_back(factory); in add() 240 return static_cast<unsigned int>(tests_.size()); in testCount() 244 TestCase* test = tests_[index](); in testNameAt() 251 TestCase* test = tests_[index](); in runTestAt() 340 subrunner.add(tests_[testNameIndex]); in runCommandLine()
|
D | jsontest.h | 176 Factories tests_; variable
|
/external/v8/tools/ |
D | perf-to-html.py | 116 self.tests_ = {} 124 return self.tests_ 127 keys = self.tests_.keys() 146 self.tests_[test_name] = Result(test_name,
|
/external/mesa3d/src/gtest/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/swiftshader/third_party/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/protobuf/gtest/include/gtest/internal/ |
D | gtest-param-util.h | 468 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name, in AddTestPattern() 487 for (typename TestInfoContainer::iterator test_it = tests_.begin(); in RegisterTests() 488 test_it != tests_.end(); ++test_it) { in RegisterTests() 544 TestInfoContainer tests_; variable
|
/external/google-breakpad/src/testing/gtest/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/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/vulkan-validation-layers/tests/gtest-1.7.0/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/libvpx/libvpx/third_party/googletest/src/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/v8/testing/gtest/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/googletest/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 526 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name, in AddTestPattern() 546 for (typename TestInfoContainer::iterator test_it = tests_.begin(); in RegisterTests() 547 test_it != tests_.end(); ++test_it) { in RegisterTests() 655 TestInfoContainer tests_; variable
|
/external/autotest/docs/ |
D | user-doc.md | 216 supported by portage: "tests_*" to select all tests at once (or - to 376 “+tests_<testname>”) needs to be added to IUSE_TESTS list that all autotest
|
/external/googletest/googletest/docs/ |
D | V1_5_AdvancedGuide.md | 444 _death tests_. More generally, any test that checks that a program terminates 1038 _Value-parameterized tests_ allow you to test your code with different 1208 _Typed tests_ allow you to repeat the same test logic over a list of 1269 _Type-parameterized tests_ are like typed tests, except that they
|
D | V1_7_AdvancedGuide.md | 512 _death tests_. More generally, any test that checks that a program terminates 1109 _Value-parameterized tests_ allow you to test your code with different 1291 _Typed tests_ allow you to repeat the same test logic over a list of 1352 _Type-parameterized tests_ are like typed tests, except that they
|
D | V1_6_AdvancedGuide.md | 512 _death tests_. More generally, any test that checks that a program terminates 1108 _Value-parameterized tests_ allow you to test your code with different 1290 _Typed tests_ allow you to repeat the same test logic over a list of 1351 _Type-parameterized tests_ are like typed tests, except that they
|
D | AdvancedGuide.md | 514 _death tests_. More generally, any test that checks that a program terminates 1111 _Value-parameterized tests_ allow you to test your code with different 1293 _Typed tests_ allow you to repeat the same test logic over a list of 1354 _Type-parameterized tests_ are like typed tests, except that they
|
D | V1_6_Primer.md | 372 … are successful, or `1` otherwise. Note that `RUN_ALL_TESTS()` runs _all tests_ in your link unit …
|
D | V1_7_Primer.md | 372 … are successful, or `1` otherwise. Note that `RUN_ALL_TESTS()` runs _all tests_ in your link unit …
|
D | Primer.md | 373 … are successful, or `1` otherwise. Note that `RUN_ALL_TESTS()` runs _all tests_ in your link unit …
|
D | V1_5_Primer.md | 368 … are successful, or `1` otherwise. Note that `RUN_ALL_TESTS()` runs _all tests_ in your link unit …
|
/external/protobuf/gtest/fused-src/gtest/ |
D | gtest.h | 8965 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name, 8984 for (typename TestInfoContainer::iterator test_it = tests_.begin(); 8985 test_it != tests_.end(); ++test_it) { 9041 TestInfoContainer tests_;
|