Searched refs:SetUpTestCase (Results 101 - 113 of 113) sorted by relevance

12345

/external/gtest/include/gtest/
H A Dgtest.h361 // Google Test will call Foo::SetUpTestCase() before running the first
363 // SetUpTestCase() method to shadow the one defined in the super
365 static void SetUpTestCase() {} function in class:testing::Test
393 // SetUpTestCase or TearDownTestCase are logged as attributes of the
816 // execution of SetUpTestCase and TearDownTestCase.
853 // Runs SetUpTestCase() for this TestCase. This wrapper is needed
854 // for catching exceptions thrown from SetUpTestCase().
918 // Holds test properties recorded during execution of SetUpTestCase and
1245 // from SetUpTestCase or TearDownTestCase, or to the global property set
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc2010 static void SetUpTestCase() { function in class:__anon28922::GTestFlagSaverTest
3385 static void SetUpTestCase() { function in class:__anon28922::DisabledTestsTest
5145 static void SetUpTestCase() { function in class:testing::SetUpTestCaseTest
5156 // SetUpTestCase() should be called only once.
5177 // SetUpTestCase() should be called only once, so counter_ should
6070 static void SetUpTestCase() { function in class:testing::CurrentTestInfoTest
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dconvolve_test.cc295 static void SetUpTestCase() { function in class:__anon12976::ConvolveTest
/external/chromium_org/third_party/webrtc/modules/audio_device/test/
H A Daudio_device_test_api.cc168 static void SetUpTestCase() { function in class:AudioDeviceAPITest
334 // Must be initialized like this to handle static SetUpTestCase() above.
/external/webrtc/src/modules/audio_processing/test/
H A Dunit_test.cc54 static void SetUpTestCase() { function in class:__anon33503::ApmTest
/external/chromium_org/content/browser/appcache/
H A Dappcache_storage_impl_unittest.cc369 static void SetUpTestCase() { function in class:content::AppCacheStorageImplTest
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dp2ptransportchannel_unittest.cc369 static void SetUpTestCase() { function in class:P2PTransportChannelTestBase
H A Dport_unittest.cc360 static void SetUpTestCase() { function in class:PortTest
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsession_unittest.cc332 static void SetUpTestCase() { function in class:WebRtcSessionTest
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel_unittest.cc146 static void SetUpTestCase() { function in class:ChannelTest
H A Dmediasession_unittest.cc207 static void SetUpTestCase() { function in class:MediaSessionDescriptionFactoryTest
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7430 // Types of SetUpTestCase() and TearDownTestCase() functions.
7547 TestClass::SetUpTestCase,
8112 parent_class::SetUpTestCase, \
10513 TestCase::SetUpTestCase,
17774 // Google Test will call Foo::SetUpTestCase() before running the first
17776 // SetUpTestCase() method to shadow the one defined in the super
17778 static void SetUpTestCase() {} function in class:testing::Test
17806 // SetUpTestCase or TearDownTestCase are logged as attributes of the
18229 // execution of SetUpTestCase and TearDownTestCase.
18266 // Runs SetUpTestCase() fo
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7430 // Types of SetUpTestCase() and TearDownTestCase() functions.
7547 TestClass::SetUpTestCase,
8112 parent_class::SetUpTestCase, \
10513 TestCase::SetUpTestCase,
17774 // Google Test will call Foo::SetUpTestCase() before running the first
17776 // SetUpTestCase() method to shadow the one defined in the super
17778 static void SetUpTestCase() {} function in class:testing::Test
17806 // SetUpTestCase or TearDownTestCase are logged as attributes of the
18229 // execution of SetUpTestCase and TearDownTestCase.
18266 // Runs SetUpTestCase() fo
[all...]

Completed in 4073 milliseconds

12345