Home
last modified time | relevance | path

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

12

/third_party/boost/libs/predef/test/
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() argument
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
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() function
21 test_info(test_info const & o) : value(o.value), passed(o.passed) {} in test_info() argument
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() argument
22 test_info(test_info const & o) : value(o.value), passed(o.passed) {} in test_info() function
/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 virtual void OnTestStart(const TestInfo& test_info) { in OnTestStart()
81 virtual void OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
141 const TestInfo& test_info = *test_case.GetTestInfo(j); in main() local
/third_party/boringssl/src/third_party/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_case.GetTestInfo(j); in main() local
/third_party/uboot/u-boot-2020.01/cmd/
Dsf.c564 struct test_info { struct
571 static void show_time(struct test_info *test, int stage) in show_time() argument
/third_party/ltp/testcases/kernel/syscalls/sendmmsg/
Dsendmmsg_var.h46 static void test_info(void) in test_info() function
/third_party/flutter/engine/flutter/third_party/txt/tests/
Drender_test.cc40 const auto& test_info = in GetNextSnapshotName() local
/third_party/googletest/googletest/test/
Dgoogletest-param-test-test.cc836 const ::testing::TestInfo* const test_info = in TEST_P() local
857 const ::testing::TestInfo* const test_info = in TEST_P() local
871 const ::testing::TestInfo* const test_info = in TEST_F() local
941 const ::testing::TestInfo* test_info = test_case->GetTestInfo(test_num); in TEST() local
957 const ::testing::TestInfo* const test_info = in TEST_P() local
984 const ::testing::TestInfo* const test_info = in TEST_P() local
1015 const ::testing::TestInfo* const test_info = in TEST_P() local
1043 const ::testing::TestInfo* const test_info = in TEST_P() local
Dgtest-unittest-api_test.cc220 const TestInfo* const test_info = test_case->GetTestInfo(0); in TEST() local
Dgoogletest-shuffle-test_.cc85 virtual void OnTestStart(const TestInfo& test_info) { in OnTestStart()
/third_party/boringssl/src/third_party/googletest/test/
Dgoogletest-param-test-test.cc780 const ::testing::TestInfo* const test_info = in TEST_P() local
801 const ::testing::TestInfo* const test_info = in TEST_P() local
815 const ::testing::TestInfo* const test_info = in TEST_F() local
879 const ::testing::TestInfo* test_info = test_suite->GetTestInfo(test_num); in TEST() local
894 const ::testing::TestInfo* const test_info = in TEST_P() local
919 const ::testing::TestInfo* const test_info = in TEST_P() local
949 const ::testing::TestInfo* const test_info = in TEST_P() local
977 const ::testing::TestInfo* const test_info = in TEST_P() local
Dgtest-unittest-api_test.cc220 const TestInfo* const test_info = test_suite->GetTestInfo(0); in TEST() local
/third_party/boringssl/src/third_party/googletest/include/gtest/
Dgtest.h784 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult()
943 static bool TestPassed(const TestInfo* test_info) { in TestPassed()
948 static bool TestSkipped(const TestInfo* test_info) { in TestSkipped()
953 static bool TestFailed(const TestInfo* test_info) { in TestFailed()
959 static bool TestReportableDisabled(const TestInfo* test_info) { in TestReportableDisabled()
964 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled()
969 static bool TestReportable(const TestInfo* test_info) { in TestReportable()
974 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
/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.h793 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult()
942 static bool TestPassed(const TestInfo* test_info) { in TestPassed()
947 static bool TestFailed(const TestInfo* test_info) { in TestFailed()
953 static bool TestReportableDisabled(const TestInfo* test_info) { in TestReportableDisabled()
958 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled()
963 static bool TestReportable(const TestInfo* test_info) { in TestReportable()
968 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
/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
/third_party/python/Lib/test/
Dtest_urllibnet.py84 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/googletest/googletest/src/
Dgtest-internal-inl.h653 TestInfo* test_info) { in AddTestInfo()
1145 void OnTestStart(const TestInfo& test_info) { in OnTestStart()
1149 void OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
/third_party/boringssl/src/third_party/googletest/src/
Dgtest-internal-inl.h670 TestInfo* test_info) { in AddTestInfo()
1165 void OnTestStart(const TestInfo& test_info) override { in OnTestStart()
1169 void OnTestEnd(const TestInfo& test_info) override { in OnTestEnd()

12