Home
last modified time | relevance | path

Searched refs:activeCount (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/pathops/
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/
Dthreading.py1456 def activeCount(): function
/third_party/python/Lib/test/
Dtest_threading.py490 threading.activeCount()
/third_party/python/Misc/NEWS.d/
D3.10.0b1.rst1028 - ``activeCount`` => :func:`threading.active_count`
/third_party/python/Doc/library/
Dthreading.rst45 The function ``activeCount`` is a deprecated alias for this function.
/third_party/python/Doc/whatsnew/
D3.10.rst1721 * ``threading.activeCount`` => :func:`threading.active_count`
D2.6.rst2540 :meth:`activeCount` method is renamed to :meth:`active_count`. Both