Home
last modified time | relevance | path

Searched refs:activeNodeCount (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/
H A DBreakingAlgorithm.java160 protected int activeNodeCount; field in BreakingAlgorithm
560 if (activeNodeCount == 0) { in findBreakingPoints()
926 log.trace("\tCurrent active node list: " + activeNodeCount + " " + this.toString("\t")); in considerLegalBreak()
1163 log.trace("\tInsert new break in list of " + activeNodeCount in addBreaks()
1305 log.trace("Main loop completed " + activeNodeCount); in finish()
1358 activeNodeCount++; in addNode()
1390 activeNodeCount--; in removeNode()
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/LocalProvider/
H A DLocalNodeProvider.cs81 this.activeNodeCount = 0; in Initialize()
295 responseCount = activeNodeCount; in ShutdownNodes()
527 Interlocked.Decrement(ref activeNodeCount); in DecreaseActiveNodeCount()
539 Interlocked.Increment(ref activeNodeCount); in IncreaseActiveNodeCount()
1003 private int activeNodeCount; field in Microsoft.Build.BuildEngine.LocalNodeProvider