HomeSort by relevance Sort by last modified time
    Searched refs:TestClass (Results 76 - 100 of 137) sorted by null

1 2 34 5 6

  /external/chromium/testing/gtest/include/gtest/internal/
gtest-internal.h 520 template <class TestClass>
523 virtual Test* CreateTest() { return new TestClass; }
644 typedef typename GTEST_BIND_(TestSel, Type) TestClass;
655 TestClass::SetUpTestCase,
656 TestClass::TearDownTestCase,
657 new TestFactoryImpl<TestClass>);
    [all...]
gtest-param-util.h 352 template <class TestClass>
355 typedef typename TestClass::ParamType ParamType;
359 TestClass::SetParam(&parameter_);
360 return new TestClass();
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h 440 template <class TestClass>
443 virtual Test* CreateTest() { return new TestClass; }
565 typedef typename GTEST_BIND_(TestSel, Type) TestClass;
576 TestClass::SetUpTestCase,
577 TestClass::TearDownTestCase,
578 new TestFactoryImpl<TestClass>);
    [all...]
gtest-param-util.h 352 template <class TestClass>
355 typedef typename TestClass::ParamType ParamType;
359 TestClass::SetParam(&parameter_);
360 return new TestClass();
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-internal.h 526 template <class TestClass>
529 virtual Test* CreateTest() { return new TestClass; }
650 typedef typename GTEST_BIND_(TestSel, Type) TestClass;
661 TestClass::SetUpTestCase,
662 TestClass::TearDownTestCase,
663 new TestFactoryImpl<TestClass>);
    [all...]
gtest-param-util.h 352 template <class TestClass>
355 typedef typename TestClass::ParamType ParamType;
359 TestClass::SetParam(&parameter_);
360 return new TestClass();
  /external/gtest/include/gtest/internal/
gtest-internal.h 526 template <class TestClass>
529 virtual Test* CreateTest() { return new TestClass; }
650 typedef typename GTEST_BIND_(TestSel, Type) TestClass;
661 TestClass::SetUpTestCase,
662 TestClass::TearDownTestCase,
663 new TestFactoryImpl<TestClass>);
    [all...]
gtest-param-util.h 352 template <class TestClass>
355 typedef typename TestClass::ParamType ParamType;
359 TestClass::SetParam(&parameter_);
360 return new TestClass();
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 554 template <class TestClass>
557 virtual Test* CreateTest() { return new TestClass; }
678 typedef typename GTEST_BIND_(TestSel, Type) TestClass;
689 TestClass::SetUpTestCase,
690 TestClass::TearDownTestCase,
691 new TestFactoryImpl<TestClass>);
    [all...]
gtest-param-util.h 352 template <class TestClass>
355 typedef typename TestClass::ParamType ParamType;
359 TestClass::SetParam(&parameter_);
360 return new TestClass();
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 526 template <class TestClass>
529 virtual Test* CreateTest() { return new TestClass; }
650 typedef typename GTEST_BIND_(TestSel, Type) TestClass;
661 TestClass::SetUpTestCase,
662 TestClass::TearDownTestCase,
663 new TestFactoryImpl<TestClass>);
    [all...]
gtest-param-util.h 352 template <class TestClass>
355 typedef typename TestClass::ParamType ParamType;
359 TestClass::SetParam(&parameter_);
360 return new TestClass();
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 440 template <class TestClass>
443 virtual Test* CreateTest() { return new TestClass; }
565 typedef typename GTEST_BIND_(TestSel, Type) TestClass;
576 TestClass::SetUpTestCase,
577 TestClass::TearDownTestCase,
578 new TestFactoryImpl<TestClass>);
    [all...]
gtest-param-util.h 352 template <class TestClass>
355 typedef typename TestClass::ParamType ParamType;
359 TestClass::SetParam(&parameter_);
360 return new TestClass();
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-param-util.h 372 template <class TestClass>
375 typedef typename TestClass::ParamType ParamType;
379 TestClass::SetParam(&parameter_);
380 return new TestClass();
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 370 template <class TestClass>
373 typedef typename TestClass::ParamType ParamType;
377 TestClass::SetParam(&parameter_);
378 return new TestClass();
  /external/stlport/test/eh/
test_deque.cpp 29 #include "TestClass.h"
37 typedef TestClass DQTestClass;
egcs.mak 11 AUX_LIST=TestClass.cpp main.cpp nc_alloc.cpp random_number.cpp
gcc7.mak 11 AUX_LIST=TestClass.cpp main.cpp nc_alloc.cpp random_number.cpp
hp.mak 13 AUX_LIST=TestClass.cpp main.cpp nc_alloc.cpp random_number.cpp
intel45.mak 24 Dep_stl = TestClass.obj main.obj nc_alloc.obj \
kai.mak 8 AUX_LIST=TestClass.cpp main.cpp nc_alloc.cpp random_number.cpp
sunpro-64.mak 13 AUX_LIST=TestClass.cpp main.cpp nc_alloc.cpp random_number.cpp
sunpro.mak 13 AUX_LIST=TestClass.cpp main.cpp nc_alloc.cpp random_number.cpp
sunpro42.mak 16 AUX_LIST=TestClass.cpp main.cpp nc_alloc.cpp random_number.cpp

Completed in 603 milliseconds

1 2 34 5 6