HomeSort by relevance Sort by last modified time
    Searched full:make_tuple (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/libvpx/libvpx/test/
sad_test.cc 299 using std::tr1::make_tuple;
321 make_tuple(16, 16, sad_16x16_c),
322 make_tuple(8, 16, sad_8x16_c),
323 make_tuple(16, 8, sad_16x8_c),
324 make_tuple(8, 8, sad_8x8_c),
325 make_tuple(4, 4, sad_4x4_c),
328 make_tuple(64, 64, sad_64x64_c_vp9),
329 make_tuple(32, 32, sad_32x32_c_vp9),
330 make_tuple(16, 16, sad_16x16_c_vp9),
331 make_tuple(8, 16, sad_8x16_c_vp9)
    [all...]
variance_test.cc 36 using ::std::tr1::make_tuple;
302 ::testing::Values(make_tuple(2, 2, variance4x4_c),
303 make_tuple(3, 3, variance8x8_c),
304 make_tuple(3, 4, variance8x16_c),
305 make_tuple(4, 3, variance16x8_c),
306 make_tuple(4, 4, variance16x16_c)));
316 ::testing::Values(make_tuple(2, 2, variance4x4_mmx),
317 make_tuple(3, 3, variance8x8_mmx),
318 make_tuple(3, 4, variance8x16_mmx),
319 make_tuple(4, 3, variance16x8_mmx)
    [all...]
convolve_test.cc 580 using std::tr1::make_tuple;
588 make_tuple(4, 4, &convolve8_c),
589 make_tuple(8, 4, &convolve8_c),
590 make_tuple(4, 8, &convolve8_c),
591 make_tuple(8, 8, &convolve8_c),
592 make_tuple(16, 8, &convolve8_c),
593 make_tuple(8, 16, &convolve8_c),
594 make_tuple(16, 16, &convolve8_c),
595 make_tuple(32, 16, &convolve8_c),
596 make_tuple(16, 32, &convolve8_c)
    [all...]
sixtap_predict_test.cc 183 using std::tr1::make_tuple;
191 make_tuple(16, 16, sixtap_16x16_c),
192 make_tuple(8, 8, sixtap_8x8_c),
193 make_tuple(8, 4, sixtap_8x4_c),
194 make_tuple(4, 4, sixtap_4x4_c)));
202 make_tuple(16, 16, sixtap_16x16_mmx),
203 make_tuple(8, 8, sixtap_8x8_mmx),
204 make_tuple(8, 4, sixtap_8x4_mmx),
205 make_tuple(4, 4, sixtap_4x4_mmx)));
213 make_tuple(16, 16, sixtap_16x16_sse2)
    [all...]
dct16x16_test.cc 494 using std::tr1::make_tuple;
499 make_tuple(&vp9_short_fdct16x16_c, &vp9_short_idct16x16_add_c, 0)));
503 make_tuple(&vp9_short_fht16x16_c, &vp9_short_iht16x16_add_c, 0),
504 make_tuple(&vp9_short_fht16x16_c, &vp9_short_iht16x16_add_c, 1),
505 make_tuple(&vp9_short_fht16x16_c, &vp9_short_iht16x16_add_c, 2),
506 make_tuple(&vp9_short_fht16x16_c, &vp9_short_iht16x16_add_c, 3)));
512 make_tuple(&vp9_short_fdct16x16_sse2, &vp9_short_idct16x16_add_c, 0)));
516 make_tuple(&vp9_short_fht16x16_sse2, &vp9_short_iht16x16_add_sse2, 0),
517 make_tuple(&vp9_short_fht16x16_sse2, &vp9_short_iht16x16_add_sse2, 1),
518 make_tuple(&vp9_short_fht16x16_sse2, &vp9_short_iht16x16_add_sse2, 2)
    [all...]
