Searched defs:TestInfo (Results 1 - 25 of 34) sorted by relevance

12

/external/autotest/server/site_tests/brillo_HWRandom/
H A Dbrillo_HWRandom.py19 TestInfo = collections.namedtuple('TestInfo', 'number custom_args') variable in class:brillo_HWRandom
36 TestInfo(number=0, custom_args=['-p', '50']),
37 TestInfo(number=1, custom_args=['-p', '50', '-t', '50000']),
38 TestInfo(number=2, custom_args=['-p', '50', '-t', '1000']),
39 TestInfo(number=3, custom_args=['-p', '50', '-t', '5000']),
40 TestInfo(number=8, custom_args=['-p', '40']),
41 TestInfo(number=10, custom_args=[]),
42 TestInfo(number=11, custom_args=[]),
43 TestInfo(numbe
[all...]
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h469 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
490 linked_ptr<TestInfo> test_info = *test_it;
525 struct TestInfo { struct in class:testing::internal::ParameterizedTestCaseInfo
526 TestInfo(const char* a_test_case_base_name, function in struct:testing::internal::ParameterizedTestCaseInfo::TestInfo
537 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h469 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
490 linked_ptr<TestInfo> test_info = *test_it;
525 struct TestInfo { struct in class:testing::internal::ParameterizedTestCaseInfo
526 TestInfo(const char* a_test_case_base_name, function in struct:testing::internal::ParameterizedTestCaseInfo::TestInfo
537 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h469 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
490 linked_ptr<TestInfo> test_info = *test_it;
525 struct TestInfo { struct in class:testing::internal::ParameterizedTestCaseInfo
526 TestInfo(const char* a_test_case_base_name, function in struct:testing::internal::ParameterizedTestCaseInfo::TestInfo
537 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util.h468 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
489 linked_ptr<TestInfo> test_info = *test_it;
525 struct TestInfo { struct in class:testing::internal::ParameterizedTestCaseInfo
526 TestInfo(const char* a_test_case_base_name, function in struct:testing::internal::ParameterizedTestCaseInfo::TestInfo
537 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h469 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
490 linked_ptr<TestInfo> test_info = *test_it;
525 struct TestInfo { struct in class:testing::internal::ParameterizedTestCaseInfo
526 TestInfo(const char* a_test_case_base_name, function in struct:testing::internal::ParameterizedTestCaseInfo::TestInfo
537 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-param-util.h469 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
490 linked_ptr<TestInfo> test_info = *test_it;
525 struct TestInfo { struct in class:testing::internal::ParameterizedTestCaseInfo
526 TestInfo(const char* a_test_case_base_name, function in struct:testing::internal::ParameterizedTestCaseInfo::TestInfo
537 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h526 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
549 linked_ptr<TestInfo> test_info = *test_it;
604 struct TestInfo { struct in class:testing::internal::ParameterizedTestCaseInfo
605 TestInfo(const char* a_test_case_base_name, function in struct:testing::internal::ParameterizedTestCaseInfo::TestInfo
616 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-param-util.h526 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
549 linked_ptr<TestInfo> test_info = *test_it;
604 struct TestInfo { struct in class:testing::internal::ParameterizedTestCaseInfo
605 TestInfo(const char* a_test_case_base_name, function in struct:testing::internal::ParameterizedTestCaseInfo::TestInfo
616 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h526 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
549 linked_ptr<TestInfo> test_info = *test_it;
604 struct TestInfo { struct in class:testing::internal::ParameterizedTestCaseInfo
605 TestInfo(const char* a_test_case_base_name, function in struct:testing::internal::ParameterizedTestCaseInfo::TestInfo
616 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest.h184 class TestInfo;
359 friend class TestInfo;
550 friend class TestInfo;
615 // A TestInfo object stores the following information about a test:
623 // The constructor of TestInfo registers itself with the UnitTest
626 class GTEST_API_ TestInfo { class in namespace:testing
628 // Destructs a TestInfo object. This function is not virtual, so
629 // don't inherit from TestInfo.
630 ~TestInfo();
682 friend TestInfo* interna
[all...]
/external/googletest/googletest/include/gtest/
H A Dgtest.h174 class TestInfo;
373 friend class TestInfo;
564 friend class TestInfo;
633 // A TestInfo object stores the following information about a test:
641 // The constructor of TestInfo registers itself with the UnitTest
644 class GTEST_API_ TestInfo { class in namespace:testing
646 // Destructs a TestInfo object. This function is not virtual, so
647 // don't inherit from TestInfo.
648 ~TestInfo();
715 friend TestInfo* interna
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h174 class TestInfo;
373 friend class TestInfo;
564 friend class TestInfo;
633 // A TestInfo object stores the following information about a test:
641 // The constructor of TestInfo registers itself with the UnitTest
644 class GTEST_API_ TestInfo { class in namespace:testing
646 // Destructs a TestInfo object. This function is not virtual, so
647 // don't inherit from TestInfo.
648 ~TestInfo();
715 friend TestInfo* interna
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h183 class TestInfo;
358 friend class TestInfo;
549 friend class TestInfo;
614 // A TestInfo object stores the following information about a test:
622 // The constructor of TestInfo registers itself with the UnitTest
625 class GTEST_API_ TestInfo { class in namespace:testing
627 // Destructs a TestInfo object. This function is not virtual, so
628 // don't inherit from TestInfo.
629 ~TestInfo();
682 friend TestInfo* interna
[all...]
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h183 class TestInfo;
358 friend class TestInfo;
549 friend class TestInfo;
614 // A TestInfo object stores the following information about a test:
622 // The constructor of TestInfo registers itself with the UnitTest
625 class GTEST_API_ TestInfo { class in namespace:testing
627 // Destructs a TestInfo object. This function is not virtual, so
628 // don't inherit from TestInfo.
629 ~TestInfo();
682 friend TestInfo* interna
[all...]
/external/protobuf/gtest/include/gtest/
H A Dgtest.h530 friend class TestInfo;
596 // A TestInfo object stores the following information about a test:
604 // The constructor of TestInfo registers itself with the UnitTest
607 class GTEST_API_ TestInfo { class in namespace:testing
609 // Destructs a TestInfo object. This function is not virtual, so
610 // don't inherit from TestInfo.
611 ~TestInfo();
654 friend TestInfo* internal::MakeAndRegisterTestInfo(
673 // Constructs a TestInfo object. The newly constructed instance assumes
675 TestInfo(cons
[all...]
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
H A Dgtest.h183 class TestInfo;
358 friend class TestInfo;
549 friend class TestInfo;
614 // A TestInfo object stores the following information about a test:
622 // The constructor of TestInfo registers itself with the UnitTest
625 class GTEST_API_ TestInfo { class in namespace:testing
627 // Destructs a TestInfo object. This function is not virtual, so
628 // don't inherit from TestInfo.
629 ~TestInfo();
682 friend TestInfo* interna
[all...]
/external/v8/testing/gtest/include/gtest/
H A Dgtest.h174 class TestInfo;
373 friend class TestInfo;
564 friend class TestInfo;
633 // A TestInfo object stores the following information about a test:
641 // The constructor of TestInfo registers itself with the UnitTest
644 class GTEST_API_ TestInfo { class in namespace:testing
646 // Destructs a TestInfo object. This function is not virtual, so
647 // don't inherit from TestInfo.
648 ~TestInfo();
715 friend TestInfo* interna
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest.h174 class TestInfo;
349 friend class TestInfo;
541 friend class TestInfo;
610 // A TestInfo object stores the following information about a test:
618 // The constructor of TestInfo registers itself with the UnitTest
621 class GTEST_API_ TestInfo { class in namespace:testing
623 // Destructs a TestInfo object. This function is not virtual, so
624 // don't inherit from TestInfo.
625 ~TestInfo();
686 friend TestInfo* interna
[all...]
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc1957 const TestInfo* const first_test_info = test_case->test_info_list()[0];
1962 const TestInfo* const this_test_info = impl->current_test_info();
2185 // class TestInfo
2187 // Constructs a TestInfo object. It assumes ownership of the test factory
2191 TestInfo::TestInfo(const char* a_test_case_name, function in class:testing::TestInfo
2208 // Destructs a TestInfo object.
2209 TestInfo::~TestInfo() { delete factory_; }
2213 // Creates a new TestInfo objec
[all...]
/external/googletest/googletest/src/
H A Dgtest.cc2274 const TestInfo* const first_test_info = test_case->test_info_list()[0];
2279 const TestInfo* const this_test_info = impl->current_test_info();
2497 // class TestInfo
2499 // Constructs a TestInfo object. It assumes ownership of the test factory
2501 TestInfo::TestInfo(const std::string& a_test_case_name, function in class:testing::TestInfo
2520 // Destructs a TestInfo object.
2521 TestInfo::~TestInfo() { delete factory_; }
2525 // Creates a new TestInfo objec
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc2274 const TestInfo* const first_test_info = test_case->test_info_list()[0];
2279 const TestInfo* const this_test_info = impl->current_test_info();
2497 // class TestInfo
2499 // Constructs a TestInfo object. It assumes ownership of the test factory
2501 TestInfo::TestInfo(const std::string& a_test_case_name, function in class:testing::TestInfo
2520 // Destructs a TestInfo object.
2521 TestInfo::~TestInfo() { delete factory_; }
2525 // Creates a new TestInfo objec
[all...]
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1956 const TestInfo* const first_test_info = test_case->test_info_list()[0];
1961 const TestInfo* const this_test_info = impl->current_test_info();
2184 // class TestInfo
2186 // Constructs a TestInfo object. It assumes ownership of the test factory
2190 TestInfo::TestInfo(const char* a_test_case_name, function in class:testing::TestInfo
2207 // Destructs a TestInfo object.
2208 TestInfo::~TestInfo() { delete factory_; }
2212 // Creates a new TestInfo objec
[all...]
/external/mesa3d/src/gtest/src/
H A Dgtest.cc1956 const TestInfo* const first_test_info = test_case->test_info_list()[0];
1961 const TestInfo* const this_test_info = impl->current_test_info();
2184 // class TestInfo
2186 // Constructs a TestInfo object. It assumes ownership of the test factory
2190 TestInfo::TestInfo(const char* a_test_case_name, function in class:testing::TestInfo
2207 // Destructs a TestInfo object.
2208 TestInfo::~TestInfo() { delete factory_; }
2212 // Creates a new TestInfo objec
[all...]
/external/protobuf/gtest/src/
H A Dgtest.cc2118 // class TestInfo
2120 // Constructs a TestInfo object. It assumes ownership of the test factory
2122 TestInfo::TestInfo(const char* a_test_case_name, function in class:testing::TestInfo
2133 // Destructs a TestInfo object.
2134 TestInfo::~TestInfo() {
2140 // Creates a new TestInfo object and registers it with Google Test;
2155 // The newly created TestInfo instance will assume
2157 TestInfo* MakeAndRegisterTestInf
[all...]

Completed in 1762 milliseconds

12