Searched refs:link (Results 51 - 75 of 126) sorted by relevance

123456

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/
H A Dstylesheet.css12 a:link, a:visited {
86 .bar a, .bar a:link, .bar a:visited, .bar a:active {
167 .topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
372 caption a:link, caption a:hover, caption a:active, caption a:visited {
416 td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
/openjdk7/jdk/test/java/nio/file/Files/
H A DPassThroughFileSystem.java248 public void createSymbolicLink(Path link, Path target, FileAttribute<?>... attrs) argument
251 Files.createSymbolicLink(unwrap(link), unwrap(target), attrs);
255 public void createLink(Path link, Path existing) throws IOException { argument
256 Files.createLink(unwrap(link), unwrap(existing));
260 public Path readSymbolicLink(Path link) throws IOException { argument
261 Path target = Files.readSymbolicLink(unwrap(link));
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DMethodWriterImpl.java150 Content link = new RawHtml(
156 Content codelLink = HtmlTree.CODE(link);
396 protected Content getNavSummaryLink(ClassDoc cd, boolean link) { argument
397 if (link) {
411 protected void addNavDetailLink(boolean link, Content liNav) { argument
412 if (link) {
H A DPackageFrameWriter.java185 Content link = new RawHtml (getLink(new LinkInfoImpl(
189 Content li = HtmlTree.LI(link);
H A DTreeWriter.java142 String link = pathString(packages[i], "package-tree.html");
144 link, "", new StringContent(packages[i].name())));
H A DAbstractExecutableMemberWriter.java81 * Add the summary link for the member.
83 * @param context the id of the context where the link will be printed
84 * @param classDoc the classDoc that we should link to
86 * @param tdSummary the content tree to which the link will be added
102 * Add the inherited summary link for the member.
104 * @param classDoc the classDoc that we should link to
106 * @param linksTree the content tree to which the link will be added
120 * @param isVarArg true if this is a link to var arg.
126 Content link = new RawHtml(writer.getLink(new LinkInfoImpl(
129 tree.addContent(link);
[all...]
H A DSourceToHTMLConverter.java222 * Returns a link to the stylesheet file.
239 HtmlTree link = HtmlTree.LINK("stylesheet", "text/css", filename, "Style");
240 return link;
H A DHtmlDocletWriter.java110 * @param path Platform-dependent {@link #path} used when
113 * @param relativePath Value for the variable {@link #relativePath}.
205 * link will only appear if page is not in a frame.
207 * @param link String name of the file.
210 * @param label Tag for the link.
213 public void printNoFramesTargetHyperLink(String link, String where, argument
220 + getHyperLinkString(link, where, label, strong, "", "", target) + "');");
225 println(" " + getHyperLinkString(link, where, label, strong, "", "", target));
231 * Get the script to show or hide the All classes link.
336 * Get Package link, wit
994 navShowLists(String link) argument
1005 getNavShowLists(String link) argument
1033 navHideLists(String link) argument
1044 getNavHideLists(String link) argument
[all...]
/openjdk7/hotspot/agent/src/os/win32/windbg/
H A DMakefile30 LINK32=link.exe
31 LINK64=link.exe
/openjdk7/jdk/make/common/shared/
H A DCompiler-gcc.gmk38 LINK = $(COMPILER_PATH)link
59 # statically link libstdc++ before C++ ABI is stablized on Linux
63 # We need to use gcc to statically link the C++ runtime. gcc and g++ use
H A DCompiler-msvc.gmk36 LINK = $(COMPILER_PATH)link
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dframe_zero.inline.hpp81 inline intptr_t* frame::link() const { function in class:frame
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_types.h69 #include <link.h> /* for uintptr_t */
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DAttributeHTML.java88 private final String codeLink(int link, int method_number) { argument
90 method_number + "@" + link + "\" TARGET=Code>" +
91 link + "</A>";
/openjdk7/jdk/src/share/classes/java/nio/file/spi/
H A DFileSystemProvider.java41 * Service-provider class for file systems. The methods defined by the {@link
47 * identified by a {@code URI} {@link #getScheme() scheme}. The default provider
48 * is identified by the URI scheme "file". It creates the {@link FileSystem} that
50 * The {@link FileSystems} class defines how file system providers are located
58 * <p> A provider is a factory for one or more {@link FileSystem} instances. Each
60 * the provider's {@link #getScheme scheme}. The default file system, for example,
63 * The {@link #newFileSystem newFileSystem} method may be used to create a file
64 * system, and the {@link #getFileSystem getFileSystem} method may be used to
105 * {@link RuntimePermission}<tt>("fileSystemProvider")</tt>
144 * providers as described by the {@link FileSystem
647 createSymbolicLink(Path link, Path target, FileAttribute<?>... attrs) argument
681 createLink(Path link, Path existing) argument
764 readSymbolicLink(Path link) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DElementPropertyInfoImpl.java46 * Common {@link ElementPropertyInfo} implementation used for both
147 * Used by {@link PropertyInfoImpl} to create new instances of {@link TypeRef}
171 protected void link() { method in class:ElementPropertyInfoImpl
172 super.link();
174 ref.link();
H A DModelBuilder.java58 * Builds a {@link TypeInfoSet} (a set of JAXB properties)
59 * by using {@link ElementInfoImpl} and {@link ClassInfoImpl}.
63 * This class uses {@link Navigator} and {@link AnnotationReader} to
72 * {@link TypeInfo}s that are built will go into this set.
116 * Set to true if the model includes {@link XmlAttachmentRef}. JAX-WS
190 * Builds a JAXB {@link ClassInfo} model from a given class declaration
194 * Return type is either {@link ClassInfo} or {@link LeafInf
383 public TypeInfoSet<T,C,F,M> link() { method in class:ModelBuilder
[all...]
H A DEnumLeafInfoImpl.java46 * {@link EnumLeafInfo} implementation.
68 * All the {@link EnumConstantImpl}s are linked in this list.
87 * that this {@link EnumLeafInfo} represents.
114 * Build {@link EnumConstant}s and discover/report any error in it.
201 public void link() { method in class:EnumLeafInfoImpl
204 super.link();
232 * When a bean binds to an element, it's always through {@link XmlRootElement},
236 * you shouldn't be invoking this method on {@link ClassInfoImpl}.
H A DRuntimeModelBuilder.java61 * {@link ModelBuilder} that works at the run-time by using
65 * This extends {@link ModelBuilder} by providing more functionalities such
72 * The {@link JAXBContextImpl} for which the model is built.
122 public RuntimeTypeInfoSet link() { method in class:RuntimeModelBuilder
123 return (RuntimeTypeInfoSet)super.link();
127 * Creates a {@link Transducer} given a reference.
129 * Used to implement {@link RuntimeNonElementRef#getTransducer()}.
169 * This transducer wraps another {@link Transducer} and adds
H A DTypeInfoImpl.java41 * Common implementation between {@link ClassInfoImpl} and {@link ElementInfoImpl}.
56 * {@link TypeInfoSet} to which this class belongs.
61 * Reference to the {@link ModelBuilder}, only until we link {@link TypeInfo}s all together,
62 * because we don't want to keep {@link ModelBuilder} too long.
79 /*package*/ void link() { method in class:TypeInfoImpl
92 * Parses an {@link XmlRootElement} annotation on a class
127 * Parses a (potentially-null) {@link XmlTyp
[all...]
/openjdk7/hotspot/src/share/tools/hsdis/
H A DMakefile96 OUTFLAGS += /link /out:$@
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DArrayBeanInfoImpl.java49 * {@link JaxBeanInfo} implementation that binds T[] to a complex type
67 protected void link(JAXBContextImpl grammar) { method in class:ArrayBeanInfoImpl
69 super.link(grammar);
H A DClassBeanInfoImpl.java67 * {@link JaxBeanInfo} implementation for j2s bean.
87 * Set from the link method, but considered final.
93 * Set only until the link phase to avoid leaking memory.
101 * {@link ClassBeanInfoImpl} that represents the super class of {@link #jaxbType}.
112 * The {@link AttributeProperty}s for this type and all its ancestors.
113 * If {@link JAXBContextImpl#c14nSupport} is true, this is sorted alphabetically.
118 * {@link Property}s that need to receive {@link Property#serializeURIs(Object, XMLSerializer)} callback.
203 protected void link(JAXBContextImp method in class:ClassBeanInfoImpl
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java112 void link(String href, String text) { method in class:HTMLGenerator.Formatter
330 buf.link(genKlassHref(klass), genKlassTitle(klass));
416 buf.link(genMethodHref(m), genMethodTitle(m));
446 buf.link(genNMethodHref(nm), genNMethodTitle(nm));
654 buf.link(genConstantPoolHref(cpool), genConstantPoolTitle(cpool));
737 buf.link(genKlassHref(klass), instrStr);
745 buf.link(genMethodHref(m), instrStr);
748 buf.link(genKlassHref(klass), genKlassTitle(klass));
759 buf.link(genKlassHref(klass), genKlassTitle(klass));
980 buf.link(hre
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/impl/j2s/
H A DJavaCompilerImpl.java82 TypeInfoSet r = builder.link();

Completed in 105 milliseconds

123456