HomeSort by relevance Sort by last modified time
    Searched refs:active_count (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/ui/panels/
panel_manager.h 58 int active_count() const { return active_panels_.size(); } function in class:PanelManager
  /external/pcre/
pcre_dfa_exec.c 324 if (active_count++ < wscount) \
335 if (active_count++ < wscount) \
392 int active_count, new_count, match_count; local
560 active_count = new_count;
564 workspace[1] = active_count;
572 for (i = 0; i < active_count; i++)
579 next_active_state = active_states + active_count;
605 for (i = 0; i < active_count; i++)
    [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]
cxtypes.h     [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp     [all...]
cxcopy.cpp 315 if( src1->heap->active_count >= dst1->hashsize*CV_SPARSE_HASH_RATIO )
    [all...]
cxarray.cpp 840 if( mat->heap->active_count >= mat->hashsize*CV_SPARSE_HASH_RATIO )
    [all...]
  /external/opencv/cv/src/
cvhistogram.cpp 518 if( mat1->heap->active_count > mat2->heap->active_count )
    [all...]

Completed in 210 milliseconds