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

/external/chromium_org/remoting/protocol/
H A Dfake_session.h32 bool is_closed() const { return closed_; } function in class:remoting::protocol::FakeSession
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_rfc.c354 BOOLEAN is_closed = TRUE; local
359 is_closed = FALSE;
362 return is_closed;
/external/chromium_org/tools/android/forwarder2/
H A Dforwarder.cc85 bool is_closed() const { return state_ == STATE_CLOSED; } function in class:forwarder2::Forwarder::BufferedCopier
246 return buffer1_->is_closed() && buffer2_->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/pdfium/core/src/fxge/agg/agg23/
H A Dagg_basics.h235 inline bool is_closed(unsigned c) function in namespace:agg
/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 357 milliseconds