Searched refs:SetUp (Results 1 - 23 of 23) sorted by relevance

/art/dexdump/
H A Ddexdump_test.cc37 virtual void SetUp() { function in class:art::DexDumpTest
38 CommonRuntimeTest::SetUp();
/art/dexlist/
H A Ddexlist_test.cc37 virtual void SetUp() { function in class:art::DexListTest
38 CommonRuntimeTest::SetUp();
/art/runtime/
H A Dcommon_runtime_test.h149 void SetUp();
168 virtual void SetUp() { function in class:art::CommonRuntimeTestBase
169 CommonRuntimeTestImpl::SetUp();
H A Djava_vm_ext_test.cc29 virtual void SetUp() { function in class:art::JavaVmExtTest
30 CommonRuntimeTest::SetUp();
H A Ddex2oat_environment_test.h40 virtual void SetUp() OVERRIDE {
41 CommonRuntimeTest::SetUp();
H A Dreflection_test.cc32 virtual void SetUp() { function in class:art::ReflectionTest
33 CommonCompilerTest::SetUp();
H A Dcommon_runtime_test.cc309 void CommonRuntimeTestImpl::SetUp() { function in class:art::CommonRuntimeTestImpl
H A Doat_file_assistant_test.cc44 virtual void SetUp() OVERRIDE {
46 Dex2oatEnvironmentTest::SetUp();
H A Djni_internal_test.cc33 virtual void SetUp() { function in class:art::JniInternalTest
34 CommonCompilerTest::SetUp();
/art/imgdiag/
H A Dimgdiag_test.cc48 virtual void SetUp() { function in class:art::ImgDiagTest
49 CommonRuntimeTest::SetUp();
59 // Needs to live until CommonRuntimeTest::SetUp finishes, since we pass it a cstring.
/art/oatdump/
H A Doatdump_test.cc38 virtual void SetUp() { function in class:art::OatDumpTest
39 CommonRuntimeTest::SetUp();
/art/compiler/
H A Delf_writer_test.cc33 virtual void SetUp() { function in class:art::ElfWriterTest
35 CommonCompilerTest::SetUp();
H A Dcommon_compiler_test.h58 virtual void SetUp();
67 // Get the set of image classes given to the compiler-driver in SetUp. Note: the compiler
71 // Get the set of compiled classes given to the compiler-driver in SetUp. Note: the compiler
75 // Get the set of compiled methods given to the compiler-driver in SetUp. Note: the compiler
H A Dexception_test.cc41 virtual void SetUp() { function in class:art::ExceptionTest
42 CommonRuntimeTest::SetUp();
179 // Create three fake stack frames with mapping data created in SetUp. We map offset 3 in the
H A Dcommon_compiler_test.cc124 // Get the set of image classes given to the compiler-driver in SetUp. Note: the compiler
131 // Get the set of compiled classes given to the compiler-driver in SetUp. Note: the compiler
138 // Get the set of compiled methods given to the compiler-driver in SetUp. Note: the compiler
151 void CommonCompilerTest::SetUp() { function in class:art::CommonCompilerTest
152 CommonRuntimeTest::SetUp();
H A Dimage_test.cc62 virtual void SetUp() { function in class:art::ImageTest
64 CommonCompilerTest::SetUp();
464 SetUp();
/art/runtime/base/unix_file/
H A Drandom_access_file_test.h37 virtual void SetUp() { function in class:unix_file::RandomAccessFileTest
/art/runtime/lambda/
H A Dclosure_test.cc73 virtual void SetUp() { function in class:art::lambda::ClosureTest
H A Dshorty_field_type_test.cc40 virtual void SetUp() { function in class:art::lambda::ShortyFieldTypeTest
/art/cmdline/
H A Dcmdline_parser_test.cc131 virtual void SetUp() { function in class:art::CmdlineParserTest
/art/runtime/arch/
H A Dstub_test.cc35 void SetUp() OVERRIDE {
37 CommonRuntimeTest::SetUp();
/art/compiler/utils/
H A Dassembler_test.h462 void SetUp() OVERRIDE {
/art/compiler/jni/
H A Djni_compiler_test.cc52 void SetUp() OVERRIDE {
53 CommonCompilerTest::SetUp();

Completed in 336 milliseconds