Searched refs:state (Results 451 - 475 of 716) sorted by relevance

<<11121314151617181920>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJInvocation.java182 public void state(JFormatter f) { method in class:JInvocation
H A DJBlock.java408 public void state(JFormatter f) {
448 public void state(JFormatter f) { method in class:JBlock
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/parser/
H A DXSOMParser.java47 import com.sun.xml.internal.xsom.impl.parser.state.Schema;
167 * event to an endDocument event, the state of XSOMParser can become
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DPipelineManager.h36 DWORD state; member in struct:D3DAdapter
H A DD3DContext.h61 * The goal is to reduce device state switching as much as possible.
64 * For this we need to track the current device state. So each operation
65 * supplies its own operation type to BeginScene, which updates the state
101 * - holds the state of D3DContext java class (current pixel color,
105 * - handles state changes of the direct3d device (transform,
138 // saves the state of the D3D device in a state block, resets
139 // context's state to STATE_CHANGE
141 // restores the state of the D3D device from existing state bloc
247 SetPaintState(jint state) argument
[all...]
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DKhmerReordering.cpp266 // Each line corresponds to a state, which does not necessarily need to be a type
267 // of component... for example, state 2 is a base, with is always a first character
268 // in the syllable, but the state could be produced a consonant of any type when
269 // it is the first character that is analysed (in ground state).
324 { 1, 2, 2, 2, 1, 1, 1, 6, 1, 1, 1, 2}, // 0 - ground state
325 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, // 1 - exit state (or sign to the right of the syllable)
359 // calculate, using the state table, which one is the last character of the syllable
364 le_int8 state = 0; local
369 state = khmerStateTable[state][charClas
[all...]
H A DTibetanReordering.cpp275 // Each line corresponds to a state, which does not necessarily need to be a type
276 // of component... for example, state 2 is a base, with is always a first character
277 // in the syllable, but the state could be produced a consonant of any type when
278 // it is the first character that is analysed (in ground state).
284 //Dzongkha state table
286 { 1, 2, 4, 3, 8, 7, 9, 10, 14, 13, 17, 18, 19, 19, 20, 21, 21,}, // 0 - ground state
287 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,}, // 1 - exit state (or sign to the right of the syllable)
322 // calculate, using the state table, which one is the last character of the syllable
327 le_int8 state = 0; local
332 state
[all...]
/openjdk7/jdk/src/share/native/sun/security/smartcardio/
H A Dpcsc.c234 DWORD state; local
239 rv = CALL_SCardStatus(card, readerName, &readerLen, &state, &protocol, atr, &atrLen);
244 dprintf1("-status: %d\n", state);
250 tmp = (jbyte)state;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp155 address TemplateInterpreterGenerator::generate_return_entry_for(TosState state, int step) { argument
156 TosState incoming_state = state;
202 __ dispatch_next(state, step);
215 address TemplateInterpreterGenerator::generate_deopt_entry_for(TosState state, int step) { argument
226 __ dispatch_next(state, step);
266 address TemplateInterpreterGenerator::generate_safept_entry_for(TosState state, address runtime_entry) { argument
268 __ push(state);
275 address TemplateInterpreterGenerator::generate_continuation_for(TosState state) { argument
277 __ dispatch_next(state);
1062 __ stop("Wrong thread state i
1940 generate_earlyret_entry_for(TosState state) argument
1993 generate_trace_code(TosState state) argument
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneUI.java85 painter.state.set(Size.SMALL);
130 painter.state.set(getDirection());
451 final State state = getState(nonRectIndex, frameActive, isSelected);
452 painter.state.set(state);
453 painter.state.set(isSelected || (state == State.INACTIVE && frameActive) ? BooleanValue.YES : BooleanValue.NO);
454 painter.state.set(getSegmentPosition(first, last, isLeftToRight));
456 painter.state.set(getSegmentTrailingSeparator(nonRectIndex, selectedIndex, isLeftToRight));
457 painter.state
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLErrorReporter.java491 * Sets the state of a feature. This method is called by the component
492 * manager any time after reset when a feature changes state.
498 * @param state The state of the feature.
505 public void setFeature(String featureId, boolean state) argument
522 fContinueAfterFatalError = state;
528 // return state of given feature or false if unsupported.
596 * Returns the default state for a feature, or null if this
614 * Returns the default state for a property, or null if this
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DXML11DTDConfiguration.java245 * True if a parse is in progress. This state is needed because
407 // set state for default features
764 * Returns the state of a feature.
786 * Set the state of a feature.
788 * Set the state of any feature in a SAX2 parser. The parser
793 * @param state The requested state of the feature (true or false).
798 public void setFeature(String featureId, boolean state) argument
805 c.setFeature(featureId, state);
811 c.setFeature(featureId, state);
[all...]
H A DXML11NonValidatingConfiguration.java202 * True if a parse is in progress. This state is needed because
347 // set state for default features
690 * Returns the state of a feature.
712 * Set the state of a feature.
714 * Set the state of any feature in a SAX2 parser. The parser
719 * @param state The requested state of the feature (true or false).
724 public void setFeature(String featureId, boolean state) argument
731 c.setFeature(featureId, state);
737 c.setFeature(featureId, state);
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DInstanceKlass.java174 int state = getInitStateAsInt();
175 if (state == CLASS_STATE_UNPARSABLE_BY_GC) {
177 } else if (state == CLASS_STATE_ALLOCATED) {
179 } else if (state == CLASS_STATE_LOADED) {
181 } else if (state == CLASS_STATE_LINKED) {
183 } else if (state == CLASS_STATE_BEING_INITIALIZED) {
185 } else if (state == CLASS_STATE_FULLY_INITIALIZED) {
187 } else if (state == CLASS_STATE_INITIALIZATION_ERROR) {
194 // initialization state quaries
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthOptionPaneUI.java142 private SynthContext getContext(JComponent c, int state) { argument
144 SynthLookAndFeel.getRegion(c), style, state);
H A DSynthScrollPaneUI.java213 private SynthContext getContext(JComponent c, int state) { argument
215 SynthLookAndFeel.getRegion(c), style, state);
H A DSynthSeparatorUI.java250 private SynthContext getContext(JComponent c, int state) { argument
252 SynthLookAndFeel.getRegion(c), style, state);
H A DSynthTextFieldUI.java158 private SynthContext getContext(JComponent c, int state) { argument
160 SynthLookAndFeel.getRegion(c), style, state);
H A DSynthToolTipUI.java109 private SynthContext getContext(JComponent c, int state) { argument
111 SynthLookAndFeel.getRegion(c), style, state);
/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.hpp138 StateVector* state);
483 // Ditto, except that the incoming state is coming from an exception.
562 StateVector* state() const { return _state; } function in class:ciTypeFlow::Block
581 ciTypeFlow* outer() const { return state()->outer(); }
591 // access to entry state
613 StateVector* state,
642 // Copy the value of our state vector into another.
652 // Meets the start state of this block with another state, destructively
655 return state()
[all...]
/openjdk7/hotspot/src/share/vm/interpreter/
H A DabstractInterpreter.hpp172 static address deopt_entry (TosState state, int length) { ShouldNotReachHere(); return NULL; } argument
173 static address return_entry (TosState state, int length) { ShouldNotReachHere(); return NULL; } argument
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/actions/
H A DImportAction.java111 public void setState(String state) {
113 handle.progress(state);
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWListPeer.java217 final int state = !wasSelected && isSelected ? ItemEvent.SELECTED: ItemEvent.DESELECTED;
220 i, state));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DArrayReferenceNodeProperty.java144 public void text(UnmarshallingContext.State state, CharSequence text) throws SAXException { argument
146 recv.receive(state,text.toString());
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DToken.java184 boolean loggedIn = (info.state == CKS_RO_USER_FUNCTIONS) ||
185 (info.state == CKS_RW_USER_FUNCTIONS);

Completed in 569 milliseconds

<<11121314151617181920>>