/external/googletest/googletest/test/ |
D | gtest_xml_output_unittest_.cc | 104 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 …]
|
D | gtest_xml_outfile1_test_.cc | 37 void SetUp() override { RecordProperty("SetUpProp", 1); } in SetUp() 38 void TearDown() override { RecordProperty("TearDownProp", 1); } in TearDown() 42 RecordProperty("TestSomeProperty", 1); in TEST_F()
|
D | gtest_xml_outfile2_test_.cc | 37 void SetUp() override { RecordProperty("SetUpProp", 2); } in SetUp() 38 void TearDown() override { RecordProperty("TearDownProp", 2); } in TearDown() 42 RecordProperty("TestSomeProperty", 2); in TEST_F()
|
D | gtest_stress_test.cc | 98 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()
|
D | gtest_unittest.cc | 182 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/ |
D | gtest_xml_output_unittest_.cc | 101 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 …]
|
D | gtest_xml_outfile1_test_.cc | 40 RecordProperty("SetUpProp", 1); in SetUp() 43 RecordProperty("TearDownProp", 1); in TearDown() 48 RecordProperty("TestSomeProperty", 1); in TEST_F()
|
D | gtest_xml_outfile2_test_.cc | 40 RecordProperty("SetUpProp", 2); in SetUp() 43 RecordProperty("TearDownProp", 2); in TearDown() 48 RecordProperty("TestSomeProperty", 2); in TEST_F()
|
D | gtest_stress_test.cc | 107 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/ |
D | vktestframeworkandroid.h | 33 #define TEST_DESCRIPTION(desc) RecordProperty("description", desc)
|
D | vktestframework.h | 54 #define TEST_DESCRIPTION(desc) RecordProperty("description", desc)
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-internal-inl.h | 715 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/ |
D | gtest-internal-inl.h | 715 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/ |
D | gtest-internal-inl.h | 715 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/ |
D | gtest-internal-inl.h | 719 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/ |
D | gtest-internal-inl.h | 735 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/ |
D | gtest.h | 422 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/ |
D | gtest.h | 422 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/ |
D | gtest.h | 422 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/ |
D | gtest.h | 472 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/ |
D | gtest.h | 460 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/ |
D | gtest-internal-inl.h | 1020 static void RecordProperty(TestResult* test_result, in RecordProperty() function 1022 test_result->RecordProperty(property); in RecordProperty()
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-internal-inl.h | 1038 static void RecordProperty(TestResult* test_result, in RecordProperty() function 1040 test_result->RecordProperty(property); in RecordProperty()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-internal-inl.h | 1023 static void RecordProperty(TestResult* test_result, in RecordProperty() function 1025 test_result->RecordProperty(property); in RecordProperty()
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest.h | 406 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);
|