Home
last modified time | relevance | path

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

12

/external/googletest/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()
1517 TestResultAccessor::RecordProperty(&test_result, "testcase", property); in TEST()
1529 TestResultAccessor::RecordProperty(&test_result, "testcase", property_1); in TEST()
1530 TestResultAccessor::RecordProperty(&test_result, "testcase", property_2); in TEST()
1548 TestResultAccessor::RecordProperty(&test_result, "testcase", property_1_1); in TEST()
1549 TestResultAccessor::RecordProperty(&test_result, "testcase", property_2_1); in TEST()
1550 TestResultAccessor::RecordProperty(&test_result, "testcase", property_1_2); in TEST()
1551 TestResultAccessor::RecordProperty(&test_result, "testcase", property_2_2); in TEST()
1569 TestResultAccessor::RecordProperty(&test_result, "testcase", property_1); in TEST()
1570 TestResultAccessor::RecordProperty(&test_result, "testcase", property_2); in TEST()
[all …]
/external/google-breakpad/src/testing/gtest/test/
Dgtest_xml_output_unittest_.cc101 RecordProperty("key_1", "1"); in TEST_F()
105 RecordProperty("key_int", 1); in TEST_F()
109 RecordProperty("key_1", "1"); in TEST_F()
110 RecordProperty("key_2", "2"); in TEST_F()
111 RecordProperty("key_3", "3"); in TEST_F()
115 RecordProperty("key_1", "1"); in TEST_F()
116 RecordProperty("key_1", "2"); in TEST_F()
119 TEST(NoFixtureTest, RecordProperty) { in TEST() argument
120 RecordProperty("key", "1"); in TEST()
124 testing::Test::RecordProperty(key, value); in ExternalUtilityThatCallsRecordProperty()
[all …]
Dgtest_xml_outfile1_test_.cc40 RecordProperty("SetUpProp", 1); in SetUp()
43 RecordProperty("TearDownProp", 1); in TearDown()
48 RecordProperty("TestSomeProperty", 1); in TEST_F()
Dgtest_xml_outfile2_test_.cc40 RecordProperty("SetUpProp", 2); in SetUp()
43 RecordProperty("TearDownProp", 2); in TearDown()
48 RecordProperty("TestSomeProperty", 2); in TEST_F()
Dgtest_stress_test.cc107 Test::RecordProperty(IdToKey(id, "string").c_str(), IdToString(id).c_str()); in ManyAsserts()
108 Test::RecordProperty(IdToKey(id, "int").c_str(), id); in ManyAsserts()
109 Test::RecordProperty("shared_key", IdToString(id).c_str()); in ManyAsserts()
/external/vulkan-validation-layers/tests/
Dvktestframeworkandroid.h33 #define TEST_DESCRIPTION(desc) RecordProperty("description", desc)
Dvktestframework.h54 #define TEST_DESCRIPTION(desc) RecordProperty("description", desc)
/external/libaom/libaom/third_party/googletest/src/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/swiftshader/third_party/llvm-7.0/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/mesa3d/src/gtest/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/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/googletest/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/swiftshader/third_party/llvm-7.0/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/mesa3d/src/gtest/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/libaom/libaom/third_party/googletest/src/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/googletest/googletest/include/gtest/
Dgtest.h472 static void RecordProperty(const std::string& key, const std::string& value);
473 static void RecordProperty(const std::string& key, int value);
645 void RecordProperty(const std::string& xml_element,
1400 void RecordProperty(const std::string& key, const std::string& value);
/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/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal-inl.h1020 static void RecordProperty(TestResult* test_result, in RecordProperty() function
1022 test_result->RecordProperty(property); in RecordProperty()
/external/google-breakpad/src/testing/gtest/src/
Dgtest-internal-inl.h1038 static void RecordProperty(TestResult* test_result, in RecordProperty() function
1040 test_result->RecordProperty(property); in RecordProperty()
/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/llvm/utils/unittest/googletest/include/gtest/
Dgtest.h406 static void RecordProperty(const char* key, const char* value);
407 static void RecordProperty(const char* key, int value);
575 void RecordProperty(const TestProperty& test_property);

12