Searched refs:context (Results 126 - 150 of 854) sorted by relevance

1234567891011>>

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/
H A DFuncQname.java41 * @param xctxt The current execution context.
49 int context = getArg0AsNode(xctxt);
52 if (DTM.NULL != context)
54 DTM dtm = xctxt.getDTM(context);
55 String qname = dtm.getNodeNameX(context);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DThreadProxy.java52 /** Retrieves the context for the given thread. It is only valid to
61 /** Sets the context for the given thread. The passed ThreadContext
68 public void setContext(ThreadContext context) argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxThread.java66 ThreadContext context = LinuxThreadContextFactory.createThreadContext(debugger);
68 context.setRegister(i, data[i]);
70 return context;
77 public void setContext(ThreadContext context) argument
/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/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/make/tools/src/build/tools/jdwpgen/
H A DAbstractSimpleTypeNode.java33 context = ctx;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DUntypedListFieldRenderer.java55 public FieldOutline generate(ClassOutlineImpl context, CPropertyInfo prop) { argument
57 return new DummyListField(context, prop, coreList);
60 return new ContentListField(context, prop, coreList);
62 return new UntypedListField(context, prop, coreList);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DPopulatable.java43 public void populate( Model model, Outline context );
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/
H A DCycleRecoverable.java52 * @param context
63 Object onCycleDetected(Context context); argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/handler/
H A DXMLHandlerProcessor.java60 final void insertFaultMessage(C context, argument
63 context.put(MessageContext.HTTP_RESPONSE_CODE,((HTTPException)exception).getStatusCode());
65 if (context != null) {
67 context.setPacketMessage(Messages.createEmpty(binding.getSOAPVersion()));
/openjdk7/jdk/src/windows/classes/sun/java2d/
H A DWindowsSurfaceManagerFactory.java45 * arbitrary SunVolatileImage. An optional context Object can be supplied
46 * as a way for the caller to pass pipeline-specific context data to
53 Object context)
57 return new D3DVolatileSurfaceManager(vImg, context);
59 return new WGLVolatileSurfaceManager(vImg, context);
61 return new BufImgVolatileSurfaceManager(vImg, context);
52 createVolatileManager(SunVolatileImage vImg, Object context) argument
/openjdk7/jaxws/src/share/jaxws_classes/org/relaxng/datatype/
H A DDatatypeBuilder.java53 * @param context
54 * The context information which can be used by the callee to
55 * acquire additional information. This context object is
64 void addParameter( String name, String strValue, ValidationContext context )
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthButtonUI.java77 SynthContext context = getContext(b, SynthConstants.ENABLED);
79 style = SynthLookAndFeel.updateStyle(context, this);
83 Insets margin = (Insets)style.get(context,getPropertyPrefix() +
93 Object value = style.get(context, getPropertyPrefix() + "iconTextGap");
98 value = style.get(context, getPropertyPrefix() + "contentAreaFilled");
108 context.dispose();
125 SynthContext context = getContext(b, ENABLED);
127 style.uninstallDefaults(context);
128 context.dispose();
211 SynthContext context
285 paint(SynthContext context, Graphics g) argument
299 paintBackground(SynthContext context, Graphics g, JComponent c) argument
311 paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h) argument
[all...]
H A DSynthPasswordFieldUI.java79 void paintBackground(SynthContext context, Graphics g, JComponent c) { argument
80 context.getPainter().paintPasswordFieldBackground(context, g, 0, 0,
88 public void paintBorder(SynthContext context, Graphics g, int x, argument
90 context.getPainter().paintPasswordFieldBorder(context, g, x, y, w, h);
H A DSynthToolBarUI.java99 SynthContext context = getContext(
101 contentStyle = SynthLookAndFeel.updateStyle(context, this);
102 context.dispose();
104 context = getContext(c, Region.TOOL_BAR_DRAG_WINDOW, null, ENABLED);
105 dragWindowStyle = SynthLookAndFeel.updateStyle(context, this);
106 context.dispose();
108 context = getContext(c, ENABLED);
111 style = SynthLookAndFeel.updateStyle(context, this);
114 style.getIcon(context, "ToolBar.handleIcon");
120 context
245 paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h) argument
282 paint(SynthContext context, Graphics g) argument
305 paintContent(SynthContext context, Graphics g, Rectangle bounds) argument
[all...]
H A DSynthStyle.java737 * Returns the <code>SynthGraphicUtils</code> for the specified context.
739 * @param context SynthContext identifying requester
742 public SynthGraphicsUtils getGraphicsUtils(SynthContext context) { argument
754 * @param context SynthContext identifying requester
758 public Color getColor(SynthContext context, ColorType type) { argument
759 JComponent c = context.getComponent();
760 Region id = context.getRegion();
762 if ((context.getComponentState() & SynthConstants.DISABLED) != 0) {
774 return getColorForState(context, type);
779 return getColorForState(context, typ
825 getColorForState(SynthContext context, ColorType type) argument
837 getFont(SynthContext context) argument
856 getFontForState(SynthContext context) argument
865 getInsets(SynthContext context, Insets insets) argument
880 getPainter(SynthContext context) argument
890 isOpaque(SynthContext context) argument
901 get(SynthContext context, Object key) argument
905 installDefaults(SynthContext context, SynthUI ui) argument
926 installDefaults(SynthContext context) argument
959 uninstallDefaults(SynthContext context) argument
988 getInt(SynthContext context, Object key, int defaultValue) argument
1007 getBoolean(SynthContext context, Object key, boolean defaultValue) argument
1025 getIcon(SynthContext context, Object key) argument
1044 getString(SynthContext context, Object key, String defaultValue) 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...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DInterleavePattern.java68 void checkRestrictions(int context, DuplicateAttributeDetector dad, Alphabet alpha) argument
70 switch (context) {
78 if (context == ELEMENT_REPEAT_CONTEXT)
79 context = ELEMENT_REPEAT_INTERLEAVE_CONTEXT;
85 p1.checkRestrictions(context, dad, a1);
87 p2.checkRestrictions(context, dad, a1);
90 p2.checkRestrictions(context, dad, a2);
98 if (context != LIST_CONTEXT
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DMicToken_v2.java46 public MicToken_v2(Krb5Context context, argument
49 super(Krb5Token.MIC_ID_v2, context,
53 public MicToken_v2(Krb5Context context, InputStream is, MessageProp prop) argument
55 super(Krb5Token.MIC_ID_v2, context, is, prop);
77 public MicToken_v2(Krb5Context context, MessageProp prop, argument
80 super(Krb5Token.MIC_ID_v2, context);
88 public MicToken_v2(Krb5Context context, MessageProp prop, InputStream data) argument
91 super(Krb5Token.MIC_ID_v2, context);
H A DInitialToken.java77 public OverloadedChecksum(Krb5Context context, argument
88 context.setCredDelegState(false);
89 context.setDelegPolicyState(false);
90 } else if (context.getCredDelegState()) {
91 if (context.getDelegPolicyState()) {
94 context.setDelegPolicyState(false);
97 } else if (context.getDelegPolicyState()) {
99 context.setCredDelegState(true);
101 context.setDelegPolicyState(false);
105 if (context
213 OverloadedChecksum(Krb5Context context, Checksum checksum, EncryptionKey key, EncryptionKey subKey) argument
320 setContextFlags(Krb5Context context) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKStyle.java116 public void installDefaults(SynthContext context) { argument
117 super.installDefaults(context);
118 if (!context.getRegion().isSubregion()) {
119 context.getComponent().putClientProperty(
126 public SynthGraphicsUtils getGraphicsUtils(SynthContext context) { argument
142 protected Color getColorForState(SynthContext context, ColorType type) { argument
150 Region id = context.getRegion();
151 int state = context.getComponentState();
182 return getStyleSpecificColor(context, state, type);
189 private Color getStyleSpecificColor(SynthContext context, in argument
212 getGTKColor(SynthContext context, int state, ColorType type) argument
241 getColor(SynthContext context, ColorType type) argument
281 getFontForState(SynthContext context) argument
399 getButtonInsets(SynthContext context, Insets insets) argument
436 getRadioInsets(SynthContext context, Insets insets) argument
462 getMenuBarInsets(SynthContext context, Insets insets) argument
474 getMenuItemInsets(SynthContext context, Insets insets) argument
486 getThicknessInsets(SynthContext context, Insets insets) argument
492 getSeparatorInsets(SynthContext context, Insets insets) argument
503 getSliderTrackInsets(SynthContext context, Insets insets) argument
511 getSimpleInsets(SynthContext context, Insets insets, int n) argument
516 getTabbedPaneTabInsets(SynthContext context, Insets insets) argument
528 getTextFieldInsets(SynthContext context, Insets insets) argument
549 getScrollBarInsets(SynthContext context, Insets insets) argument
649 getClassSpecificIntValue(SynthContext context, String key, int defaultValue) argument
669 getClassSpecificInsetsValue(SynthContext context, String key, Insets defaultValue) argument
689 getClassSpecificBoolValue(SynthContext context, String key, boolean defaultValue) argument
709 isOpaque(SynthContext context) argument
746 get(SynthContext context, Object key) argument
865 getStockIcon(SynthContext context, String key, int type) argument
1005 paintIcon(SynthContext context, Graphics g, int x, int y, int w, int h) argument
1019 getIconWidth(SynthContext context) argument
1028 getIconHeight(SynthContext context) argument
1037 getIcon(SynthContext context) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/util/
H A DBark.java43 /** The context key for the bark. */
51 public static void preRegister(Context context) { argument
52 context.put(barkKey, new Context.Factory<Bark>() {
57 context.put(Log.logKey, new Context.Factory<Log>() {
64 /** Get the Bark instance for this context. */
65 public static Bark instance(Context context) { argument
66 Bark instance = context.get(barkKey);
68 instance = new Bark(context);
85 protected Bark(Context context) { argument
86 super(context); // wil
[all...]
/openjdk7/jdk/src/share/classes/com/sun/script/javascript/
H A DExternalScriptable.java44 private ScriptContext context; field in class:ExternalScriptable
62 ExternalScriptable(ScriptContext context) { argument
63 this(context, new HashMap<Object, Object>());
66 ExternalScriptable(ScriptContext context, Map<Object, Object> indexedProps) { argument
67 if (context == null) {
68 throw new NullPointerException("context is null");
70 this.context = context;
75 return context;
107 synchronized (context) {
[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/sun/management/snmp/util/
H A DSnmpNamedListTableCache.java75 * @param context The context passed to
83 protected abstract String getKey(Object context, List rawDatas, argument
92 * @param context The context passed to
100 protected SnmpOid makeIndex(Object context, List rawDatas, argument
124 if (context == null) return testOid;
125 if (((Map)context).containsValue(testOid)) continue;
143 * the name and index in the context TreeMap.
144 * @param context Th
154 getIndex(Object context, List rawDatas, int rank, Object item) argument
177 updateCachedDatas(Object context, List rawDatas) argument
247 updateCachedDatas(Object context) argument
[all...]

Completed in 106 milliseconds

1234567891011>>