Searched defs:isSet (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jdk/src/share/classes/java/nio/file/attribute/
H A DPosixFilePermissions.java84 private static boolean isSet(char c, char setValue) { method in class:PosixFilePermissions
91 private static boolean isR(char c) { return isSet(c, 'r'); }
92 private static boolean isW(char c) { return isSet(c, 'w'); }
93 private static boolean isX(char c) { return isSet(c, 'x'); }
/openjdk7/jdk/src/share/classes/java/text/
H A DCalendarBuilder.java87 boolean isSet(int index) { method in class:CalendarBuilder
104 boolean weekDate = isSet(WEEK_YEAR)
108 if (!isSet(YEAR)) {
127 int weekOfYear = isSet(WEEK_OF_YEAR) ? field[MAX_FIELD + WEEK_OF_YEAR] : 1;
128 int dayOfWeek = isSet(DAY_OF_WEEK) ?
152 if (isSet(i)) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DOptions.java97 public boolean isSet(String name) { method in class:Options
104 public boolean isSet(OptionName name) { method in class:Options
111 public boolean isSet(OptionName name, String value) { method in class:Options
166 isSet(XLINT_CUSTOM, s) ||
167 (isSet(XLINT) || isSet(XLINT_CUSTOM, "all")) &&
/openjdk7/jaxp/src/javax/xml/datatype/
H A DDuration.java121 * i.e. {@link #isSet(DatatypeConstants.Field field)} == <code>true</code>.</p>
181 boolean yearSet = isSet(DatatypeConstants.YEARS);
182 boolean monthSet = isSet(DatatypeConstants.MONTHS);
183 boolean daySet = isSet(DatatypeConstants.DAYS);
184 boolean hourSet = isSet(DatatypeConstants.HOURS);
185 boolean minuteSet = isSet(DatatypeConstants.MINUTES);
186 boolean secondSet = isSet(DatatypeConstants.SECONDS);
440 public abstract boolean isSet(final DatatypeConstants.Field field); method in class:Duration
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DKeyUsageExtension.java85 private boolean isSet(int position) { method in class:KeyUsageExtension
222 return Boolean.valueOf(isSet(0));
224 return Boolean.valueOf(isSet(1));
226 return Boolean.valueOf(isSet(2));
228 return Boolean.valueOf(isSet(3));
230 return Boolean.valueOf(isSet(4));
232 return Boolean.valueOf(isSet(5));
234 return Boolean.valueOf(isSet(6));
236 return Boolean.valueOf(isSet(7));
238 return Boolean.valueOf(isSet(
[all...]
H A DNetscapeCertTypeExtension.java138 private boolean isSet(int position) { method in class:NetscapeCertTypeExtension
224 return Boolean.valueOf(isSet(getPosition(name)));
242 if (isSet(getPosition(SSL_CLIENT)))
244 if (isSet(getPosition(SSL_SERVER)))
246 if (isSet(getPosition(S_MIME)))
248 if (isSet(getPosition(OBJECT_SIGNING)))
250 if (isSet(getPosition(SSL_CA)))
252 if (isSet(getPosition(S_MIME_CA)))
254 if (isSet(getPosition(OBJECT_SIGNING_CA)))
306 if (isSet(getPositio
[all...]
H A DReasonFlags.java101 private boolean isSet(int position) { method in class:ReasonFlags
188 return Boolean.valueOf(isSet(name2Index(name)));
205 if (isSet(0)) s += " Unused\n";
206 if (isSet(1)) s += " Key Compromise\n";
207 if (isSet(2)) s += " CA Compromise\n";
208 if (isSet(3)) s += " Affiliation_Changed\n";
209 if (isSet(4)) s += " Superseded\n";
210 if (isSet(5)) s += " Cessation Of Operation\n";
211 if (isSet(6)) s += " Certificate Hold\n";
212 if (isSet(
[all...]
/openjdk7/jdk/src/share/classes/java/security/
H A DPolicy.java130 static boolean isSet() method in class:Policy
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DUtility.java529 public static final boolean isSet(int flag, int i) { method in class:Utility
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DDurationImpl.java1087 public boolean isSet(DatatypeConstants.Field field) { method in class:DurationImpl
1090 String methodName = "javax.xml.datatype.Duration" + "#isSet(DatatypeConstants.Field field)" ;
1120 String methodName = "javax.xml.datatype.Duration" + "#isSet(DatatypeConstants.Field field)";
1155 String methodName = "javax.xml.datatype.Duration" + "#isSet(DatatypeConstants.Field field) " ;
1396 // * <li>!x.normalize().isSet(Duration.YEARS)
1397 // * <li>!x.normalize().isSet(Duration.DAYS)
1398 // * <li>!x.normalize().isSet(Duration.HOURS)
1399 // * <li>!x.normalize().isSet(Duration.MINUTES)
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DWalkerFactory.java136 public static boolean isSet(int analysis, int bits) method in class:WalkerFactory
217 && (walksInDocOrder(analysis) || isSet(analysis, BIT_PARENT)))
1381 return isSet(analysis, BIT_ANCESTOR | BIT_ANCESTOR_OR_SELF);
1401 return isSet(analysis, BIT_DESCENDANT | BIT_DESCENDANT_OR_SELF);
1406 return isSet(analysis, BIT_DESCENDANT | BIT_DESCENDANT_OR_SELF | BIT_CHILD);
1427 return isSet(analysis, BIT_FILTER);
1436 && !isSet(analysis, BIT_FILTER)
1445 && !isSet(analysis, BIT_FILTER)
1451 return isSet(analysis, BIT_SELF | BIT_FOLLOWING_SIBLING | BIT_FOLLOWING)
1460 return isSet(analysi
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRegexParser.java115 protected final boolean isSet(int flag) { method in class:RegexParser
127 if (this.isSet(RegularExpression.EXTENDED_COMMENT))
197 if (!this.isSet(RegularExpression.XMLSCHEMA_MODE)
226 if (this.isSet(RegularExpression.XMLSCHEMA_MODE)) {
234 if (this.isSet(RegularExpression.XMLSCHEMA_MODE)) {
865 return Token.getRange(pname, positive, this.isSet(RegularExpression.XMLSCHEMA_MODE));
944 this.isSet(RegularExpression.XMLSCHEMA_MODE));
973 if (!this.isSet(RegularExpression.IGNORE_CASE) || c > 0xffff) {
987 if (!this.isSet(RegularExpression.IGNORE_CASE) || c > 0xffff) {
1003 if (!this.isSet(RegularExpressio
[all...]
H A DRegularExpression.java730 if (RegularExpression.isSet(this.options, XMLSCHEMA_MODE)) {
786 if (isSet(this.options, SINGLE_LINE)) {
915 if (RegularExpression.isSet(this.options, XMLSCHEMA_MODE)) {
977 if (isSet(this.options, SINGLE_LINE)) {
1049 final boolean isSetIgnoreCase = isSet(opts, IGNORE_CASE);
1056 retValue = isSet(opts, XMLSCHEMA_MODE) && offset != con.limit ? -1 : offset;
1086 if (isSet(opts, SINGLE_LINE)) {
1448 if (isSet(opts, MULTIPLE_LINES)) {
1466 if (isSet(opts, MULTIPLE_LINES)) {
1594 if (RegularExpression.isSet(thi
2233 private static final boolean isSet(int options, int flag) { method in class:RegularExpression
[all...]
H A DToken.java385 private static final boolean isSet(int options, int flag) { method in class:Token
436 if (ch < 0x10000 && isSet(options, RegularExpression.IGNORE_CASE)) {
476 if (cha < 0x10000 && isSet(options, RegularExpression.IGNORE_CASE)) {
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKColorChooserPanel.java638 return isSet(FLAGS_FOCUSED_WHEEL);
645 if (isSet(FLAGS_SETTING_COLOR)) {
676 ((isSet(FLAGS_DRAGGING) ||isSet(FLAGS_DRAGGING_TRIANGLE)) &&
687 if (!isSet(FLAGS_DRAGGING_TRIANGLE) &&
713 if (!isSet(FLAGS_FOCUSED_TRIANGLE) &&
714 !isSet(FLAGS_FOCUSED_WHEEL)) {
734 if (hasFocus() && isSet(FLAGS_FOCUSED_WHEEL)) {
759 if (hasFocus() && isSet(FLAGS_FOCUSED_TRIANGLE)) {
785 if (!isSet(FLAGS_CHANGED_ANGL
1147 private boolean isSet(int flag) { method in class:GTKColorChooserPanel.ColorTriangle
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DCalendar.java763 protected boolean isSet[]; field in class:Calendar
883 // areFieldsSet, and isTimeSet become transient, and isSet[] is
952 isSet = new boolean[FIELD_COUNT];
1220 isSet[field] = true;
1307 * #isSet(int) isSet()} will return <code>false</code> for all the
1321 isSet[i++] = false;
1331 * #isSet(int) isSet(field)} will return <code>false</code>, and
1352 isSet[fiel
1366 public final boolean isSet(int field) method in class:Calendar
[all...]

Completed in 134 milliseconds