Home
last modified time | relevance | path

Searched refs:tests_ (Results 1 – 25 of 27) sorted by relevance

12

/external/regex-re2/re2/testing/
Dexhaustive_tester.h38 regexps_(0), tests_(0), failures_(0), in ExhaustiveTester()
42 int tests() { return tests_; } in tests()
60 int tests_; // Number of regexp tests. variable
Dpossible_match_test.cc175 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()
Dexhaustive_tester.cc135 tests_++; in HandleRegexp()
/external/jsoncpp/src/test_lib_json/
Djsontest.cpp235 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()
Djsontest.h176 Factories tests_; variable
/external/v8/tools/
Dperf-to-html.py116 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/
Dgtest-param-util.h469 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/
Dgtest-param-util.h469 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/
Dgtest-param-util.h468 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/
Dgtest-param-util.h469 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/
Dgtest-param-util.h469 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/
Dgtest-param-util.h469 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/
Dgtest-param-util.h526 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/
Dgtest-param-util.h526 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/
Dgtest-param-util.h526 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/
Duser-doc.md216 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/
DV1_5_AdvancedGuide.md444 _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
DV1_7_AdvancedGuide.md512 _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
DV1_6_AdvancedGuide.md512 _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
DAdvancedGuide.md514 _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
DV1_6_Primer.md372 … are successful, or `1` otherwise. Note that `RUN_ALL_TESTS()` runs _all tests_ in your link unit …
DV1_7_Primer.md372 … are successful, or `1` otherwise. Note that `RUN_ALL_TESTS()` runs _all tests_ in your link unit …
DPrimer.md373 … are successful, or `1` otherwise. Note that `RUN_ALL_TESTS()` runs _all tests_ in your link unit …
DV1_5_Primer.md368 … are successful, or `1` otherwise. Note that `RUN_ALL_TESTS()` runs _all tests_ in your link unit …
/external/protobuf/gtest/fused-src/gtest/
Dgtest.h8965 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_;

12