Searched defs:linked (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DModelBuilder.java370 private boolean linked; field in class:ModelBuilder
385 assert !linked;
386 linked = true;
/openjdk7/jdk/src/share/classes/javax/swing/
H A DGroupLayout.java684 * are linked are given the maximum of the preferred size of each of
685 * the linked components. For example, if you link two components with
706 * maximum sizes. Components that are linked are given the maximum
707 * of the preferred size of each of the linked components. For
3516 // LinkInfo contains the set of ComponentInfosthat are linked along a
3520 private final List<ComponentInfo> linked; field in class:GroupLayout.LinkInfo
3524 linked = new ArrayList<ComponentInfo>();
3532 linked.add(child);
3535 linked.addAll(childMaster.linked);
[all...]
/openjdk7/hotspot/src/share/vm/memory/
H A Duniverse.cpp1083 bool linked = instanceKlass::cast(k)->link_class_or_fail(CHECK_false); local
1084 if (!linked) {
1130 // The finalizer klass must be linked before looking up the method, in
1176 // <init> function before java_lang_Class is linked. Print error and exit.
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.hpp146 allocated, // allocated (but not yet linked)
147 loaded, // loaded and inserted in class hierarchy (but not linked yet)
148 linked, // successfully linked/verified (but not initialized yet) enumerator in enum:instanceKlass::ClassState
427 bool is_linked() const { return _init_state >= linked; }
1060 // It is currently a simple linked list defined in methodOop.hpp.

Completed in 1454 milliseconds