/external/protobuf/gtest/test/ |
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_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_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());
|
/external/chromium_org/testing/gtest/test/ |
gtest_xml_output_unittest_.cc | 99 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...] |
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_stress_test.cc | 104 // 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/ |
gtest_xml_output_unittest_.cc | 99 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...] |
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_stress_test.cc | 104 // 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());
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_xml_output_unittest_.cc | 99 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...] |
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_stress_test.cc | 104 // 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());
|
/system/core/libion/tests/ |
ion_test_fixture.cpp | 67 RecordProperty("Heaps", m_allHeaps.size());
|
/frameworks/native/opengl/tests/EGLTest/ |
EGL_test.cpp | 45 RecordProperty("EglVersionMajor", majorVersion); 46 RecordProperty("EglVersionMajor", minorVersion);
|
/frameworks/native/libs/gui/tests/ |
GLTest.cpp | 42 RecordProperty("EglVersionMajor", majorVersion); 43 RecordProperty("EglVersionMinor", minorVersion); 104 RecordProperty("EglSurfaceWidth", w); 105 RecordProperty("EglSurfaceHeight", h);
|
/frameworks/av/media/libstagefright/tests/ |
SurfaceMediaSource_test.cpp | 71 RecordProperty("EglVersionMajor", majorVersion); 72 RecordProperty("EglVersionMajor", minorVersion); 136 RecordProperty("EglSurfaceWidth", w); 137 RecordProperty("EglSurfaceHeight", h); [all...] |
/external/chromium_org/testing/gtest/ |
CHANGES | 9 * New feature: Test::RecordProperty() can now be used outside of the
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/ |
CHANGES | 9 * New feature: Test::RecordProperty() can now be used outside of the
|
/external/gtest/ |
CHANGES | 9 * New feature: Test::RecordProperty() can now be used outside of the
|
/external/libvpx/libvpx/third_party/googletest/src/ |
CHANGES | 9 * New feature: Test::RecordProperty() can now be used outside of the
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/ |
CHANGES | 9 * New feature: Test::RecordProperty() can now be used outside of the
|