Searched refs:testing (Results 1 - 25 of 57) sorted by relevance

123

/hardware/libhardware/tests/camera2/
H A DTestForkerEventListener.h27 class TestForkerEventListener : public ::testing::EmptyTestEventListener {
36 virtual void OnTestStart(const ::testing::TestInfo& test_info);
40 const ::testing::TestPartResult& test_part_result);
43 virtual void OnTestEnd(const ::testing::TestInfo& test_info);
H A Dmain.cpp28 ::testing::InitGoogleTest(&argc, argv);
36 ::testing::TestEventListeners& listeners =
37 ::testing::UnitTest::GetInstance()->listeners();
H A DCameraStreamTests.cpp43 : public ::testing::TestWithParam<CameraStreamParams>,
89 const ::testing::TestInfo* const test_info =
90 ::testing::UnitTest::GetInstance()->current_test_info();
181 testing::ValuesIn(TestParameters));
H A DForkedTests.cpp28 class DISABLED_ForkedTest : public ::testing::Test {
H A DTestForkerEventListener.cpp45 void TestForkerEventListener::OnTestStart(const ::testing::TestInfo&) { argument
75 const ::testing::TestPartResult& test_part_result) {
87 void TestForkerEventListener::OnTestEnd(const ::testing::TestInfo& test_info) {
H A DCameraModuleTests.cpp34 class CameraModuleTest : public ::testing::Test,
75 const ::testing::TestInfo* const test_info =
76 ::testing::UnitTest::GetInstance()->current_test_info();
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest_main.cc36 testing::InitGoogleTest(&argc, argv);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dacm_random.h31 random_.Generate(testing::internal::Random::kMaxRange);
37 random_.Generate(testing::internal::Random::kMaxRange);
62 testing::internal::Random random_;
H A Dtest_libvpx.cc26 std::string filter = ::testing::FLAGS_gtest_filter;
30 ::testing::FLAGS_gtest_filter = filter;
34 ::testing::InitGoogleTest(&argc, argv);
H A Dsubtract_test.cc25 class SubtractBlockTest : public ::testing::TestWithParam<subtract_b_fn_t> {
106 ::testing::Values(vp8_subtract_b_c));
110 ::testing::Values(vp8_subtract_b_neon));
115 ::testing::Values(vp8_subtract_b_mmx));
120 ::testing::Values(vp8_subtract_b_sse2));
H A Dcodec_factory.h52 class CodecTestWithParam : public ::testing::TestWithParam<
57 class CodecTestWith2Params : public ::testing::TestWithParam<
62 class CodecTestWith3Params : public ::testing::TestWithParam<
139 ::testing::Combine( \
140 ::testing::Values(static_cast<const libvpx_test::CodecFactory*>( \
221 ::testing::Combine( \
222 ::testing::Values(static_cast<const libvpx_test::CodecFactory*>( \
H A Dsixtap_predict_test.cc36 : public ::testing::TestWithParam<sixtap_predict_param_t> {
191 C, SixtapPredictTest, ::testing::Values(
201 DISABLED_NEON, SixtapPredictTest, ::testing::Values(
212 MMX, SixtapPredictTest, ::testing::Values(
223 SSE2, SixtapPredictTest, ::testing::Values(
234 SSSE3, SixtapPredictTest, ::testing::Values(
H A Dpp_filter_test.cc29 : public ::testing::TestWithParam<post_proc_func_t> {
105 ::testing::Values(vp8_post_proc_down_and_across_mb_row_c));
109 ::testing::Values(vp8_post_proc_down_and_across_mb_row_sse2));
H A Dregister_state_check.h23 namespace testing { namespace
31 } // namespace testing
71 return !testing::Test::HasNonfatalFailure();
125 return !testing::Test::HasNonfatalFailure();
H A Dactive_map_test.cc90 ::testing::Values(::libvpx_test::kRealTime),
91 ::testing::Range(0, 6));
H A Ddecode_perf_test.cc65 class DecodePerfTest : public ::testing::TestWithParam<decode_perf_param_t> {
103 ::testing::ValuesIn(kVP9DecodePerfVectors));
H A Dtest_vector_test.cc92 ::testing::ValuesIn(libvpx_test::kVP8TestVectors,
96 ::testing::ValuesIn(libvpx_test::kVP9TestVectors,
H A Didct_test.cc23 class IDCTTest : public ::testing::TestWithParam<idct_fn_t> {
111 INSTANTIATE_TEST_CASE_P(C, IDCTTest, ::testing::Values(vp8_short_idct4x4llm_c));
114 ::testing::Values(vp8_short_idct4x4llm_mmx));
H A Dvp9_subtract_test.cc27 class VP9SubtractBlockTest : public ::testing::TestWithParam<subtract_fn_t> {
92 ::testing::Values(vp9_subtract_block_c));
96 ::testing::Values(vp9_subtract_block_sse2));
H A Daltref_test.cc68 ::testing::Range(kLookAheadMin, kLookAheadMax));
H A Dencode_test_driver.h35 #define ALL_TEST_MODES ::testing::Values(::libvpx_test::kRealTime, \
41 #define ONE_PASS_TEST_MODES ::testing::Values(::libvpx_test::kRealTime, \
45 #define TWO_PASS_TEST_MODES ::testing::Values(::libvpx_test::kTwoPassGood, \
172 // of the boilerplate. Note that it doesn't inherit the gtest testing
209 return !(::testing::Test::HasFatalFailure() || abort_);
H A Dpartial_idct_test.cc35 class PartialIDctTest : public ::testing::TestWithParam<partial_itxfm_param_t> {
121 ::testing::Values(
146 ::testing::Values(
170 ::testing::Values(
H A Daq_segment_test.cc116 ::testing::Values(::libvpx_test::kRealTime,
118 ::testing::Range(3, 9));
/hardware/libhardware/tests/input/evdev/
H A DSwitchInputMapper_test.cpp27 using ::testing::_;
28 using ::testing::Args;
29 using ::testing::InSequence;
30 using ::testing::Return;
31 using ::testing::UnorderedElementsAre;
36 class SwitchInputMapperTest : public ::testing::Test {
H A DMouseInputMapper_test.cpp27 using ::testing::_;
28 using ::testing::Args;
29 using ::testing::InSequence;
30 using ::testing::Return;
31 using ::testing::UnorderedElementsAre;
36 class MouseInputMapperTest : public ::testing::Test {

Completed in 1093 milliseconds

123