/external/googletest/googletest/test/ |
D | gtest_xml_output_unittest_.cc | 113 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 …]
|
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_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_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 | 186 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/ |
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() 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/ |
D | vktestframeworkandroid.h | 33 #define TEST_DESCRIPTION(desc) RecordProperty("description", desc)
|
D | vktestframework.h | 54 #define TEST_DESCRIPTION(desc) RecordProperty("description", desc)
|
/external/llvm-project/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/googletest/googletest/src/ |
D | gtest-internal-inl.h | 755 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/ |
D | gtest-internal-inl.h | 740 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/ |
D | gtest-internal-inl.h | 750 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/ |
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/rust/crates/quiche/deps/boringssl/src/third_party/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/llvm-project/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/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/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/libaom/libaom/third_party/googletest/src/googletest/include/gtest/ |
D | gtest.h | 462 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/ |
D | gtest.h | 461 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/ |
D | gtest.h | 470 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/ |
D | gtest.h | 457 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);
|