Searched refs:context (Results 301 - 325 of 854) sorted by relevance

<<11121314151617181920>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DCompositeStructureBeanInfo.java45 public CompositeStructureBeanInfo(JAXBContextImpl context) { argument
46 super(context,null, CompositeStructure.class,false,true,false);
57 public CompositeStructure createInstance(UnmarshallingContext context) throws IllegalAccessException, InvocationTargetException, InstantiationException, SAXException { argument
61 public boolean reset(CompositeStructure o, UnmarshallingContext context) throws SAXException { argument
69 public Loader getLoader(JAXBContextImpl context, boolean typeSubstitutionCapable) { argument
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DOptions.java44 /** The context key for the options. */
50 /** Get the Options instance for this context. */
51 public static Options instance(Context context) { argument
52 Options instance = context.get(optionsKey);
54 instance = new Options(context);
58 protected Options(Context context) { argument
61 context.put(optionsKey, this);
/openjdk7/langtools/test/tools/javac/tree/
H A DMakeLiteralTest.java47 Context context = new Context();
48 JavacFileManager.preRegister(context);
49 Symtab syms = Symtab.instance(context);
50 maker = TreeMaker.instance(context);
51 types = Types.instance(context);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/processing/
H A DJavacProcessingEnvironment.java160 private Context context; field in class:JavacProcessingEnvironment
162 public JavacProcessingEnvironment(Context context, Iterable<? extends Processor> processors) { argument
163 this.context = context;
164 log = Log.instance(context);
165 source = Source.instance(context);
166 diags = JCDiagnostic.Factory.instance(context);
167 options = Options.instance(context);
171 lint = Lint.instance(context).isEnabled(PROCESSING);
181 filer = new JavacFiler(context);
203 initProcessorIterator(Context context, Iterable<? extends Processor> processors) argument
467 initProcessorOptions(Context context) argument
673 discoverAndRunProcs(Context context, Set<TypeElement> annotationsPresent, List<ClassSymbol> topLevelClasses, List<PackageSymbol> packageInfoFiles) argument
816 final Context context; field in class:JavacProcessingEnvironment.Round
838 Round(Context context, int number, int priorErrors, int priorWarnings) argument
857 Round(Context context, List<JCCompilationUnit> roots, List<ClassSymbol> classSymbols) argument
1144 doProcessing(Context context, List<JCCompilationUnit> roots, List<ClassSymbol> classSymbols, Iterable<? extends PackageSymbol> pckSymbols) argument
[all...]
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMKeyInfo.java88 public DOMKeyInfo(Element kiElem, XMLCryptoContext context, argument
123 (new DOMRetrievalMethod(childElem, context, provider));
141 public void marshal(XMLStructure parent, XMLCryptoContext context) argument
148 String dsPrefix = DOMUtils.getSignaturePrefix(context);
160 marshal(pNode, kiElem, null, dsPrefix, (DOMCryptoContext) context);
164 DOMCryptoContext context) throws MarshalException {
165 marshal(parent, null, dsPrefix, context);
169 DOMCryptoContext context) throws MarshalException {
174 marshal(parent, kiElem, nextSibling, dsPrefix, context);
178 String dsPrefix, DOMCryptoContext context) throw
163 marshal(Node parent, String dsPrefix, DOMCryptoContext context) argument
168 marshal(Node parent, Node nextSibling, String dsPrefix, DOMCryptoContext context) argument
177 marshal(Node parent, Element kiElem, Node nextSibling, String dsPrefix, DOMCryptoContext context) argument
[all...]
H A DDOMSignedInfo.java145 public DOMSignedInfo(Element siElem, XMLCryptoContext context, argument
156 (cmElem, context, provider);
162 boolean secVal = Utils.secureValidation(context);
177 refList.add(new DOMReference(refElem, context, provider));
211 public void canonicalize(XMLCryptoContext context,ByteArrayOutputStream bos) argument
214 if (context == null) {
215 throw new NullPointerException("context cannot be null");
229 canonicalizationMethod).canonicalize(subTree, context, os);
255 public void marshal(Node parent, String dsPrefix, DOMCryptoContext context) argument
265 dcm.marshal(siElem, dsPrefix, context);
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DSingleElementNodeProperty.java77 public SingleElementNodeProperty(JAXBContextImpl context, RuntimeElementPropertyInfo prop) { argument
78 super(context,prop);
79 acc = prop.getAccessor().optimize(context);
90 JaxBeanInfo beanInfo = context.getOrCreate(e.getTarget());
93 context.nameBuilder.createElementName(e.getTagName()),beanInfo) );
97 nullTagName = context.nameBuilder.createElementName(nt);
154 JAXBContextImpl context = chain.context;
157 JaxBeanInfo bi = context.getOrCreate((RuntimeTypeInfo) e.getTarget());
160 Loader l = bi.getLoader(context,!Modifie
[all...]
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DMessageToken.java150 * @param context the Kerberos context associated with this token
158 MessageToken(int tokenId, Krb5Context context, argument
161 this(tokenId, context,
173 * @param context the Kerberos context associated with this token
180 MessageToken(int tokenId, Krb5Context context, InputStream is, argument
182 init(tokenId, context);
474 * Constructs an empty MessageToken for the local context to send to
480 * @param context th
482 MessageToken(int tokenId, Krb5Context context) argument
495 init(int tokenId, Krb5Context context) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthGraphicsUtils.java66 * @param context Identifies hosting region.
75 public void drawLine(SynthContext context, Object paintKey, argument
88 * @param context identifies hosting region
99 public void drawLine(SynthContext context, Object paintKey, argument
120 drawLine(context, paintKey, g, x1, y1, x2, y2);
242 * @param context SynthContext used to determine font.
244 * in context.
246 public int getMaximumCharHeight(SynthContext context) { argument
247 FontMetrics fm = context.getComponent().getFontMetrics(
248 context
427 getPreferredMenuItemSize(SynthContext context, SynthContext accContext, JComponent c, Icon checkIcon, Icon arrowIcon, int defaultTextIconGap, String acceleratorDelimiter, boolean useCheckAndArrow, String propertyPrefix) argument
487 paint(SynthContext context, SynthContext accContext, Graphics g, Icon checkIcon, Icon arrowIcon, String acceleratorDelimiter, int defaultTextIconGap, String propertyPrefix) argument
528 paintBackground(SynthContext context, Graphics g, JComponent c) argument
615 private SynthContext context; field in class:SynthGraphicsUtils.SynthIconWrapper
617 get(SynthIcon icon, SynthContext context) argument
636 SynthIconWrapper(SynthIcon icon, SynthContext context) argument
640 reset(SynthIcon icon, SynthContext context) argument
[all...]
H A DSynthDesktopPaneUI.java116 SynthContext context = getContext(c, ENABLED);
117 style = SynthLookAndFeel.updateStyle(context, this);
122 context.dispose();
143 SynthContext context = getContext(desktop, ENABLED);
145 style.uninstallDefaults(context);
146 context.dispose();
455 SynthContext context = getContext(c);
457 SynthLookAndFeel.update(context, g);
458 context.getPainter().paintDesktopPaneBackground(context,
488 paint(SynthContext context, Graphics g) argument
495 paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DAnnotationProcessorContext.java62 SEIContext context = seiContextMap.get(seiName);
63 if (context == null) {
64 context = new SEIContext(seiName);
65 addSEIContext(seiName, context);
67 return context;
71 SEIContext context = getSEIContext(d.getQualifiedName());
72 return context;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/handler/
H A DClientMessageHandlerTube.java79 void callHandlersOnResponse(MessageUpdatableContext context, boolean handleFault) { argument
82 processor.callHandlersResponse(HandlerProcessor.Direction.INBOUND, context, handleFault);
92 boolean callHandlersOnRequest(MessageUpdatableContext context, boolean isOneWay) { argument
96 Map<String, DataHandler> atts = (Map<String, DataHandler>) context.get(MessageContext.OUTBOUND_MESSAGE_ATTACHMENTS);
107 handlerResult = processor.callHandlersRequest(HandlerProcessor.Direction.OUTBOUND, context, !isOneWay);
146 MessageHandlerContextImpl context = new MessageHandlerContextImpl(seiModel, binding, port, packet,roles);
147 return context;
H A DClientSOAPHandlerTube.java108 SOAPMessageContextImpl context = new SOAPMessageContextImpl(binding, packet,roles);
109 return context;
112 boolean callHandlersOnRequest(MessageUpdatableContext context, boolean isOneWay) { argument
116 Map<String, DataHandler> atts = (Map<String, DataHandler>) context.get(MessageContext.OUTBOUND_MESSAGE_ATTACHMENTS);
127 handlerResult = processor.callHandlersRequest(HandlerProcessor.Direction.OUTBOUND, context, !isOneWay);
144 void callHandlersOnResponse(MessageUpdatableContext context, boolean handleFault) { argument
148 processor.callHandlersResponse(HandlerProcessor.Direction.INBOUND, context, handleFault);
H A DServerMessageHandlerTube.java84 void callHandlersOnResponse(MessageUpdatableContext context, boolean handleFault) { argument
86 Map<String, DataHandler> atts = (Map<String, DataHandler>) context.get(MessageContext.OUTBOUND_MESSAGE_ATTACHMENTS);
97 processor.callHandlersResponse(HandlerProcessor.Direction.OUTBOUND, context, handleFault);
108 boolean callHandlersOnRequest(MessageUpdatableContext context, boolean isOneWay) { argument
112 handlerResult = processor.callHandlersRequest(HandlerProcessor.Direction.INBOUND, context, !isOneWay);
136 MessageHandlerContextImpl context = new MessageHandlerContextImpl(seiModel, binding, port, packet, roles);
137 return context;
H A DServerSOAPHandlerTube.java114 SOAPMessageContextImpl context = new SOAPMessageContextImpl(binding, packet,roles);
115 return context;
118 boolean callHandlersOnRequest(MessageUpdatableContext context, boolean isOneWay) { argument
123 handlerResult = processor.callHandlersRequest(HandlerProcessor.Direction.INBOUND, context, !isOneWay);
136 void callHandlersOnResponse(MessageUpdatableContext context, boolean handleFault) { argument
139 Map<String, DataHandler> atts = (Map<String, DataHandler>) context.get(MessageContext.OUTBOUND_MESSAGE_ATTACHMENTS);
150 processor.callHandlersResponse(HandlerProcessor.Direction.OUTBOUND, context, handleFault);
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/spi/
H A DProviderInit.java98 SSLContext context = SSLContext.getInstance("TLS");
135 SSLContext context = SSLContext.getInstance("TLS");
144 (SSLSocketFactory) context.getSocketFactory();
158 context.init(null, tms, null);
160 (SSLSocketFactory) context.getSocketFactory();
173 context.init(kms, null, null);
175 (SSLSocketFactory) context.getSocketFactory();
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/apt/
H A DAnnotationProcessorEnvironmentImpl.java67 Context context) {
74 declMaker = DeclarationMaker.instance(context);
75 declUtils = DeclarationsImpl.instance(context);
76 typeUtils = TypesImpl.instance(context);
77 messager = MessagerImpl.instance(context);
78 filer = FilerImpl.instance(context);
79 bark = Bark.instance(context);
64 AnnotationProcessorEnvironmentImpl(Collection<TypeDeclaration> spectypedecls, Collection<TypeDeclaration> typedecls, Map<String, String> origOptions, Context context) argument
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DAnnotationWriter.java48 static AnnotationWriter instance(Context context) { argument
49 AnnotationWriter instance = context.get(AnnotationWriter.class);
51 instance = new AnnotationWriter(context);
55 protected AnnotationWriter(Context context) { argument
56 super(context);
57 classWriter = ClassWriter.instance(context);
58 constantWriter = ConstantWriter.instance(context);
H A DLocalVariableTableWriter.java69 static LocalVariableTableWriter instance(Context context) { argument
70 LocalVariableTableWriter instance = context.get(LocalVariableTableWriter.class);
72 instance = new LocalVariableTableWriter(context);
76 protected LocalVariableTableWriter(Context context) { argument
77 super(context);
78 context.put(LocalVariableTableWriter.class, this);
79 classWriter = ClassWriter.instance(context);
H A DLocalVariableTypeTableWriter.java70 static LocalVariableTypeTableWriter instance(Context context) { argument
71 LocalVariableTypeTableWriter instance = context.get(LocalVariableTypeTableWriter.class);
73 instance = new LocalVariableTypeTableWriter(context);
77 protected LocalVariableTypeTableWriter(Context context) { argument
78 super(context);
79 context.put(LocalVariableTypeTableWriter.class, this);
80 classWriter = ClassWriter.instance(context);
H A DTryBlockWriter.java69 static TryBlockWriter instance(Context context) { argument
70 TryBlockWriter instance = context.get(TryBlockWriter.class);
72 instance = new TryBlockWriter(context);
76 protected TryBlockWriter(Context context) { argument
77 super(context);
78 context.put(TryBlockWriter.class, this);
79 constantWriter = ConstantWriter.instance(context);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DAnnotate.java47 public static Annotate instance(Context context) { argument
48 Annotate instance = context.get(annotateKey);
50 instance = new Annotate(context);
64 protected Annotate(Context context) { argument
65 context.put(annotateKey, this);
66 attr = Attr.instance(context);
67 make = TreeMaker.instance(context);
68 log = Log.instance(context);
69 syms = Symtab.instance(context);
70 names = Names.instance(context);
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKEngine.java365 private static int getTextDirection(SynthContext context) { argument
367 JComponent comp = context.getComponent();
378 public void paintArrow(Graphics g, SynthContext context, argument
383 int widget = getWidgetType(context.getComponent(), id).ordinal();
388 public void paintBox(Graphics g, SynthContext context, argument
394 int synthState = context.getComponentState();
395 int dir = getTextDirection(context);
396 int widget = getWidgetType(context.getComponent(), id).ordinal();
401 public void paintBoxGap(Graphics g, SynthContext context, argument
407 int widget = getWidgetType(context
412 paintCheck(Graphics g, SynthContext context, Region id, String detail, int x, int y, int w, int h) argument
420 paintExpander(Graphics g, SynthContext context, Region id, int state, ExpanderStyle expanderStyle, String detail, int x, int y, int w, int h) argument
430 paintExtension(Graphics g, SynthContext context, Region id, int state, ShadowType shadowType, String detail, int x, int y, int w, int h, PositionType placement, int tabIndex) argument
440 paintFlatBox(Graphics g, SynthContext context, Region id, int state, ShadowType shadowType, String detail, int x, int y, int w, int h, ColorType colorType) argument
451 paintFocus(Graphics g, SynthContext context, Region id, int state, String detail, int x, int y, int w, int h) argument
459 paintHandle(Graphics g, SynthContext context, Region id, int state, ShadowType shadowType, String detail, int x, int y, int w, int h, Orientation orientation) argument
469 paintHline(Graphics g, SynthContext context, Region id, int state, String detail, int x, int y, int w, int h) argument
477 paintOption(Graphics g, SynthContext context, Region id, String detail, int x, int y, int w, int h) argument
485 paintShadow(Graphics g, SynthContext context, Region id, int state, ShadowType shadowType, String detail, int x, int y, int w, int h) argument
498 paintSlider(Graphics g, SynthContext context, Region id, int state, ShadowType shadowType, String detail, int x, int y, int w, int h, Orientation orientation) argument
508 paintVline(Graphics g, SynthContext context, Region id, int state, String detail, int x, int y, int w, int h) argument
516 paintBackground(Graphics g, SynthContext context, Region id, int state, Color color, int x, int y, int w, int h) argument
630 setRangeValue(SynthContext context, Region id, double value, double min, double max, double visible) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/api/
H A DJavacTaskImpl.java74 private Context context; field in class:JavacTaskImpl
87 Context context,
89 this.ccw = ClientCodeWrapper.instance(context);
93 this.context = context;
104 Context context,
107 this(compilerMain, toArray(flags), toArray(classes), context, toList(fileObjects));
132 result = compilerMain.compile(args, classNames, context, fileObjects, processors);
160 compilerMain.setOptions(Options.instance(context));
165 compiler = JavaCompiler.instance(context);
84 JavacTaskImpl(Main compilerMain, String[] args, String[] classNames, Context context, List<JavaFileObject> fileObjects) argument
102 JavacTaskImpl(Main compilerMain, Iterable<String> flags, Context context, Iterable<String> classes, Iterable<? extends JavaFileObject> fileObjects) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/declaration/
H A DDeclarationMaker.java47 private Context context; field in class:DeclarationMaker
52 public static DeclarationMaker instance(Context context) { argument
53 DeclarationMaker instance = context.get(declarationMakerKey);
55 instance = new DeclarationMaker(context);
60 private DeclarationMaker(Context context) { argument
61 context.put(declarationMakerKey, this);
62 env = AptEnv.instance(context);
63 this.context = context;
64 this.javacompiler = JavaCompiler.instance(context);
[all...]

Completed in 1941 milliseconds

<<11121314151617181920>>