Home
last modified time | relevance | path

Searched refs:active_count (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/ui/panels/
Dpanel_manager.h58 int active_count() const { return active_panels_.size(); } in active_count() function
/external/opencv/cxcore/include/
Dcxcore.h1123 set_header->active_count++; in cvSetNew()
1138 set_header->active_count--; in cvSetRemoveByPtr()
1215 #define cvGraphGetVtxCount( graph ) ((graph)->active_count)
1216 #define cvGraphGetEdgeCount( graph ) ((graph)->edges->active_count)
Dcxtypes.h1250 int active_count;
/external/opencv/cxcore/src/
Dcxdatastructs.cpp2826 set->active_count++; in cvSetAdd()
2865 set->active_count = 0; in cvClearSet()
2976 count = graph->edges->active_count; in cvGraphRemoveVtxByPtr()
2984 count -= graph->edges->active_count; in cvGraphRemoveVtxByPtr()
3011 count = graph->edges->active_count; in cvGraphRemoveVtx()
3021 count -= graph->edges->active_count; in cvGraphRemoveVtx()
Dcxcopy.cpp315 if( src1->heap->active_count >= dst1->hashsize*CV_SPARSE_HASH_RATIO ) in cvCopy()
Dcxarray.cpp840 if( mat->heap->active_count >= mat->hashsize*CV_SPARSE_HASH_RATIO ) in icvGetNodePtr()
/external/opencv/cv/src/
Dcvhistogram.cpp518 if( mat1->heap->active_count > mat2->heap->active_count ) in cvCompareHist()
/external/chromium/base/
Dprocess_util_mac.mm484 return (data.active_count * page_size) / 1024;