Searched refs:checkState (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jdk/test/java/util/concurrent/Phaser/
H A DPhaseOverflow.java46 void checkState(Phaser phaser, method in class:PhaseOverflow
64 checkState(phaser, Integer.MAX_VALUE - 1, 0, 0);
66 checkState(phaser, Integer.MAX_VALUE - 1, 1, 1);
68 checkState(phaser, Integer.MAX_VALUE, 1, 1);
70 checkState(phaser, 0, 1, 1);
72 checkState(phaser, 1, 1, 1);
81 checkState(root, Integer.MAX_VALUE - 1, 0, 0);
83 checkState(root, Integer.MAX_VALUE - 1, 1, 1);
84 checkState(p1, Integer.MAX_VALUE - 1, 1, 1);
86 checkState(roo
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DParserConfigurationSettings.java144 FeatureState checkState = checkFeature(featureId);
145 if (checkState.isExceptional()) {
146 throw new XMLConfigurationException(checkState.status, featureId);
175 PropertyState checkState = checkProperty(propertyId);
176 if (checkState.isExceptional()) {
177 throw new XMLConfigurationException(checkState.status, propertyId);
221 FeatureState checkState = checkFeature(featureId);
222 if (checkState.isExceptional()) {
223 return checkState;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
H A DIORInfoImpl.java129 checkState( STATE_INITIAL, STATE_ESTABLISHED ) ;
145 checkState( STATE_INITIAL ) ;
171 checkState( STATE_INITIAL ) ;
188 checkState( STATE_INITIAL, STATE_ESTABLISHED ) ;
206 checkState( STATE_INITIAL, STATE_ESTABLISHED) ;
213 checkState( STATE_INITIAL, STATE_ESTABLISHED) ;
220 checkState( STATE_ESTABLISHED) ;
239 checkState( STATE_ESTABLISHED) ;
246 checkState( STATE_ESTABLISHED) ;
292 private void checkState( in method in class:IORInfoImpl
298 private void checkState( int expectedState1, int expectedState2 ) method in class:IORInfoImpl
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DContext.java123 checkState(ht);
127 checkState(ft);
135 checkState(ht);
143 checkState(ht);
180 checkState(kt);
220 private static void checkState(Map<?,?> t) { method in class:Context
/openjdk7/jdk/src/share/classes/sun/security/smartcardio/
H A DCardImpl.java92 void checkState() { method in class:CardImpl
146 checkState();
163 checkState();
192 checkState();
208 checkState();
226 checkState();
H A DChannelImpl.java60 card.checkState();
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java513 protected void checkState() throws SQLException { method in class:JdbcRowSetImpl
822 checkState();
868 checkState();
890 checkState();
908 checkState();
926 checkState();
944 checkState();
962 checkState();
980 checkState();
998 checkState();
[all...]
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DKrbAsReqBuilder.java158 checkState(isInitiator?State.REQ_OK:State.INIT, "Cannot get keys");
226 checkState(State.INIT, "Cannot specify options");
236 checkState(State.INIT, "Cannot specify target");
246 checkState(State.INIT, "Cannot specify addresses");
362 checkState(State.INIT, "Cannot call action");
371 checkState(State.REQ_OK, "Cannot retrieve creds");
379 checkState(State.REQ_OK, "Cannot retrieve CCreds");
399 private void checkState(State st, String msg) { method in class:KrbAsReqBuilder
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHandshakeHash.java387 private void checkState() { method in class:CloneableDigest
395 checkState();
400 checkState();
407 checkState();
414 checkState();
422 checkState();
440 checkState();
447 checkState();
/openjdk7/jdk/test/com/sun/jdi/
H A DPopSynchronousTest.java170 void checkState() throws Exception { method in class:PopSynchronousTest
212 checkState();
219 checkState();
226 checkState();
/openjdk7/jdk/test/java/util/logging/
H A DDrainFindDeadlockTest.java141 void checkState(Thread x, Thread y) { method in class:DrainFindDeadlockTest.DeadlockChecker
188 checkState(t1, t2);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DPOAManagerImpl.java466 checkState();
475 private void checkState() method in class:POAManagerImpl
502 checkState();
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DServerNotifForwarder.java87 checkState();
157 checkState();
195 checkState();
348 private void checkState() throws IOException { method in class:ServerNotifForwarder
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DValidatorHandlerImpl.java863 private void checkState(boolean forElementInfo) { method in class:ValidatorHandlerImpl.XMLSchemaTypeInfoProvider
871 checkState(false);
876 checkState(false);
886 checkState(false);
891 checkState(false);
896 checkState(true);
925 checkState(false);
932 checkState(false);
/openjdk7/jdk/test/java/awt/Frame/MaximizedToIconified/
H A DMaximizedToIconified.java54 private static void checkState(Frame f, int state) { method in class:MaximizedToIconified
97 checkState(f, state);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXMenuWindow.java497 boolean checkState = ((XCheckboxMenuItemPeer)item).getTargetState();
499 if (checkState) {

Completed in 72 milliseconds