HomeSort by relevance Sort by last modified time
    Searched refs:RecordProperty (Results 1 - 20 of 20) sorted by null

  /external/gtest/test/
gtest_xml_outfile1_test_.cc 40 RecordProperty("SetUpProp", 1);
43 RecordProperty("TearDownProp", 1);
48 RecordProperty("TestSomeProperty", 1);
gtest_xml_outfile2_test_.cc 40 RecordProperty("SetUpProp", 2);
43 RecordProperty("TearDownProp", 2);
48 RecordProperty("TestSomeProperty", 2);
gtest_xml_output_unittest_.cc 83 RecordProperty("key_1", "1");
87 RecordProperty("key_int", 1);
91 RecordProperty("key_1", "1");
92 RecordProperty("key_2", "2");
93 RecordProperty("key_3", "3");
97 RecordProperty("key_1", "1");
98 RecordProperty("key_1", "2");
101 TEST(NoFixtureTest, RecordProperty) {
102 RecordProperty("key", "1");
106 testing::Test::RecordProperty(key, value)
    [all...]
gtest_stress_test.cc 95 // RecordProperty() should interact safely with other threads as well.
97 Test::RecordProperty(IdToKey(id, "string").c_str(), IdToString(id).c_str());
98 Test::RecordProperty(IdToKey(id, "int").c_str(), id);
99 Test::RecordProperty("shared_key", IdToString(id).c_str());
gtest_unittest.cc     [all...]
  /external/protobuf/gtest/test/
gtest_xml_outfile1_test_.cc 40 RecordProperty("SetUpProp", 1);
43 RecordProperty("TearDownProp", 1);
48 RecordProperty("TestSomeProperty", 1);
gtest_xml_outfile2_test_.cc 40 RecordProperty("SetUpProp", 2);
43 RecordProperty("TearDownProp", 2);
48 RecordProperty("TestSomeProperty", 2);
gtest_xml_output_unittest_.cc 98 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(key, value)
    [all...]
gtest_stress_test.cc 94 // 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());
gtest-unittest-api_test.cc 143 RecordProperty("key", "value");
gtest_unittest.cc     [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.h 236 // 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);
    [all...]
gtest.cc     [all...]
  /external/gtest/include/gtest/
gtest.h 289 // Note that a driving consideration for these RecordProperty methods
294 static void RecordProperty(const char* key, const char* value);
295 static void RecordProperty(const char* key, int value);
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h     [all...]
gtest.cc     [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 307 // Note that a driving consideration for these RecordProperty methods
312 static void RecordProperty(const char* key, const char* value);
313 static void RecordProperty(const char* key, int value);
478 void RecordProperty(const TestProperty& test_property);
    [all...]
  /external/gtest/src/
gtest.cc     [all...]
gtest-internal-inl.h 565 void RecordProperty(const internal::TestProperty& test_property);
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 503 void RecordProperty(const internal::TestProperty& test_property);
    [all...]

Completed in 7369 milliseconds