/external/libvpx/libvpx/test/ |
sixtap_predict_test.cc | 184 using std::tr1::make_tuple; 192 make_tuple(16, 16, sixtap_16x16_c), 193 make_tuple(8, 8, sixtap_8x8_c), 194 make_tuple(8, 4, sixtap_8x4_c), 195 make_tuple(4, 4, sixtap_4x4_c))); 202 make_tuple(16, 16, sixtap_16x16_neon), 203 make_tuple(8, 8, sixtap_8x8_neon), 204 make_tuple(8, 4, sixtap_8x4_neon))); 213 make_tuple(16, 16, sixtap_16x16_mmx), 214 make_tuple(8, 8, sixtap_8x8_mmx) [all...] |
fdct8x8_test.cc | 302 using std::tr1::make_tuple; 307 make_tuple(&vp9_fdct8x8_c, &vp9_idct8x8_64_add_c, 0))); 311 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 0), 312 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 1), 313 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 2), 314 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 3))); 320 make_tuple(&vp9_fdct8x8_c, &vp9_idct8x8_64_add_neon, 0))); 324 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_neon, 0), 325 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_neon, 1), 326 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_neon, 2) [all...] |
dct32x32_test.cc | 243 using std::tr1::make_tuple; 248 make_tuple(&vp9_fdct32x32_c, &vp9_idct32x32_1024_add_c, 0), 249 make_tuple(&vp9_fdct32x32_rd_c, &vp9_idct32x32_1024_add_c, 1))); 255 make_tuple(&vp9_fdct32x32_c, 257 make_tuple(&vp9_fdct32x32_rd_c, 265 make_tuple(&vp9_fdct32x32_sse2, 267 make_tuple(&vp9_fdct32x32_rd_sse2, 275 make_tuple(&vp9_fdct32x32_avx2, 277 make_tuple(&vp9_fdct32x32_rd_avx2,
|
dct16x16_test.cc | 501 using std::tr1::make_tuple; 506 make_tuple(&vp9_fdct16x16_c, &vp9_idct16x16_256_add_c, 0))); 510 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 0), 511 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 1), 512 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 2), 513 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 3))); 519 make_tuple(&vp9_fdct16x16_c, 527 make_tuple(&vp9_fdct16x16_sse2, 532 make_tuple(&vp9_fht16x16_sse2, &vp9_iht16x16_256_add_sse2, 0), 533 make_tuple(&vp9_fht16x16_sse2, &vp9_iht16x16_256_add_sse2, 1) [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
sixtap_predict_test.cc | 184 using std::tr1::make_tuple; 192 make_tuple(16, 16, sixtap_16x16_c), 193 make_tuple(8, 8, sixtap_8x8_c), 194 make_tuple(8, 4, sixtap_8x4_c), 195 make_tuple(4, 4, sixtap_4x4_c))); 202 make_tuple(16, 16, sixtap_16x16_neon), 203 make_tuple(8, 8, sixtap_8x8_neon), 204 make_tuple(8, 4, sixtap_8x4_neon))); 213 make_tuple(16, 16, sixtap_16x16_mmx), 214 make_tuple(8, 8, sixtap_8x8_mmx) [all...] |
fdct8x8_test.cc | 302 using std::tr1::make_tuple; 307 make_tuple(&vp9_fdct8x8_c, &vp9_idct8x8_64_add_c, 0))); 311 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 0), 312 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 1), 313 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 2), 314 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 3))); 320 make_tuple(&vp9_fdct8x8_c, &vp9_idct8x8_64_add_neon, 0))); 324 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_neon, 0), 325 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_neon, 1), 326 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_neon, 2) [all...] |
dct32x32_test.cc | 243 using std::tr1::make_tuple; 248 make_tuple(&vp9_fdct32x32_c, &vp9_idct32x32_1024_add_c, 0), 249 make_tuple(&vp9_fdct32x32_rd_c, &vp9_idct32x32_1024_add_c, 1))); 255 make_tuple(&vp9_fdct32x32_c, 257 make_tuple(&vp9_fdct32x32_rd_c, 265 make_tuple(&vp9_fdct32x32_sse2, 267 make_tuple(&vp9_fdct32x32_rd_sse2, 275 make_tuple(&vp9_fdct32x32_avx2, 277 make_tuple(&vp9_fdct32x32_rd_avx2,
|
dct16x16_test.cc | 501 using std::tr1::make_tuple; 506 make_tuple(&vp9_fdct16x16_c, &vp9_idct16x16_256_add_c, 0))); 510 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 0), 511 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 1), 512 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 2), 513 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 3))); 519 make_tuple(&vp9_fdct16x16_c, 527 make_tuple(&vp9_fdct16x16_sse2, 532 make_tuple(&vp9_fht16x16_sse2, &vp9_iht16x16_256_add_sse2, 0), 533 make_tuple(&vp9_fht16x16_sse2, &vp9_iht16x16_256_add_sse2, 1) [all...] |
/external/libcxx/test/utilities/intseq/intseq.general/ |
integer_seq.pass.cpp | 23 -> decltype ( std::make_tuple ( std::get<I>(t)... )) function 24 { return std::make_tuple ( std::get<I>(t)... ); } 59 auto tup = std::make_tuple ( 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ); 64 assert ( t3 == std::make_tuple ( 10, 11, 12 )); 68 assert ( t7 == std::make_tuple ( 10, 11, 12, 13, 14, 15, 16 )); 72 assert ( t4 == std::make_tuple ( 10, 11, 12, 13 )); 76 assert ( t2 == std::make_tuple ( 10, 11 )); 80 assert ( tintmix == std::make_tuple ( 19, 18, 17, 12 )); 84 assert ( tsizemix == std::make_tuple ( 11, 11, 12, 13, 15 ));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/intseq/intseq.general/ |
integer_seq.pass.cpp | 23 -> decltype ( std::make_tuple ( std::get<I>(t)... )) function 24 { return std::make_tuple ( std::get<I>(t)... ); } 59 auto tup = std::make_tuple ( 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ); 64 assert ( t3 == std::make_tuple ( 10, 11, 12 )); 68 assert ( t7 == std::make_tuple ( 10, 11, 12, 13, 14, 15, 16 )); 72 assert ( t4 == std::make_tuple ( 10, 11, 12, 13 )); 76 assert ( t2 == std::make_tuple ( 10, 11 )); 80 assert ( tintmix == std::make_tuple ( 19, 18, 17, 12 )); 84 assert ( tsizemix == std::make_tuple ( 11, 11, 12, 13, 15 ));
|
/external/chromium_org/third_party/libvpx/source/libvpx/test/ |
dct32x32_test.cc | 308 using std::tr1::make_tuple; 314 make_tuple(&vp9_high_fdct32x32_c, 316 make_tuple(&vp9_high_fdct32x32_rd_c, 318 make_tuple(&vp9_high_fdct32x32_c, 320 make_tuple(&vp9_high_fdct32x32_rd_c, 322 make_tuple(&vp9_fdct32x32_c, 324 make_tuple(&vp9_fdct32x32_rd_c, 330 make_tuple(&vp9_fdct32x32_c, 332 make_tuple(&vp9_fdct32x32_rd_c, 340 make_tuple(&vp9_fdct32x32_c [all...] |
dct16x16_test.cc | 706 using std::tr1::make_tuple; 712 make_tuple(&vp9_high_fdct16x16_c, &idct16x16_10, 0, VPX_BITS_10), 713 make_tuple(&vp9_high_fdct16x16_c, &idct16x16_12, 0, VPX_BITS_12), 714 make_tuple(&vp9_fdct16x16_c, &vp9_idct16x16_256_add_c, 0, VPX_BITS_8))); 719 make_tuple(&vp9_fdct16x16_c, &vp9_idct16x16_256_add_c, 0, VPX_BITS_8))); 726 make_tuple(&vp9_high_fht16x16_c, &iht16x16_10, 0, VPX_BITS_10), 727 make_tuple(&vp9_high_fht16x16_c, &iht16x16_10, 1, VPX_BITS_10), 728 make_tuple(&vp9_high_fht16x16_c, &iht16x16_10, 2, VPX_BITS_10), 729 make_tuple(&vp9_high_fht16x16_c, &iht16x16_10, 3, VPX_BITS_10), 730 make_tuple(&vp9_high_fht16x16_c, &iht16x16_12, 0, VPX_BITS_12) [all...] |
/external/libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/ |
Android.mk | 31 test_name := utilities/tuple/tuple.tuple/tuple.creation/make_tuple 32 test_src := make_tuple.pass.cpp
|
make_tuple.pass.cpp | 15 // tuple<VTypes...> make_tuple(Types&&... t); 26 std::tuple<int, int&, float&> t = std::make_tuple(1, std::ref(i), 43 constexpr auto t1 = std::make_tuple(0, 1, 3.14);
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/opus/ |
opus_speed_test.cc | 106 {::std::tr1::make_tuple(1, 64000, 109 ::std::tr1::make_tuple(1, 32000, 112 ::std::tr1::make_tuple(2, 64000,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/ |
make_tuple.pass.cpp | 15 // tuple<VTypes...> make_tuple(Types&&... t); 26 std::tuple<int, int&, float&> t = std::make_tuple(1, std::ref(i), 43 constexpr auto t1 = std::make_tuple(0, 1, 3.14);
|
/external/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/ |
get_non_const.pass.cpp | 72 static_assert ( std::get<0> ( std::make_tuple ( 0.0f, 1, 2.0, 3L )) == 0, "" ); 73 static_assert ( std::get<1> ( std::make_tuple ( 0.0f, 1, 2.0, 3L )) == 1, "" ); 74 static_assert ( std::get<2> ( std::make_tuple ( 0.0f, 1, 2.0, 3L )) == 2, "" ); 75 static_assert ( std::get<3> ( std::make_tuple ( 0.0f, 1, 2.0, 3L )) == 3, "" );
|
tuple.by.type1.fail.cpp | 20 auto t1 = std::make_tuple<int, std::string> ( 42, "Hi" );
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/ |
get_non_const.pass.cpp | 72 static_assert ( std::get<0> ( std::make_tuple ( 0.0f, 1, 2.0, 3L )) == 0, "" ); 73 static_assert ( std::get<1> ( std::make_tuple ( 0.0f, 1, 2.0, 3L )) == 1, "" ); 74 static_assert ( std::get<2> ( std::make_tuple ( 0.0f, 1, 2.0, 3L )) == 2, "" ); 75 static_assert ( std::get<3> ( std::make_tuple ( 0.0f, 1, 2.0, 3L )) == 3, "" );
|
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/ |
preference_validation_delegate_unittest.cc | 162 // On Android, make_tuple(..., "null") doesn't compile due to the error: 166 std::tr1::make_tuple(base::Value::TYPE_NULL, 168 std::tr1::make_tuple(base::Value::TYPE_BOOLEAN, 170 std::tr1::make_tuple(base::Value::TYPE_INTEGER, 172 std::tr1::make_tuple(base::Value::TYPE_DOUBLE, 174 std::tr1::make_tuple(base::Value::TYPE_STRING, 176 std::tr1::make_tuple(base::Value::TYPE_DICTIONARY, 178 std::tr1::make_tuple(base::Value::TYPE_LIST,
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/ |
audio_processing_unittest.cc | [all...] |
/external/protobuf/gtest/test/ |
gtest-param-test_test.cc | 66 using ::std::tr1::make_tuple; 438 make_tuple(foo, 3), make_tuple(foo, 4), 439 make_tuple(bar, 3), make_tuple(bar, 4)}; 449 make_tuple(0, 3, 5), make_tuple(0, 3, 6), 450 make_tuple(0, 4, 5), make_tuple(0, 4, 6), 451 make_tuple(1, 3, 5), make_tuple(1, 3, 6) [all...] |
/external/libcxx/test/utilities/utility/pairs/pair.piecewise/ |
piecewise_construct.pass.cpp | 47 std::make_tuple(4, 'a'), 48 std::make_tuple(3.5, 6u, 2u));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pair.piecewise/ |
piecewise_construct.pass.cpp | 47 std::make_tuple(4, 'a'), 48 std::make_tuple(3.5, 6u, 2u));
|
/external/libcxx/test/containers/associative/map/map.access/ |
index_tuple.pass.cpp | 31 m[make_tuple(2,3)]=7;
|