Searched refs:tr1 (Results 1 - 15 of 15) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Ddecode_perf_test.cc20 using std::tr1::make_tuple;
32 typedef std::tr1::tuple<const char *, unsigned> decode_perf_param_t;
H A Dutil.h20 #define GET_PARAM(k) std::tr1::get< k >(GetParam())
H A Dcodec_factory.h53 std::tr1::tuple< const libvpx_test::CodecFactory*, T1 > > {
58 std::tr1::tuple< const libvpx_test::CodecFactory*, T1, T2 > > {
63 std::tr1::tuple< const libvpx_test::CodecFactory*, T1, T2, T3 > > {
H A Dpartial_idct_test.cc31 typedef std::tr1::tuple<inv_txfm_t,
117 using std::tr1::make_tuple;
H A Dsixtap_predict_test.cc33 typedef std::tr1::tuple<int, int, sixtap_predict_fn_t> sixtap_predict_param_t;
184 using std::tr1::make_tuple;
H A Daq_segment_test.cc110 using std::tr1::make_tuple;
H A Dcpu_speed_test.cc104 using std::tr1::make_tuple;
H A Dfdct4x4_test.cc40 typedef std::tr1::tuple<fdct_t, idct_t, int> dct_4x4_param_t;
41 typedef std::tr1::tuple<fht_t, iht_t, int> ht_4x4_param_t;
275 using std::tr1::make_tuple;
H A Dfdct8x8_test.cc39 typedef std::tr1::tuple<fdct_t, idct_t, int> dct_8x8_param_t;
40 typedef std::tr1::tuple<fht_t, iht_t, int> ht_8x8_param_t;
302 using std::tr1::make_tuple;
H A Ddct32x32_test.cc77 typedef std::tr1::tuple<fwd_txfm_t, inv_txfm_t, int> trans_32x32_param_t;
243 using std::tr1::make_tuple;
H A Ddct16x16_test.cc268 typedef std::tr1::tuple<fdct_t, idct_t, int> dct_16x16_param_t;
269 typedef std::tr1::tuple<fht_t, iht_t, int> ht_16x16_param_t;
501 using std::tr1::make_tuple;
H A Dsad_test.cc37 typedef std::tr1::tuple<int, int, sad_m_by_n_fn_t> sad_m_by_n_test_param_t;
44 typedef std::tr1::tuple<int, int, sad_n_by_n_by_4_fn_t>
297 using std::tr1::make_tuple;
H A Dconvolve_test.cc45 typedef std::tr1::tuple<int, int, const ConvolveFunctions*> convolve_param_t;
580 using std::tr1::make_tuple;
H A Dvariance_test.cc33 using ::std::tr1::get;
34 using ::std::tr1::make_tuple;
35 using ::std::tr1::tuple;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h162 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
172 // Test's own tr1 tuple implementation should be
588 // Determines whether Google Test can use tr1/tuple. You can define
593 // STLport, provided with the Android NDK, has neither <tr1/tuple> or <tuple>.
601 // Determines whether Google Test's own tr1 tuple implementation
638 // tr1/tuple.
746 namespace tr1 { namespace in namespace:std
765 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
768 // is the same as tr1::add_reference<T>::type.
775 #define GTEST_ADD_REF_(T) typename ::std::tr1
[all...]

Completed in 889 milliseconds