HomeSort by relevance Sort by last modified time
    Searched defs:SetUp (Results 101 - 125 of 457) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/gtest/test/
gtest-options_test.cc 128 virtual void SetUp() {
gtest_nc.cc 59 // Setup() method in a test fixture.
65 void Setup() {}
69 // Tests that the compiler catches the typo when a user calls Setup()
76 virtual void SetUp() {
77 testing::Test::Setup(); // Tries to call SetUp() in the parent class.
83 // Setup() method in a subclass of Environment.
89 void Setup() {}
93 // Tests that the compiler catches the typo when a user calls Setup()
100 virtual void SetUp() {
    [all...]
  /external/llvm/unittests/ExecutionEngine/
ExecutionEngineTest.cpp 29 virtual void SetUp() {
  /external/protobuf/gtest/samples/
sample5_unittest.cc 65 // Remember that SetUp() is run immediately before a test starts.
67 virtual void SetUp() {
78 // know that you can use assertions in SetUp() and TearDown() as
146 virtual void SetUp() {
148 QuickTest::SetUp();
150 // Second, some additional setup for this fixture.
sample7_unittest.cc 52 // objects. We will instantiate objects in test's SetUp() method and
65 // Inside the test body, fixture constructor, SetUp(), and TearDown()
68 // which we use in fixture's SetUp() to create and store an instance of
73 virtual void SetUp() { table_ = (*GetParam())(); }
  /external/protobuf/gtest/test/
gtest-options_test.cc 151 virtual void SetUp() {
gtest_nc.cc 59 // Setup() method in a test fixture.
65 void Setup() {}
69 // Tests that the compiler catches the typo when a user calls Setup()
76 virtual void SetUp() {
77 testing::Test::Setup(); // Tries to call SetUp() in the parent class.
83 // Setup() method in a subclass of Environment.
89 void Setup() {}
93 // Tests that the compiler catches the typo when a user calls Setup()
100 virtual void SetUp() {
    [all...]
  /external/protobuf/src/google/protobuf/
dynamic_message_unittest.cc 69 virtual void SetUp() {
  /external/webrtc/test/testsupport/
frame_reader_unittest.cc 29 void SetUp() {
frame_writer_unittest.cc 26 void SetUp() {
packet_reader_unittest.cc 23 void SetUp() {
unittest_utils.h 49 void SetUp() {
  /frameworks/base/libs/androidfw/tests/
InputChannel_test.cpp 32 virtual void SetUp() { }
  /frameworks/compile/mclinker/unittests/
BinTreeTest.cpp 32 // SetUp() will be called immediately before each test.
33 void BinTreeTest::SetUp()
FactoriesTest.cpp 31 // SetUp() will be called immediately before each test.
32 void FactoriesTest::SetUp()
InputTreeTest.cpp 34 // SetUp() will be called immediately before each test.
35 void InputTreeTest::SetUp()
LEB128Test.cpp 31 // SetUp() will be called immediately before each test.
32 void LEB128Test::SetUp()
MCFragmentRefTest.cpp 31 // SetUp() will be called immediately before each test.
32 void MCFragmentRefTest::SetUp()
MemoryAreaTest.cpp 36 // SetUp() will be called immediately before each test.
37 void MemoryAreaTest::SetUp()
StaticResolverTest.cpp 35 // SetUp() will be called immediately before each test.
36 void StaticResolverTest::SetUp()
StringTableTest.cpp 32 // SetUp() will be called immediately before each test.
33 void StringTableTest::SetUp()
UniqueGCFactoryBaseTest.cpp 27 // SetUp() will be called immediately before each test.
28 void UniqueGCFactoryBaseTest::SetUp()
  /frameworks/native/libs/gui/tests/
Surface_test.cpp 31 virtual void SetUp() {
  /frameworks/native/opengl/tests/EGLTest/
egl_cache_test.cpp 31 virtual void SetUp() {
80 virtual void SetUp() {
81 EGLCacheTest::SetUp();
  /system/vold/tests/
VolumeManager_test.cpp 30 virtual void SetUp() {

Completed in 557 milliseconds

1 2 3 45 6 7 8 91011>>