/external/opencv3/modules/core/misc/java/src/java/ |
H A D | core+MatOfByte.java | 8 private static final int _depth = CvType.CV_8U; field in class:MatOfByte 17 if( !empty() && checkVector(_channels, _depth) < 0 ) 28 if( !empty() && checkVector(_channels, _depth) < 0 ) 40 super.create(elemNumber, 1, CvType.makeType(_depth, _channels)); 52 int num = checkVector(_channels, _depth);
|
H A D | core+MatOfDouble.java | 8 private static final int _depth = CvType.CV_64F; field in class:MatOfDouble 17 if( !empty() && checkVector(_channels, _depth) < 0 ) 28 if( !empty() && checkVector(_channels, _depth) < 0 ) 40 super.create(elemNumber, 1, CvType.makeType(_depth, _channels)); 52 int num = checkVector(_channels, _depth);
|
H A D | core+MatOfFloat.java | 8 private static final int _depth = CvType.CV_32F; field in class:MatOfFloat 17 if( !empty() && checkVector(_channels, _depth) < 0 ) 28 if( !empty() && checkVector(_channels, _depth) < 0 ) 40 super.create(elemNumber, 1, CvType.makeType(_depth, _channels)); 52 int num = checkVector(_channels, _depth);
|
H A D | core+MatOfFloat4.java | 8 private static final int _depth = CvType.CV_32F; field in class:MatOfFloat4 17 if( !empty() && checkVector(_channels, _depth) < 0 ) 28 if( !empty() && checkVector(_channels, _depth) < 0 ) 40 super.create(elemNumber, 1, CvType.makeType(_depth, _channels)); 52 int num = checkVector(_channels, _depth);
|
H A D | core+MatOfFloat6.java | 8 private static final int _depth = CvType.CV_32F; field in class:MatOfFloat6 17 if( !empty() && checkVector(_channels, _depth) < 0 ) 28 if( !empty() && checkVector(_channels, _depth) < 0 ) 40 super.create(elemNumber, 1, CvType.makeType(_depth, _channels)); 52 int num = checkVector(_channels, _depth);
|
H A D | core+MatOfInt.java | 9 private static final int _depth = CvType.CV_32S; field in class:MatOfInt 18 if( !empty() && checkVector(_channels, _depth) < 0 ) 29 if( !empty() && checkVector(_channels, _depth) < 0 ) 41 super.create(elemNumber, 1, CvType.makeType(_depth, _channels)); 53 int num = checkVector(_channels, _depth);
|
H A D | core+MatOfInt4.java | 9 private static final int _depth = CvType.CV_32S; field in class:MatOfInt4 18 if( !empty() && checkVector(_channels, _depth) < 0 ) 29 if( !empty() && checkVector(_channels, _depth) < 0 ) 41 super.create(elemNumber, 1, CvType.makeType(_depth, _channels)); 53 int num = checkVector(_channels, _depth);
|
H A D | core+MatOfDMatch.java | 10 private static final int _depth = CvType.CV_32F; field in class:MatOfDMatch 19 if( !empty() && checkVector(_channels, _depth) < 0 ) 30 if( !empty() && checkVector(_channels, _depth) < 0 ) 42 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
|
H A D | core+MatOfPoint.java | 8 private static final int _depth = CvType.CV_32S; field in class:MatOfPoint 17 if( !empty() && checkVector(_channels, _depth) < 0 ) 28 if( !empty() && checkVector(_channels, _depth) < 0 ) 40 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
|
H A D | core+MatOfPoint2f.java | 8 private static final int _depth = CvType.CV_32F; field in class:MatOfPoint2f 17 if( !empty() && checkVector(_channels, _depth) < 0 ) 28 if( !empty() && checkVector(_channels, _depth) < 0 ) 40 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
|
H A D | core+MatOfPoint3.java | 8 private static final int _depth = CvType.CV_32S; field in class:MatOfPoint3 17 if( !empty() && checkVector(_channels, _depth) < 0 ) 28 if( !empty() && checkVector(_channels, _depth) < 0 ) 40 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
|
H A D | core+MatOfPoint3f.java | 8 private static final int _depth = CvType.CV_32F; field in class:MatOfPoint3f 17 if( !empty() && checkVector(_channels, _depth) < 0 ) 28 if( !empty() && checkVector(_channels, _depth) < 0 ) 40 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
|
H A D | core+MatOfRect.java | 9 private static final int _depth = CvType.CV_32S; field in class:MatOfRect 18 if( !empty() && checkVector(_channels, _depth) < 0 ) 29 if( !empty() && checkVector(_channels, _depth) < 0 ) 41 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
|
H A D | core+MatOfKeyPoint.java | 10 private static final int _depth = CvType.CV_32F; field in class:MatOfKeyPoint 19 if( !empty() && checkVector(_channels, _depth) < 0 ) 30 if( !empty() && checkVector(_channels, _depth) < 0 ) 42 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
|
/external/eigen/Eigen/src/Core/products/ |
H A D | TriangularMatrixMatrix_MKL.h | 59 static inline void run(Index _rows, Index _cols, Index _depth, const Scalar* _lhs, Index lhsStride,\ 64 _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \ 95 Index _rows, Index _cols, Index _depth, \ 101 Index diagSize = (std::min)(_rows,_depth); \ 103 Index depth = IsLower ? diagSize : _depth; \ 118 _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \ 125 gemm_blocking_space<ColMajor,EIGTYPE,EIGTYPE,Dynamic,Dynamic,Dynamic> gemm_blocking(_rows,_cols,_depth); \ 209 Index _rows, Index _cols, Index _depth, \ 215 Index diagSize = (std::min)(_cols,_depth); \ 217 Index depth = IsLower ? _depth [all...] |
H A D | TriangularMatrixMatrix.h | 95 Index _rows, Index _cols, Index _depth, 108 Index _rows, Index _cols, Index _depth, 115 Index diagSize = (std::min)(_rows,_depth); 117 Index depth = IsLower ? diagSize : _depth; 236 Index _rows, Index _cols, Index _depth, 249 Index _rows, Index _cols, Index _depth, 256 Index diagSize = (std::min)(_cols,_depth); 258 Index depth = IsLower ? _depth : diagSize; 107 run( Index _rows, Index _cols, Index _depth, const Scalar* _lhs, Index lhsStride, const Scalar* _rhs, Index rhsStride, Scalar* res, Index resStride, const Scalar& alpha, level3_blocking<Scalar,Scalar>& blocking) argument 248 run( Index _rows, Index _cols, Index _depth, const Scalar* _lhs, Index lhsStride, const Scalar* _rhs, Index rhsStride, Scalar* res, Index resStride, const Scalar& alpha, level3_blocking<Scalar,Scalar>& blocking) argument
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
H A D | PKIXPolicyNode.java | 29 int _depth, 37 depth = _depth; 27 PKIXPolicyNode( List _children, int _depth, Set _expectedPolicies, PolicyNode _parent, Set _policyQualifiers, String _validPolicy, boolean _critical) argument
|
/external/chromium-trace/catapult/tracing/tracing_build/ |
H A D | merge_traces.py | 51 self._depth = depth 143 if self._depth == len(self.LEVELS): 146 logging.debug('Merging %r entries in %s...', self.LEVELS[self._depth].name, 159 entry = type(self)(self._depth + 1) 182 match_cls = self.LEVELS[self._depth - 1].match 187 if self._depth > 0: 194 if self._depth < len(self.LEVELS): 276 if self._depth == 0: 279 return '%s %s entry(%s)' % (cls_name, self.LEVELS[self._depth - 1].name,
|
/external/ImageMagick/Magick++/lib/Magick++/ |
H A D | Statistic.h | 203 size_t _depth; member in class:Magick::ChannelStatistics
|
/external/ImageMagick/Magick++/lib/ |
H A D | Statistic.cpp | 282 _depth(0.0), 302 _depth(channelStatistics_._depth), 334 return(_depth); 406 _depth(channelStatistics_->depth),
|
/external/jetty/src/java/org/eclipse/jetty/xml/ |
H A D | XmlParser.java | 259 int _depth; field in class:XmlParser.NoopHandler 269 _depth++; 275 if (_depth == 0) 278 _depth--;
|
/external/opencv3/3rdparty/jinja2/ |
H A D | runtime.py | 260 self._depth = depth 265 if self._depth + 1 >= len(self._stack): 270 self._depth + 1) 274 rv = concat(self._stack[self._depth](self._context))
|
/external/opencv3/modules/core/include/opencv2/core/ |
H A D | traits.hpp | 274 template<int _depth> class TypeDepth
|
/external/opencv3/modules/ml/src/ |
H A D | kdtree.cpp | 85 SubTree(int _first, int _last, int _nodeIdx, int _depth) argument 86 : first(_first), last(_last), nodeIdx(_nodeIdx), depth(_depth) {}
|
/external/opencv3/modules/core/src/ |
H A D | umatrix.cpp | 547 int UMat::checkVector(int _elemChannels, int _depth, bool _requireContinuous) const 549 return (depth() == _depth || _depth <= 0) &&
|