HomeSort by relevance Sort by last modified time
    Searched refs:_T1 (Results 51 - 62 of 62) sorted by null

1 23

  /external/opencv3/modules/calib3d/src/
fisheye.hpp 51 void compose_motion(InputArray _om1, InputArray _T1, InputArray _om2, InputArray _T2,
fisheye.cpp     [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 380 template <class _T1, class _T2>
381 inline bool _STLP_CALL operator==(const allocator<_T1>&, const allocator<_T2>&) _STLP_NOTHROW
383 template <class _T1, class _T2>
384 inline bool _STLP_CALL operator!=(const allocator<_T1>&, const allocator<_T2>&) _STLP_NOTHROW
_algo.h 464 template <class _T1, class _T2>
466 bool operator() (const _T1& __x, const _T2& __y) const { return __x < __y ; }
469 template <class _T1, class _T2>
470 __less_2<_T1,_T2> __less2(_T1*, _T2* ) { return __less_2<_T1, _T2>(); }
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 380 template <class _T1, class _T2>
381 inline bool _STLP_CALL operator==(const allocator<_T1>&, const allocator<_T2>&) _STLP_NOTHROW
383 template <class _T1, class _T2>
384 inline bool _STLP_CALL operator!=(const allocator<_T1>&, const allocator<_T2>&) _STLP_NOTHROW
_algo.h 464 template <class _T1, class _T2>
466 bool operator() (const _T1& __x, const _T2& __y) const { return __x < __y ; }
469 template <class _T1, class _T2>
470 __less_2<_T1,_T2> __less2(_T1*, _T2* ) { return __less_2<_T1, _T2>(); }
  /external/clang/test/CXX/drs/
dr15xx.cpp 55 template < class _T1, class _T2 > struct pair { _T2 second; };
  /external/clang/test/Index/
recursive-cxx-member-calls.cpp 4 template < class _T1, class _T2 > struct pair { _T2 second; };
204 // CHECK-tokens: Keyword: "class" [4:14 - 4:19] TemplateTypeParameter=_T1:4:20 (Definition)
205 // CHECK-tokens: Identifier: "_T1" [4:20 - 4:23] TemplateTypeParameter=_T1:4:20 (Definition)
    [all...]
  /external/v8/test/mjsunit/regress/
regress-2318.js 53 var _T0 = 95; var _T1 = 96; var _T2 = 97; var _T3 = 98; var _T4 = 99;
  /external/opencv3/modules/highgui/src/
ppltasks_winrt.h 368 template <typename _T1, typename _T2>
369 _T2 _ProgressTypeSelector(ABI::Windows::Foundation::IAsyncOperationWithProgress<_T1, _T2>*);
371 template <typename _T1>
372 _T1 _ProgressTypeSelector(ABI::Windows::Foundation::IAsyncActionWithProgress<_T1>*);
385 template <typename _T1, typename _T2>
386 _TypeSelectorAsyncOperationWithProgress _AsyncOperationKindSelector(ABI::Windows::Foundation::IAsyncOperationWithProgress<_T1, _T2>*);
436 template <typename _T1, typename _T2>
437 _T1 _ReturnAsyncOperationKindSelector(ABI::Windows::Foundation::IAsyncOperationWithProgress<_T1, _T2>*)
    [all...]
  /external/opencv3/modules/videoio/src/
ppltasks_winrt.hpp 368 template <typename _T1, typename _T2>
369 _T2 _ProgressTypeSelector(ABI::Windows::Foundation::IAsyncOperationWithProgress<_T1, _T2>*);
371 template <typename _T1>
372 _T1 _ProgressTypeSelector(ABI::Windows::Foundation::IAsyncActionWithProgress<_T1>*);
385 template <typename _T1, typename _T2>
386 _TypeSelectorAsyncOperationWithProgress _AsyncOperationKindSelector(ABI::Windows::Foundation::IAsyncOperationWithProgress<_T1, _T2>*);
436 template <typename _T1, typename _T2>
437 _T1 _ReturnAsyncOperationKindSelector(ABI::Windows::Foundation::IAsyncOperationWithProgress<_T1, _T2>*)
    [all...]
  /external/opencv3/modules/calib3d/test/
test_cameracalibration.cpp     [all...]

Completed in 235 milliseconds

1 23