Searched refs:active_count (Results 1 - 14 of 14) sorted by relevance

/external/pcre/dist/
H A Dpcre_dfa_exec.c353 if (active_count++ < wscount) \
363 if (active_count++ < wscount) \
418 int active_count, new_count, match_count; local
592 active_count = new_count;
596 workspace[1] = active_count;
604 for (i = 0; i < active_count; i++)
611 next_active_state = active_states + active_count;
638 for (i = 0; i < active_count; i++)
1185 active_count--; /* Remove non-match possibility */
1216 active_count
[all...]
/external/chromium_org/mojo/common/
H A Dhandle_watcher_unittest.cc364 // Called on the main thread when a thread is done. Decrements |active_count|
365 // and if |active_count| is zero quits |run_loop|.
366 void StressThreadDone(base::RunLoop* run_loop, int* active_count) { argument
367 (*active_count)--;
368 EXPECT_GE(*active_count, 0);
369 if (*active_count == 0)
374 // |count| is the number of HandleWatchers to create. |active_count| is the
378 // |active_count| and |run_loop| should only be used on the main thread.
382 int* active_count) {
420 active_count));
379 RunStressTest(int count, scoped_refptr<base::TaskRunner> task_runner, base::RunLoop* run_loop, int* active_count) argument
[all...]
/external/chromium_org/chrome/tools/
H A Dwebforms_aggregator.py676 originalNumThreads = threading.active_count()
682 while threading.active_count() >= (
685 while threading.active_count() > originalNumThreads:
/external/chromium_org/base/process/
H A Dprocess_metrics_mac.cc341 return (data.active_count * PAGE_SIZE) / 1024;
/external/opencv/cxcore/include/
H A Dcxcore.h1123 set_header->active_count++;
1138 set_header->active_count--;
1215 #define cvGraphGetVtxCount( graph ) ((graph)->active_count)
1216 #define cvGraphGetEdgeCount( graph ) ((graph)->edges->active_count)
H A Dcxtypes.h1250 int active_count;
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachTask.cpp431 profile_data_stream << "active:" << vm_stats.active_count * pagesize << ';';
433 uint64_t total_used_count = vm_stats.wire_count + vm_stats.inactive_count + vm_stats.active_count;
/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp2826 set->active_count++;
2865 set->active_count = 0;
2976 count = graph->edges->active_count;
2984 count -= graph->edges->active_count;
3011 count = graph->edges->active_count;
3021 count -= graph->edges->active_count;
H A Dcxcopy.cpp315 if( src1->heap->active_count >= dst1->hashsize*CV_SPARSE_HASH_RATIO )
H A Dcxarray.cpp840 if( mat->heap->active_count >= mat->hashsize*CV_SPARSE_HASH_RATIO )
/external/chromium-trace/trace-viewer/examples/stream_server/
H A Dstandalone.py832 threading.active_count(),
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dstandalone.py828 threading.active_count(),
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dstandalone.py1029 threading.active_count(),
/external/opencv/cv/src/
H A Dcvhistogram.cpp518 if( mat1->heap->active_count > mat2->heap->active_count )

Completed in 806 milliseconds