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

1 2 3

  /external/stlport/stlport/stl/
type_traits.h 315 template <class _ArePtrs, class _Src, class _Dst>
317 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
319 template <class _Src, class _Dst>
320 struct _IsCVConvertibleIf<__false_type, _Src, _Dst>
326 template <class _Src, class _Dst>
328 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
333 template <class _Src, class _Dst>
338 template <class _ArePtrs, class _Src, class _Dst>
340 typedef typename _IsCVConvertibleIfAux<_ArePtrs>::_STLP_TEMPLATE _In<_Src, _Dst>::_Ret _Ret;
346 template <class _ArePtrs, class _Src, class _Dst
    [all...]
type_manips.h 169 template <class _Src, class _Dst>
171 static _Src* __null_src();
179 template <class _Src, class _Dst>
181 typedef typename _AreSameTypes<_Src, _Dst>::_Ret _Tr1;
188 template <class _Src, class _Dst>
197 * from the _Src type to the _Dst type is right considering qualifiers. If _Src and
202 template <class _Src, class _Dst>
204 enum { _Same = _Copyable<_Src, _Dst>::_Ret };
205 typedef typename _Copyable<_Src, _Dst>::_RetT _Ret
    [all...]
_move_construct_fwk.h 37 explicit __move_source (_Tp &_src) : _M_data(_src)
  /ndk/sources/cxx-stl/stlport/stlport/stl/
type_traits.h 315 template <class _ArePtrs, class _Src, class _Dst>
317 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
319 template <class _Src, class _Dst>
320 struct _IsCVConvertibleIf<__false_type, _Src, _Dst>
326 template <class _Src, class _Dst>
328 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
333 template <class _Src, class _Dst>
338 template <class _ArePtrs, class _Src, class _Dst>
340 typedef typename _IsCVConvertibleIfAux<_ArePtrs>::_STLP_TEMPLATE _In<_Src, _Dst>::_Ret _Ret;
346 template <class _ArePtrs, class _Src, class _Dst
    [all...]
type_manips.h 169 template <class _Src, class _Dst>
171 static _Src* __null_src();
179 template <class _Src, class _Dst>
181 typedef typename _AreSameTypes<_Src, _Dst>::_Ret _Tr1;
188 template <class _Src, class _Dst>
197 * from the _Src type to the _Dst type is right considering qualifiers. If _Src and
202 template <class _Src, class _Dst>
204 enum { _Same = _Copyable<_Src, _Dst>::_Ret };
205 typedef typename _Copyable<_Src, _Dst>::_RetT _Ret
    [all...]
_move_construct_fwk.h 37 explicit __move_source (_Tp &_src) : _M_data(_src)
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
type_traits.h 315 template <class _ArePtrs, class _Src, class _Dst>
317 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
319 template <class _Src, class _Dst>
320 struct _IsCVConvertibleIf<__false_type, _Src, _Dst>
326 template <class _Src, class _Dst>
328 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
333 template <class _Src, class _Dst>
338 template <class _ArePtrs, class _Src, class _Dst>
340 typedef typename _IsCVConvertibleIfAux<_ArePtrs>::_STLP_TEMPLATE _In<_Src, _Dst>::_Ret _Ret;
346 template <class _ArePtrs, class _Src, class _Dst
    [all...]
type_manips.h 169 template <class _Src, class _Dst>
171 static _Src* __null_src();
179 template <class _Src, class _Dst>
181 typedef typename _AreSameTypes<_Src, _Dst>::_Ret _Tr1;
188 template <class _Src, class _Dst>
197 * from the _Src type to the _Dst type is right considering qualifiers. If _Src and
202 template <class _Src, class _Dst>
204 enum { _Same = _Copyable<_Src, _Dst>::_Ret };
205 typedef typename _Copyable<_Src, _Dst>::_RetT _Ret
    [all...]
