Home
last modified time | relevance | path

Searched defs:test_info (Results 1 – 25 of 42) sorted by relevance

12

/third_party/boost/libs/predef/test/
Dmake.cpp16 struct test_info struct
18 std::string value;
19 bool passed;
21 test_info(std::string const & v, bool p) : value(v), passed(p) {} in test_info() function
22 test_info(test_info const & o) : value(o.value), passed(o.passed) {} in test_info() function
Dversion.cpp15 struct test_info struct
17 std::string value;
18 bool passed;
20 test_info(std::string const & v, bool p) : value(v), passed(p) {} in test_info() argument
21 test_info(test_info const & o) : value(o.value), passed(o.passed) {} in test_info() function
Dtested_at.cpp16 struct test_info struct
18 std::string value;
19 bool passed;
21 test_info(std::string const & v, bool p) : value(v), passed(p) {} in test_info() function
22 test_info(test_info const & o) : value(o.value), passed(o.passed) {} in test_info() argument
Dworkaround.cpp16 struct test_info struct
18 std::string value;
19 bool passed;
21 test_info(std::string const & v, bool p) : value(v), passed(p) {} in test_info() function
22 test_info(test_info const & o) : value(o.value), passed(o.passed) {} in test_info() argument
/third_party/mesa3d/src/gallium/tests/unit/
Du_prim_verts_test.c6 struct test_info { struct
12 struct test_info tests[] = { argument
/third_party/openssl/test/testutil/
Ddriver.c27 typedef struct test_info { struct
28 const char *test_case_name;
29 int (*test_fn) (void);
30 int (*param_test_fn)(int idx);
31 int num;
34 int subtest:1;
/third_party/googletest/googletest/samples/
Dsample9_unittest.cc61 void OnTestStart(const TestInfo& test_info) override { in OnTestStart()
81 void OnTestEnd(const TestInfo& test_info) override { in OnTestEnd()
141 const TestInfo& test_info = *test_suite.GetTestInfo(j); in main() local
/third_party/cef/tests/gtest/teamcity/src/
Dteamcity_gtest.cpp38 void TeamcityGoogleTestEventListener::OnTestStart(const TestInfo& test_info) { in OnTestStart()
43 void TeamcityGoogleTestEventListener::OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
/third_party/flutter/engine/flutter/third_party/txt/tests/
Drender_test.cc40 const auto& test_info = in GetNextSnapshotName() local
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest.h797 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult()
960 static bool TestPassed(const TestInfo* test_info) { in TestPassed()
965 static bool TestSkipped(const TestInfo* test_info) { in TestSkipped()
970 static bool TestFailed(const TestInfo* test_info) { in TestFailed()
976 static bool TestReportableDisabled(const TestInfo* test_info) { in TestReportableDisabled()
981 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled()
986 static bool TestReportable(const TestInfo* test_info) { in TestReportable()
991 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
/third_party/googletest/googletest/test/
Dgoogletest-param-test-test.cc782 const ::testing::TestInfo* const test_info = in TEST_P() local
803 const ::testing::TestInfo* const test_info = in TEST_P() local
817 const ::testing::TestInfo* const test_info = in TEST_F() local
911 const ::testing::TestInfo* test_info = test_suite->GetTestInfo(test_num); in TEST() local
926 const ::testing::TestInfo* const test_info = in TEST_P() local
951 const ::testing::TestInfo* const test_info = in TEST_P() local
981 const ::testing::TestInfo* const test_info = in TEST_P() local
1009 const ::testing::TestInfo* const test_info = in TEST_P() local
Dgoogletest-failfast-unittest_.cc130 void OnTestStart(const ::testing::TestInfo& test_info) override { in OnTestStart()
141 void OnTestEnd(const ::testing::TestInfo& test_info) override { in OnTestEnd()
Dgtest-unittest-api_test.cc211 const TestInfo* const test_info = test_suite->GetTestInfo(0); in TEST() local
Dgoogletest-shuffle-test_.cc84 void OnTestStart(const TestInfo& test_info) override { in OnTestStart()
/third_party/boost/libs/regex/test/regress/
Dinfo.hpp204 struct test_info struct
209 struct test_info<char> struct
/third_party/googletest/googletest/include/gtest/
Dgtest.h813 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult()
981 static bool TestPassed(const TestInfo* test_info) { in TestPassed()
986 static bool TestSkipped(const TestInfo* test_info) { in TestSkipped()
991 static bool TestFailed(const TestInfo* test_info) { in TestFailed()
997 static bool TestReportableDisabled(const TestInfo* test_info) { in TestReportableDisabled()
1002 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled()
1007 static bool TestReportable(const TestInfo* test_info) { in TestReportable()
1012 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/
Dsemctl09.c72 static void test_info(void) in test_info() function
/third_party/glib/tests/refcount/
Dobjects2.c42 const GTypeInfo test_info = { in my_test_get_type() local
Dobjects.c43 const GTypeInfo test_info = { in my_test_get_type() local
Dproperties2.c57 const GTypeInfo test_info = { in my_test_get_type() local
Dproperties.c60 const GTypeInfo test_info = { in my_test_get_type() local
/third_party/python/Lib/test/
Dtest_urllibnet.py85 def test_info(self): member in urlopenNetworkTests
/third_party/jerryscript/tests/unit-core/
Dtest-objects-foreach.c142 static const jerry_object_native_info_t test_info = variable
/third_party/mesa3d/src/gtest/src/
Dgtest-internal-inl.h675 TestInfo* test_info) { in AddTestInfo()
1170 void OnTestStart(const TestInfo& test_info) override { in OnTestStart()
1174 void OnTestEnd(const TestInfo& test_info) override { in OnTestEnd()
/third_party/googletest/googletest/src/
Dgtest-internal-inl.h677 TestInfo* test_info) { in AddTestInfo()
1180 void OnTestStart(const TestInfo& test_info) override { in OnTestStart()
1184 void OnTestEnd(const TestInfo& test_info) override { in OnTestEnd()

12