Searched refs:Plugin (Results 1 - 25 of 32) sorted by relevance

12

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCCustomizable.java28 import com.sun.tools.internal.xjc.Plugin;
34 * Implemented by model components that can have customizations contributed by {@link Plugin}s.
46 * @see Plugin#getCustomizationURIs()
H A DCPluginCustomization.java28 import com.sun.tools.internal.xjc.Plugin;
34 * Vendor extension customization contributed from {@link Plugin}s.
60 * When a {@link Plugin} "uses" this annotation, call this method
H A DCCustomizations.java31 import com.sun.tools.internal.xjc.Plugin;
37 * When {@link Plugin}s register the customization namespace URIs through {@link Plugin#getCustomizationURIs()},
39 * available as DOM nodes through {@link CPluginCustomization}. A {@link Plugin} can then access
H A DCPropertyInfo.java40 import com.sun.tools.internal.xjc.Plugin;
202 * This method can be used from {@link Plugin#postProcessModel(Model, ErrorHandler)}.
H A DModel.java47 import com.sun.tools.internal.xjc.Plugin;
272 // for( Plugin ma : opt.activePlugins )
278 for( Plugin ma : opt.activePlugins )
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/
H A DS2JJAXBModel.java38 import com.sun.tools.internal.xjc.Plugin;
104 * properly by using {@link Plugin#parseArgument(Options, String[], int)}.
111 JCodeModel generateCode( Plugin[] extensions, ErrorListener errorListener );
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmserr.c106 cmsBool _cmsRegisterMemHandlerPlugin(cmsPluginBase* Plugin);
210 cmsPluginMemHandler* Plugin = (cmsPluginMemHandler*) Data; local
225 if (Plugin -> MallocPtr == NULL ||
226 Plugin -> FreePtr == NULL ||
227 Plugin -> ReallocPtr == NULL) return FALSE;
230 MallocPtr = Plugin -> MallocPtr;
231 FreePtr = Plugin -> FreePtr;
232 ReallocPtr = Plugin -> ReallocPtr;
234 if (Plugin ->MallocZeroPtr != NULL) MallocZeroPtr = Plugin
[all...]
H A Dcmsplugin.c541 // Plugin memory management -------------------------------------------------------------------------------------------------
558 cmsPluginBase* Plugin; local
560 for (Plugin = (cmsPluginBase*) Plug_in;
561 Plugin != NULL;
562 Plugin = Plugin -> Next) {
564 if (Plugin -> Magic != cmsPluginMagicNumber) {
569 if (Plugin ->ExpectedVersion > LCMS_VERSION) {
571 Plugin ->ExpectedVersion, LCMS_VERSION);
575 switch (Plugin
[all...]
H A Dlcms2_internal.h202 cmsBool _cmsRegisterMemHandlerPlugin(cmsPluginBase* Plugin);
205 cmsBool _cmsRegisterInterpPlugin(cmsPluginBase* Plugin);
208 cmsBool _cmsRegisterParametricCurvesPlugin(cmsPluginBase* Plugin);
211 cmsBool _cmsRegisterFormattersPlugin(cmsPluginBase* Plugin);
214 cmsBool _cmsRegisterTagTypePlugin(cmsPluginBase* Plugin);
217 cmsBool _cmsRegisterTagPlugin(cmsPluginBase* Plugin);
220 cmsBool _cmsRegisterRenderingIntentPlugin(cmsPluginBase* Plugin);
223 cmsBool _cmsRegisterMultiProcessElementPlugin(cmsPluginBase* Plugin);
226 cmsBool _cmsRegisterOptimizationPlugin(cmsPluginBase* Plugin);
229 cmsBool _cmsRegisterTransformPlugin(cmsPluginBase* Plugin);
[all...]
H A Dcmsxform.c401 cmsPluginTransform* Plugin = (cmsPluginTransform*) Data; local
412 if (Plugin ->Factory == NULL) return FALSE;
419 fl ->Factory = Plugin ->Factory;
466 _cmsTransformCollection* Plugin; local
476 for (Plugin = TransformCollection;
477 Plugin != NULL;
478 Plugin = Plugin ->Next) {
480 if (Plugin ->Factory(&p->xform, &p->UserData, &p ->FreeUserData, &p ->Lut, InputFormat, OutputFormat, dwFlags)) {
H A Dcmscnvrt.c1062 cmsPluginRenderingIntent* Plugin = (cmsPluginRenderingIntent*) Data; local
1072 fl = SearchIntent(Plugin ->Intent);
1079 fl ->Intent = Plugin ->Intent;
1080 strncpy(fl ->Description, Plugin ->Description, 255);
1083 fl ->Link = Plugin ->Link;
H A Dcmsgamma.c104 cmsPluginParametricCurves* Plugin = (cmsPluginParametricCurves*) Data; local
117 fl ->Evaluator = Plugin ->Evaluator;
118 fl ->nFunctions = Plugin ->nFunctions;
125 memmove(fl->FunctionTypes, Plugin ->FunctionTypes, fl->nFunctions * sizeof(cmsUInt32Number));
126 memmove(fl->ParameterCount, Plugin ->ParameterCount, fl->nFunctions * sizeof(cmsUInt32Number));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/addon/code_injector/
H A DPluginImpl.java32 import com.sun.tools.internal.xjc.Plugin;
43 * See the javadoc of {@link Plugin} for what those methods mean.
47 public class PluginImpl extends Plugin {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/addon/sync/
H A DSynchronizedMethodAddOn.java33 import com.sun.tools.internal.xjc.Plugin;
45 public class SynchronizedMethodAddOn extends Plugin {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/
H A DAbstractExtensionBindingChecker.java33 import com.sun.tools.internal.xjc.Plugin;
85 for (Plugin plugin : options.getAllPlugins())
107 Plugin owner = null;
108 for( Plugin p : options.getAllPlugins() ) {
135 for( Plugin p : options.activePlugins ) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIXPluginCustomization.java30 import com.sun.tools.internal.xjc.Plugin;
38 * Customization specified via {@link Plugin#getCustomizationURIs()}.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/addon/locator/
H A DSourceLocationAddOn.java38 import com.sun.tools.internal.xjc.Plugin;
53 public class SourceLocationAddOn extends Plugin {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/addon/accessors/
H A DPluginImpl.java33 import com.sun.tools.internal.xjc.Plugin;
50 public class PluginImpl extends Plugin {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/addon/at_generated/
H A DPluginImpl.java37 import com.sun.tools.internal.xjc.Plugin;
45 * {@link Plugin} that marks the generated code by using JSR-250's '@Generated'.
49 public class PluginImpl extends Plugin {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DPlugin.java53 public abstract class Plugin { class
61 * on explicitly, or else no other methods of {@link Plugin}
101 * But nevertheless a {@link Plugin} needs to be activated
171 * {@link Options#setFieldRendererFactory(FieldRendererFactory, Plugin)}
198 * Note that this method is invoked only when a {@link Plugin}
223 * Note that this method is invoked only when a {@link Plugin}
H A DOptions.java218 * {@link Plugin}s that are enabled in this compilation.
220 public final List<Plugin> activePlugins = new ArrayList<Plugin>();
223 * All discovered {@link Plugin}s.
228 private List<Plugin> allPlugins;
250 * Used to detect if two {@link Plugin}s try to overwrite {@link #fieldRendererFactory}.
252 private Plugin fieldRendererFactoryOwner = null;
260 * Used to detect if two {@link Plugin}s try to overwrite {@link #nameConverter}.
262 private Plugin nameConverterOwner = null;
283 * When two {@link Plugin}
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/impl/s2j/
H A DJAXBModelImpl.java38 import com.sun.tools.internal.xjc.Plugin;
81 public JCodeModel generateCode(Plugin[] extensions,ErrorListener errorListener) {
/openjdk7/jdk/make/common/internal/
H A DDefs-jaxws.gmk60 META-INF/services/com.sun.tools.internal.xjc.Plugin
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DBGMBuilder.java45 import com.sun.tools.internal.xjc.Plugin;
145 private List<Plugin> activePlugins;
149 List<Plugin> activePlugins) {
169 for( Plugin ma : activePlugins )
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/addon/episode/
H A DPluginImpl.java41 import com.sun.tools.internal.xjc.Plugin;
81 public class PluginImpl extends Plugin {

Completed in 88 milliseconds

12