Searched defs:is_closed (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
H A Dbug.py76 def is_closed(self): member in class:Bug
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_rfc.c350 BOOLEAN is_closed = TRUE; local
355 is_closed = FALSE;
358 return is_closed;
/external/opencv/cv/src/
H A Dcvapprox.cpp528 int is_closed = CV_IS_SEQ_CLOSED( src_contour ); local
549 if( !is_closed )
563 is_closed = 1;
568 if( is_closed )
673 is_closed = CV_IS_SEQ_CLOSED( src_contour );
674 if( !is_closed )
679 cvStartReadSeq( *dst_contour, &reader, is_closed );
686 for( i = !is_closed; i < count - !is_closed && new_count > 2; i++ )
708 if( !is_closed )
732 int is_closed = CV_IS_SEQ_CLOSED( src_contour ); local
[all...]
/external/oprofile/libpp/
H A Dxml_utils.cpp427 bool is_closed(string const & n);
561 bool module_info::is_closed(string const & n) function in class:module_info
906 if (!m.is_closed(old_name))
/external/opencv/cv/include/
H A Dcvcompat.h882 int is_closed, double color, int scale CV_DEFAULT(0) )
884 cvPolyLine( img, pts, npts, contours, is_closed,
881 cvPolyLineAA( CvArr* img, CvPoint** pts, int* npts, int contours, int is_closed, double color, int scale CV_DEFAULT(0) ) argument

Completed in 568 milliseconds