Searched refs:state (Results 176 - 200 of 716) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/demo/scripting/jconsole-plugin/src/scripts/
H A Djtop.js104 printFunc("time - state - name");
110 var state = entry.value.threadState;
111 printFunc(time + " - " + state + " - " + name);
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DKrb5Context.java68 private int state = STATE_NEW; field in class:Krb5Context
196 * establishment starts. i.e. when state is STATE_NEW
204 if (state == STATE_NEW && isInitiator())
212 if (state == STATE_NEW && isInitiator())
227 if (state == STATE_NEW && isInitiator())
243 if (state == STATE_NEW && isInitiator())
260 if (state == STATE_NEW && isInitiator()) {
279 if (state == STATE_NEW && isInitiator())
296 if (state == STATE_NEW && isInitiator())
312 if (state
427 setCredDelegState(boolean state) argument
431 setMutualAuthState(boolean state) argument
435 setReplayDetState(boolean state) argument
439 setSequenceDetState(boolean state) argument
443 setConfState(boolean state) argument
447 setIntegState(boolean state) argument
451 setDelegPolicyState(boolean state) argument
1299 printState(int state) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/parser/
H A DXMLComponent.java26 * the component manager to initialize the component state and notify
60 * Sets the state of a feature. This method is called by the component
61 * manager any time after reset when a feature changes state.
67 * @param state The state of the feature.
75 public void setFeature(String featureId, boolean state) argument
105 * Returns the default state for a feature, or null if this
116 * Returns the default state for a property, or null if this
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11ComponentPeer.java42 void setFullScreenExclusiveModeState(boolean state); argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DXSEmptyCM.java63 * has this content model. It will return the initial state of the content model
65 * @return Start state of the content model
76 * @param currentState Current state
82 // error state
96 * @param currentState Current state of the content model
97 * @return true if the last state was a valid final state
101 int state = currentState[0];
103 // restore content model state:
106 if (state <
133 whatCanGoHere(int[] state) argument
[all...]
/openjdk7/hotspot/agent/src/os/bsd/
H A DMacosxDebuggerLocal.m288 hsdb_thread_state_t state;
297 result = thread_get_state(tid, HSDB_THREAD_STATE, (thread_state_t)&state, &count);
308 r = (unsigned int *)&state;
356 primitiveArray[0] = state.__r15;
357 primitiveArray[1] = state.__r14;
358 primitiveArray[2] = state.__r13;
359 primitiveArray[3] = state.__r12;
360 primitiveArray[4] = state.__r11;
361 primitiveArray[5] = state.__r10;
362 primitiveArray[6] = state
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEventController.cpp190 VM_EnterInterpOnlyMode(JvmtiThreadState *state);
202 VM_EnterInterpOnlyMode::VM_EnterInterpOnlyMode(JvmtiThreadState *state) argument
203 : _state(state)
279 static void enter_interp_only_mode(JvmtiThreadState *state);
280 static void leave_interp_only_mode(JvmtiThreadState *state);
283 static jlong recompute_env_thread_enabled(JvmtiEnvThreadState* ets, JvmtiThreadState* state);
284 static jlong recompute_thread_enabled(JvmtiThreadState *state);
312 static void trace_changed(JvmtiThreadState *state, jlong now_enabled, jlong changed);
340 void JvmtiEventControllerPrivate::enter_interp_only_mode(JvmtiThreadState *state) { argument
342 JvmtiTrace::safe_get_thread_name(state
350 leave_interp_only_mode(JvmtiThreadState *state) argument
358 trace_changed(JvmtiThreadState *state, jlong now_enabled, jlong changed) argument
441 recompute_env_thread_enabled(JvmtiEnvThreadState* ets, JvmtiThreadState* state) argument
493 recompute_thread_enabled(JvmtiThreadState *state) argument
658 JvmtiThreadState *state = JvmtiThreadState::state_for_while_locked(thread); local
674 JvmtiThreadState *state = thread->jvmti_thread_state(); local
801 JvmtiThreadState *state = JvmtiThreadState::state_for_while_locked(thread); local
[all...]
H A DjvmtiExport.cpp72 // Use this for JavaThreads and state is _thread_in_vm.
86 // For JavaThreads which are not in _thread_in_vm state
141 JvmtiThreadState *state = thread->jvmti_thread_state(); local
143 // Save current jvmti thread exception state.
144 if (state != NULL) {
145 _exception_detected = state->is_exception_detected();
146 _exception_caught = state->is_exception_caught();
178 JvmtiThreadState* state = _thread->jvmti_thread_state(); local
180 if (state != NULL) {
181 // Restore the jvmti thread exception state
778 JvmtiThreadState *state = thread->jvmti_thread_state(); local
862 JvmtiThreadState *state = thread->jvmti_thread_state(); local
881 JvmtiThreadState *state = thread->jvmti_thread_state(); local
889 JvmtiThreadState *state = thread->jvmti_thread_state(); local
904 JvmtiThreadState* state = thread->jvmti_thread_state(); local
933 JvmtiThreadState* state = thread->jvmti_thread_state(); local
1036 JvmtiThreadState *state = thread->jvmti_thread_state(); local
1105 JvmtiThreadState* state = thread->jvmti_thread_state(); local
1143 JvmtiThreadState *state = thread->jvmti_thread_state(); local
1233 JvmtiThreadState *state = thread->jvmti_thread_state(); local
1267 JvmtiThreadState *state = thread->jvmti_thread_state(); local
1348 JvmtiThreadState *state = thread->jvmti_thread_state(); local
1473 JvmtiThreadState *state = thread->jvmti_thread_state(); local
1630 JvmtiThreadState *state = thread->jvmti_thread_state(); local
1867 JvmtiThreadState* state = JvmtiThreadState::state_for(JavaThread::current()); local
1884 JvmtiThreadState *state = ((JavaThread*)thread)->jvmti_thread_state(); local
1969 JvmtiThreadState *state = thread->jvmti_thread_state(); local
2004 JvmtiThreadState *state = thread->jvmti_thread_state(); local
2035 JvmtiThreadState *state = thread->jvmti_thread_state(); local
2071 JvmtiThreadState *state = thread->jvmti_thread_state(); local
2250 JvmtiThreadState* state = JvmtiThreadState::state_for(JavaThread::current()); local
2266 JvmtiThreadState* state = JavaThread::current()->jvmti_thread_state(); local
2373 JvmtiThreadState *state = jthr->jvmti_thread_state(); local
2395 JvmtiThreadState *state = current_thread->jvmti_thread_state(); local
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DArrayERProperty.java97 public void startElement(UnmarshallingContext.State state, TagName ea) throws SAXException { argument
98 UnmarshallingContext context = state.getContext();
101 state.target = state.prev.target;
110 public void childElement(UnmarshallingContext.State state, TagName ea) throws SAXException { argument
116 super.childElement(state,ea);
119 state.loader = child.loader;
120 state.receiver = child.receiver;
124 public void leaveElement(UnmarshallingContext.State state, TagName ea) throws SAXException { argument
125 state
197 receive(UnmarshallingContext.State state, Object o) argument
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.hpp76 void dispatch_base(TosState state, address* table);
84 virtual void load_earlyret_value(TosState state);
99 void dispatch_prolog(TosState state, int step = 0);
100 void dispatch_epilog(TosState state, int step = 0);
101 void dispatch_only(TosState state);
102 void dispatch_normal(TosState state);
103 void dispatch_next(TosState state, int step = 0);
104 void dispatch_next_noverify_oop(TosState state, int step = 0);
105 void dispatch_via (TosState state, address* table);
111 void remove_activation(TosState state,
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsIconFactory.java185 State state;
188 state = State.DISABLED;
190 state = State.PUSHED;
192 state = State.HOT;
194 state = State.NORMAL;
198 state = State.INACTIVEDISABLED;
200 state = State.INACTIVEPUSHED;
202 state = State.INACTIVEHOT;
204 state = State.INACTIVENORMAL;
207 skin.paintSkin(g, 0, 0, width, height, state);
833 isEnabled(Component c, State state) argument
[all...]
H A DWindowsSpinnerUI.java57 State state = State.NORMAL;
59 state = State.DISABLED;
61 return state;
67 State state = getXPState(c);
68 skin.paintSkin(g, 0, 0, c.getWidth(), c.getHeight(), state);
H A DWindowsMenuUI.java61 State state = menu.isEnabled() ? State.NORMAL
65 state = (menu.isEnabled()) ? State.PUSHED
73 State stateTmp = state;
74 state = (menu.isEnabled()) ? State.HOT
79 state = stateTmp;
85 //non top level menus have HOT state instead of PUSHED
87 if (state == State.PUSHED) {
88 state = State.HOT;
89 } else if (state == State.DISABLEDPUSHED) {
90 state
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DElementBeanInfoImpl.java211 public final void startElement(UnmarshallingContext.State state, TagName ea) throws SAXException { argument
212 state.loader = core;
213 state.intercepter = this;
218 UnmarshallingContext context = state.getContext();
232 fireBeforeUnmarshal(ElementBeanInfoImpl.this, child, state);
235 UnmarshallingContext.State p = state.prev;
239 core.startElement(state,ea);
242 public Object intercept(UnmarshallingContext.State state, Object o) throws SAXException { argument
243 JAXBElement e = (JAXBElement)state.target;
244 state
[all...]
H A DArrayBeanInfoImpl.java81 public void startElement(UnmarshallingContext.State state, TagName ea) { argument
82 state.target = new ArrayList();
86 public void leaveElement(UnmarshallingContext.State state, TagName ea) { argument
87 state.target = toArray((List)state.target);
91 public void childElement(UnmarshallingContext.State state, TagName ea) throws SAXException { argument
93 state.loader = itemLoader;
94 state.receiver = this;
96 super.childElement(state,ea);
105 public void receive(UnmarshallingContext.State state, Objec argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/streaming/
H A DXMLStreamReaderUtil.java89 int state = nextContent(reader);
90 if (state == CHARACTERS) {
94 return state;
99 int state = next(reader);
100 switch (state) {
104 return state;
134 int state, tags = 0;
135 while ((state = reader.next()) != END_DOCUMENT) {
136 if (state == START_ELEMENT) {
139 else if (state
218 getStateName(int state) argument
[all...]
/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_PCM.c518 void printState(snd_pcm_state_t state) { argument
519 if (state == SND_PCM_STATE_OPEN) {
522 else if (state == SND_PCM_STATE_SETUP) {
525 else if (state == SND_PCM_STATE_PREPARED) {
528 else if (state == SND_PCM_STATE_RUNNING) {
531 else if (state == SND_PCM_STATE_XRUN) {
534 else if (state == SND_PCM_STATE_DRAINING) {
537 else if (state == SND_PCM_STATE_PAUSED) {
540 else if (state == SND_PCM_STATE_SUSPENDED) {
549 snd_pcm_state_t state; local
805 snd_pcm_state_t state; local
841 snd_pcm_state_t state; local
883 snd_pcm_state_t state; local
[all...]
H A DPLATFORM_API_LinuxOS_ALSA_PCM.c518 void printState(snd_pcm_state_t state) { argument
519 if (state == SND_PCM_STATE_OPEN) {
522 else if (state == SND_PCM_STATE_SETUP) {
525 else if (state == SND_PCM_STATE_PREPARED) {
528 else if (state == SND_PCM_STATE_RUNNING) {
531 else if (state == SND_PCM_STATE_XRUN) {
534 else if (state == SND_PCM_STATE_DRAINING) {
537 else if (state == SND_PCM_STATE_PAUSED) {
540 else if (state == SND_PCM_STATE_SUSPENDED) {
549 snd_pcm_state_t state; local
805 snd_pcm_state_t state; local
841 snd_pcm_state_t state; local
883 snd_pcm_state_t state; local
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DWhitespaceStripper.java50 private int state = 0; field in class:WhitespaceStripper
69 switch(state) {
100 state = AFTER_START_ELEMENT;
107 state = AFTER_END_ELEMENT;
115 if(state==AFTER_START_ELEMENT) {
/openjdk7/jdk/src/share/classes/java/security/
H A DMessageDigest.java53 * object is reset to its initialized state.
108 // The state of this digest
111 private int state = INITIAL; field in class:MessageDigest
292 state = IN_PROGRESS;
314 state = IN_PROGRESS;
324 state = IN_PROGRESS;
342 state = IN_PROGRESS;
354 state = INITIAL;
381 state = INITIAL;
409 switch (state) {
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKStyle.java52 int state, int typeID);
134 * @param state SynthContext indentifying requestor
138 public SynthPainter getPainter(SynthContext state) { argument
151 int state = context.getComponentState();
152 state = GTKLookAndFeel.synthStateToGTKState(id, state);
174 if (state == SynthConstants.PRESSED) {
175 state = SynthConstants.SELECTED;
182 return getStyleSpecificColor(context, state, type);
189 private Color getStyleSpecificColor(SynthContext context, int state, argument
51 nativeGetColorForState(int widgetType, int state, int typeID) argument
200 getGTKColor(int state, ColorType type) argument
212 getGTKColor(SynthContext context, int state, ColorType type) argument
313 getInsets(SynthContext state, Insets insets) argument
[all...]
/openjdk7/jdk/src/share/classes/java/nio/charset/
H A DCharset-X-Coder.java.template65 * flush any internal state to the output buffer. </p></li>
119 * state should, additionally, override the {@link #implFlush implFlush} and
155 private int state = ST_RESET;
552 if ((state != ST_RESET) && (state != ST_CODING)
553 && !(endOfInput && (state == ST_END)))
554 throwIllegalStateException(state, newState);
555 state = newState;
612 * <p> Some $coder$s maintain internal state and may need to write some
649 if (state
[all...]
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DSocketChannelImpl.java67 // Lock held by any thread that modifies the state fields declared below
83 private int state = ST_UNINITIALIZED; field in class:SocketChannelImpl
106 this.state = ST_UNCONNECTED;
117 this.state = ST_UNCONNECTED;
131 this.state = ST_CONNECTED;
276 if (state == ST_KILLPENDING)
284 if (state == ST_KILLPENDING)
399 // normally; otherwise it checks the interrupt and open state
596 if (state == ST_PENDING)
613 return (state
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXEmbedHelper.java189 int getModifiers(int state) { argument
191 if ((state & XEMBED_MODIFIER_SHIFT) != 0) {
194 if ((state & XEMBED_MODIFIER_CONTROL) != 0) {
197 if ((state & XEMBED_MODIFIER_ALT) != 0) {
202 if ((state & XEMBED_MODIFIER_SUPER) != 0) {
205 // if ((state & XEMBED_MODIFIER_HYPER) != 0) {
212 AWTKeyStroke getKeyStrokeForKeySym(long keysym, long state) { argument
229 int modifiers = getModifiers((int)state);
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSinkChannelImpl.java55 // Lock held by any thread that modifies the state fields declared below
61 // Channel state
65 private volatile int state = ST_UNINITIALIZED; field in class:SinkChannelImpl
82 this.state = ST_INUSE;
87 if (state != ST_KILLED)
99 if (state == ST_KILLED)
101 if (state == ST_UNINITIALIZED) {
102 state = ST_KILLED;
107 state = ST_KILLED;

Completed in 804 milliseconds

1234567891011>>