/external/opencv3/modules/cudaimgproc/src/ |
D | match_template.cpp | 183 …void Match_CCORR_32F::match(InputArray _image, InputArray _templ, OutputArray _result, Stream& _st… in match() 233 …void Match_CCORR_8U::match(InputArray _image, InputArray _templ, OutputArray _result, Stream& stre… in match() 276 …void Match_CCORR_NORMED_8U::match(InputArray _image, InputArray _templ, OutputArray _result, Strea… in match() 306 …void Match_SQDIFF_32F::match(InputArray _image, InputArray _templ, OutputArray _result, Stream& st… in match() 340 …void Match_SQDIFF_8U::match(InputArray _image, InputArray _templ, OutputArray _result, Stream& str… in match() 387 …void Match_SQDIFF_NORMED_8U::match(InputArray _image, InputArray _templ, OutputArray _result, Stre… in match() 426 …void Match_CCOEFF_8U::match(InputArray _image, InputArray _templ, OutputArray _result, Stream& str… in match() 505 …void Match_CCOEFF_NORMED_8U::match(InputArray _image, InputArray _templ, OutputArray _result, Stre… in match()
|
D | blend.cpp | 71 OutputArray _result, Stream& stream) in blendLinear()
|
/external/opencv3/modules/imgproc/src/ |
D | templmatch.cpp | 59 static bool extractFirstChannel_32F(InputArray _image, OutputArray _result, int cn) in extractFirstChannel_32F() 169 static bool convolve_dft(InputArray _image, InputArray _templ, OutputArray _result) in convolve_dft() 235 static bool convolve_32F(InputArray _image, InputArray _templ, OutputArray _result) in convolve_32F() 254 static bool matchTemplateNaive_CCORR(InputArray _image, InputArray _templ, OutputArray _result) in matchTemplateNaive_CCORR() 294 static bool matchTemplate_CCORR(InputArray _image, InputArray _templ, OutputArray _result) in matchTemplate_CCORR() 316 static bool matchTemplate_CCORR_NORMED(InputArray _image, InputArray _templ, OutputArray _result) in matchTemplate_CCORR_NORMED() 347 static bool matchTemplateNaive_SQDIFF(InputArray _image, InputArray _templ, OutputArray _result) in matchTemplateNaive_SQDIFF() 370 static bool matchTemplate_SQDIFF(InputArray _image, InputArray _templ, OutputArray _result) in matchTemplate_SQDIFF() 405 static bool matchTemplate_SQDIFF_NORMED(InputArray _image, InputArray _templ, OutputArray _result) in matchTemplate_SQDIFF_NORMED() 437 static bool matchTemplate_CCOEFF(InputArray _image, InputArray _templ, OutputArray _result) in matchTemplate_CCOEFF() [all …]
|
D | geometry.cpp | 522 AutoBuffer<Point2f> _result(n*2 + m*2 + 1); in intersectConvexConvex() local
|
/external/emma/core/java12/com/vladium/util/ |
D | Strings.java | 56 final List /* String */ _result = new ArrayList (length); in removeDuplicates() local 97 final List /* String */ _result = new ArrayList (length); in merge() local 142 final List /* String */ _result = new ArrayList (length); in mergeAT() local
|
D | IntegerFactory.java | 26 final Object _result = s_values.get (value); in getInteger() local
|
D | Files.java | 41 List _result = null; in readFileList() local
|
D | IProperties.java | 242 final List _result = new ArrayList (); in toAppArgsForm() local
|
/external/emma/tools/java/com/vladium/tools/ |
D | ClassDep.java | 114 final Set /* class Java name:String */ _result = new HashSet (); in getDependencies() local
|
/external/libdrm/ |
D | xf86drm.h | 480 #define DRM_CAS_RESULT(_result) long _result argument 482 #define DRM_CAS_RESULT(_result) int _result argument 484 #define DRM_CAS_RESULT(_result) char _result argument
|
/external/opencv/cv/src/ |
D | cvtemplmatch.cpp | 324 cvMatchTemplate( const CvArr* _img, const CvArr* _templ, CvArr* _result, int method ) in cvMatchTemplate()
|
D | cvhistogram.cpp | 403 double _result = -1; in cvCompareHist() local
|
/external/opencv3/modules/core/src/ |
D | stat.cpp | 2355 normInf_(const T* src, const uchar* mask, ST* _result, int len, int cn) in normInf_() 2376 normL1_(const T* src, const uchar* mask, ST* _result, int len, int cn) in normL1_() 2397 normL2_(const T* src, const uchar* mask, ST* _result, int len, int cn) in normL2_() 2421 normDiffInf_(const T* src1, const T* src2, const uchar* mask, ST* _result, int len, int cn) in normDiffInf_() 2442 normDiffL1_(const T* src1, const T* src2, const uchar* mask, ST* _result, int len, int cn) in normDiffL1_() 2463 normDiffL2_(const T* src1, const T* src2, const uchar* mask, ST* _result, int len, int cn) in normDiffL2_() 2624 double _result = 0; in norm() local 3000 double _result = 0; in norm() local
|
/external/opencv3/modules/cudaarithm/src/ |
D | arithm.cpp | 471 …void ConvolutionImpl::convolve(InputArray _image, InputArray _templ, OutputArray _result, bool cco… in convolve()
|
/external/robolectric/v3/runtime/ |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/emma/core/java12/com/vladium/util/args/ |
D | OptsParser.java | 1190 final List _result = new ArrayList (); in namelist() local
|
/external/emma/core/java12/com/vladium/emma/report/html/ |
D | ReportGenerator.java | 1310 final LinkedList /* IItem */ _result = new LinkedList (); in getParentPath() local
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mws/ |
D | response.py | 260 def _result(self): member in Response
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | tr_context.c | 189 boolean _result; in trace_context_get_query_result() local
|
/external/owasp/sanitizer/tools/emma/lib/ |
D | emma.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/vladium/
com/ ... |