Home
last modified time | relevance | path

Searched defs:activeCount (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/pathops/
DSkOpSegment.cpp579 int activeCount = 0; in findNextOp() local
675 int activeCount = 0; in findNextWinding() local
763 int activeCount = 0; in findNextXor() local
/external/skia/src/pathops/
DSkOpSegment.cpp579 int activeCount = 0; in findNextOp() local
675 int activeCount = 0; in findNextWinding() local
763 int activeCount = 0; in findNextXor() local
/external/python/cpython3/Lib/
Dthreading.py1254 activeCount = active_count variable
/external/python/cpython2/Lib/
Dthreading.py1158 def activeCount(): function