HomeSort by relevance Sort by last modified time
    Searched refs:tr1 (Results 201 - 225 of 436) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/protobuf/gtest/test/
gtest-tuple_test.cc 38 using ::std::tr1::get;
39 using ::std::tr1::make_tuple;
40 using ::std::tr1::tuple;
41 using ::std::tr1::tuple_element;
42 using ::std::tr1::tuple_size;
141 // The TR1 report requires that tuple's default constructor default
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-tuple_test.cc 38 using ::std::tr1::get;
39 using ::std::tr1::make_tuple;
40 using ::std::tr1::tuple;
41 using ::std::tr1::tuple_element;
42 using ::std::tr1::tuple_size;
141 // The TR1 report requires that tuple's default constructor default
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
opus_fec_test.cc 18 using ::std::tr1::tuple;
19 using ::std::tr1::get;
230 {::std::tr1::make_tuple(1, 64000, string("audio_coding/testfile32kHz"),
232 ::std::tr1::make_tuple(1, 32000, string("audio_coding/testfile32kHz"),
234 ::std::tr1::make_tuple(2, 64000, string("audio_coding/teststereo32kHz"),
  /ndk/sources/third_party/googletest/googletest/test/
gtest-tuple_test.cc 38 using ::std::tr1::get;
39 using ::std::tr1::make_tuple;
40 using ::std::tr1::tuple;
41 using ::std::tr1::tuple_element;
42 using ::std::tr1::tuple_size;
141 // The TR1 report requires that tuple's default constructor default
  /external/gmock/include/gmock/
gmock-generated-matchers.h 52 typename ::std::tr1::tuple_element<i, Tuple>::type
75 typedef ::std::tr1::tuple<GMOCK_FIELD_TYPE_(Tuple, k0),
82 using ::std::tr1::get;
93 typedef ::std::tr1::tuple<> type;
95 using ::std::tr1::get;
103 typedef ::std::tr1::tuple<GMOCK_FIELD_TYPE_(Tuple, k0)> type;
105 using ::std::tr1::get;
113 typedef ::std::tr1::tuple<GMOCK_FIELD_TYPE_(Tuple, k0),
116 using ::std::tr1::get;
124 typedef ::std::tr1::tuple<GMOCK_FIELD_TYPE_(Tuple, k0)
    [all...]
gmock-generated-actions.h 54 class InvokeHelper<R, ::std::tr1::tuple<> > {
57 static R Invoke(Function function, const ::std::tr1::tuple<>&) {
64 const ::std::tr1::tuple<>&) {
70 class InvokeHelper<R, ::std::tr1::tuple<A1> > {
73 static R Invoke(Function function, const ::std::tr1::tuple<A1>& args) {
74 using ::std::tr1::get;
81 const ::std::tr1::tuple<A1>& args) {
82 using ::std::tr1::get;
88 class InvokeHelper<R, ::std::tr1::tuple<A1, A2> > {
91 static R Invoke(Function function, const ::std::tr1::tuple<A1, A2>& args)
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-generated-actions.h 54 class InvokeHelper<R, ::std::tr1::tuple<> > {
57 static R Invoke(Function function, const ::std::tr1::tuple<>&) {
64 const ::std::tr1::tuple<>&) {
70 class InvokeHelper<R, ::std::tr1::tuple<A1> > {
73 static R Invoke(Function function, const ::std::tr1::tuple<A1>& args) {
74 using ::std::tr1::get;
81 const ::std::tr1::tuple<A1>& args) {
82 using ::std::tr1::get;
88 class InvokeHelper<R, ::std::tr1::tuple<A1, A2> > {
91 static R Invoke(Function function, const ::std::tr1::tuple<A1, A2>& args)
    [all...]
  /external/opencv3/modules/calib3d/perf/
perf_pnp.cpp 10 using std::tr1::make_tuple;
11 using std::tr1::get;
15 typedef std::tr1::tuple<int, pnpAlgo> PointsNum_Algo_t;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
codec_factory.h 53 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 > > {
  /external/opencv3/modules/imgproc/perf/
perf_warp.cpp 7 using std::tr1::make_tuple;
8 using std::tr1::get;
16 typedef TestBaseWithParam< tr1::tuple<Size, InterType, BorderMode> > TestWarpAffine;
17 typedef TestBaseWithParam< tr1::tuple<Size, InterType, BorderMode> > TestWarpPerspective;
18 typedef TestBaseWithParam< tr1::tuple<Size, InterType, BorderMode, MatType> > TestWarpPerspectiveNear_t;
19 typedef TestBaseWithParam< tr1::tuple<MatType, Size, InterType, BorderMode, RemapMode> > TestRemap;
  /external/opencv3/modules/core/perf/
perf_bitwise.cpp 6 using std::tr1::make_tuple;
7 using std::tr1::get;
perf_mat.cpp 6 using std::tr1::make_tuple;
7 using std::tr1::get;
  /external/opencv3/modules/features2d/perf/
perf_orb.cpp 6 using std::tr1::make_tuple;
7 using std::tr1::get;
  /external/opencv3/modules/imgproc/perf/opencl/
perf_houghLines.cpp 27 typedef std::tr1::tuple<Size, double, double> ImageSize_RhoStep_ThetaStep_t;
63 typedef std::tr1::tuple<string, double, double> Image_RhoStep_ThetaStep_t;
  /external/opencv3/modules/ts/include/opencv2/ts/
cuda_perf.hpp 68 #define GET_PARAM(k) std::tr1::get< k >(GetParam())
70 #define DEF_PARAM_TEST(name, ...) typedef ::perf::TestBaseWithParam< std::tr1::tuple< __VA_ARGS__ > > name
ocl_perf.hpp 53 using std::tr1::get;
54 using std::tr1::tuple;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
array_allocator.h 35 #include <tr1/array>
105 template<typename _Tp, typename _Array = std::tr1::array<_Tp, 1> >
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
array_allocator.h 35 #include <tr1/array>
105 template<typename _Tp, typename _Array = std::tr1::array<_Tp, 1> >
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
array_allocator.h 35 #include <tr1/array>
105 template<typename _Tp, typename _Array = std::tr1::array<_Tp, 1> >
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
array_allocator.h 35 #include <tr1/array>
105 template<typename _Tp, typename _Array = std::tr1::array<_Tp, 1> >
  /external/libvpx/libvpx/test/
vp9_avg_test.cc 96 typedef std::tr1::tuple<int, int, int, int, AverageFunction> AvgFunc;
127 typedef std::tr1::tuple<int, IntProRowFunc, IntProRowFunc> IntProRowParam;
172 typedef std::tr1::tuple<int, IntProColFunc, IntProColFunc> IntProColParam;
249 using std::tr1::make_tuple;
  /external/opencv3/modules/video/perf/opencl/
perf_optflow_dualTVL1.cpp 50 using std::tr1::make_tuple;
perf_optflow_pyrlk.cpp 50 using std::tr1::make_tuple;
  /ndk/sources/cxx-stl/stlport/stlport/
functional 72 namespace tr1 {
96 } // namespace tr1
132 namespace tr1 {
138 } // namespace tr1
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
fenv.hpp 48 namespace std { namespace tr1 { namespace in namespace:std

Completed in 3423 milliseconds

1 2 3 4 5 6 7 891011>>