Searched defs:link (Results 26 - 50 of 63) sorted by relevance

123

/openjdk7/hotspot/src/cpu/x86/vm/
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/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/hotspot/src/share/vm/prims/
H A DjvmtiEnvThreadState.hpp136 void set_next(JvmtiEnvThreadState* link) { _next = link; } argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/
H A DParameter.java102 return link;
106 link = p;
125 private Parameter link; field in class:Parameter
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
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 DPropertyInfoImpl.java59 * Default partial implementation for {@link PropertyInfo}.
240 * defined on many of the {@link PropertyInfo}-derived classes.
288 * Called after all the {@link TypeInfo}s are collected into the governing {@link TypeInfoSet}.
292 protected void link() { method in class:PropertyInfoImpl
305 * A {@link PropertyInfoImpl} is always referenced by its enclosing class,
325 * Computes the tag name from a {@link XmlElement} by taking the defaulting into account.
335 * Computes the tag name from a {@link XmlElementWrapper} by taking the defaulting into account.
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 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.
/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...]
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/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/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
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 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 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 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 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 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...]
/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/share/native/sun/awt/debug/
H A Ddebug_mem.c109 MemoryListLink * link; local
111 link = (MemoryListLink *)DMem_ClientAllocate(sizeof(MemoryListLink));
112 if (link != NULL) {
113 link->header = header;
114 link->header->listEnter = link;
115 link->next = MemoryList.next;
116 link->freed = FALSE;
117 MemoryList.next = link;
120 return link;
289 MemoryListLink * link; local
[all...]
/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/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/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));

Completed in 57 milliseconds

123