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

123

/external/chromium/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_.cc102 RecordProperty("key_1", "1");
106 RecordProperty("key_int", 1);
110 RecordProperty("key_1", "1");
111 RecordProperty("key_2", "2");
112 RecordProperty("key_3", "3");
116 RecordProperty("key_1", "1");
117 RecordProperty("key_1", "2");
120 TEST(NoFixtureTest, RecordProperty) {
121 RecordProperty("key", "1");
125 testing::Test::RecordProperty(ke
[all...]
H A Dgtest_stress_test.cc105 // RecordProperty() should interact safely with other threads as well.
107 Test::RecordProperty(IdToKey(id, "string").c_str(), IdToString(id).c_str());
108 Test::RecordProperty(IdToKey(id, "int").c_str(), id);
109 Test::RecordProperty("shared_key", IdToString(id).c_str());
/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_.cc101 RecordProperty("key_1", "1");
105 RecordProperty("key_int", 1);
109 RecordProperty("key_1", "1");
110 RecordProperty("key_2", "2");
111 RecordProperty("key_3", "3");
115 RecordProperty("key_1", "1");
116 RecordProperty("key_1", "2");
119 TEST(NoFixtureTest, RecordProperty) {
120 RecordProperty("key", "1");
124 testing::Test::RecordProperty(ke
[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());
/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_.cc102 RecordProperty("key_1", "1");
106 RecordProperty("key_int", 1);
110 RecordProperty("key_1", "1");
111 RecordProperty("key_2", "2");
112 RecordProperty("key_3", "3");
116 RecordProperty("key_1", "1");
117 RecordProperty("key_1", "2");
120 TEST(NoFixtureTest, RecordProperty) {
121 RecordProperty("key", "1");
125 testing::Test::RecordProperty(ke
[all...]
H A Dgtest_stress_test.cc105 // RecordProperty() should interact safely with other threads as well.
107 Test::RecordProperty(IdToKey(id, "string").c_str(), IdToString(id).c_str());
108 Test::RecordProperty(IdToKey(id, "int").c_str(), id);
109 Test::RecordProperty("shared_key", IdToString(id).c_str());
/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());
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.h236 // Note that a driving consideration for these RecordProperty methods
241 static void RecordProperty(const char* key, const char* value);
242 static void RecordProperty(const char* key, int value);
/external/chromium/testing/gtest/src/
H A Dgtest-internal-inl.h1013 static void RecordProperty(TestResult* test_result, function in class:testing::internal::TestResultAccessor
1015 test_result->RecordProperty(property);
/external/chromium_org/testing/gtest/src/
H A Dgtest-internal-inl.h1038 static void RecordProperty(TestResult* test_result, function in class:testing::internal::TestResultAccessor
1040 test_result->RecordProperty(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/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/include/gtest/internal/
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/open-vcdiff/gtest/src/
H A Dgtest-internal-inl.h1233 static void RecordProperty(TestResult* test_result, function in class:testing::internal::TestResultAccessor
1235 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);

Completed in 705 milliseconds

123