Searched defs:INVALID (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/jvmstat/monitor/
H A DVariability.java50 public static final Variability INVALID = new Variability("Invalid",0); field in class:Variability
88 * value, the {@link Variability#INVALID} is returned
92 * <code>value</code> or {@link Variability#INVALID}
98 return INVALID;
H A DUnits.java51 public static final Units INVALID = new Units("Invalid", 0); field in class:Units
106 * value, then {@link Units#INVALID} is returned.
110 * or {@link Units#INVALID} if out of range.
115 return INVALID;
/openjdk7/jdk/src/share/classes/sun/management/counter/
H A DVariability.java50 public static final Variability INVALID = new Variability("Invalid",0); field in class:Variability
88 * value, the {@link Variability#INVALID} is returned
92 * <code>value</code> or {@link Variability#INVALID}
98 return INVALID;
H A DUnits.java51 public static final Units INVALID = new Units("Invalid", 0); field in class:Units
106 * value, then {@link Units#INVALID} is returned.
110 * or {@link Units#INVALID} if out of range.
115 return INVALID;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/spi/
H A DPolicyAssertionValidator.java39 INVALID, enum constant in enum:PolicyAssertionValidator.Fitness
70 * {@code Fitness.INVALID} if the policy assertion is recognized however
99 * {@code Fitness.INVALID} if the policy assertion is recognized however
105 * UNKNOWN, UNSUPPORTED or INVALID, the policy processor will log a SEVERE error
124 * <li>INVALID</li>
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/
H A DEffectiveAlternativeSelector.java57 case INVALID:
58 return INVALID;
64 INVALID { enum constant in enum:EffectiveAlternativeSelector.AlternativeFitness
66 return INVALID;
78 case INVALID:
79 return INVALID;
93 case INVALID:
94 return INVALID;
107 case INVALID:
108 return INVALID;
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DAOMEntry.java71 public static final State INVALID = new StateImpl( "Invalid" ) ; field in class:AOMEntry
177 engine.add( INVALID, ENTER, incrementAction, INCARN ) ;
178 engine.add( INVALID, ACTIVATE, null, VALID ) ;
179 engine.setDefault( INVALID ) ;
185 engine.add( INCARN, INC_FAIL, decrementAction, INVALID ) ;
212 super( engine, INVALID, ((ORB)poa.getORB()).poaFSMDebugFlag ) ;
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKConstants.java41 INVALID, enum constant in enum:GTKConstants.IconSize
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DLocation.java132 public static final Type INVALID = new Type("invalid"); field in class:Location.Type
160 } else if (this == INVALID) {
227 return Type.INVALID;
274 return getType() == Type.INVALID;
323 } else if (type == Type.INVALID) {
/openjdk7/jdk/src/share/classes/java/io/
H A DFile.java170 private static enum PathStatus { INVALID, CHECKED }; enum constant in enum:File.PathStatus
188 : PathStatus.INVALID;
190 return status == PathStatus.INVALID;
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.hpp901 INVALID = 0x0, enumerator in enum:InstructForm::Component::use_def_enum

Completed in 1659 milliseconds