Searched defs:SetUpTestCase (Results 1 - 25 of 43) sorted by relevance

12

/external/v8/src/test/
H A Dtest-utils.cc23 void TestWithIsolate::SetUpTestCase() { function in class:v8::TestWithIsolate
24 Test::SetUpTestCase();
/external/gtest/test/
H A Dgtest_xml_output_unittest_.cc99 static void SetUpTestCase() { RecordProperty("SetUpTestCase", "yes"); } function in class:PropertyRecordingTest
H A Dgtest-typed-test_test.cc40 // Used for testing that SetUpTestCase()/TearDownTestCase(), fixture
45 // For some technical reason, SetUpTestCase() and TearDownTestCase()
48 static void SetUpTestCase() { function in class:CommonTest
91 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor,
233 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor,
H A Dgtest_catch_exceptions_test_.cc69 static void SetUpTestCase() { RaiseException(42, 0, 0, NULL); } function in class:SehExceptionInSetUpTestCaseTest
168 static void SetUpTestCase() { function in class:CxxExceptionInSetUpTestCaseTest
H A Dgtest-listener_test.cc141 static void SetUpTestCase() { function in class:testing::internal::ListenerTest
142 g_events->push_back("ListenerTest::SetUpTestCase");
230 "ListenerTest::SetUpTestCase",
268 "ListenerTest::SetUpTestCase",
H A Dgtest-param-test_test.cc646 static void SetUpTestCase() { function in class:TestGenerationTest
/external/v8/src/compiler/
H A Dgraph-reducer-unittest.cc38 static void SetUpTestCase() { function in class:v8::internal::compiler::GraphReducerTest
39 TestWithZone::SetUpTestCase();
/external/webrtc/src/modules/audio_processing/test/testsupport/
H A Dfileutils_unittest.cc43 static void SetUpTestCase() { function in class:webrtc::FileUtilsTest
/external/webrtc/test/testsupport/
H A Dfileutils_unittest.cc43 static void SetUpTestCase() { function in class:webrtc::FileUtilsTest
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-typed-test_test.cc40 // Used for testing that SetUpTestCase()/TearDownTestCase(), fixture
45 // For some technical reason, SetUpTestCase() and TearDownTestCase()
48 static void SetUpTestCase() { function in class:CommonTest
91 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor,
233 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor,
H A Dgtest_catch_exceptions_test_.cc69 static void SetUpTestCase() { RaiseException(42, 0, 0, NULL); } function in class:SehExceptionInSetUpTestCaseTest
168 static void SetUpTestCase() { function in class:CxxExceptionInSetUpTestCaseTest
H A Dgtest-listener_test.cc144 static void SetUpTestCase() { function in class:testing::internal::ListenerTest
145 g_events->push_back(String("ListenerTest::SetUpTestCase"));
233 "ListenerTest::SetUpTestCase",
271 "ListenerTest::SetUpTestCase",
H A Dgtest-param-test_test.cc646 static void SetUpTestCase() { function in class:TestGenerationTest
/external/libvpx/libvpx/test/
H A Dblockiness_test.cc42 static void SetUpTestCase() { function in class:__anon9377::BlockinessTestBase
H A Dconsistency_test.cc43 static void SetUpTestCase() { function in class:__anon9381::ConsistencyTestBase
H A Dcq_test.cc32 static void SetUpTestCase() { function in class:__anon9384::CQTest
H A Dintrapred_test.cc230 static void SetUpTestCase() { function in class:__anon9398::IntraPredYTest
322 static void SetUpTestCase() { function in class:__anon9398::IntraPredUVTest
H A Dsixtap_predict_test.cc40 static void SetUpTestCase() { function in class:__anon9408::SixtapPredictTest
H A Dvp9_avg_test.cc35 static void SetUpTestCase() { function in class:__anon9424::AverageTestBase
/external/protobuf/gtest/test/
H A Dgtest-typed-test_test.cc40 // Used for testing that SetUpTestCase()/TearDownTestCase(), fixture
45 // For some technical reason, SetUpTestCase() and TearDownTestCase()
48 static void SetUpTestCase() { function in class:CommonTest
91 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor,
233 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor,
H A Dgtest-listener_test.cc144 static void SetUpTestCase() { function in class:testing::internal::ListenerTest
145 g_events->push_back(String("ListenerTest::SetUpTestCase"));
233 "ListenerTest::SetUpTestCase",
271 "ListenerTest::SetUpTestCase",
H A Dgtest-param-test_test.cc645 static void SetUpTestCase() { function in class:TestGenerationTest
/external/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc76 static void SetUpTestCase() { function in class:google::protobuf::text_format_unittest::TextFormatTest
98 static void SetUpTestCase() { function in class:google::protobuf::text_format_unittest::TextFormatExtensionsTest
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h575 // Types of SetUpTestCase() and TearDownTestCase() functions.
690 TestClass::SetUpTestCase, member in class:testing::internal::TypeParameterizedTest::TestClass
917 parent_class::SetUpTestCase, \
/external/webrtc/src/modules/audio_processing/test/
H A Dunit_test.cc54 static void SetUpTestCase() { function in class:__anon17097::ApmTest

Completed in 458 milliseconds

12