Searched refs:state (Results 476 - 500 of 716) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHandshaker.java124 int state; field in class:Handshaker
243 // In addition to the connection state machine, controlling
246 // also a handshaking state machine that controls message
253 // order to drastically simplify state machine checking.
255 state = -2; // initialized but not activated
498 // move state to activated
499 state = -1;
739 return state == HandshakeMessage.ht_finished;
878 * In activated state, the handshaker may not send any messages out.
881 return state >
[all...]
H A DServerHandshaker.java144 * It updates the state machine as each message is processed, and writes
153 if ((state >= type)
154 && (state != HandshakeMessage.ht_client_key_exchange
157 "Handshake message sequence violation, state = " + state
253 // Move state machine forward if the message handling
256 if (state < type) {
258 state = type + 2; // an annoying special case
260 state = type;
916 * the session state
[all...]
/openjdk7/jdk/src/share/transport/shmem/
H A DshmemBase.c96 * memory buffer and its state.
127 jint state; member in struct:Stream
131 * Values for Stream.state field above.
142 #define IS_STATE_CLOSED(state) (state != STATE_OPEN)
289 if (IS_STATE_CLOSED(stream->state)) {
294 if (IS_STATE_CLOSED(stream->state)) {
369 stream->state = STATE_CLOSED;
431 stream->state = STATE_OPEN;
462 stream->state
[all...]
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSctpMultiChannelImpl.java79 /* Lock held by any thread that modifies the state fields declared below
90 private ChannelState state = ChannelState.UNINITIALIZED; field in class:SctpMultiChannelImpl
262 if (state == ChannelState.KILLPENDING)
270 if (state == ChannelState.KILLPENDING)
364 if (state == ChannelState.KILLED)
366 if (state == ChannelState.UNINITIALIZED) {
367 state = ChannelState.KILLED;
375 state = ChannelState.KILLED;
377 state = ChannelState.KILLPENDING;
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_64.cpp159 address TemplateInterpreterGenerator::generate_continuation_for(TosState state) { argument
163 __ dispatch_next(state);
168 address TemplateInterpreterGenerator::generate_return_entry_for(TosState state, int step) { argument
192 __ dispatch_next(state, step);
205 address TemplateInterpreterGenerator::generate_deopt_entry_for(TosState state, argument
223 __ dispatch_next(state, step);
275 TosState state,
278 __ push(state);
1063 // change thread state
1070 __ stop("Wrong thread state i
274 generate_safept_entry_for( TosState state, address runtime_entry) argument
1858 generate_earlyret_entry_for(TosState state) argument
1924 generate_trace_code(TosState state) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicDesktopPaneUI.java550 private void setState(JDesktopPane dp, String state) { argument
551 if (state == CLOSE) {
557 } else if (state == MAXIMIZE) {
576 } else if (state == MINIMIZE) {
588 } else if (state == RESTORE) {
/openjdk7/hotspot/src/share/vm/opto/
H A DidealKit.cpp49 // We can go memory state free or else we need the entire memory state
74 assert((state() & (BlockS|LoopS|IfThenS|ElseS)), "bad state for new If");
103 assert(state() == IfThenS, "bad state for new Else");
115 // The if_then() pushed a copy of the current state for later use
116 // as the initial state for a future "else" clause. The
117 // current state then became the initial state fo
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPopulationCoding.java339 for (long state = 0;;) {
341 state += fc.readFrom(in);
344 val = fc.reduceToUnsignedRange(state);
346 val = (int)state;
347 state = val;
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaMenuPainter.java214 // If it's not on a JPopupMenu then it should just use the model's enable state
522 border.painter.state.set(Widget.MENU_BAR);
528 border.painter.state.set(Widget.MENU_TITLE);
529 border.painter.state.set(State.PRESSED);
535 border.painter.state.set(Widget.MENU_ITEM);
536 border.painter.state.set(State.PRESSED);
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousSocketChannelImpl.java144 state = ST_CONNECTED;
212 state = ST_CONNECTED;
323 // check and update state
327 if (state == ST_CONNECTED)
329 if (state == ST_PENDING)
339 state = ST_PENDING;
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthParser.java77 private static final String ELEMENT_STATE = "state";
137 * Array of state infos for the current style. These are pushed to the
148 * Current state info.
194 * List of SynthStyle.Painters that will be applied to the current state.
273 * Clears our internal state.
440 int state = 0;
465 state |= SynthConstants.ENABLED;
468 state |= SynthConstants.MOUSE_OVER;
471 state |= SynthConstants.PRESSED;
474 state |
[all...]
H A DSynthSliderUI.java724 private SynthContext getContext(JComponent c, int state) { argument
726 SynthLookAndFeel.getRegion(c), style, state);
733 private SynthContext getContext(JComponent c, Region subregion, int state) { argument
742 return SynthContext.getContext(klass, c, subregion, style, state);
747 int state = thumbPressed ? PRESSED : MOUSE_OVER;
748 if (c.isFocusOwner()) state |= FOCUSED;
749 return state;
H A DSynthToolBarUI.java180 private SynthContext getContext(JComponent c, int state) { argument
182 SynthLookAndFeel.getRegion(c), style, state);
191 SynthStyle style, int state) {
193 style, state);
190 getContext(JComponent c, Region region, SynthStyle style, int state) argument
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWM.java1077 * Check if state is supported.
1078 * Note that a compound state is always reported as not supported.
1079 * Note also that MAXIMIZED_BOTH is considered not a compound state.
1080 * Therefore, a compound state is just ICONIFIED | anything else.
1083 boolean supportsExtendedState(int state) { argument
1084 switch (state) {
1098 if (proto.supportsState(state)) {
1109 * Reading state from different protocols
1115 int state = 0;
1117 state |
1195 setExtendedState(XWindowPeer window, int state) argument
[all...]
H A DXWindowPeer.java857 void setSaveUnder(boolean state) {} argument
987 log.fine("Promoting always-on-top state {0}", Boolean.valueOf(alwaysOnTop));
1117 public void setFullScreenExclusiveModeState(boolean state) { argument
1118 super.setFullScreenExclusiveModeState(state);
1134 int state = getWMState();
1137 // we ignore the state for such windows.
1138 if (isVisible() && (state == XUtilConstants.NormalState || isSimpleWindow())) {
1382 * Override this methods to get notifications when top-level window state changes. The state is
1392 // if the window changes its state, it
1988 setNETWMState(XAtomList state) argument
[all...]
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageColorTrue2Index.c3619 DTYPE *tab0 = ((mlib_colormap *)state)->table; \
3635 DTYPE *tab0 = ((mlib_colormap *)state)->table; \
3652 const void *state)
3654 mlib_colormap *s = (mlib_colormap *)state;
3692 const void *state)
3694 mlib_colormap *s = (mlib_colormap *)state;
3733 const void *state)
3735 mlib_colormap *s = (mlib_colormap *)state;
3773 const void *state)
3775 mlib_colormap *s = (mlib_colormap *)state;
3649 mlib_ImageColorTrue2IndexLine_U8_U8_3(const mlib_u8 *src, mlib_u8 *dst, mlib_s32 length, const void *state) argument
3689 mlib_ImageColorTrue2IndexLine_U8_U8_3_in_4(const mlib_u8 *src, mlib_u8 *dst, mlib_s32 length, const void *state) argument
3730 mlib_ImageColorTrue2IndexLine_U8_U8_4(const mlib_u8 *src, mlib_u8 *dst, mlib_s32 length, const void *state) argument
3770 mlib_ImageColorTrue2IndexLine_U8_S16_3(const mlib_u8 *src, mlib_s16 *dst, mlib_s32 length, const void *state) argument
3821 mlib_ImageColorTrue2IndexLine_U8_S16_3_in_4(const mlib_u8 *src, mlib_s16 *dst, mlib_s32 length, const void *state) argument
3873 mlib_ImageColorTrue2IndexLine_U8_S16_4(const mlib_u8 *src, mlib_s16 *dst, mlib_s32 length, const void *state) argument
3924 mlib_ImageColorTrue2IndexLine_S16_S16_3(const mlib_s16 *src, mlib_s16 *dst, mlib_s32 length, const void *state) argument
3972 mlib_ImageColorTrue2IndexLine_S16_S16_3_in_4(const mlib_s16 *src, mlib_s16 *dst, mlib_s32 length, const void *state) argument
4021 mlib_ImageColorTrue2IndexLine_S16_S16_4(const mlib_s16 *src, mlib_s16 *dst, mlib_s32 length, const void *state) argument
4069 mlib_ImageColorTrue2IndexLine_S16_U8_3(const mlib_s16 *src, mlib_u8 *dst, mlib_s32 length, const void *state) argument
4106 mlib_ImageColorTrue2IndexLine_S16_U8_3_in_4(const mlib_s16 *src, mlib_u8 *dst, mlib_s32 length, const void *state) argument
4144 mlib_ImageColorTrue2IndexLine_S16_U8_4(const mlib_s16 *src, mlib_u8 *dst, mlib_s32 length, const void *state) argument
4197 mlib_ImageColorTrue2IndexLine_U8_BIT_1(const mlib_u8 *src, mlib_u8 *dst, mlib_s32 bit_offset, mlib_s32 length, const void *state) argument
4234 mlib_ImageColorTrue2IndexLine_U8_BIT_1(const mlib_u8 *src, mlib_u8 *dst, mlib_s32 bit_offset, mlib_s32 length, const void *state) argument
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DShapeSpanIterator.c66 char state; /* Path delivery sequence state */ member in struct:__anon933
128 static jboolean ShapeSINextSpan(void *state, jint spanbox[]);
302 pd->state = STATE_PATH_DONE; \
312 } else if (pd->state < minState || pd->state > maxState) {
393 pd->state = STATE_HAVE_CLIP;
408 pd->state = STATE_HAVE_RULE;
591 pd->state = STATE_HAVE_RULE;
1244 ShapeSINextSpan(void *state, jin argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLDocumentScannerImpl.java79 /** Scanner state: XML declaration. */
82 /** Scanner state: prolog. */
85 /** Scanner state: trailing misc. */
88 /** Scanner state: DTD internal declarations. */
91 /** Scanner state: open DTD external subset. */
94 /** Scanner state: DTD external declarations. */
97 /** Scanner state: NO MORE ELEMENTS. */
192 // state
264 /**return the state of the scanner */
377 * Sets the state o
391 setFeature(String featureId, boolean state) argument
703 getScannerStateName(int state) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DTransferHandler.java899 * fresh state. As such, any properties set on it must be set on every
901 * calling into {@code importData}. Any state set on the
1311 private Object state; field in class:TransferHandler.DropHandler
1441 state = SwingAccessor.getJTextComponentAccessor().
1442 setDropLocation((JTextComponent)component, dropLocation, state, forDrop);
1444 state = ((JComponent)component).setDropLocation(dropLocation, state, forDrop);
1475 state = null;
1571 state = null;
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.hpp288 jvmtiError get_frame_count(JvmtiThreadState *state, jint *count_ptr);
518 VM_GetFrameCount(JvmtiEnv *env, JvmtiThreadState *state, jint *count_ptr) { argument
520 _state = state;
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWInputMethod.java415 int state = highlight.getState();
416 if (state == InputMethodHighlight.RAW_TEXT) {
418 } else if (state == InputMethodHighlight.CONVERTED_TEXT) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DXMLSchemaFactory.java434 boolean state = fXMLSchemaLoader.getFeature(features[i]);
435 schema.setFeature(features[i], state);
442 Object state = fXMLSchemaLoader.getProperty(properties[i]);
443 schema.setProperty(properties[i], state);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTM.java180 * @param state true if this feature should be on, false otherwise.
182 public void setFeature(String featureId, boolean state); argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ci/
H A DciMethodData.java113 int state() { method in class:ciMethodData
/openjdk7/jdk/src/share/classes/java/security/
H A DSecureRandom.java559 private byte[] state; field in class:SecureRandom

Completed in 148 milliseconds

<<11121314151617181920>>