_move_construct_fwk.h 37 explicit __move_source (_Tp &_src) : _M_data(_src)
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
type_traits.h 315 template <class _ArePtrs, class _Src, class _Dst>
317 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
319 template <class _Src, class _Dst>
320 struct _IsCVConvertibleIf<__false_type, _Src, _Dst>
326 template <class _Src, class _Dst>
328 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
333 template <class _Src, class _Dst>
338 template <class _ArePtrs, class _Src, class _Dst>
340 typedef typename _IsCVConvertibleIfAux<_ArePtrs>::_STLP_TEMPLATE _In<_Src, _Dst>::_Ret _Ret;
346 template <class _ArePtrs, class _Src, class _Dst
    [all...]
type_manips.h 169 template <class _Src, class _Dst>
171 static _Src* __null_src();
179 template <class _Src, class _Dst>
181 typedef typename _AreSameTypes<_Src, _Dst>::_Ret _Tr1;
188 template <class _Src, class _Dst>
197 * from the _Src type to the _Dst type is right considering qualifiers. If _Src and
202 template <class _Src, class _Dst>
204 enum { _Same = _Copyable<_Src, _Dst>::_Ret };
205 typedef typename _Copyable<_Src, _Dst>::_RetT _Ret
    [all...]
_move_construct_fwk.h 37 explicit __move_source (_Tp &_src) : _M_data(_src)
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
type_traits.h 315 template <class _ArePtrs, class _Src, class _Dst>
317 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
319 template <class _Src, class _Dst>
320 struct _IsCVConvertibleIf<__false_type, _Src, _Dst>
326 template <class _Src, class _Dst>
328 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
333 template <class _Src, class _Dst>
338 template <class _ArePtrs, class _Src, class _Dst>
340 typedef typename _IsCVConvertibleIfAux<_ArePtrs>::_STLP_TEMPLATE _In<_Src, _Dst>::_Ret _Ret;
346 template <class _ArePtrs, class _Src, class _Dst
    [all...]
type_manips.h 169 template <class _Src, class _Dst>
171 static _Src* __null_src();
179 template <class _Src, class _Dst>
181 typedef typename _AreSameTypes<_Src, _Dst>::_Ret _Tr1;
188 template <class _Src, class _Dst>
197 * from the _Src type to the _Dst type is right considering qualifiers. If _Src and
202 template <class _Src, class _Dst>
204 enum { _Same = _Copyable<_Src, _Dst>::_Ret };
205 typedef typename _Copyable<_Src, _Dst>::_RetT _Ret
    [all...]
_move_construct_fwk.h 37 explicit __move_source (_Tp &_src) : _M_data(_src)
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
type_traits.h 315 template <class _ArePtrs, class _Src, class _Dst>
317 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
319 template <class _Src, class _Dst>
320 struct _IsCVConvertibleIf<__false_type, _Src, _Dst>
326 template <class _Src, class _Dst>
328 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
333 template <class _Src, class _Dst>
338 template <class _ArePtrs, class _Src, class _Dst>
340 typedef typename _IsCVConvertibleIfAux<_ArePtrs>::_STLP_TEMPLATE _In<_Src, _Dst>::_Ret _Ret;
346 template <class _ArePtrs, class _Src, class _Dst
    [all...]
type_manips.h 169 template <class _Src, class _Dst>
171 static _Src* __null_src();
179 template <class _Src, class _Dst>
181 typedef typename _AreSameTypes<_Src, _Dst>::_Ret _Tr1;
188 template <class _Src, class _Dst>
197 * from the _Src type to the _Dst type is right considering qualifiers. If _Src and
202 template <class _Src, class _Dst>
204 enum { _Same = _Copyable<_Src, _Dst>::_Ret };
205 typedef typename _Copyable<_Src, _Dst>::_RetT _Ret
    [all...]
  /build/core/tasks/
