Searched defs:valid (Results 1 - 25 of 38) sorted by relevance

12

/openjdk7/langtools/test/tools/javac/literals/
H A DBadBinaryLiterals.java10 int valid = 0b0; // valid literal, illegal in source 6 field in class:BadBinaryLiterals
H A DBadUnderscoreLiterals.java14 int valid = 1_1; // valid literal; illegal in -source 6 field in class:BadUnderscoreLiterals
17 int z1 = _0; // valid (but undefined) variable
21 int i1 = _1_2_3; // valid (but undefined) variable
/openjdk7/jdk/src/share/classes/java/nio/channels/spi/
H A DAbstractSelectionKey.java50 private volatile boolean valid = true; field in class:AbstractSelectionKey
53 return valid;
57 valid = false;
71 if (valid) {
72 valid = false;
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DFileLockImpl.java34 private volatile boolean valid = true; field in class:FileLockImpl
47 return valid;
52 valid = false;
59 if (valid) {
65 valid = false;
H A DMembershipKeyImpl.java46 // true when key is valid
47 private volatile boolean valid = true; field in class:MembershipKeyImpl
137 return valid;
142 valid = false;
/openjdk7/jdk/src/solaris/classes/java/io/
H A DFileDescriptor.java97 * Tests if this file descriptor object is valid.
100 * valid, open file, socket, or other active I/O connection;
103 public boolean valid() { method in class:FileDescriptor
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeIterator.java64 private boolean valid=true; field in class:DTMNodeIterator
105 valid=false;
162 if(!valid)
180 if(!valid)
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Settings/src/com/sun/hotspot/igv/settings/
H A DViewPanel.java131 boolean valid() { method in class:ViewPanel
/openjdk7/jdk/src/windows/classes/java/io/
H A DFileDescriptor.java120 * Tests if this file descriptor object is valid.
123 * valid, open file, socket, or other active I/O connection;
126 public boolean valid() { method in class:FileDescriptor
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DRegisterPanel.java40 private boolean valid; field in class:RegisterPanel
84 if (valid) {
100 if (!valid) return false;
147 valid = true;
158 valid = false;
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DCertificateValidity.java36 * This class defines the interval for which the certificate is valid.
60 // Returns the first time the certificate is valid.
65 // Returns the last time the certificate is valid.
111 * is not valid.
113 * not valid.
242 * yet valid.
244 public void valid() method in class:CertificateValidity
247 valid(now);
258 * yet valid with respect to the <code>Date</code> supplied.
261 public void valid(Dat method in class:CertificateValidity
[all...]
H A DPrivateKeyUsageExtension.java190 * yet valid.
192 public void valid() method in class:PrivateKeyUsageExtension
195 valid(now);
204 * yet valid with respect to the <code>Date</code> supplied.
207 public void valid(Date now) method in class:PrivateKeyUsageExtension
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/toa/
H A DTransientObjectManager.java81 elementArray[index].valid ) {
83 dprint( "\tcounter is valid" ) ;
102 elementArray[index].valid ) {
104 dprint( "\tcounter is valid" ) ;
127 if ( elementArray[i].valid &&
160 boolean valid=false; // valid=true if this Element contains field in class:Element
161 // a valid servant
173 this.valid = true;
191 if ( !valid ) // preven
[all...]
/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DOpenType.java158 * The valid Java class names allowed for open data values are listed in
181 this.typeName = valid("typeName", typeName);
182 this.description = valid("description", description);
190 this.className = valid("className",className);
191 this.typeName = valid("typeName", typeName);
192 this.description = valid("description", description);
223 className = valid("className", className);
245 "\" is not a valid class name");
270 private static String valid(String argName, String argValue) { method in class:OpenType
405 valid("descriptio
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Dtimer.cpp180 bool valid = false; local
187 valid = os::getTimesSecs(&real_time, &user_time, &system_time);
188 if (valid) {
H A DvframeArray.hpp153 void set_location_valid(int i, bool valid) { _valid[i] = valid; } argument
/openjdk7/jdk/src/share/native/common/
H A Dcheck_format.c43 * Return non-zero if the character is a valid in JVM class name, zero
72 next_utf2unicode(char **utfstring_ptr, int * valid) argument
78 *valid = 1;
86 *valid = 0;
134 int valid = 1; local
146 ch = next_utf2unicode(&tmp_p, &valid);
147 if (valid == 0)
260 int valid = 1; local
262 while (valid != 0 && *p != '\0') {
269 next_utf2unicode(&p, &valid);
[all...]
/openjdk7/jdk/src/share/classes/sun/security/rsa/
H A DRSACore.java250 boolean valid(BigInteger e) { method in class:RSACore.BlindingParameters
257 * Return valid RSA blinding parameters for the given private key.
274 if ((params != null) && params.valid(e)) {
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSurfaceDataProxy.java234 private boolean valid; field in class:SurfaceDataProxy
259 this.valid = true;
268 return valid;
272 * Sets the valid state to false so that the next time this
277 this.valid = false;
311 * Returns true iff this SurfaceData proxy is still valid
313 * valid and current.
384 * valid and up to date. Note that the cacheTracker may be
/openjdk7/jdk/src/share/classes/sun/nio/fs/
H A DPollingWatchService.java239 // indicates if the key is valid
240 private volatile boolean valid; field in class:PollingWatchService.PollingWatchKey
253 this.valid = true;
276 return valid;
280 valid = false;
306 valid = false;
318 if (!valid) {
/openjdk7/hotspot/src/share/vm/utilities/
H A Dworkgroup.cpp430 bool SubTasksDone::valid() { function in class:SubTasksDone
490 bool SequentialSubTasksDone::valid() {
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpnginfo.h89 png_uint_32 valid; /* valid chunk data (see PNG_INFO_ below) */ member in struct:png_info_def
91 png_colorp palette; /* array of color values (valid & PNG_INFO_PLTE) */
108 * valid field to see if the information in these are valid. If you
109 * are writing, set the valid field to those chunks you want written,
116 * Data is valid if (valid & PNG_INFO_gAMA) is non-zero.
123 /* Data valid if (valid
[all...]
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DToken.java99 // for removable tokens: whether this token is valid or has been removed
100 private volatile boolean valid; field in class:Token
127 this.valid = true;
203 // return whether this token object is valid (i.e. token not removed)
209 return valid;
224 if (valid == false) {
247 valid = ok;
255 return valid;
259 valid = false;
/openjdk7/jdk/test/javax/management/openmbean/
H A DConstraintTest.java68 Object[] valid = test[2];
71 System.out.println("...valid=" + Arrays.deepToString(valid));
75 valid, invalid);
87 Object[] valid, Object[] invalid)
98 (Comparable<T>) maxValue, (T[]) legalValues, valid, invalid);
104 Object[] valid, Object[] invalid)
114 valid, invalid);
117 valid, invalid);
120 valid, invali
84 test(OpenType<T> openType, Object defaultValue, Comparable<?> minValue, Comparable<?> maxValue, Object[] legalValues, Object[] valid, Object[] invalid) argument
101 test1(OpenType<T> openType, T defaultValue, Comparable<T> minValue, Comparable<T> maxValue, T[] legalValues, Object[] valid, Object[] invalid) argument
205 test(OpenMBeanParameterInfo info, Object[] valid, Object[] invalid) argument
252 test1(OpenMBeanParameterInfo info, Object[] valid, Object[] invalid) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJFormattedTextField.java232 * Last valid value.
236 * True while the value being edited is valid.
506 * Returns the last valid value. Based on the editing policy of
511 * @return Last valid value
546 * valid.
550 * description: True indicates the edited value is valid
561 * Returns true if the current value being edited is valid. The value of
565 * @return true if the current value being edited is valid.
792 // Assumed to be valid
1022 * valid stat
1026 setEditValid(boolean valid) argument
[all...]

Completed in 76 milliseconds

12