Home
last modified time | relevance | path

Searched refs:activeCount (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/pathops/
H A DSkOpSegment.cpp599 int activeCount = 0; in findNextOp() local
605 ++activeCount; in findNextOp()
606 if (!foundAngle || (foundDone && activeCount & 1)) { in findNextOp()
695 int activeCount = 0; in findNextWinding() local
701 ++activeCount; in findNextWinding()
702 if (!foundAngle || (foundDone && activeCount & 1)) { in findNextWinding()
783 int activeCount = 0; in findNextXor() local
789 ++activeCount; in findNextXor()
790 if (!foundAngle || (foundDone && activeCount & 1)) { in findNextXor()
/third_party/python/Lib/
H A Dthreading.py1479 def activeCount(): function
1486 warnings.warn('activeCount() is deprecated, use active_count() instead',
/third_party/python/Lib/test/
H A Dtest_threading.py518 threading.activeCount()
1624 not_exported = {'currentThread', 'activeCount'}

Completed in 8 milliseconds