Searched refs:link (Results 26 - 50 of 126) sorted by relevance

123456

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvThreadState.hpp136 void set_next(JvmtiEnvThreadState* link) { _next = link; } argument
/openjdk7/jdk/test/java/nio/file/Files/walkFileTree/
H A DCreateFileTree.java74 String name = "link" + (i+1);
75 Path link = dirs.get(x).resolve(name);
77 Files.createSymbolicLink(link, target);
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DAnnotationTypeOptionalMemberWriterImpl.java137 protected Content getNavSummaryLink(ClassDoc cd, boolean link) { argument
138 if (link) {
H A DAnnotationTypeRequiredMemberWriterImpl.java103 Content link = new RawHtml(
106 pre.addContent(link);
256 protected Content getNavSummaryLink(ClassDoc cd, boolean link) { argument
257 if (link) {
268 protected void addNavDetailLink(boolean link, Content liNav) { argument
269 if (link) {
H A DFieldWriterImpl.java130 Content link = new RawHtml(
136 Content codeLink = HtmlTree.CODE(link);
289 protected Content getNavSummaryLink(ClassDoc cd, boolean link) { argument
290 if (link) {
304 protected void addNavDetailLink(boolean link, Content liNav) { argument
305 if (link) {
H A DPropertyWriterImpl.java112 Content link = new RawHtml(
118 Content codeLink = HtmlTree.CODE(link);
280 protected Content getNavSummaryLink(ClassDoc cd, boolean link) { argument
281 if (link) {
295 protected void addNavDetailLink(boolean link, Content liNav) { argument
296 if (link) {
H A DNestedClassWriterImpl.java199 protected Content getNavSummaryLink(ClassDoc cd, boolean link) { argument
200 if (link) {
213 protected void addNavDetailLink(boolean link, Content liNav) { argument
H A DAbstractIndexWriter.java38 * Unicode Order. This class is a base class for {@link SingleIndexWriter} and
39 * {@link SplitIndexWriter}. It uses the functionality from
40 * {@link HtmlDocletWriter} to generate the Index Contents.
54 * This constructor will be used by {@link SplitIndexWriter}. Initialises
60 * @param indexbuilder Unicode based Index from {@link IndexBuilder}
71 * This Constructor will be used by {@link SingleIndexWriter}.
74 * @param indexbuilder Unicode based Index form {@link IndexBuilder}
133 Content link = getPackageLink(pkg, new StringContent(Util.getPackageName(pkg)));
134 Content dt = HtmlTree.DT(link);
151 Content link
[all...]
H A DConstantsSummaryWriterImpl.java101 //add link to summary
102 Content link;
104 link = getHyperLink("#" + DocletConstants.UNNAMED_PACKAGE_ANCHOR,
109 link = getHyperLink("#" + parsedPackageName,
113 contentListTree.addContent(HtmlTree.LI(link));
H A DConstructorWriterImpl.java276 protected Content getNavSummaryLink(ClassDoc cd, boolean link) { argument
277 if (link) {
288 protected void addNavDetailLink(boolean link, Content liNav) { argument
289 if (link) {
H A DEnumConstantWriterImpl.java259 protected Content getNavSummaryLink(ClassDoc cd, boolean link) { argument
260 if (link) {
274 protected void addNavDetailLink(boolean link, Content liNav) { argument
275 if (link) {
H A DClassWriterImpl.java81 * Get this package link.
83 * @return a content tree for the package link
93 * Get the class link.
95 * @return a content tree for the class link
103 * Get the class use link.
105 * @return a content tree for the class use link
114 * Get link to previous class.
116 * @return a content tree for the previous class link
132 * Get link to next class.
134 * @return a content tree for the next class link
[all...]
/openjdk7/jdk/test/java/nio/file/Files/
H A DCopyAndMove.java169 // record link target if symbolic link
174 // read named attributes if available (and file is not a sym link)
194 // verify link target
197 throw new RuntimeException("Failed to verify move of symbolic link");
449 * Test: Move symbolic link to file, target does not exist
453 source = dir1.resolve("link");
462 * Test: Move symbolic link to directory, target does not exist
465 source = dir1.resolve("link");
473 * Test: Move broken symbolic link, targe
[all...]
H A DCheckPermissions.java251 Path link = testdir.resolve("link1234");
252 createSymbolicLink(link, file);
255 copy(link, target, LinkOption.NOFOLLOW_LINKS);
257 assertCheckRead(link);
264 delete(link);
294 Path link = testdir.resolve("link1234");
295 createSymbolicLink(link, file);
297 assertCheckWrite(link);
300 delete(link);
308 Path link
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DHierarchicalLayoutManager.java123 public Link link; field in class:HierarchicalLayoutManager.LayoutEdge
221 if (importantLinks.contains(e.link)) {
276 if (e.link != null) {
314 if (reversedLinkEndPoints.containsKey(e.link)) {
315 for (Point p1 : reversedLinkEndPoints.get(e.link)) {
320 if (splitStartPoints.containsKey(e.link)) {
322 points.addAll(0, splitStartPoints.get(e.link));
325 if (reversedLinks.contains(e.link)) {
328 assert !linkPositions.containsKey(e.link);
329 linkPositions.put(e.link, point
[all...]
/openjdk7/hotspot/src/share/vm/memory/
H A Dheap.hpp76 FreeBlock* link() const { return _link; } function in class:FreeBlock
77 void set_link(FreeBlock* link) { _link = link; } argument
/openjdk7/jdk/test/java/nio/file/spi/
H A DTestProvider.java100 public void createSymbolicLink(Path link, Path target, FileAttribute<?>... attrs) argument
107 public void createLink(Path link, Path existing) throws IOException { argument
112 public Path readSymbolicLink(Path link) throws IOException { argument
/openjdk7/hotspot/make/windows/
H A Dget_msc_ver.sh78 # use the "link" command that is co-located with the "cl" command
81 link_cmd=`$DIRNAME "$cl_cmd"`/link
83 # which can't find "cl" so just use which ever "link" we find
84 link_cmd="link"
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DSingleTypePropertyInfoImpl.java43 * {@link PropertyInfoImpl} that can only have one type.
45 * Specifically, {@link AttributePropertyInfoImpl} and {@link ValuePropertyInfoImpl}.
55 * @see {@link #getTarget()}.
88 public void link() { method in class:SingleTypePropertyInfoImpl
89 super.link();
127 // this situation is checked by by the link method.
H A DTypeRefImpl.java74 protected void link() { method in class:TypeRefImpl
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DFiles.java72 * will not be buffered, and is not required to support the {@link
73 * InputStream#mark mark} or {@link InputStream#reset reset} methods. The
81 * the {@link StandardOpenOption#READ READ} option. In addition to the {@code
100 * installed, the {@link SecurityManager#checkRead(String) checkRead}
118 * by the {@link #newByteChannel(Path,Set,FileAttribute[]) newByteChannel}
119 * method with the exception that the {@link StandardOpenOption#READ READ}
121 * present then this method works as if the {@link StandardOpenOption#CREATE
122 * CREATE}, {@link StandardOpenOption#TRUNCATE_EXISTING TRUNCATE_EXISTING},
123 * and {@link StandardOpenOption#WRITE WRITE} options are present. In other
125 * exist, or initially truncating an existing {@link #isRegularFil
990 createSymbolicLink(Path link, Path target, FileAttribute<?>... attrs) argument
1036 createLink(Path link, Path existing) argument
1381 readSymbolicLink(Path link) argument
[all...]
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc_audit.cpp25 #include <link.h>
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dframe_sparc.inline.hpp67 inline intptr_t* frame::link() const { return (intptr_t *)(fp()[FP->sp_offset_in_saved_window()] + STACK_BIAS); } function in class:frame
69 inline void frame::set_link(intptr_t* addr) { assert(link()==addr, "frame nesting is controlled by hardware"); }
235 // note: adjust this code if the link argument in StubGenerator::call_stub() changes!
236 const Argument link = Argument(0, false); local
237 return (JavaCallWrapper*)sp()[link.as_in().as_register()->sp_offset_in_saved_window()];
/openjdk7/jdk/test/java/nio/file/attribute/UserDefinedFileAttributeView/
H A DBasic.java252 // test access to user defined attributes of sym link
255 Path link = dir.resolve("link");
256 Files.createSymbolicLink(link, target);
258 test(link, NOFOLLOW_LINKS);
260 // access to attributes of sym link may not be supported
262 Files.delete(link);
/openjdk7/jdk/test/java/nio/file/attribute/PosixFileAttributeView/
H A DBasic.java170 // create link (to file that doesn't exist) and test reading of
173 Path link = dir.resolve("link");
174 System.out.format("create link %s\n", link);
175 Files.createSymbolicLink(link, file);
178 Files.getFileAttributeView(link,
183 throw new RuntimeException("not a link");
186 Files.delete(link);

Completed in 106 milliseconds

123456