Searched refs:WithParamInterface (Results 101 - 123 of 123) sorted by relevance

12345

/external/chromium_org/content/common/gpu/media/
H A Dvideo_decode_accelerator_unittest.cc1019 public ::testing::WithParamInterface<
/external/chromium_org/net/ftp/
H A Dftp_network_transaction_unittest.cc776 public ::testing::WithParamInterface<int> {
/external/chromium_org/net/http/
H A Dhttp_stream_factory_impl_unittest.cc425 public ::testing::WithParamInterface<NextProto> {
H A Dhttp_network_transaction_unittest.cc226 public ::testing::WithParamInterface<NextProto> {
/external/chromium_org/net/spdy/
H A Dspdy_stream_unittest.cc41 public ::testing::WithParamInterface<NextProto> {
H A Dspdy_proxy_client_socket_unittest.cc65 public testing::WithParamInterface<NextProto> {
H A Dspdy_session_unittest.cc52 public ::testing::WithParamInterface<NextProto> {
/external/chromium_org/net/websockets/
H A Dwebsocket_job_test.cc395 public ::testing::WithParamInterface<NextProto> {
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_resizer_unittest.cc43 public testing::WithParamInterface<ui::wm::WindowType> {
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_local_account_browsertest.cc1944 public testing::WithParamInterface<bool> {
/external/chromium_org/net/socket/
H A Dssl_client_socket_pool_unittest.cc80 public ::testing::WithParamInterface<NextProto> {
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_browsertest.cc2726 public testing::WithParamInterface<
2967 public testing::WithParamInterface<bool> {
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller_interactive_uitest.cc357 public ::testing::WithParamInterface<const char*> {
/external/chromium_org/gpu/command_buffer/service/
H A Dtexture_manager_unittest.cc1872 public ::testing::WithParamInterface<GLenum> {
/external/chromium_org/sync/engine/
H A Dsyncer_unittest.cc4994 public ::testing::WithParamInterface<int> {
/external/chromium_org/testing/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> {
/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> {
/external/chromium_org/ui/aura/gestures/
H A Dgesture_recognizer_unittest.cc632 public ::testing::WithParamInterface<bool> {
/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> {
/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> {
/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> {
/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/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...]

Completed in 5226 milliseconds

12345