dct32x32_test.cc 245 using std::tr1::make_tuple;
250 make_tuple(&vp9_short_fdct32x32_c, &vp9_short_idct32x32_add_c, 0),
251 make_tuple(&vp9_short_fdct32x32_rd_c, &vp9_short_idct32x32_add_c, 1)));
257 make_tuple(&vp9_short_fdct32x32_sse2,
259 make_tuple(&vp9_short_fdct32x32_rd_sse2,
  /external/chromium_org/media/base/
sinc_resampler_unittest.cc 401 std::tr1::make_tuple(8000, 44100, kResamplingRMSError, -62.73),
402 std::tr1::make_tuple(11025, 44100, kResamplingRMSError, -72.19),
403 std::tr1::make_tuple(16000, 44100, kResamplingRMSError, -62.54),
404 std::tr1::make_tuple(22050, 44100, kResamplingRMSError, -73.53),
405 std::tr1::make_tuple(32000, 44100, kResamplingRMSError, -63.32),
406 std::tr1::make_tuple(44100, 44100, kResamplingRMSError, -73.53),
407 std::tr1::make_tuple(48000, 44100, -15.01, -64.04),
408 std::tr1::make_tuple(96000, 44100, -18.49, -25.51),
409 std::tr1::make_tuple(192000, 44100, -20.50, -13.31),
412 std::tr1::make_tuple(8000, 48000, kResamplingRMSError, -63.43)
    [all...]
  /external/chromium/testing/gmock/test/
gmock-more-actions_test.cc 51 using ::std::tr1::make_tuple;
235 EXPECT_EQ(1, a.Perform(make_tuple()));
241 EXPECT_FALSE(a.Perform(make_tuple(1)));
242 EXPECT_TRUE(a.Perform(make_tuple(-1)));
249 EXPECT_EQ(p + 2, a.Perform(make_tuple(p, Short(2))));
255 EXPECT_EQ(6, a.Perform(make_tuple(1, '\2', Short(3))));
261 EXPECT_EQ(1234, a.Perform(make_tuple(1000, 200, 30, 4)));
267 EXPECT_EQ(12345, a.Perform(make_tuple(10000, 2000, 300, 40, 5)));
273 EXPECT_EQ(123456, a.Perform(make_tuple(100000, 20000, 3000, 400, 50, 6)));
286 a.Perform(make_tuple(CharPtr("1"), CharPtr("2"), CharPtr("3")
    [all...]
gmock-generated-actions_test.cc 50 using ::std::tr1::make_tuple;
172 EXPECT_EQ(1, a.Perform(make_tuple(2, &Nullary)));
178 EXPECT_EQ(1, a.Perform(make_tuple(UnaryFunctor())));
185 EXPECT_EQ(12345, a.Perform(make_tuple(&SumOf5)));
192 EXPECT_EQ(12345, a.Perform(make_tuple(SumOf5Functor())));
199 EXPECT_EQ(123456, a.Perform(make_tuple(&SumOf6)));
206 EXPECT_EQ(123456, a.Perform(make_tuple(SumOf6Functor())));
215 EXPECT_EQ("1234567", a.Perform(make_tuple(&Concat7)));
224 EXPECT_EQ("12345678", a.Perform(make_tuple(&Concat8)));
233 EXPECT_EQ("123456789", a.Perform(make_tuple(&Concat9)))
    [all...]
gmock-actions_test.cc 48 using ::std::tr1::make_tuple;
348 EXPECT_EQ(5, action.Perform(make_tuple(true, 5)));
361 EXPECT_EQ(5, action.Perform(make_tuple(true, 5)));
362 EXPECT_EQ(0, action.Perform(make_tuple(false, 1)));
371 EXPECT_EQ(5, a1.Perform(make_tuple(true, 5)));
372 EXPECT_EQ(0, a1.Perform(make_tuple(false, 1)));
375 EXPECT_EQ(5, a2.Perform(make_tuple(true, 5)));
376 EXPECT_EQ(0, a2.Perform(make_tuple(false, 1)));
381 EXPECT_EQ(5, a1.Perform(make_tuple(true, 5)));
382 EXPECT_EQ(0, a1.Perform(make_tuple(false, 1)))
    [all...]
gmock-generated-matchers_test.cc 57 using std::tr1::make_tuple;
116 EXPECT_THAT(t, Args<0>(Eq(make_tuple(5))));
117 EXPECT_THAT(t, Args<1>(Eq(make_tuple(true))));
118 EXPECT_THAT(t, Not(Args<1>(Eq(make_tuple(false)))));
156 EXPECT_THAT(make_tuple(-1, 2), (Args<0, 0, 1>(SumIsZero())));
157 EXPECT_THAT(make_tuple(1, 2), Not(Args<0, 0, 1>(SumIsZero())));
186 EXPECT_THAT(make_tuple(0, 1L, 2, 3L, 4, 5, 6, 7, 8, 9),
189 EXPECT_THAT(make_tuple(0, 1L, 2, 3L, 4, 5, 6, 7, 8, 9),
219 Explain(m, make_tuple(false, 42, 42)));
221 Explain(m, make_tuple(false, 42, 43)))
    [all...]
  /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/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/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
IndexRangeCache.cpp 84 return std::make_tuple(type, offset, count) < std::make_tuple(rhs.type, rhs.offset, rhs.count);
  /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),
tie.pass.cpp 26 std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++");
  /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));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.access/
index_tuple.pass.cpp 31 m[make_tuple(2,3)]=7;
  /external/chromium/testing/gtest/test/
gtest-param-test_test.cc 68 using ::std::tr1::make_tuple;
470 make_tuple(foo, 3), make_tuple(foo, 4),
471 make_tuple(bar, 3), make_tuple(bar, 4)};
481 make_tuple(0, 3, 5), make_tuple(0, 3, 6),
482 make_tuple(0, 4, 5), make_tuple(0, 4, 6),
483 make_tuple(1, 3, 5), make_tuple(1, 3, 6)
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest-param-test_test.cc 68 using ::std::tr1::make_tuple;
470 make_tuple(foo, 3), make_tuple(foo, 4),
471 make_tuple(bar, 3), make_tuple(bar, 4)};
481 make_tuple(0, 3, 5), make_tuple(0, 3, 6),
482 make_tuple(0, 4, 5), make_tuple(0, 4, 6),
483 make_tuple(1, 3, 5), make_tuple(1, 3, 6)
    [all...]
  /external/gtest/test/
