Home
last modified time | relevance | path

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

/external/skqp/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()
/external/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()
/external/python/cpython2/Lib/
Dthreading.py1158 def activeCount(): function
1168 active_count = activeCount
/external/emma/core/java12/com/vladium/emma/rt/
DAppRunner.java855 aliveThreads = new Thread [group.activeCount () << 1]; in joinNonDeamonThreads()
/external/python/cpython3/Lib/
Dthreading.py1238 activeCount = active_count variable
/external/python/cpython3/Lib/test/
Dtest_threading.py422 threading.activeCount()
/external/kotlinc/lib/
Dkotlin-daemon-client.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jetbrains/ org/ ...
/external/python/cpython2/Doc/library/
Dthreading.rst46 activeCount()
/external/python/cpython3/Doc/library/
Didle.rst678 and ``threading.activeCount()`` returns 2 instead of 1.
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2536 :meth:`activeCount` method is renamed to :meth:`active_count`. Both
/external/python/cpython3/Doc/whatsnew/
D2.6.rst2540 :meth:`activeCount` method is renamed to :meth:`active_count`. Both