HomeSort by relevance Sort by last modified time
    Searched full:active_count (Results 1 - 19 of 19) 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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_task_types.h 133 active_count
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_task_types.h 133 active_count
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threading.py 435 assert threading.active_count() == 2, threading.active_count()
437 assert threading.active_count() == 1, threading.active_count()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threading.py 435 assert threading.active_count() == 2, threading.active_count()
437 assert threading.active_count() == 1, threading.active_count()
  /external/chromium_org/base/process/
process_metrics_mac.cc 322 return (data.active_count * page_size) / 1024;
  /external/chromium_org/chrome/tools/
webforms_aggregator.py 676 originalNumThreads = threading.active_count()
682 while threading.active_count() >= (
685 while threading.active_count() > originalNumThreads:
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py 29 __all__ = ['activeCount', 'active_count', 'Condition', 'currentThread',
1175 active_count = activeCount variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py 29 __all__ = ['activeCount', 'active_count', 'Condition', 'currentThread',
1175 active_count = activeCount variable
    [all...]
  /external/chromium/base/
process_util_mac.mm 484 return (data.active_count * page_size) / 1024;
  /external/opencv/cv/src/
cvhistogram.cpp 518 if( mat1->heap->active_count > mat2->heap->active_count )
    [all...]
  /external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py 832 threading.active_count(),
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
standalone.py 828 threading.active_count(),
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
standalone.py     [all...]

Completed in 610 milliseconds