Searched refs:SetUp (Results 26 - 50 of 108) sorted by relevance

12345

/frameworks/compile/mclinker/unittests/
H A DSymbolTableTest.cpp26 // SetUp() will be called immediately before each test.
27 void SymbolTableTest::SetUp() { function in class:SymbolTableTest
H A DSystemUtilsTest.h25 // SetUp() will be called immediately before each test.
26 virtual void SetUp();
H A DUniqueGCFactoryBaseTest.h32 // SetUp() will be called immediately before each test.
33 virtual void SetUp();
H A DDirIteratorTest.h38 // SetUp() will be called immediately before each test.
39 virtual void SetUp();
H A DStaticResolverTest.h38 // SetUp() will be called immediately before each test.
39 virtual void SetUp();
H A DSymbolTableTest.h34 // SetUp() will be called immediately before each test.
35 virtual void SetUp();
H A DDirIteratorTest.cpp33 // SetUp() will be called immediately before each test.
34 void DirIteratorTest::SetUp() { function in class:DirIteratorTest
H A DELFBinaryReaderTest.cpp30 // SetUp() will be called immediately before each test.
31 void ELFBinaryReaderTest::SetUp() { function in class:ELFBinaryReaderTest
H A DELFReaderTest.h36 // SetUp() will be called immediately before each test.
37 virtual void SetUp();
H A DInputTreeTest.h38 // SetUp() will be called immediately before each test.
39 virtual void SetUp();
H A DRTLinearAllocatorTest.h30 // SetUp() will be called immediately before each test.
31 virtual void SetUp();
H A DLinearAllocatorTest.h57 // SetUp() will be called immediately before each test.
58 virtual void SetUp();
H A DFragmentRefTest.cpp31 // SetUp() will be called immediately before each test.
32 void FragmentRefTest::SetUp() { function in class:FragmentRefTest
H A DFragmentTest.cpp26 // SetUp() will be called immediately before each test.
27 void FragmentTest::SetUp() { function in class:FragmentTest
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureMultiContextGL.h34 virtual void SetUp() { function in class:android::SurfaceTextureMultiContextGLTest
35 SurfaceTextureGLTest::SetUp();
47 ASSERT_NO_FATAL_FAILURE(mSecondTextureRenderer->SetUp());
59 ASSERT_NO_FATAL_FAILURE(mThirdTextureRenderer->SetUp());
H A DSurfaceTextureGLToGL.h35 virtual void SetUp() { function in class:android::SurfaceTextureGLToGLTest
36 SurfaceTextureGLTest::SetUp();
H A DTextureRenderer.h32 void SetUp();
H A DSurfaceTextureGL.h38 void SetUp() { function in class:android::SurfaceTextureGLTest
39 GLTest::SetUp();
47 ASSERT_NO_FATAL_FAILURE(mTextureRenderer->SetUp());
H A DSurfaceTextureFBO.h28 virtual void SetUp() { function in class:android::SurfaceTextureFBOTest
29 SurfaceTextureGLTest::SetUp();
H A DSurfaceTextureGLThreadToGL.h154 virtual void SetUp() { function in class:android::SurfaceTextureGLThreadToGLTest
155 SurfaceTextureGLToGLTest::SetUp();
H A DMultiTextureConsumer_test.cpp35 virtual void SetUp() { function in class:android::MultiTextureConsumerTest
36 GLTest::SetUp();
/frameworks/base/tools/aapt2/util/
H A DFiles_test.cpp27 void SetUp() override {
/frameworks/native/opengl/tests/EGLTest/
H A Degl_cache_test.cpp31 virtual void SetUp() { function in class:android::EGLCacheTest
80 virtual void SetUp() { function in class:android::EGLCacheSerializationTest
81 EGLCacheTest::SetUp();
/frameworks/base/libs/androidfw/tests/
H A DZipUtils_test.cpp30 virtual void SetUp() { function in class:android::ZipUtilsTest
/frameworks/minikin/tests/
H A DICUTestBase.h31 virtual void SetUp() override {

Completed in 222 milliseconds

12345