sdk-addon.mk 44 $(eval _src := $(call module-stubs-files,$(call word-colon,1,$(cf)))) \
45 $(eval $(call stub-addon-jar,$(_src))) \
46 $(eval _src := $(call stub-addon-jar-file,$(_src))) \
47 $(if $(_src),,$(eval $(error Unknown or unlinkable module: $(call word-colon,1,$(cf)). Requested by $(INTERNAL_PRODUCT)))) \
49 $(eval files_to_copy += $(_src):$(_dest)) \
66 $(eval _src := $(call word-colon,1,$(cf))) \
68 $(eval $(call copy-one-file,$(_src),$(_dest))) \
  /external/libvpx/libvpx/
y4minput.c 148 const unsigned char *_src,int _c_w,int _c_h){
155 _dst[x]=(unsigned char)OC_CLAMPI(0,(4*_src[0]-17*_src[OC_MAXI(x-1,0)]+
156 114*_src[x]+35*_src[OC_MINI(x+1,_c_w-1)]-9*_src[OC_MINI(x+2,_c_w-1)]+
157 _src[OC_MINI(x+3,_c_w-1)]+64)>>7,255);
160 _dst[x]=(unsigned char)OC_CLAMPI(0,(4*_src[x-2]-17*_src[x-1]+
161 114*_src[x]+35*_src[x+1]-9*_src[x+2]+_src[x+3]+64)>>7,255)
    [all...]
y4minput.h 26 unsigned char *_dst,unsigned char *_src);
  /external/opencv/cv/src/
cvundistort.cpp 109 cvUndistort2( const CvArr* _src, CvArr* _dst, const CvMat* A, const CvMat* dist_coeffs )
119 CvMat srcstub, *src = (CvMat*)_src;
371 cvUndistortPoints( const CvMat* _src, CvMat* _dst, const CvMat* _cameraMatrix,
390 CV_ASSERT( CV_IS_MAT(_src) && CV_IS_MAT(_dst) &&
391 (_src->rows == 1 || _src->cols == 1) &&
393 CV_ARE_SIZES_EQ(_src, _dst) &&
394 (CV_MAT_TYPE(_src->type) == CV_32FC2 || CV_MAT_TYPE(_src->type) == CV_64FC2) &&
424 srcf = (const CvPoint2D32f*)_src->data.ptr
    [all...]
  /external/opencv/cxcore/src/
cxconvert.cpp     [all...]
  /external/stlport/test/unit/
type_traits_test.cpp 138 template <typename _Src, typename _Dst>
139 int is_convertible(_Src, _Dst) {
141 typedef typename _IsConvertible<_Src, _Dst>::_Ret _Ret;
143 enum { _Is = _IsConvertible<_Src, _Dst>::value };
149 template <typename _Src, typename _Dst>
150 int is_cv_convertible(_Src, _Dst) {
152 typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret;
154 enum { _Is = _IsCVConvertible<_Src, _Dst>::value };
  /ndk/tests/device/test-gnustl-full/unit/
type_traits_test.cpp 138 template <typename _Src, typename _Dst>
139 int is_convertible(_Src, _Dst) {
141 typedef typename _IsConvertible<_Src, _Dst>::_Ret _Ret;
143 enum { _Is = _IsConvertible<_Src, _Dst>::value };
149 template <typename _Src, typename _Dst>
150 int is_cv_convertible(_Src, _Dst) {
152 typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret;
154 enum { _Is = _IsCVConvertible<_Src, _Dst>::value };
  /ndk/tests/device/test-stlport/unit/
type_traits_test.cpp 138 template <typename _Src, typename _Dst>
139 int is_convertible(_Src, _Dst) {
141 typedef typename _IsConvertible<_Src, _Dst>::_Ret _Ret;
143 enum { _Is = _IsConvertible<_Src, _Dst>::value };
149 template <typename _Src, typename _Dst>
150 int is_cv_convertible(_Src, _Dst) {
152 typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret;
154 enum { _Is = _IsCVConvertible<_Src, _Dst>::value };

Completed in 6403 milliseconds

1 2 3