Home
last modified time | relevance | path

Searched refs:treeRoots (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libavoid/
H A Dhyperedgetree.cpp86 JunctionSet& treeRoots) in removeOtherJunctionsFrom() argument
100 treeRoots.erase(junction); in removeOtherJunctionsFrom()
108 containsCycle |= (*curr)->removeOtherJunctionsFrom(this, treeRoots); in removeOtherJunctionsFrom()
765 JunctionSet& treeRoots) in removeOtherJunctionsFrom() argument
770 containsCycle |= ends.first->removeOtherJunctionsFrom(this, treeRoots); in removeOtherJunctionsFrom()
775 containsCycle |= ends.second->removeOtherJunctionsFrom(this, treeRoots); in removeOtherJunctionsFrom()
H A Dhyperedgetree.h71 JunctionSet &treeRoots);
108 JunctionSet &treeRoots);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/
H A DTreeTab.java336 TreeItem treeRoots[] = tree1.getItems (); in createExampleWidgets() local
337 TreeItem item = new TreeItem (treeRoots[1], SWT.NONE); in createExampleWidgets()
341 textNode1 = treeRoots[0]; in createExampleWidgets()
381 treeRoots = tree2.getItems (); in createExampleWidgets()
382 item = new TreeItem (treeRoots[1], SWT.NONE); in createExampleWidgets()
400 imageNode1 = treeRoots[0]; in createExampleWidgets()
/dports/devel/stack/stack-2.7.3/src/Stack/
H A DDot.hs159 …reeOpts -> Text.putStrLn "Packages" >> printTree treeOpts dotOpts 0 [] (treeRoots opts pkgs) resul…
207 treeRoots :: ListDepsOpts -> Set PackageName -> Set PackageName
208 treeRoots opts projectPackages' = function