Searched refs:WithParamInterface (Results 1 - 25 of 123) sorted by last modified time

12345

/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-param-test.h156 // testing::WithParamInterface<T>, where T is the type of the parameter
158 // TestWithParam<T> inherits from both Test and WithParamInterface. In more
160 // separately from Test and WithParamInterface. For example:
167 class DerivedTest : public BaseTest, public ::testing::WithParamInterface<int> {
H A Dgtest.h1635 // ::testing::WithParamInterface. In most cases that just means inheriting
1637 // may need to inherit from Test and WithParamInterface at different levels.
1668 class WithParamInterface { class in namespace:testing
1671 virtual ~WithParamInterface() {}
1676 // like writing 'WithParamInterface<bool>::GetParam()' for a test that
1690 // TestClass must be a subclass of WithParamInterface<T> and Test.
1695 const T* WithParamInterface<T>::parameter_ = NULL;
1698 // WithParamInterface, and can just inherit from ::testing::TestWithParam.
1701 class TestWithParam : public Test, public WithParamInterface<T> {
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-param-test.h156 // testing::WithParamInterface<T>, where T is the type of the parameter
158 // TestWithParam<T> inherits from both Test and WithParamInterface. In more
160 // separately from Test and WithParamInterface. For example:
167 class DerivedTest : public BaseTest, public ::testing::WithParamInterface<int> {
H A Dgtest.h1638 // ::testing::WithParamInterface. In most cases that just means inheriting
1640 // may need to inherit from Test and WithParamInterface at different levels.
1671 class WithParamInterface { class in namespace:testing
1674 virtual ~WithParamInterface() {}
1679 // like writing 'WithParamInterface<bool>::GetParam()' for a test that
1693 // TestClass must be a subclass of WithParamInterface<T> and Test.
1698 const T* WithParamInterface<T>::parameter_ = NULL;
1701 // WithParamInterface, and can just inherit from ::testing::TestWithParam.
1704 class TestWithParam : public Test, public WithParamInterface<T> {
/external/libvpx/libvpx/test/
H A Dsad_test.cc132 public ::testing::WithParamInterface<sad_m_by_n_test_param_t> {
163 public ::testing::WithParamInterface<sad_n_by_n_by_4_test_param_t> {
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8885 // testing::WithParamInterface<T>, where T is the type of the parameter
8887 // TestWithParam<T> inherits from both Test and WithParamInterface. In more
8889 // separately from Test and WithParamInterface. For example:
8896 class DerivedTest : public BaseTest, public ::testing::WithParamInterface<int> {
19180 // ::testing::WithParamInterface. In most cases that just means inheriting
19182 // may need to inherit from Test and WithParamInterface at different levels.
19213 class WithParamInterface { class in namespace:testing
19216 virtual ~WithParamInterface() {}
19221 // like writing 'WithParamInterface<bool>::GetParam()' for a test that
19240 // TestClass must be a subclass of WithParamInterface<
[all...]
/external/gtest/include/gtest/
H A Dgtest-param-test.h156 // testing::WithParamInterface<T>, where T is the type of the parameter
158 // TestWithParam<T> inherits from both Test and WithParamInterface. In more
160 // separately from Test and WithParamInterface. For example:
167 class DerivedTest : public BaseTest, public ::testing::WithParamInterface<int> {
H A Dgtest.h1767 // ::testing::WithParamInterface. In most cases that just means inheriting
1769 // may need to inherit from Test and WithParamInterface at different levels.
1800 class WithParamInterface { class in namespace:testing
1803 virtual ~WithParamInterface() {}
1808 // like writing 'WithParamInterface<bool>::GetParam()' for a test that
1827 // TestClass must be a subclass of WithParamInterface<T> and Test.
1832 const T* WithParamInterface<T>::parameter_ = NULL;
1835 // WithParamInterface, and can just inherit from ::testing::TestWithParam.
1838 class TestWithParam : public Test, public WithParamInterface<T> {
/external/gtest/test/
H A Dgtest-param-test_test.cc849 public ::testing::WithParamInterface<int> {
/external/chromium_org/v8/src/compiler/
H A Dchange-lowering-unittest.cc115 public ::testing::WithParamInterface<MachineType> {
H A Dcommon-operator-unittest.cc62 public ::testing::WithParamInterface<SharedOperator> {};
H A Dinstruction-selector-unittest.h203 public ::testing::WithParamInterface<T> {};
H A Dmachine-operator-reducer-unittest.cc39 public ::testing::WithParamInterface<T> {
H A Dsimplified-operator-reducer-unittest.cc42 public ::testing::WithParamInterface<T> {
H A Dsimplified-operator-unittest.cc78 public ::testing::WithParamInterface<PureOperator> {};
173 public ::testing::WithParamInterface<ElementAccess> {};
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/automated/
H A Dvie_video_verification_test.cc119 public ::testing::WithParamInterface<int> {
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_payload_registry_unittest.cc219 public ::testing::WithParamInterface<int> {
238 public ::testing::WithParamInterface<int> {
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dsad_test.cc141 public ::testing::WithParamInterface<SadMxNx4Param> {
170 public ::testing::WithParamInterface<SadMxNParam> {
202 public ::testing::WithParamInterface<SadMxNVp9Param> {
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8885 // testing::WithParamInterface<T>, where T is the type of the parameter
8887 // TestWithParam<T> inherits from both Test and WithParamInterface. In more
8889 // separately from Test and WithParamInterface. For example:
8896 class DerivedTest : public BaseTest, public ::testing::WithParamInterface<int> {
19180 // ::testing::WithParamInterface. In most cases that just means inheriting
19182 // may need to inherit from Test and WithParamInterface at different levels.
19213 class WithParamInterface { class in namespace:testing
19216 virtual ~WithParamInterface() {}
19221 // like writing 'WithParamInterface<bool>::GetParam()' for a test that
19240 // TestClass must be a subclass of WithParamInterface<
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-param-test.h156 // testing::WithParamInterface<T>, where T is the type of the parameter
158 // TestWithParam<T> inherits from both Test and WithParamInterface. In more
160 // separately from Test and WithParamInterface. For example:
167 class DerivedTest : public BaseTest, public ::testing::WithParamInterface<int> {
H A Dgtest.h1635 // ::testing::WithParamInterface. In most cases that just means inheriting
1637 // may need to inherit from Test and WithParamInterface at different levels.
1668 class WithParamInterface { class in namespace:testing
1671 virtual ~WithParamInterface() {}
1676 // like writing 'WithParamInterface<bool>::GetParam()' for a test that
1690 // TestClass must be a subclass of WithParamInterface<T> and Test.
1695 const T* WithParamInterface<T>::parameter_ = NULL;
1698 // WithParamInterface, and can just inherit from ::testing::TestWithParam.
1701 class TestWithParam : public Test, public WithParamInterface<T> {
/external/chromium_org/third_party/angle/tests/preprocessor_tests/
H A Dchar_test.cpp14 public testing::WithParamInterface<int>
H A Dcomment_test.cpp11 public testing::WithParamInterface<const char*>
H A Dextension_test.cpp75 using testing::WithParamInterface;
77 public WithParamInterface<ExtensionTestParam>
H A Didentifier_test.cpp28 public testing::WithParamInterface<char>
57 public testing::WithParamInterface<IdentifierParams>

Completed in 1161 milliseconds

12345