Searched refs:definitions (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dalloc.h50 #error Multiple definitions of TRY
54 #error Multiple definitions of TRY_NO_VERIFY
58 #error Multiple definitions of CATCH_BAD_ALLOC
66 #error Multiple definitions of TRY_NO_JNI
70 #error Multiple definitions of TRY_NO_VERIFY_NO_JNI
74 #error Multiple definitions of CATCH_BAD_ALLOC_NO_JNI
/openjdk7/jdk/src/share/classes/sun/instrument/
H A DInstrumentationImpl.java153 redefineClasses(ClassDefinition[] definitions) argument
158 if (definitions == null) {
159 throw new NullPointerException("null passed as 'definitions' in redefineClasses");
161 for (int i = 0; i < definitions.length; ++i) {
162 if (definitions[i] == null) {
163 throw new NullPointerException("element of 'definitions' is null in redefineClasses");
166 if (definitions.length == 0) {
170 redefineClasses0(mNativeAgent, definitions);
255 redefineClasses0(long nativeAgent, ClassDefinition[] definitions) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DWSDLParser.java195 Definitions definitions = parseDefinitions(context, root);
196 document.setDefinitions(definitions);
213 Definitions definitions = parseDefinitionsNoImport(context, root);
214 if(definitions == null){
221 return definitions;
258 if(e.getNamespaceURI() == null || (!e.getNamespaceURI().equals(WSDLConstants.NS_WSDL) || !e.getLocalName().equals("definitions"))){
264 Definitions definitions = new Definitions(context.getDocument(), forest.locatorTable.getStartLocation(e));
266 definitions.setName(name);
271 definitions.setTargetNamespaceURI(targetNamespaceURI);
287 if(definitions
332 parseMessage( TWSDLParserContextImpl context, Definitions definitions, Element e) argument
409 parsePortType( TWSDLParserContextImpl context, Definitions definitions, Element e) argument
706 parseBinding( TWSDLParserContextImpl context, Definitions definitions, Element e) argument
928 parseImport( TWSDLParserContextImpl context, Definitions definitions, Element e) argument
965 parseService( TWSDLParserContextImpl context, Definitions definitions, Element e) argument
1006 parsePort( TWSDLParserContextImpl context, Definitions definitions, Element e) argument
[all...]
/openjdk7/jdk/src/share/classes/java/lang/instrument/
H A DInstrumentation.java71 * Registers the supplied transformer. All future class definitions
72 * will be seen by the transformer, except definitions of classes upon which any
113 * Unregisters the supplied transformer. Future class definitions will
324 * @param definitions array of classes to redefine with corresponding definitions;
336 * @throws java.lang.NullPointerException if the supplied definitions array or any of its components
345 redefineClasses(ClassDefinition... definitions) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/
H A DWSDLDocumentVisitor.java37 public void preVisit(Definitions definitions) throws Exception; argument
38 public void postVisit(Definitions definitions) throws Exception; argument
H A DWSDLDocumentVisitorBase.java39 public void preVisit(Definitions definitions) throws Exception { argument
41 public void postVisit(Definitions definitions) throws Exception { argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/
H A DWSDLGeneratorExtensionFacade.java64 public void addDefinitionsExtension(TypedXmlWriter definitions) { argument
66 e.addDefinitionsExtension(definitions);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/wsdl/writer/
H A DWSDLGeneratorExtension.java93 * This method is invoked so that extensions to a <code>wsdl:definitions</code>
96 * @param definitions This is the <code>wsdl:defintions</code> element that the extension can be added to.
98 public void addDefinitionsExtension(TypedXmlWriter definitions) { argument
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME104 Some of these header files also require a number of definitions to be
105 provided by the platform implementor. These definitions are usually
107 actual image scaling function (see below). Most of the definitions
109 below. Here is a list of the various required definitions and the
265 #include "img_util_md.h" /* supplies platform definitions */
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES372 Fixed two bugs (missing definitions of "istop") introduced in libpng-1.0.1a.
637 Moved PNG_CHNK string macro definitions outside of PNG_NO_EXTERN block
856 Added PNGAPI macro, and added it to the definitions of all exported functions.
857 Relocated version macro definitions ahead of the includes of zlib.h and
1219 Added missing PNGAPI to several function definitions.
1430 Moved the definition of PNG_HEADER_VERSION_STRING near the definitions
1512 Added "rim" definitions for CONST4 and CONST6 in pnggccrd.c
1559 Revised definitions of PNG_MAX_UINT_32, PNG_MAX_SIZE, and PNG_MAXSUM
2107 Moved several macro definitions from pngpriv.h to pngconf.h
2351 Moved the various unknown chunk macro definitions outsid
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/jaxws/
H A DPolicyWSDLGeneratorExtension.java145 public void addDefinitionsExtension(final TypedXmlWriter definitions) { argument
169 marshaller.marshal(policyInfoset, definitions);
/openjdk7/jdk/make/docs/
H A DMakefile199 with conceptual overviews, definitions of terms, workarounds, \

Completed in 198 milliseconds