Home
last modified time | relevance | path

Searched refs:RecordProperty (Results 1 – 25 of 42) sorted by relevance

12

/external/googletest/googletest/test/
Dgtest_xml_output_unittest_.cc113 static void SetUpTestSuite() { RecordProperty("SetUpTestSuite", "yes"); } in SetUpTestSuite()
115 RecordProperty("TearDownTestSuite", "aye"); in TearDownTestSuite()
120 RecordProperty("key_1", "1"); in TEST_F()
124 RecordProperty("key_int", 1); in TEST_F()
128 RecordProperty("key_1", "1"); in TEST_F()
129 RecordProperty("key_2", "2"); in TEST_F()
130 RecordProperty("key_3", "3"); in TEST_F()
134 RecordProperty("key_1", "1"); in TEST_F()
135 RecordProperty("key_1", "2"); in TEST_F()
138 TEST(NoFixtureTest, RecordProperty) { in TEST() argument
[all …]
Dgtest_xml_outfile2_test_.cc37 void SetUp() override { RecordProperty("SetUpProp", 2); } in SetUp()
38 void TearDown() override { RecordProperty("TearDownProp", 2); } in TearDown()
42 RecordProperty("TestSomeProperty", 2); in TEST_F()
Dgtest_xml_outfile1_test_.cc37 void SetUp() override { RecordProperty("SetUpProp", 1); } in SetUp()
38 void TearDown() override { RecordProperty("TearDownProp", 1); } in TearDown()
42 RecordProperty("TestSomeProperty", 1); in TEST_F()
Dgtest_stress_test.cc98 Test::RecordProperty(IdToKey(id, "string").c_str(), IdToString(id).c_str()); in ManyAsserts()
99 Test::RecordProperty(IdToKey(id, "int").c_str(), id); in ManyAsserts()
100 Test::RecordProperty("shared_key", IdToString(id).c_str()); in ManyAsserts()
Dgtest_unittest.cc186 unit_test_.RecordProperty(key, value); in UnitTestRecordProperty()
1507 TestResultAccessor::RecordProperty(&test_result, "testcase", property); in TEST()
1519 TestResultAccessor::RecordProperty(&test_result, "testcase", property_1); in TEST()
1520 TestResultAccessor::RecordProperty(&test_result, "testcase", property_2); in TEST()
1538 TestResultAccessor::RecordProperty(&test_result, "testcase", property_1_1); in TEST()
1539 TestResultAccessor::RecordProperty(&test_result, "testcase", property_2_1); in TEST()
1540 TestResultAccessor::RecordProperty(&test_result, "testcase", property_1_2); in TEST()
1541 TestResultAccessor::RecordProperty(&test_result, "testcase", property_2_2); in TEST()
1559 TestResultAccessor::RecordProperty(&test_result, "testcase", property_1); in TEST()
1560 TestResultAccessor::RecordProperty(&test_result, "testcase", property_2); in TEST()
[all …]
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgtest_xml_output_unittest_.cc104 static void SetUpTestSuite() { RecordProperty("SetUpTestSuite", "yes"); } in SetUpTestSuite()
106 RecordProperty("TearDownTestSuite", "aye"); in TearDownTestSuite()
111 RecordProperty("key_1", "1"); in TEST_F()
115 RecordProperty("key_int", 1); in TEST_F()
119 RecordProperty("key_1", "1"); in TEST_F()
120 RecordProperty("key_2", "2"); in TEST_F()
121 RecordProperty("key_3", "3"); in TEST_F()
125 RecordProperty("key_1", "1"); in TEST_F()
126 RecordProperty("key_1", "2"); in TEST_F()
129 TEST(NoFixtureTest, RecordProperty) { in TEST() argument
[all …]
Dgtest_xml_outfile1_test_.cc37 void SetUp() override { RecordProperty("SetUpProp", 1); } in SetUp()
38 void TearDown() override { RecordProperty("TearDownProp", 1); } in TearDown()
42 RecordProperty("TestSomeProperty", 1); in TEST_F()
Dgtest_xml_outfile2_test_.cc37 void SetUp() override { RecordProperty("SetUpProp", 2); } in SetUp()
38 void TearDown() override { RecordProperty("TearDownProp", 2); } in TearDown()
42 RecordProperty("TestSomeProperty", 2); in TEST_F()
Dgtest_stress_test.cc98 Test::RecordProperty(IdToKey(id, "string").c_str(), IdToString(id).c_str()); in ManyAsserts()
99 Test::RecordProperty(IdToKey(id, "int").c_str(), id); in ManyAsserts()
100 Test::RecordProperty("shared_key", IdToString(id).c_str()); in ManyAsserts()
Dgtest_unittest.cc182 unit_test_.RecordProperty(key, value); in UnitTestRecordProperty()
1504 TestResultAccessor::RecordProperty(&test_result, "testcase", property); in TEST()
1516 TestResultAccessor::RecordProperty(&test_result, "testcase", property_1); in TEST()
1517 TestResultAccessor::RecordProperty(&test_result, "testcase", property_2); in TEST()
1535 TestResultAccessor::RecordProperty(&test_result, "testcase", property_1_1); in TEST()
1536 TestResultAccessor::RecordProperty(&test_result, "testcase", property_2_1); in TEST()
1537 TestResultAccessor::RecordProperty(&test_result, "testcase", property_1_2); in TEST()
1538 TestResultAccessor::RecordProperty(&test_result, "testcase", property_2_2); in TEST()
1556 TestResultAccessor::RecordProperty(&test_result, "testcase", property_1); in TEST()
1557 TestResultAccessor::RecordProperty(&test_result, "testcase", property_2); in TEST()
[all …]
/external/vulkan-validation-layers/tests/
Dvktestframeworkandroid.h33 #define TEST_DESCRIPTION(desc) RecordProperty("description", desc)
Dvktestframework.h54 #define TEST_DESCRIPTION(desc) RecordProperty("description", desc)
/external/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest-internal-inl.h715 void RecordProperty(const TestProperty& test_property);
1016 static void RecordProperty(TestResult* test_result, in RecordProperty() function
1019 test_result->RecordProperty(xml_element, property); in RecordProperty()
/external/googletest/googletest/src/
Dgtest-internal-inl.h755 void RecordProperty(const TestProperty& test_property);
1047 static void RecordProperty(TestResult* test_result, in RecordProperty() function
1050 test_result->RecordProperty(xml_element, property); in RecordProperty()
/external/mesa3d/src/gtest/src/
Dgtest-internal-inl.h740 void RecordProperty(const TestProperty& test_property);
1037 static void RecordProperty(TestResult* test_result, in RecordProperty() function
1040 test_result->RecordProperty(xml_element, property); in RecordProperty()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-internal-inl.h750 void RecordProperty(const TestProperty &test_property);
1040 static void RecordProperty(TestResult *test_result, in RecordProperty() function
1043 test_result->RecordProperty(xml_element, property); in RecordProperty()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-internal-inl.h719 void RecordProperty(const TestProperty& test_property);
1018 static void RecordProperty(TestResult* test_result, in RecordProperty() function
1021 test_result->RecordProperty(xml_element, property); in RecordProperty()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-internal-inl.h735 void RecordProperty(const TestProperty& test_property);
1032 static void RecordProperty(TestResult* test_result, in RecordProperty() function
1035 test_result->RecordProperty(xml_element, property); in RecordProperty()
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/
Dgtest.h422 static void RecordProperty(const std::string& key, const std::string& value);
423 static void RecordProperty(const std::string& key, int value);
592 void RecordProperty(const std::string& xml_element,
1280 void RecordProperty(const std::string& key, const std::string& value);
/external/llvm/utils/unittest/googletest/src/
Dgtest-internal-inl.h1023 static void RecordProperty(TestResult* test_result, in RecordProperty() function
1025 test_result->RecordProperty(property); in RecordProperty()
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h460 static void RecordProperty(const std::string& key, const std::string& value);
461 static void RecordProperty(const std::string& key, int value);
630 void RecordProperty(const std::string& xml_element,
1333 void RecordProperty(const std::string& key, const std::string& value);
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest.h462 static void RecordProperty(const std::string &key, const std::string &value);
463 static void RecordProperty(const std::string &key, int value);
635 void RecordProperty(const std::string &xml_element,
1399 void RecordProperty(const std::string &key, const std::string &value);
/external/mesa3d/src/gtest/include/gtest/
Dgtest.h461 static void RecordProperty(const std::string& key, const std::string& value);
462 static void RecordProperty(const std::string& key, int value);
641 void RecordProperty(const std::string& xml_element,
1405 void RecordProperty(const std::string& key, const std::string& value);
/external/googletest/googletest/include/gtest/
Dgtest.h470 static void RecordProperty(const std::string& key, const std::string& value);
471 static void RecordProperty(const std::string& key, int value);
650 void RecordProperty(const std::string& xml_element,
1422 void RecordProperty(const std::string& key, const std::string& value);
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/
Dgtest.h457 static void RecordProperty(const std::string& key, const std::string& value);
458 static void RecordProperty(const std::string& key, int value);
630 void RecordProperty(const std::string& xml_element,
1385 void RecordProperty(const std::string& key, const std::string& value);

12