Searched defs:YES (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>.
80 * YES option.
86 public static final int YES = 0; field in class:ConfirmationCallback
159 * they require either a YES/NO, YES/N
[all...]
/openjdk7/langtools/test/tools/javac/processing/6348193/
H A DT6348193.java45 enum NoYes { NO, YES }; enum constant in enum:T6348193.NoYes
66 if (secMgr == NoYes.YES && System.getSecurityManager() == null)
75 if (proc == NoYes.YES) {
94 if (config == NoGoodBad.GOOD || proc == NoYes.YES) {
95 if (secMgr == NoYes.YES) {
/openjdk7/langtools/test/tools/javap/
H A DTestSuperclass.java56 YES("<T>"); 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
112 if (wk == WarningKind.YES)
131 int expect = (dk == Diagnostic.Kind.WARNING && wk == WarningKind.YES) ? gen : 0;
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DNormalizerBase.java123 * normalized (NFD) for such a process. The FCD quick check will return YES for
544 public static final QuickCheckResult YES = new QuickCheckResult(1); field in class:NormalizerBase
1668 return (NFC.quickCheck(str.toCharArray(),0,str.length(),false,NormalizerImpl.getNX(options))==YES);
1670 return (NFD.quickCheck(str.toCharArray(),0,str.length(),false,NormalizerImpl.getNX(options))==YES);
1672 return (NFKC.quickCheck(str.toCharArray(),0,str.length(),false,NormalizerImpl.getNX(options))==YES);
1674 return (NFKD.quickCheck(str.toCharArray(),0,str.length(),false,NormalizerImpl.getNX(options))==YES);
/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIConstants.java374 public static final Focused YES = new Focused(_yes); field in class:JRSUIConstants.Focused
390 public static final IndicatorOnly YES = new IndicatorOnly(_yes); field in class:JRSUIConstants.IndicatorOnly
406 public static final NoIndicator YES = new NoIndicator(_yes); field in class:JRSUIConstants.NoIndicator
422 public static final ArrowsOnly YES = new ArrowsOnly(_yes); field in class:JRSUIConstants.ArrowsOnly
438 public static final FrameOnly YES = new FrameOnly(_yes); field in class:JRSUIConstants.FrameOnly
454 public static final SegmentTrailingSeparator YES = new SegmentTrailingSeparator(_yes); field in class:JRSUIConstants.SegmentTrailingSeparator
470 public static final SegmentLeadingSeparator YES = new SegmentLeadingSeparator(_yes); field in class:JRSUIConstants.SegmentLeadingSeparator
486 public static final NothingToScroll YES = new NothingToScroll(_yes); field in class:JRSUIConstants.NothingToScroll
502 public static final WindowTitleBarSeparator YES = new WindowTitleBarSeparator(_yes); field in class:JRSUIConstants.WindowTitleBarSeparator
518 public static final WindowClipCorners YES field in class:JRSUIConstants.WindowClipCorners
534 public static final ShowArrows YES = new ShowArrows(_yes); field in class:JRSUIConstants.ShowArrows
550 public static final BooleanValue YES = new BooleanValue(_yes); field in class:JRSUIConstants.BooleanValue
566 public static final Animating YES = new Animating(_yes); field in class:JRSUIConstants.Animating
[all...]

Completed in 740 milliseconds