/external/pcre/dist/ |
D | pcre_dfa_exec.c | 353 if (active_count++ < wscount) \ 363 if (active_count++ < wscount) \ 418 int active_count, new_count, match_count; in internal_dfa_exec() local 592 active_count = new_count; in internal_dfa_exec() 596 workspace[1] = active_count; in internal_dfa_exec() 604 for (i = 0; i < active_count; i++) in internal_dfa_exec() 611 next_active_state = active_states + active_count; in internal_dfa_exec() 638 for (i = 0; i < active_count; i++) in internal_dfa_exec() 1185 active_count--; /* Remove non-match possibility */ in internal_dfa_exec() 1216 active_count--; /* Remove non-match possibility */ in internal_dfa_exec() [all …]
|
/external/opencv3/modules/core/test/ |
D | test_ds.cpp | 1254 int prev_total = cvset->total, prev_count = cvset->active_count; in test_set_ops() 1267 CV_TS_SEQ_CHECK_CONDITION( cvset->active_count == 0 && cvset->total == 0 && in test_set_ops() 1311 cvset->active_count == prev_count + 1, in test_set_ops() 1347 cvset->active_count == prev_count - 1, in test_set_ops() 1353 CV_TS_SEQ_CHECK_CONDITION( cvset->active_count == sset->max_count - sset->free_count && in test_set_ops() 1354 cvset->total >= cvset->active_count && in test_set_ops() 1475 prev_vtx_count = graph->active_count, in test_graph_ops() 1476 prev_edge_count = graph->edges->active_count; in test_graph_ops() 1488 CV_TS_SEQ_CHECK_CONDITION( graph->active_count == 0 && graph->total == 0 && in test_graph_ops() 1493 CV_TS_SEQ_CHECK_CONDITION( edges->active_count == 0 && edges->total == 0 && in test_graph_ops() [all …]
|
D | test_io.cpp | 44 if( m1->heap->active_count != m2->heap->active_count || in cvTsCheckSparse() 359 if(graph2->active_count != vcount || graph3->active_count != vcount || in run() 360 graph2->edges->active_count != ecount || graph3->edges->active_count != ecount) in run()
|
/external/tcpdump/tests/ |
D | of10_pf5240-vv.out | 357 …max_entries 5632, active_count 3, lookup_count 18446744073709551615, matched_count 184467440737095… 366 …max_entries 163840, active_count 3, lookup_count 18446744073709551615, matched_count 1844674407370… 371 …max_entries 512, active_count 0, lookup_count 18446744073709551615, matched_count 1844674407370955… 376 …max_entries 512, active_count 0, lookup_count 18446744073709551615, matched_count 1844674407370955… 381 …max_entries 16384, active_count 0, lookup_count 18446744073709551615, matched_count 18446744073709… 386 …max_entries 2048, active_count 0, lookup_count 18446744073709551615, matched_count 184467440737095… 391 …max_entries 0, active_count 0, lookup_count 18446744073709551615, matched_count 184467440737095516… 396 …max_entries 0, active_count 0, lookup_count 18446744073709551615, matched_count 184467440737095516… 401 …max_entries 0, active_count 0, lookup_count 18446744073709551615, matched_count 184467440737095516… 406 …max_entries 0, active_count 0, lookup_count 18446744073709551615, matched_count 184467440737095516… [all …]
|
D | of10_s4810-vvvv.out | 89 max_entries 1024, active_count 0, lookup_count 0, matched_count 0 92 max_entries 49152, active_count 0, lookup_count 0, matched_count 0 95 max_entries 6144, active_count 0, lookup_count 0, matched_count 0 98 max_entries 498, active_count 0, lookup_count 127028, matched_count 0 101 max_entries 24576, active_count 0, lookup_count 0, matched_count 0 104 max_entries 256, active_count 0, lookup_count 0, matched_count 0
|
D | of10_7050sx_bsn-vv.out | 215 max_entries 1500, active_count 0, lookup_count 0, matched_count 0
|
D | of10_p3295-vv.out | 734 …max_entries 1000000, active_count 26, lookup_count 1158498983736653433, matched_count 115849898373…
|
/external/libevent/ |
D | defer-internal.h | 59 int active_count; member
|
D | event-internal.h | 342 ((base)->event_count_active + (base)->defer_queue.active_count)
|
D | event.c | 1406 --queue->active_count; in event_process_deferred_callbacks() 2369 --queue->active_count; in event_deferred_cb_cancel() 2390 ++queue->active_count; in event_deferred_cb_schedule()
|
/external/autotest/site_utils/ |
D | stats_poller.py | 45 while threading.active_count() > 0:
|
/external/libchrome/base/process/ |
D | process_metrics_mac.cc | 365 return (data.active_count * PAGE_SIZE) / 1024; in GetSystemCommitCharge()
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 1123 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)
|
D | cxtypes.h | 1250 int active_count;
|
/external/autotest/site_utils/chromeos_proxy/ |
D | swarming_bots.py | 299 while threading.active_count() > 1:
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | core_c.h | 1744 set_header->active_count++; in cvSetNew() 1759 set_header->active_count--; in cvSetRemoveByPtr() 1836 #define cvGraphGetVtxCount( graph ) ((graph)->active_count) 1837 #define cvGraphGetEdgeCount( graph ) ((graph)->edges->active_count)
|
D | types_c.h | 1278 int active_count;
|
/external/opencv3/modules/core/src/ |
D | datastructs.cpp | 2533 set->active_count++; in cvSetAdd() 2560 set->active_count = 0; in cvClearSet() 2645 count = graph->edges->active_count; in cvGraphRemoveVtxByPtr() 2653 count -= graph->edges->active_count; in cvGraphRemoveVtxByPtr() 2674 count = graph->edges->active_count; in cvGraphRemoveVtx() 2684 count -= graph->edges->active_count; in cvGraphRemoveVtx()
|
D | copy.cpp | 1339 if( src1->heap->active_count >= dst1->hashsize*CV_SPARSE_HASH_RATIO ) in cvCopy()
|
/external/opencv/cxcore/src/ |
D | cxdatastructs.cpp | 2826 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()
|
D | cxcopy.cpp | 315 if( src1->heap->active_count >= dst1->hashsize*CV_SPARSE_HASH_RATIO ) in cvCopy()
|
D | cxarray.cpp | 840 if( mat->heap->active_count >= mat->hashsize*CV_SPARSE_HASH_RATIO ) in icvGetNodePtr()
|
/external/opencv3/modules/imgproc/test/ |
D | test_histograms.cpp | 719 ((CvSparseMat*)hist[0]->bins)->heap->active_count == 0 ) in prepare_test_case() 855 orig_nz_count = sparse->heap->active_count; in prepare_test_case() 932 if( sparse->heap->active_count > 0 ) in validate_test_results()
|
/external/opencv/cv/src/ |
D | cvhistogram.cpp | 518 if( mat1->heap->active_count > mat2->heap->active_count ) in cvCompareHist()
|
/external/opencv3/modules/imgproc/src/ |
D | histogram.cpp | 2925 …if( mat1->heap->active_count > mat2->heap->active_count && method != CV_COMP_CHISQR && method != C… in cvCompareHist()
|