Searched defs:context (Results 201 - 225 of 646) sorted by relevance

1234567891011>>

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DDescendantIterator.java258 * Initialize the context values for this expression
261 * @param context The XPath runtime context for this
264 public void setRoot(int context, Object environment) argument
266 super.setRoot(context, environment);
293 * @param xctxt The XPath runtime context.
H A DMatchPatternIterator.java156 * Initialize the context values for this expression
159 * @param context The XPath runtime context for this
162 public void setRoot(int context, Object environment) argument
164 super.setRoot(context, environment);
H A DOneStepIteratorForward.java84 * Initialize the context values for this expression
87 * @param context The XPath runtime context for this
90 public void setRoot(int context, Object environment) argument
92 super.setRoot(context, environment);
102 // * @param xctxt The XPath runtime context.
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/domapi/
H A DXPathEvaluatorImpl.java82 public String getNamespaceForPrefix(String prefix, Node context) { argument
189 * can be easily evaluated relative to the context of the node where it
196 * @param nodeResolver The node to be used as a context for namespace
215 * @param contextNode The <code>context</code> is context node for the
222 * node. If the context node is a <code>Text</code> or a
223 * <code>CDATASection</code>, then the context is interpreted as the
225 * in which case it may not serve as the XPath context.
256 * context node.
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/patterns/
H A DFunctionPattern.java94 * @param xctxt XPath runtime context.
104 public XObject execute(XPathContext xctxt, int context) argument
108 DTMIterator nl = m_functionExpr.asIterator(xctxt, context);
117 score = (n == context) ? SCORE_OTHER : SCORE_NONE;
121 context = n;
137 * @param xctxt XPath runtime context.
147 public XObject execute(XPathContext xctxt, int context, argument
152 DTMIterator nl = m_functionExpr.asIterator(xctxt, context);
161 score = (n == context) ? SCORE_OTHER : SCORE_NONE;
165 context
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/amd64/
H A DAMD64CurrentFrameGuess.java43 also considering those coming in from the context. If we find a PC
50 private AMD64ThreadContext context; field in class:AMD64CurrentFrameGuess
59 public AMD64CurrentFrameGuess(AMD64ThreadContext context, argument
61 this.context = context;
67 Address sp = context.getRegisterAsAddress(AMD64ThreadContext.RSP);
68 Address pc = context.getRegisterAsAddress(AMD64ThreadContext.RIP);
69 Address fp = context.getRegisterAsAddress(AMD64ThreadContext.RBP);
110 // stack pointer from the thread context was pointing
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ia64/
H A DIA64CurrentFrameGuess.java44 private IA64ThreadContext context; field in class:IA64CurrentFrameGuess
52 public IA64CurrentFrameGuess(IA64ThreadContext context, argument
54 this.context = context;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/x86/
H A DX86CurrentFrameGuess.java42 also considering those coming in from the context. If we find a PC
49 private X86ThreadContext context; field in class:X86CurrentFrameGuess
58 public X86CurrentFrameGuess(X86ThreadContext context, argument
60 this.context = context;
66 Address sp = context.getRegisterAsAddress(X86ThreadContext.SP);
67 Address pc = context.getRegisterAsAddress(X86ThreadContext.PC);
68 Address fp = context.getRegisterAsAddress(X86ThreadContext.FP);
110 // stack pointer from the thread context was pointing
/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DSSLContext.java78 * Returns the default SSL context.
80 * <p>If a default context was set using the {@link #setDefault
84 * If successful, that object is made the default SSL context and returned.
86 * <p>The default context is immediately
89 * @return the default SSL context
103 * Sets the default SSL context. It will be returned by subsequent calls
104 * to {@link #getDefault}. The default context must be immediately usable
107 * @param context the SSLContext
108 * @throws NullPointerException if context is null
114 public static synchronized void setDefault(SSLContext context) { argument
[all...]
/openjdk7/jdk/src/share/classes/javax/rmi/ssl/
H A DSslRMIServerSocketFactory.java125 * @param context the SSL context to be used for creating SSL sockets.
126 * If <code>context</code> is null the default <code>SSLSocketFactory</code>
160 SSLContext context,
177 this.context = context;
179 context == null ?
180 getDefaultSSLSocketFactory() : context.getSocketFactory();
258 context == null ?
259 getDefaultSSLSocketFactory() : context
159 SslRMIServerSocketFactory( SSLContext context, String[] enabledCipherSuites, String[] enabledProtocols, boolean needClientAuth) argument
377 private SSLContext context; field in class:SslRMIServerSocketFactory
[all...]
/openjdk7/jdk/src/share/classes/javax/script/
H A DAbstractScriptEngine.java56 protected ScriptContext context; field in class:AbstractScriptEngine
64 context = new SimpleScriptContext();
70 * <code>ENGINE_SCOPE</code> <code>Bindings</code> in the protected <code>context</code> field.
81 context.setBindings(n, ScriptContext.ENGINE_SCOPE);
85 * Sets the value of the protected <code>context</code> field to the specified
93 throw new NullPointerException("null context");
95 context = ctxt;
99 * Returns the value of the protected <code>context</code> field.
101 * @return The value of the protected <code>context</code> field.
104 return context;
[all...]
H A DScriptEngine.java106 * @param context A <code>ScriptContext</code> exposing sets of attributes in
122 public Object eval(String script, ScriptContext context) throws ScriptException; argument
131 * @param context The <code>ScriptContext</code> passed to the script engine.
138 public Object eval(Reader reader , ScriptContext context) throws ScriptException; argument
311 * @param context A <code>ScriptContext</code> that will replace the default <code>ScriptContext</code> in
313 * @throws NullPointerException if context is null.
315 public void setContext(ScriptContext context); argument
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DNimbusIcon.java54 public void paintIcon(SynthContext context, Graphics g, int x, int y, argument
57 if (context != null) {
58 painter = (Painter)context.getStyle().get(context, key);
64 if (painter != null && context != null) {
65 JComponent c = context.getComponent();
69 //must occur on the graphics context when rendering a toolbar
97 painter.paint(gfx, context.getComponent(), h, w);
103 painter.paint(gfx, context.getComponent(), w, h);
107 painter.paint(gfx, context
154 getIconWidth(SynthContext context) argument
173 getIconHeight(SynthContext context) argument
205 scale(SynthContext context, int size) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthColorChooserUI.java65 SynthContext context = getContext(chooser, ENABLED);
67 context.getStyle().get(context, "ColorChooser.panels");
68 context.dispose();
86 SynthContext context = getContext(c, ENABLED);
87 style = SynthLookAndFeel.updateStyle(context, this);
88 context.dispose();
96 SynthContext context = getContext(chooser, ENABLED);
98 style.uninstallDefaults(context);
99 context
187 paint(SynthContext context, Graphics g) argument
194 paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h) argument
[all...]
H A DSynthContext.java58 SynthContext context = null;
67 context = instances.remove(size - 1);
71 if (context == null) {
73 context = (SynthContext)type.newInstance();
78 context.reset(component, region, style, state);
79 return context;
82 static void releaseContext(SynthContext context) { argument
84 List<SynthContext> instances = contextMap.get(context.getClass());
88 contextMap.put(context.getClass(), instances);
90 instances.add(context);
[all...]
H A DSynthEditorPaneUI.java81 SynthContext context = getContext(getComponent(), ENABLED);
85 style.uninstallDefaults(context);
86 context.dispose();
117 SynthContext context = getContext(comp, ENABLED);
120 style = SynthLookAndFeel.updateStyle(context, this);
123 SynthTextFieldUI.updateStyle(comp, context, getPropertyPrefix());
130 context.dispose();
164 SynthContext context = getContext(c);
166 SynthLookAndFeel.update(context, g);
167 paintBackground(context,
179 paint(SynthContext context, Graphics g) argument
191 paintBackground(SynthContext context, Graphics g, JComponent c) argument
200 paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h) argument
[all...]
H A DSynthMenuBarUI.java77 SynthContext context = getContext(c, ENABLED);
79 style = SynthLookAndFeel.updateStyle(context, this);
86 context.dispose();
94 SynthContext context = getContext(menuBar, ENABLED);
96 style.uninstallDefaults(context);
97 context.dispose();
141 SynthContext context = getContext(c);
143 SynthLookAndFeel.update(context, g);
144 context.getPainter().paintMenuBarBackground(context,
174 paint(SynthContext context, Graphics g) argument
181 paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h) argument
[all...]
H A DSynthPopupMenuUI.java71 SynthContext context = getContext(c, ENABLED);
73 style = SynthLookAndFeel.updateStyle(context, this);
80 context.dispose();
97 SynthContext context = getContext(popupMenu, ENABLED);
99 style.uninstallDefaults(context);
100 context.dispose();
148 SynthContext context = getContext(c);
150 SynthLookAndFeel.update(context, g);
151 context.getPainter().paintPopupMenuBackground(context,
181 paint(SynthContext context, Graphics g) argument
188 paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h) argument
[all...]
H A DSynthRootPaneUI.java67 SynthContext context = getContext(root, ENABLED);
69 style.uninstallDefaults(context);
70 context.dispose();
92 SynthContext context = getContext(c, ENABLED);
94 style = SynthLookAndFeel.updateStyle(context, this);
101 context.dispose();
118 SynthContext context = getContext(c);
120 SynthLookAndFeel.update(context, g);
121 context.getPainter().paintRootPaneBackground(context,
151 paint(SynthContext context, Graphics g) argument
158 paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h) argument
[all...]
H A DSynthTextPaneUI.java182 void paintBackground(SynthContext context, Graphics g, JComponent c) { argument
183 context.getPainter().paintTextPaneBackground(context, g, 0, 0,
191 public void paintBorder(SynthContext context, Graphics g, int x, argument
193 context.getPainter().paintTextPaneBorder(context, g, x, y, w, h);
H A DSynthToolTipUI.java69 SynthContext context = getContext(c, ENABLED);
70 style = SynthLookAndFeel.updateStyle(context, this);
71 context.dispose();
79 SynthContext context = getContext(c, ENABLED);
80 style.uninstallDefaults(context);
81 context.dispose();
137 SynthContext context = getContext(c);
139 SynthLookAndFeel.update(context, g);
140 context.getPainter().paintToolTipBackground(context,
150 paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h) argument
179 paint(SynthContext context, Graphics g) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/
H A DTransformService.java86 * context (even if there are no parameters). Alternatively, if the
91 * parameters to XML and provide the transform with document context. Finally,
364 * @param context the <code>XMLCryptoContext</code> containing
365 * additional context (may be <code>null</code> if not applicable)
367 * <code>context</code> is not compatible with this
373 (XMLStructure parent, XMLCryptoContext context)
378 * parameters and document context.
382 * @param context the <code>XMLCryptoContext</code> containing
383 * additional context (may be <code>null</code> if not applicable)
385 * <code>context</cod
372 marshalParams(XMLStructure parent, XMLCryptoContext context) argument
391 init(XMLStructure parent, XMLCryptoContext context) argument
[all...]
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DApacheCanonicalizer.java71 public void init(XMLStructure parent, XMLCryptoContext context) argument
73 if (context != null && !(context instanceof DOMCryptoContext)) {
75 ("context must be of type DOMCryptoContext");
82 public void marshalParams(XMLStructure parent, XMLCryptoContext context) argument
84 if (context != null && !(context instanceof DOMCryptoContext)) {
86 ("context must be of type DOMCryptoContext");
H A DApacheTransform.java71 public void init(XMLStructure parent, XMLCryptoContext context) argument
73 if (context != null && !(context instanceof DOMCryptoContext)) {
75 ("context must be of type DOMCryptoContext");
82 public void marshalParams(XMLStructure parent, XMLCryptoContext context) argument
84 if (context != null && !(context instanceof DOMCryptoContext)) {
86 ("context must be of type DOMCryptoContext");
H A DDOMDigestMethod.java148 public void marshal(Node parent, String prefix, DOMCryptoContext context) argument

Completed in 116 milliseconds

1234567891011>>