Searched refs:link (Results 76 - 100 of 126) sorted by relevance

123456

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DElementBeanInfoImpl.java57 * {@link JaxBeanInfo} implementation for {@link RuntimeElementInfo}.
102 * The constructor for the sole instanceof {@link JaxBeanInfo} for
103 * handling user-created {@link JAXBElement}.
105 * Such {@link JaxBeanInfo} is used only for marshalling.
198 * Use the previous {@link UnmarshallingContext.State}'s target to store
199 * {@link JAXBElement} object to be unmarshalled. This allows the property {@link Loader}
347 public void link(JAXBContextImpl grammar) { method in class:ElementBeanInfoImpl
348 super.link(gramma
[all...]
H A DJaxBeanInfo.java58 * Each JAXB-bound class has a corresponding {@link JaxBeanInfo} object,
63 * Given a class, the corresponding {@link JaxBeanInfo} can be located
64 * via {@link JAXBContextImpl#getBeanInfo(Class,boolean)}.
67 * Typically, {@link JaxBeanInfo} implementations should be generated
82 * For {@link JaxBeanInfo} that has multiple type names.
89 * For {@link JaxBeanInfo} that has one type name.
96 * For {@link JaxBeanInfo} that has no type names.
130 * True if {@link #jaxbType} has the lifecycle method.
137 * True if {@link #jaxbType} has the lifecycle method.
144 * True if {@link #jaxbTyp
405 protected void link(JAXBContextImpl grammar) { method in class:JaxBeanInfo
[all...]
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsLinkSupport.java39 * Utility methods for symbolic link support on Windows Vista and newer.
49 * Returns the target of a symbolic link
80 // (a sym link to file on FAT32 or Samba server for example)
102 // if file is not a sym link then don't need final path
110 // The file is a symbolic link so attempt to get the final path
115 // Fallback: read target of link, resolve against parent, and repeat
116 // until file is not a link.
123 // non a link so we are done
130 WindowsPath link = WindowsPath
144 target = parent.resolve(link);
[all...]
H A DWindowsNativeDispatcher.java884 static void CreateSymbolicLink(String link, String target, int flags) argument
887 NativeBuffer linkBuffer = asNativeBuffer(link);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/
H A DELFFileParser.java396 /** Section header table index link. */
397 private int link; // Elf32_Word field in class:ELFFileParser.ELFFileImpl.ELFSectionHeaderImpl
423 link = readInt();
531 return link;
/openjdk7/hotspot/src/share/vm/runtime/
H A DjavaCalls.cpp403 { JavaCallWrapper link(method, receiver, result, CHECK);
407 (address)&link,
418 result = link.result(); // circumvent MS C++ 5.0 compiler bug (result is clobbered across call)
H A Dframe.hpp208 intptr_t* link() const;
H A DstubRoutines.hpp247 address link,
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dframe_x86.cpp465 return frame(sender_sp, unextended_sp, link(), sender_pc());
522 return frame(sender_sp(), link(), sender_pc());
H A Dframe_x86.inline.hpp134 inline intptr_t* frame::link() const { return (intptr_t*) *(intptr_t **)addr_at(link_offset); } function in class:frame
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DElementInfoImpl.java63 * {@link ElementInfo} implementation.
86 * @see #link()
91 * Lazily constructed list of {@link ElementInfo}s that can substitute this element.
93 * @see #link()
117 * Singleton instance of {@link ElementPropertyInfo} for this element.
182 * For {@link ElementInfo}s, a collection always means a list of values.
236 * The factory method on ObjectFactory that comes with {@link XmlElementDecl}.
401 * Called after all the {@link TypeInfo}s are collected into the {@link #owner}.
403 /*package*/ void link() { method in class:ElementInfoImpl
[all...]
H A DReferencePropertyInfoImpl.java54 * Implementation of {@link ReferencePropertyInfo}.
113 * Compute {@link #types}.
116 * if true, every {@link XmlElementRef} must yield at least one type.
270 * we don't waste time generating exceptions every time we call {@link #isRequired(XmlElementRef)}.
368 protected void link() { method in class:ReferencePropertyInfoImpl
369 super.link();
H A DRuntimeClassInfoImpl.java75 * If this class has a property annotated with {@link XmlLocation},
180 public void link() { method in class:RuntimeClassInfoImpl
182 super.link();
333 * {@link Transducer} implementation used when this class maps to PCDATA in XML.
H A DClassInfoImpl.java87 * A part of the {@link ClassInfo} that doesn't depend on a particular
117 * null if unordered. {@link #DEFAULT_ORDER} if ordered but the order is defaulted
243 * When a bean binds to an element, it's always through {@link XmlRootElement},
247 * you shouldn't be invoking this method on {@link ClassInfoImpl}.
258 * A {@link ClassInfo} can be referenced by {@link XmlIDREF} if
422 * This hook is used by {@link RuntimeClassInfoImpl} to look for {@link XmlLocation}.
439 * Computes the {@link XmlAccessType} on this class by looking at {@link XmlAccessorTyp
1251 /*package*/ void link() { method in class:ClassInfoImpl
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DVariableStack.java139 // (As long as the caller doesn't screw up link/unlink.)
170 * <p>I use the link/unlink concept because of distant
181 public int link(final int size) method in class:VariableStack
212 * {@link #link(int size)}.
222 * {@link #link(int size)}.
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DDocumentParser.java197 if (inbody != 0 || elem == dtd.meta || elem == dtd.base || elem == dtd.isindex || elem == dtd.style || elem == dtd.link) {
/openjdk7/jdk/make/java/redist/
H A DMakefile417 # For backwards compatability, make a link of the 32-bit client JVM to $(LIBDIR)
470 $(call install-sym-link, ../$(LIBJSIG_NAME))
489 $(call install-sym-link, ../$(LIBJSIG_DEBUGINFO_NAME))
495 $(call install-sym-link, ../$(LIBJSIG_NAME))
512 $(call install-sym-link, ../$(LIBJSIG_DEBUGINFO_NAME))
/openjdk7/jdk/make/common/shared/
H A DSanity.gmk218 sane-link \
1337 sane-link:
1345 " $(REQUIRED_COMPILER_VERSION) - link.exe version '$(REQUIRED_LINK_VER)' \n" \
1346 " Specifically the $(REQUIRED_COMPILER_NAME) link.exe. \n " \
1358 sane-compiler: sane-link
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/sparc/
H A DSPARCFrame.java886 // Note: adjust this code if the link argument in StubGenerator::call_stub() changes!
887 SPARCArgument link = new SPARCArgument(0, false);
889 getSP().getAddressAt(link.asIn().asRegister().spOffsetInSavedWindow()));
895 // // note: adjust this code if the link argument in StubGenerator::call_stub() changes!
896 // const Argument link = Argument(0, false);
897 // return (JavaCallWrapper*)sp()[link.as_in().as_register().sp_offset_in_saved_window()];
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/ServerCompiler/src/com/sun/hotspot/igv/servercompiler/
H A DServerCompilerScheduler.java438 link(block.parent, block_index, intermediate);
527 private void link(int index1, int index2, Vector<BlockIntermediate> blocks) { method in class:ServerCompilerScheduler
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DAbstractMemberWriter.java96 * @param cd the class doc to which to link to
127 * Add the summary link for the member.
131 * @param tdSummary the content tree to which the link will be added
139 * Add the summary link for the member.
141 * @param context the id of the context where the link will be printed
144 * @param tdSummary the content tree to which the summary link will be added
150 * Add the inherited summary link for the member.
154 * @param linksTree the content tree to which the inherited summary link will be added
160 * Get the deprecated link.
163 * @return a content tree representing the link
174 getNavSummaryLink(ClassDoc cd, boolean link) argument
182 addNavDetailLink(boolean link, Content liNav) argument
[all...]
H A DClassUseWriter.java334 Content link = new RawHtml(
339 Content heading = HtmlTree.HEADING(HtmlConstants.SUMMARY_HEADING, link);
462 * Get this package link.
464 * @return a content tree for the package link
474 * Get class page link.
476 * @return a content tree for the class page link
487 * Get the use link.
489 * @return a content tree for the use link
497 * Get the tree link.
499 * @return a content tree for the tree link
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Ddebug_malloc.c221 void *link; /* Next mptr in list */ member in struct:__anon529
226 #define warrant_link_(mptr) warrant_(mptr).link
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystemProvider.java307 public Path readSymbolicLink(Path link) throws IOException { argument
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DUnixNativeDispatcher.c685 RESTARTABLE(link(existing, newname), err);
757 const char* link = (const char*)jlong_to_ptr(linkAddress); local
760 if (symlink(target, link) == -1) {

Completed in 152 milliseconds

123456