Searched defs:TestInfo (Results 1 - 25 of 28) sorted by path

12

/external/chromium_org/build/android/pylib/host_driven/
H A Dtest_info_collection.py21 class TestInfo(object): class in inherits:object
58 """A collection of TestInfo objects which facilitates filtering."""
123 test_info: TestInfo object representing the test
/external/chromium_org/chrome/browser/diagnostics/
H A Ddiagnostics_model.h56 class TestInfo { class in class:diagnostics::DiagnosticsModel
58 virtual ~TestInfo() {}
96 virtual const TestInfo& GetTest(size_t index) const = 0;
100 virtual bool GetTestInfo(int id, const TestInfo** result) const = 0;
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest.cc96 struct TestInfo { struct
100 TestInfo tests[] = {
113 const TestInfo& test = tests[ii];
H A Dgles2_cmd_decoder_unittest_context_state.cc376 struct TestInfo { struct
383 TestInfo test[] = {{GL_BLEND, false, true},
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_virtual_contexts_unittest.cc149 struct TestInfo { struct
155 TestInfo tests[] = {
162 const TestInfo& test = tests[ii];
169 const TestInfo& test = tests[ii];
176 const TestInfo& test = tests[ii];
184 const TestInfo& test = tests[ii];
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h174 class TestInfo;
373 friend class TestInfo;
565 friend class TestInfo;
634 // A TestInfo object stores the following information about a test:
642 // The constructor of TestInfo registers itself with the UnitTest
645 class GTEST_API_ TestInfo { class in namespace:testing
647 // Destructs a TestInfo object. This function is not virtual, so
648 // don't inherit from TestInfo.
649 ~TestInfo();
710 friend TestInfo* interna
[all...]
/external/chromium_org/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/chromium_org/testing/gtest/src/
H A Dgtest.cc2234 const TestInfo* const first_test_info = test_case->test_info_list()[0];
2239 const TestInfo* const this_test_info = impl->current_test_info();
2457 // class TestInfo
2459 // Constructs a TestInfo object. It assumes ownership of the test factory
2461 TestInfo::TestInfo(const std::string& a_test_case_name, function in class:testing::TestInfo
2478 // Destructs a TestInfo object.
2479 TestInfo::~TestInfo() { delete factory_; }
2483 // Creates a new TestInfo objec
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7046 class TestInfo; // Information about a test.
7057 class TestInfoImpl; // Opaque implementation of TestInfo
7434 // Creates a new TestInfo object and registers it with Google Test;
7449 // The newly created TestInfo instance will assume
7451 GTEST_API_ TestInfo* MakeAndRegisterTestInfo(
8102 static ::testing::TestInfo* const test_info_ GTEST_ATTRIBUTE_UNUSED_;\
8107 ::testing::TestInfo* const GTEST_TEST_CLASS_NAME_(test_case_name, test_name)\
10468 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
10489 linked_ptr<TestInfo> test_inf
10524 struct TestInfo { struct in class:testing::internal::ParameterizedTestCaseInfo
10525 TestInfo(const char* a_test_case_base_name, function in struct:testing::internal::ParameterizedTestCaseInfo::TestInfo
18034 class GTEST_API_ TestInfo { class in namespace:testing
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1048 // Adds a TestInfo to the unit test.
1054 // test_info: the TestInfo object
1057 TestInfo* test_info) {
1090 // Sets the TestInfo object for the test that's currently running. If
1093 void set_current_test_info(TestInfo* a_current_test_info) {
1134 // result in each TestCase and TestInfo object.
1144 TestInfo* current_test_info() { return current_test_info_; }
1145 const TestInfo* current_test_info() const { return current_test_info_; }
1276 // This points to the TestInfo for the currently running test. It
1280 TestInfo* current_test_info
3661 TestInfo::TestInfo(const std::string& a_test_case_name, function in class:testing::TestInfo
[all...]
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/openmax_dl/dl/sp/src/test/
H A Dtest_util.h74 struct TestInfo { struct
127 const struct TestInfo* info, const char* message);
144 int RunAllTests(const struct TestInfo* info);
/external/gtest/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/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/gtest/src/
H A Dgtest.cc1950 const TestInfo* const first_test_info = test_case->test_info_list()[0];
1955 const TestInfo* const this_test_info = impl->current_test_info();
2173 // class TestInfo
2175 // Constructs a TestInfo object. It assumes ownership of the test factory
2177 TestInfo::TestInfo(const std::string& a_test_case_name, function in class:testing::TestInfo
2194 // Destructs a TestInfo object.
2195 TestInfo::~TestInfo() { delete factory_; }
2199 // Creates a new TestInfo objec
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7046 class TestInfo; // Information about a test.
7057 class TestInfoImpl; // Opaque implementation of TestInfo
7434 // Creates a new TestInfo object and registers it with Google Test;
7449 // The newly created TestInfo instance will assume
7451 GTEST_API_ TestInfo* MakeAndRegisterTestInfo(
8102 static ::testing::TestInfo* const test_info_ GTEST_ATTRIBUTE_UNUSED_;\
8107 ::testing::TestInfo* const GTEST_TEST_CLASS_NAME_(test_case_name, test_name)\
10468 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
10489 linked_ptr<TestInfo> test_inf
10524 struct TestInfo { struct in class:testing::internal::ParameterizedTestCaseInfo
10525 TestInfo(const char* a_test_case_base_name, function in struct:testing::internal::ParameterizedTestCaseInfo::TestInfo
18034 class GTEST_API_ TestInfo { class in namespace:testing
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1048 // Adds a TestInfo to the unit test.
1054 // test_info: the TestInfo object
1057 TestInfo* test_info) {
1090 // Sets the TestInfo object for the test that's currently running. If
1093 void set_current_test_info(TestInfo* a_current_test_info) {
1134 // result in each TestCase and TestInfo object.
1144 TestInfo* current_test_info() { return current_test_info_; }
1145 const TestInfo* current_test_info() const { return current_test_info_; }
1276 // This points to the TestInfo for the currently running test. It
1280 TestInfo* current_test_info
3661 TestInfo::TestInfo(const std::string& a_test_case_name, function in class:testing::TestInfo
[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/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/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/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/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/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...]

Completed in 1046 milliseconds

12