Searched refs:Link (Results 1 - 17 of 17) sorted by relevance

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DClusterIngoingConnection.java26 import com.sun.hotspot.igv.layout.Link;
36 public class ClusterIngoingConnection implements Link {
40 private Link connection;
44 public ClusterIngoingConnection(ClusterInputSlotNode inputSlotNode, Link c) {
53 public Link getConnection() {
H A DClusterOutgoingConnection.java26 import com.sun.hotspot.igv.layout.Link;
36 public class ClusterOutgoingConnection implements Link {
40 private Link connection;
44 public ClusterOutgoingConnection(ClusterOutputSlotNode outputSlotNode, Link c) {
H A DHierarchicalClusterLayoutManager.java37 import com.sun.hotspot.igv.layout.Link;
57 doLayout(graph, new HashSet<Vertex>(), new HashSet<Vertex>(), new HashSet<Link>());
68 public void doLayout(LayoutGraph graph, Set<? extends Vertex> firstLayerHint, Set<? extends Vertex> lastLayerHint, Set<? extends Link> importantLinks) {
73 HashMap<Cluster, List<Link>> listsConnection = new HashMap<Cluster, List<Link>>();
80 Set<Link> clusterEdges = new HashSet<Link>();
81 Set<Link> interClusterEdges = new HashSet<Link>();
82 HashMap<Link, ClusterOutgoingConnectio
[all...]
H A DClusterEdge.java26 import com.sun.hotspot.igv.layout.Link;
35 public class ClusterEdge implements Link {
H A DInterClusterConnection.java26 import com.sun.hotspot.igv.layout.Link;
36 public class InterClusterConnection implements Link {
H A DClusterNode.java27 import com.sun.hotspot.igv.layout.Link;
50 private Set<Link> subEdges;
58 this.subEdges = new HashSet<Link>();
68 public void addSubEdge(Link l) {
72 public Set<Link> getSubEdges() {
125 for (Link l : subEdges) {
144 for (Link l : subEdges) {
184 for (Link e : subEdges) {
H A DOldHierarchicalLayoutManager.java37 import com.sun.hotspot.igv.layout.Link;
78 private Link edge;
97 public NodeData(Link edge) {
113 public Link getEdge() {
229 private Link edge;
231 public EdgeData(Link edge) {
235 public EdgeData(Link edge, boolean rev) {
303 public Link getEdge() {
359 doLayout(layoutGraph, firstLayerHint, lastLayerHint, new HashSet<Link>());
362 public void doLayout(LayoutGraph layoutGraph, Set<? extends Vertex> firstLayerHint, Set<? extends Vertex> lastLayerHint, Set<? extends Link> importantLinksHin
[all...]
H A DHierarchicalLayoutManager.java28 import com.sun.hotspot.igv.layout.Link;
77 private Set<Link> reversedLinks;
80 private HashMap<Link, List<Point>> reversedLinkStartPoints;
81 private HashMap<Link, List<Point>> reversedLinkEndPoints;
83 private HashMap<Link, List<Point>> splitStartPoints;
84 private HashMap<Link, List<Point>> splitEndPoints;
90 private Set<? extends Link> importantLinks;
91 private Set<Link> linksToFollow;
123 public Link link;
174 this.linksToFollow = new HashSet<Link>();
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DImageWatched.java33 public static Link endlink = new Link();
35 public Link watcherList;
48 public static class Link { class in class:ImageWatched
50 * Check if iw is the referent of this Link or any
51 * subsequent Link objects on this chain.
58 * Remove this Link from the chain if its referent
65 * synchronized block so Link.next modifications
68 public Link removeWatcher(ImageObserver iw) {
74 * to the referent of this Link an
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Layout/src/com/sun/hotspot/igv/layout/
H A DLayoutManager.java36 public void doLayout(LayoutGraph graph, Set<? extends Vertex> firstLayerHint, Set<? extends Vertex> lastLayerHint, Set<? extends Link> importantLinks);
H A DLink.java33 public interface Link { interface
H A DLayoutGraph.java38 private Set<? extends Link> links;
42 private HashMap<Port, Set<Link>> portLinks;
44 public LayoutGraph(Set<? extends Link> links) {
48 public LayoutGraph(Set<? extends Link> links, Set<? extends Vertex> additionalVertices) {
53 portLinks = new HashMap<Port, Set<Link>>();
57 for (Link l : links) {
79 HashSet<Link> hashSet = new HashSet<Link>(3);
84 portLinks.put(p2, new HashSet<Link>(3));
112 public Set<Link> getPortLink
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/
H A DBlockConnectionWidget.java27 import com.sun.hotspot.igv.layout.Link;
38 public class BlockConnectionWidget extends ConnectionWidget implements Link {
H A DHierarchicalGraphLayout.java29 import com.sun.hotspot.igv.layout.Link;
54 private class LinkWrapper implements Link {
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DConnection.java26 import com.sun.hotspot.igv.layout.Link;
37 public class Connection implements Source.Provider, Link {
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmscnvrt.c59 // Link several profiles to obtain a single LUT modelling the whole color transform. Intents, Black point
117 cmsIntentFn Link; member in struct:_cms_intents_list
978 // Link routines ------------------------------------------------------------------------------------------------------
1030 return Intent ->Link(ContextID, nProfiles, TheIntents, hProfiles, BPC, AdaptationStates, dwFlags);
1083 fl ->Link = Plugin ->Link;
H A Dlcms2_plugin.h484 cmsIntentFn Link; member in struct:__anon902

Completed in 72 milliseconds