gtest-param-test_test.cc 68 using ::std::tr1::make_tuple;
470 make_tuple(foo, 3), make_tuple(foo, 4),
471 make_tuple(bar, 3), make_tuple(bar, 4)};
481 make_tuple(0, 3, 5), make_tuple(0, 3, 6),
482 make_tuple(0, 4, 5), make_tuple(0, 4, 6),
483 make_tuple(1, 3, 5), make_tuple(1, 3, 6)
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest-param-test_test.cc 68 using ::std::tr1::make_tuple;
470 make_tuple(foo, 3), make_tuple(foo, 4),
471 make_tuple(bar, 3), make_tuple(bar, 4)};
481 make_tuple(0, 3, 5), make_tuple(0, 3, 6),
482 make_tuple(0, 4, 5), make_tuple(0, 4, 6),
483 make_tuple(1, 3, 5), make_tuple(1, 3, 6)
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-param-test_test.cc 68 using ::std::tr1::make_tuple;
470 make_tuple(foo, 3), make_tuple(foo, 4),
471 make_tuple(bar, 3), make_tuple(bar, 4)};
481 make_tuple(0, 3, 5), make_tuple(0, 3, 6),
482 make_tuple(0, 4, 5), make_tuple(0, 4, 6),
483 make_tuple(1, 3, 5), make_tuple(1, 3, 6)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.elem/
index_tuple.pass.cpp 39 m[make_tuple(2,3)]=7;
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-tuple.h 642 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
645 inline tuple<> make_tuple() { return tuple<>(); } function in namespace:std::tr1
648 inline GTEST_1_TUPLE_(T) make_tuple(const T0& f0) { function in namespace:std::tr1
653 inline GTEST_2_TUPLE_(T) make_tuple(const T0& f0, const T1& f1) { function in namespace:std::tr1
658 inline GTEST_3_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2) { function in namespace:std::tr1
663 inline GTEST_4_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
669 inline GTEST_5_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
675 inline GTEST_6_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
681 inline GTEST_7_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
687 inline GTEST_8_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2 function in namespace:std::tr1
693 inline GTEST_9_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
700 inline GTEST_10_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, function in namespace:std::tr1
    [all...]

Completed in 1358 milliseconds

1 2 3 4 5