Searched refs:RecordProperty (Results 1 - 25 of 43) sorted by relevance

12

/external/chromium_org/testing/gtest/test/
H A Dgtest_xml_outfile1_test_.cc40 RecordProperty("SetUpProp", 1);
43 RecordProperty("TearDownProp", 1);
48 RecordProperty("TestSomeProperty", 1);
H A Dgtest_xml_outfile2_test_.cc40 RecordProperty("SetUpProp", 2);
43 RecordProperty("TearDownProp", 2);
48 RecordProperty("TestSomeProperty", 2);
H A Dgtest_xml_output_unittest_.cc99 static void SetUpTestCase() { RecordProperty("SetUpTestCase", "yes"); }
100 static void TearDownTestCase() { RecordProperty("TearDownTestCase", "aye"); }
104 RecordProperty("key_1", "1");
108 RecordProperty("key_int", 1);
112 RecordProperty("key_1", "1");
113 RecordProperty("key_2", "2");
114 RecordProperty("key_3", "3");
118 RecordProperty("key_1", "1");
119 RecordProperty("key_1", "2");
122 TEST(NoFixtureTest, RecordProperty) {
[all...]
H A Dgtest_stress_test.cc104 // RecordProperty() should interact safely with other threads as well.
106 Test::RecordProperty(IdToKey(id, "string").c_str(), IdToString(id).c_str());
107 Test::RecordProperty(IdToKey(id, "int").c_str(), id);
108 Test::RecordProperty("shared_key", IdToString(id).c_str());
H A Dgtest-unittest-api_test.cc137 RecordProperty("key", "value");
/external/gtest/test/
H A Dgtest_xml_outfile1_test_.cc40 RecordProperty("SetUpProp", 1);
43 RecordProperty("TearDownProp", 1);
48 RecordProperty("TestSomeProperty", 1);
H A Dgtest_xml_outfile2_test_.cc40 RecordProperty("SetUpProp", 2);
43 RecordProperty("TearDownProp", 2);
48 RecordProperty("TestSomeProperty", 2);
H A Dgtest_xml_output_unittest_.cc99 static void SetUpTestCase() { RecordProperty("SetUpTestCase", "yes"); }
100 static void TearDownTestCase() { RecordProperty("TearDownTestCase", "aye"); }
104 RecordProperty("key_1", "1");
108 RecordProperty("key_int", 1);
112 RecordProperty("key_1", "1");
113 RecordProperty("key_2", "2");
114 RecordProperty("key_3", "3");
118 RecordProperty("key_1", "1");
119 RecordProperty("key_1", "2");
122 TEST(NoFixtureTest, RecordProperty) {
[all...]
H A Dgtest_stress_test.cc104 // RecordProperty() should interact safely with other threads as well.
106 Test::RecordProperty(IdToKey(id, "string").c_str(), IdToString(id).c_str());
107 Test::RecordProperty(IdToKey(id, "int").c_str(), id);
108 Test::RecordProperty("shared_key", IdToString(id).c_str());
H A Dgtest-unittest-api_test.cc137 RecordProperty("key", "value");
/external/protobuf/gtest/test/
H A Dgtest_xml_outfile1_test_.cc40 RecordProperty("SetUpProp", 1);
43 RecordProperty("TearDownProp", 1);
48 RecordProperty("TestSomeProperty", 1);
H A Dgtest_xml_outfile2_test_.cc40 RecordProperty("SetUpProp", 2);
43 RecordProperty("TearDownProp", 2);
48 RecordProperty("TestSomeProperty", 2);
H A Dgtest_xml_output_unittest_.cc98 RecordProperty("key_1", "1");
102 RecordProperty("key_int", 1);
106 RecordProperty("key_1", "1");
107 RecordProperty("key_2", "2");
108 RecordProperty("key_3", "3");
112 RecordProperty("key_1", "1");
113 RecordProperty("key_1", "2");
116 TEST(NoFixtureTest, RecordProperty) {
117 RecordProperty("key", "1");
121 testing::Test::RecordProperty(ke
[all...]
H A Dgtest_stress_test.cc94 // RecordProperty() should interact safely with other threads as well.
96 Test::RecordProperty(IdToKey(id, "string").c_str(), IdToString(id).c_str());
97 Test::RecordProperty(IdToKey(id, "int").c_str(), id);
98 Test::RecordProperty("shared_key", IdToString(id).c_str());
H A Dgtest-unittest-api_test.cc143 RecordProperty("key", "value");
/external/chromium_org/testing/gtest/src/
H A Dgtest-internal-inl.h724 void RecordProperty(const TestProperty& test_property);
1025 static void RecordProperty(TestResult* test_result, function in class:testing::internal::TestResultAccessor
1028 test_result->RecordProperty(xml_element, property);
/external/gtest/src/
H A Dgtest-internal-inl.h724 void RecordProperty(const TestProperty& test_property);
1051 static void RecordProperty(TestResult* test_result, function in class:testing::internal::TestResultAccessor
1054 test_result->RecordProperty(xml_element, property);
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-internal-inl.h1020 static void RecordProperty(TestResult* test_result, function in class:testing::internal::TestResultAccessor
1022 test_result->RecordProperty(property);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h1019 static void RecordProperty(TestResult* test_result, function in class:testing::internal::TestResultAccessor
1021 test_result->RecordProperty(property);
/external/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h1020 static void RecordProperty(TestResult* test_result, function in class:testing::internal::TestResultAccessor
1022 test_result->RecordProperty(property);
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h1229 static void RecordProperty(TestResult* test_result, function in class:testing::internal::TestResultAccessor
1231 test_result->RecordProperty(property);
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h413 // not members of the test fixture. Calls to RecordProperty made during
418 // corresponding <testsuite> element. Calls to RecordProperty made in the
422 static void RecordProperty(const std::string& key, const std::string& value);
423 static void RecordProperty(const std::string& key, int value);
593 void RecordProperty(const std::string& xml_element,
1272 void RecordProperty(const std::string& key, const std::string& value);
/external/gtest/include/gtest/
H A Dgtest.h389 // not members of the test fixture. Calls to RecordProperty made during
394 // corresponding <testsuite> element. Calls to RecordProperty made in the
398 static void RecordProperty(const std::string& key, const std::string& value);
399 static void RecordProperty(const std::string& key, int value);
569 void RecordProperty(const std::string& xml_element,
1248 void RecordProperty(const std::string& key, const std::string& value);
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h401 // Note that a driving consideration for these RecordProperty methods
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);
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h401 // Note that a driving consideration for these RecordProperty methods
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);

Completed in 393 milliseconds

12