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

1 2

  /external/chromium/testing/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 102 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(key, value)
    [all...]
gtest_stress_test.cc 105 // 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());
gtest-unittest-api_test.cc 137 RecordProperty("key", "value");
  /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 102 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(key, value)
    [all...]
gtest_stress_test.cc 105 // 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());
gtest-unittest-api_test.cc 137 RecordProperty("key", "value");
  /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");
  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 46 RecordProperty("EglVersionMajor", majorVersion);
47 RecordProperty("EglVersionMajor", minorVersion);
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 70 RecordProperty("EglVersionMajor", majorVersion);
71 RecordProperty("EglVersionMajor", minorVersion);
135 RecordProperty("EglSurfaceWidth", w);
136 RecordProperty("EglSurfaceHeight", h);
    [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...]
  /external/chromium/testing/gtest/src/
gtest-internal-inl.h     [all...]
  /external/gtest/src/
gtest-internal-inl.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h     [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h     [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest.h 401 // 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);
    [all...]
  /external/gtest/include/gtest/
gtest.h 401 // 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);
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 401 // 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);
    [all...]

Completed in 215 milliseconds

1 2