Searched refs:_operation (Results 1 - 4 of 4) sorted by relevance

/external/opencv/cv/include/
H A Dcv.hpp323 CvMorphology( int _operation, int _max_width, int _src_dst_type,
329 virtual void init( int _operation, int _max_width, int _src_dst_type,
/external/opencv/cv/src/
H A Dcvmorph.cpp130 CvMorphology::CvMorphology( int _operation, int _max_width, int _src_dst_type, argument
137 init( _operation, _max_width, _src_dst_type,
157 void CvMorphology::init( int _operation, int _max_width, int _src_dst_type, argument
169 if( _operation != ERODE && _operation != DILATE )
188 operation = _operation;
/external/valgrind/main/VEX/test/
H A Dmmxtest.c521 #define do_test(_name, _operation) \
526 _operation; \
/external/libunwind/doc/
H A Dlibunwind-dynamic.tex278 of the \Type{unw\_dyn\_operation\_t} values described below.
324 \Type{unw\_dyn\_operation\_t} which defines the following

Completed in 1966 milliseconds