Home
last modified time | relevance | path

Searched refs:stopNode (Results 1 – 25 of 74) sorted by relevance

123

/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/rep/
H A DLocalWriteTxnTest.java244 final int stopNode = groupSize - 1; in testReadAndWrite() local
245 repDbs[stopNode].close(); in testReadAndWrite()
246 localTxnalDbs[stopNode].close(); in testReadAndWrite()
247 localNonTxnalDbs[stopNode].close(); in testReadAndWrite()
248 repEnvInfo[stopNode].getEnv().close(); in testReadAndWrite()
254 for (n = 0; n < stopNode; n += 1) { in testReadAndWrite()
296 for (n = 0; n < stopNode; n += 1) { in testReadAndWrite()
313 for (n = 0; n < stopNode; n += 1) { in testReadAndWrite()
/dports/audio/rezound/rezound-0.13.1beta/src/backend/
H A DCGraphParamValueNode.cpp80 const CGraphParamValueNode &stopNode=nodes[i+1]; in interpretGraphNodes() local
90 segmentStopValue=stopNode.y; in interpretGraphNodes()
110 segmentStopValue=stopNode.y; in interpretGraphNodes()
113 segmentStopPosition=(sample_pos_t)floor(stopNode.x*(totalLength))-1; in interpretGraphNodes()
/dports/math/ogdf/OGDF/include/ogdf/planarity/
H A DPlanRep.h111 return stopNode(cc) - startNode(cc); in numberOfNodesInCC()
127 int stopNode() const { return m_ccInfo.stopNode(m_currentCC); } in stopNode() function
130 int stopNode(int cc) const { return m_ccInfo.stopNode(cc); } in stopNode() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderListBox.h73 …virtual bool scroll(ScrollDirection, ScrollGranularity, float multiplier = 1, Node** stopNode = 0);
74 …ogicalScroll(ScrollLogicalDirection, ScrollGranularity, float multiplier = 1, Node** stopNode = 0);
H A DRenderTextControlSingleLine.h85 …virtual bool scroll(ScrollDirection, ScrollGranularity, float multiplier = 1, Node** stopNode = 0);
86 …ogicalScroll(ScrollLogicalDirection, ScrollGranularity, float multiplier = 1, Node** stopNode = 0);
/dports/math/ogdf/OGDF/src/ogdf/planarity/
H A DPlanarizationGridLayout.cpp75 for(int j = pr.startNode(); j < pr.stopNode(); ++j) in doCall()
120 for(int j = pr.startNode(cc); j < pr.stopNode(cc); ++j) in doCall()
H A DPlanarizationLayout.cpp86 for(int i = pr.startNode(); i < pr.stopNode(); ++i) { in call()
282 for(int i = pr.startNode(); i < pr.stopNode(); ++i) { in call()
469 for(int i = pr.startNode(); i < pr.stopNode(); ++i) { in callSimDraw()
505 for(int i = pr.startNode(cc); i < pr.stopNode(cc); ++i) in arrangeCCs()
H A DPlanRepLight.cpp50 for(int i = m_ccInfo.startNode(m_currentCC); i < m_ccInfo.stopNode(m_currentCC); ++i) in initCC()
/dports/math/ogdf/OGDF/src/ogdf/uml/
H A DPlanarizationLayoutUML.cpp103 for(int j = pr.startNode(); j < pr.stopNode(); ++j) { in doSimpleCall()
231 for(int j = pr.startNode(); j < pr.stopNode(); ++j) { in call()
389 for(int j = PG.startNode(i); j < PG.stopNode(i); ++j) in arrangeCCs()
537 for(int j = PG.startNode(); j < PG.stopNode(); ++j)
/dports/lang/clips/clips_core_source_630/core/
H A Dfactmch.c198 if (tempPtr->header.stopNode) in FactPatternMatch()
220 if (patternPtr->header.stopNode) in FactPatternMatch()
379 if (thePattern->header.stopNode) in ProcessMultifieldNode()
764 if (patternPtr->header.stopNode) in TraceErrorToJoin()
/dports/science/R-cran-snow/snow/man/
H A Dsnow-internal.Rd39 \alias{stopNode}
100 stopNode(n)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DRangeImpl.java782 Node stopNode = fEndContainer; in toString() local
811 stopNode = fEndContainer.getFirstChild(); in toString()
812 while( i>0 && stopNode!=null ){ in toString()
814 stopNode = stopNode.getNextSibling(); in toString()
816 if ( stopNode == null ) in toString()
817 stopNode = nextNode( fEndContainer, false ); in toString()
819 while (node != stopNode) { //look into all kids of the Range in toString()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DRangeImpl.java782 Node stopNode = fEndContainer; in toString() local
811 stopNode = fEndContainer.getFirstChild(); in toString()
812 while( i>0 && stopNode!=null ){ in toString()
814 stopNode = stopNode.getNextSibling(); in toString()
816 if ( stopNode == null ) in toString()
817 stopNode = nextNode( fEndContainer, false ); in toString()
819 while (node != stopNode) { //look into all kids of the Range in toString()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DRangeImpl.java782 Node stopNode = fEndContainer; in toString() local
811 stopNode = fEndContainer.getFirstChild(); in toString()
812 while( i>0 && stopNode!=null ){ in toString()
814 stopNode = stopNode.getNextSibling(); in toString()
816 if ( stopNode == null ) in toString()
817 stopNode = nextNode( fEndContainer, false ); in toString()
819 while (node != stopNode) { //look into all kids of the Range in toString()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DRangeImpl.java782 Node stopNode = fEndContainer; in toString() local
811 stopNode = fEndContainer.getFirstChild(); in toString()
812 while( i>0 && stopNode!=null ){ in toString()
814 stopNode = stopNode.getNextSibling(); in toString()
816 if ( stopNode == null ) in toString()
817 stopNode = nextNode( fEndContainer, false ); in toString()
819 while (node != stopNode) { //look into all kids of the Range in toString()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DRangeImpl.java782 Node stopNode = fEndContainer; in toString() local
811 stopNode = fEndContainer.getFirstChild(); in toString()
812 while( i>0 && stopNode!=null ){ in toString()
814 stopNode = stopNode.getNextSibling(); in toString()
816 if ( stopNode == null ) in toString()
817 stopNode = nextNode( fEndContainer, false ); in toString()
819 while (node != stopNode) { //look into all kids of the Range in toString()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DRangeImpl.java782 Node stopNode = fEndContainer; in toString() local
811 stopNode = fEndContainer.getFirstChild(); in toString()
812 while( i>0 && stopNode!=null ){ in toString()
814 stopNode = stopNode.getNextSibling(); in toString()
816 if ( stopNode == null ) in toString()
817 stopNode = nextNode( fEndContainer, false ); in toString()
819 while (node != stopNode) { //look into all kids of the Range in toString()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DRangeImpl.java782 Node stopNode = fEndContainer; in toString() local
811 stopNode = fEndContainer.getFirstChild(); in toString()
812 while( i>0 && stopNode!=null ){ in toString()
814 stopNode = stopNode.getNextSibling(); in toString()
816 if ( stopNode == null ) in toString()
817 stopNode = nextNode( fEndContainer, false ); in toString()
819 while (node != stopNode) { //look into all kids of the Range in toString()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DRangeImpl.java782 Node stopNode = fEndContainer; in toString() local
811 stopNode = fEndContainer.getFirstChild(); in toString()
812 while( i>0 && stopNode!=null ){ in toString()
814 stopNode = stopNode.getNextSibling(); in toString()
816 if ( stopNode == null ) in toString()
817 stopNode = nextNode( fEndContainer, false ); in toString()
819 while (node != stopNode) { //look into all kids of the Range in toString()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DRangeImpl.java781 Node stopNode = fEndContainer; in toString() local
810 stopNode = fEndContainer.getFirstChild(); in toString()
811 while( i>0 && stopNode!=null ){ in toString()
813 stopNode = stopNode.getNextSibling(); in toString()
815 if ( stopNode == null ) in toString()
816 stopNode = nextNode( fEndContainer, false ); in toString()
818 while (node != stopNode) { //look into all kids of the Range in toString()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DRangeImpl.java781 Node stopNode = fEndContainer; in toString() local
810 stopNode = fEndContainer.getFirstChild(); in toString()
811 while( i>0 && stopNode!=null ){ in toString()
813 stopNode = stopNode.getNextSibling(); in toString()
815 if ( stopNode == null ) in toString()
816 stopNode = nextNode( fEndContainer, false ); in toString()
818 while (node != stopNode) { //look into all kids of the Range in toString()
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/blockchain/
H A Dchain.go1494 stopNode := b.index.LookupNode(hashStop)
1496 if stopNode == nil {
1501 return stopNode, 1
1526 if stopNode != nil && b.bestChain.Contains(stopNode) &&
1527 stopNode.height >= startNode.height {
1529 total = uint32((stopNode.height - startNode.height) + 1)
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/blockchain/
H A Dchain.go1494 stopNode := b.index.LookupNode(hashStop)
1496 if stopNode == nil {
1501 return stopNode, 1
1526 if stopNode != nil && b.bestChain.Contains(stopNode) &&
1527 stopNode.height >= startNode.height {
1529 total = uint32((stopNode.height - startNode.height) + 1)
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/blockchain/
H A Dchain.go1494 stopNode := b.index.LookupNode(hashStop)
1496 if stopNode == nil {
1501 return stopNode, 1
1526 if stopNode != nil && b.bestChain.Contains(stopNode) &&
1527 stopNode.height >= startNode.height {
1529 total = uint32((stopNode.height - startNode.height) + 1)
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/blockchain/
H A Dchain.go1494 stopNode := b.index.LookupNode(hashStop)
1496 if stopNode == nil {
1501 return stopNode, 1
1526 if stopNode != nil && b.bestChain.Contains(stopNode) &&
1527 stopNode.height >= startNode.height {
1529 total = uint32((stopNode.height - startNode.height) + 1)

123