Searched refs:links (Results 1 - 25 of 27) sorted by relevance

12

/openjdk9/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/links/
H A Dpackage-info.java27 Provides a factory for constructing links.
35 package jdk.javadoc.internal.doclets.toolkit.util.links;
H A DLinkOutput.java26 package jdk.javadoc.internal.doclets.toolkit.util.links;
H A DLinkFactory.java26 package jdk.javadoc.internal.doclets.toolkit.util.links;
47 * A factory that constructs links from given link information.
173 // Since we are excluding type parameter links, we should not
229 * Return the links to the type parameters.
232 * @return the links to the type parameters.
239 * Return the links to the type parameters.
244 * @return the links to the type parameters.
248 Content links = newContent();
267 return links;
271 links
[all...]
H A DLinkInfo.java26 package jdk.javadoc.internal.doclets.toolkit.util.links;
/openjdk9/langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/internal/toolkit/util/links/
H A Dpackage-info.java27 Provides a factory for constructing links.
35 package com.sun.tools.doclets.internal.toolkit.util.links;
H A DLinkOutput.java26 package com.sun.tools.doclets.internal.toolkit.util.links;
H A DLinkFactory.java26 package com.sun.tools.doclets.internal.toolkit.util.links;
32 * A factory that constructs links from given link information.
117 //Since we are excluding type parameter links, we should not
200 * Return the links to the type parameters.
203 * @return the links to the type parameters.
210 * Return the links to the type parameters.
215 * @return the links to the type parameters.
218 Content links = newContent();
229 return links;
235 links
[all...]
H A DLinkInfo.java26 package com.sun.tools.doclets.internal.toolkit.util.links;
/openjdk9/hotspot/src/share/tools/IdealGraphVisualizer/Layout/src/com/sun/hotspot/igv/layout/
H A DLayoutGraph.java34 private Set<? extends Link> links; field in class:LayoutGraph
40 public LayoutGraph(Set<? extends Link> links) { argument
41 this(links, new HashSet<Vertex>());
44 public LayoutGraph(Set<? extends Link> links, Set<? extends Vertex> additionalVertices) { argument
45 this.links = links;
49 portLinks = new HashMap<>(links.size());
50 inputPorts = new HashMap<>(links.size());
51 outputPorts = new HashMap<>(links.size());
53 for (Link l : links) {
[all...]
/openjdk9/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DLinkFactoryImpl.java40 import jdk.javadoc.internal.doclets.toolkit.util.links.LinkFactory;
41 import jdk.javadoc.internal.doclets.toolkit.util.links.LinkInfo;
151 ContentBuilder links = new ContentBuilder();
171 return links;
175 return links;
182 links.addContent(" ");
184 links.addContent(anno);
188 links.addContent(" ");
191 return links;
H A DLinkOutputImpl.java28 import jdk.javadoc.internal.doclets.toolkit.util.links.LinkOutput;
H A DLinkInfoImpl.java36 import jdk.javadoc.internal.doclets.toolkit.util.links.LinkInfo;
141 * Super interface links.
146 * Implemented interface links.
151 * Implemented class links.
156 * Subinterface links.
161 * Subclasses links.
/openjdk9/langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/formats/html/
H A DLinkOutputImpl.java28 import com.sun.tools.doclets.internal.toolkit.util.links.*;
H A DLinkFactoryImpl.java34 import com.sun.tools.doclets.internal.toolkit.util.links.*;
138 ContentBuilder links = new ContentBuilder();
145 return links;
149 return links;
156 links.addContent(" ");
158 links.addContent(anno);
162 links.addContent(" ");
165 return links;
H A DLinkInfoImpl.java32 import com.sun.tools.doclets.internal.toolkit.util.links.*;
137 * Super interface links.
142 * Implemented interface links.
147 * Implemented class links.
152 * Subinterface links.
157 * Subclasses links.
/openjdk9/jdk/make/src/classes/build/tools/tzdb/
H A DTzdbZoneRulesCompiler.java188 // Build the rules, zones and links into real zones.
198 Map<String, String> links = provider.getAliasMap();
199 for (String aliasId : links.keySet()) {
200 String realId = links.get(aliasId);
204 realId = links.get(realId); // try again (handle alias liked to alias)
208 throw new IllegalArgumentException("Alias '" + aliasId + "' links to invalid zone '" + realId);
210 links.put(aliasId, realId);
217 outputFile(dstFile, version, builtZones, links);
244 Map<String, String> links) {
281 out.writeShort(links
242 outputFile(Path dstFile, String version, SortedMap<String, ZoneRules> builtZones, Map<String, String> links) argument
[all...]
H A DTzdbZoneRulesProvider.java86 return links;
93 if (links.containsKey(zoneId)) {
94 zoneId = links.get(zoneId);
102 if (links.containsKey(zoneId)) {
103 zoneId = links.get(zoneId);
154 private Map<String, String> links = new HashMap<>(150); field in class:TzdbZoneRulesProvider
209 links.put(aliasId, realId);
/openjdk9/jdk/test/sun/net/sdp/
H A Dsanity.sh37 IB_LINKS=ib.links
/openjdk9/make/
H A DInstall.gmk37 echo and creating $(words $(BINARIES)) links from $(INSTALL_PREFIX)/bin into the jdk.
/openjdk9/jdk/src/java.desktop/share/classes/sun/awt/geom/
H A DAreaOp.java220 Vector<CurveLink> links = new Vector<>();
362 links.add(new CurveLink(e.getCurve(), ystart, yend, etag));
369 System.out.println("num links = "+links.size());
387 System.out.println("new links:");
388 for (int i = 0; i < links.size(); i++) {
389 CurveLink link = links.elementAt(i);
393 resolveLinks(subcurves, chains, links);
394 links.clear();
444 Vector<CurveLink> links)
442 resolveLinks(Vector<CurveLink> subcurves, Vector<ChainEnd> chains, Vector<CurveLink> links) argument
[all...]
/openjdk9/hotspot/src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/
H A DHierarchicalGraphLayout.java146 Set<LinkWrapper> links = new LinkedHashSet<LinkWrapper>();
160 links.add(l);
165 LayoutGraph layoutGraph = new LayoutGraph(links, vertices);
/openjdk9/jdk/test/java/nio/file/Files/walkFileTree/
H A DCreateFileTree.java29 * Creates a file tree with possible cycles caused by symbolic links
79 // create a few sym links in the file tree so as to create cycles
81 int links = 1 + rand.nextInt(5);
82 for (int i=0; i<links; i++) {
/openjdk9/langtools/test/jdk/javadoc/tool/sampleapi/lib/sampleapi/generator/
H A DDocCommentGenerator.java144 static String[] links = new String[] { field in class:DocCommentGenerator.LinkTag
162 String next = "@see " + links[index];
163 index = (index + 1) % links.length;
170 + links[index]
172 index = (index + 1) % links.length;
/openjdk9/jdk/src/jdk.accessibility/windows/native/libjavaaccessbridge/
H A DAccessBridgeJavaEntryPoints.cpp2891 // get the hypertext links
2902 hypertext->links[i].accessibleHyperlink = (JOBJECT64)globalRef;
2908 hypertext->links[i].accessibleHyperlink,
2915 wcsncpy(hypertext->links[i].text, stringBytes, (sizeof(hypertext->links[i].text) / sizeof(wchar_t)));
2917 if (length >= (sizeof(hypertext->links[i].text) / sizeof(wchar_t))) {
2918 length = (sizeof(hypertext->links[i].text) / sizeof(wchar_t)) - 2;
2920 hypertext->links[i].text[length] = (wchar_t) 0;
2927 PrintDebugString("##### AccessibleHyperlink text = %ls", hypertext->links[i].text );
2932 hypertext->links[
[all...]
/openjdk9/make/devkit/
H A DTools.gmk212 # Create links for ffi header files so that they become visible by default when using the
447 # "Solve" this by create links from the target libdirs to where they are.
498 missing-links := $(addprefix $(PREFIX)/bin/, \
511 all : binutils gcc bfdlib $(PREFIX)/devkit.info $(missing-links) $(SYSROOT_LINKS)

Completed in 129 milliseconds

12