Searched refs:TestWithParam (Results 1 - 19 of 19) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dcodec_factory.h52 class CodecTestWithParam : public ::testing::TestWithParam<
57 class CodecTestWith2Params : public ::testing::TestWithParam<
62 class CodecTestWith3Params : public ::testing::TestWithParam<
H A Ddecode_perf_test.cc65 class DecodePerfTest : public ::testing::TestWithParam<decode_perf_param_t> {
H A Dpp_filter_test.cc29 : public ::testing::TestWithParam<post_proc_func_t> {
H A Didct_test.cc23 class IDCTTest : public ::testing::TestWithParam<idct_fn_t> {
H A Dsubtract_test.cc25 class SubtractBlockTest : public ::testing::TestWithParam<subtract_b_fn_t> {
H A Dvp9_subtract_test.cc27 class VP9SubtractBlockTest : public ::testing::TestWithParam<subtract_fn_t> {
H A Dvp9_thread_test.cc24 class VP9WorkerThreadTest : public ::testing::TestWithParam<bool> {
H A Dpartial_idct_test.cc35 class PartialIDctTest : public ::testing::TestWithParam<partial_itxfm_param_t> {
H A Dsixtap_predict_test.cc36 : public ::testing::TestWithParam<sixtap_predict_param_t> {
H A Dfdct4x4_test.cc190 public ::testing::TestWithParam<dct_4x4_param_t> {
233 public ::testing::TestWithParam<ht_4x4_param_t> {
H A Dfdct8x8_test.cc224 public ::testing::TestWithParam<dct_8x8_param_t> {
264 public ::testing::TestWithParam<ht_8x8_param_t> {
H A Dintrapred_test.cc228 public ::testing::TestWithParam<intra_pred_y_fn_t> {
310 public ::testing::TestWithParam<intra_pred_uv_fn_t> {
H A Ddct32x32_test.cc79 class Trans32x32Test : public ::testing::TestWithParam<trans_32x32_param_t> {
H A Ddct16x16_test.cc421 public ::testing::TestWithParam<dct_16x16_param_t> {
464 public ::testing::TestWithParam<ht_16x16_param_t> {
H A Dvariance_test.cc81 : public ::testing::TestWithParam<tuple<int, int, VarianceFunctionType> > {
195 : public ::testing::TestWithParam<tuple<int, int,
H A Dconvolve_test.cc172 class ConvolveTest : public ::testing::TestWithParam<convolve_param_t> {
/hardware/libhardware/tests/camera2/
H A DCameraStreamTests.cpp43 : public ::testing::TestWithParam<CameraStreamParams>,
H A DCameraFrameTests.cpp53 : public ::testing::TestWithParam<int>,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8782 // class. It is usually derived from testing::TestWithParam<T> (see below for
8785 // TestWithParam<T> is itself derived from testing::Test. T can be any
8789 class FooTest : public ::testing::TestWithParam<const char*> {
8799 // of the TestWithParam<T> class:
8886 // values. Inheriting from TestWithParam<T> satisfies that requirement because
8887 // TestWithParam<T> inherits from both Test and WithParamInterface. In more
8905 // GetParam works just the same here as if you inherit from TestWithParam.
15775 // class FooTest : public TestWithParam<int> { ... };
16779 // class FlagDependentTest : public testing::TestWithParam<bool> {
16814 // : public testing::TestWithParam<tupl
19251 class TestWithParam : public Test, public WithParamInterface<T> { class in namespace:testing
[all...]

Completed in 723 milliseconds