Searched refs:defining (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/framework/
H A DGlobalEntity.java38 public GlobalEntity(Defining defining, Locator locator, ErrorReceiver errorReceiver) { argument
40 _defining = defining;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/
H A DMessage.java44 public Message(Defining defining, Locator locator, ErrorReceiver errReceiver) { argument
45 super(defining, locator, errReceiver);
H A DPort.java45 public Port(Defining defining, Locator locator, ErrorReceiver errReceiver) { argument
46 super(defining, locator, errReceiver);
H A DPortType.java44 public PortType(Defining defining, Locator locator, ErrorReceiver errReceiver) { argument
45 super(defining, locator, errReceiver);
H A DService.java46 public Service(Defining defining, Locator locator, ErrorReceiver errReceiver) { argument
47 super(defining, locator, errReceiver);
H A DBinding.java48 public Binding(Defining defining, Locator locator, ErrorReceiver receiver) { argument
49 super(defining, locator, receiver);
/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.hpp310 // Just the classes from defining class loaders
661 bool defining, TRAPS);
H A DsystemDictionary.cpp606 // defining the class in parallel by accident.
798 // class_loader is NOT the defining loader, do a little more bookkeeping.
1460 // Wait if another thread defining in parallel
1730 // Just the classes from defining class loaders
1737 // Just the classes from defining class loaders
1937 // if defining is true, then LinkageError if already in systemDictionary
1942 Handle class_loader, bool defining,
1958 if ((defining == true) || (k() != check)) {
2159 // that the resolving class (the caller) and the defining class of
2167 // attempting to link to a field agree with the field's defining
1940 check_constraints(int d_index, unsigned int d_hash, instanceKlassHandle k, Handle class_loader, bool defining, TRAPS) argument
[all...]
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME106 placed in a file called "img_util_md.h" and included when defining an

Completed in 55 milliseconds