Searched defs:NO (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/security/auth/callback/
H A DConfirmationCallback.java31 * method of a <code>CallbackHandler</code> to ask for YES/NO,
32 * OK/CANCEL, YES/NO/CANCEL or other similar confirmations.
50 * YES/NO confirmation option.
55 * with either <code>YES</code> or <code>NO</code>.
60 * YES/NO/CANCEL confirmation confirmation option.
65 * with either <code>YES</code>, <code>NO</code> or <code>CANCEL</code>.
89 * NO option.
95 public static final int NO = 1; field in class:ConfirmationCallback
159 * they require either a YES/NO, YES/NO/CANCE
[all...]
/openjdk7/langtools/test/tools/javac/processing/6348193/
H A DT6348193.java45 enum NoYes { NO, YES }; enum constant in enum:T6348193.NoYes
46 enum NoGoodBad { NO, GOOD, BAD}; enum constant in enum:T6348193.NoGoodBad
140 case NO:
/openjdk7/langtools/test/tools/javap/
H A DTestSuperclass.java55 NO(""), enum constant in enum:TestSuperclass.GenericKind
/openjdk7/langtools/test/tools/javac/processing/errors/
H A DTestSuppression.java50 enum WarningKind { NO, YES }; enum constant in enum:TestSuppression.WarningKind
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DNormalizerBase.java264 return NO;
538 public static final QuickCheckResult NO = new QuickCheckResult(0); field in class:NormalizerBase
/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIConstants.java372 public static final Focused NO = new Focused(_no); field in class:JRSUIConstants.Focused
388 public static final IndicatorOnly NO = new IndicatorOnly(_no); field in class:JRSUIConstants.IndicatorOnly
404 public static final NoIndicator NO = new NoIndicator(_no); field in class:JRSUIConstants.NoIndicator
420 public static final ArrowsOnly NO = new ArrowsOnly(_no); field in class:JRSUIConstants.ArrowsOnly
436 public static final FrameOnly NO = new FrameOnly(_no); field in class:JRSUIConstants.FrameOnly
452 public static final SegmentTrailingSeparator NO = new SegmentTrailingSeparator(_no); field in class:JRSUIConstants.SegmentTrailingSeparator
468 public static final SegmentLeadingSeparator NO = new SegmentLeadingSeparator(_no); field in class:JRSUIConstants.SegmentLeadingSeparator
484 public static final NothingToScroll NO = new NothingToScroll(_no); field in class:JRSUIConstants.NothingToScroll
500 public static final WindowTitleBarSeparator NO = new WindowTitleBarSeparator(_no); field in class:JRSUIConstants.WindowTitleBarSeparator
516 public static final WindowClipCorners NO field in class:JRSUIConstants.WindowClipCorners
532 public static final ShowArrows NO = new ShowArrows(_no); field in class:JRSUIConstants.ShowArrows
548 public static final BooleanValue NO = new BooleanValue(_no); field in class:JRSUIConstants.BooleanValue
564 public static final Animating NO = new Animating(_no); field in class:JRSUIConstants.Animating
[all...]

Completed in 773 milliseconds