Searched refs:STATE_START (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DXSAllCM.java47 private static final short STATE_START = 0; field in class:XSAllCM
94 state[i] = STATE_START;
134 if (currentState[i+1] != STATE_START)
166 if (fHasOptionalContent && state == STATE_START) {
172 if (!fIsOptionalElement[i] && currentState[i+1] == STATE_START)
214 if (state[i+1] == STATE_START)
H A DXSEmptyCM.java49 private static final short STATE_START = 0; field in class:XSEmptyCM
68 return (new int[] {STATE_START});
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DPOAImpl.java127 Calling the POAImpl constructor results in a new POA in state STATE_START.
158 // POA is created in STATE_START
170 private static final int STATE_START = 0 ; // constructor complete field in class:POAImpl
180 case STATE_START :
271 null, orb, STATE_START ) ;
411 if (state == STATE_START)
775 poa = new POAImpl( name, this, getORB(), STATE_START ) ;
786 if ((poa.state != STATE_START) && (poa.state != STATE_INIT))
864 // created POA will be in state STATE_START, which will

Completed in 33 milliseconds