Searched refs:NO (Results 26 - 50 of 68) sorted by relevance

123

/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...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTableHeaderBorder.java86 painter.state.set(jc.hasFocus() ? Focused.YES : Focused.NO);
88 painter.state.set(selected ? BooleanValue.YES : BooleanValue.NO);
H A DAquaTextFieldBorder.java70 painter.state.set(Focused.NO);
78 painter.state.set(State.ACTIVE == state && jc.hasFocus() ? Focused.YES : Focused.NO);
H A DAquaButtonBorder.java84 painter.state.set((state != State.DISABLED && state != State.INACTIVE) && b.isFocusPainted() && isFocused(b) ? Focused.YES : Focused.NO);
207 painter.state.set(state == State.PULSED ? Animating.YES : Animating.NO);
298 painter.state.set(model.isSelected() ? BooleanValue.YES : BooleanValue.NO);
H A DAquaComboBoxButton.java141 painter.state.set(IndicatorOnly.NO);
149 painter.state.set(hasFocus ? Focused.YES : Focused.NO);
/openjdk7/jdk/test/java/util/ResourceBundle/Control/
H A DExpirationTest.sh69 HAS_S=NO
260 HASJAR=NO
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCCursorManager.m89 [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
103 [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
H A DJavaTextAccessibility.m132 if (!isEnabled) return NO;
136 if (axEditableText == NULL) return NO;
223 return NO; // according to NSTextViewAccessibility.m and NSCellTextAttributesAccessibility.m
241 return NO;
258 return NO;
H A DCTrayIcon.m168 isHighlighted = NO;
209 [self setHighlighted:NO];
339 [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
H A DLWCToolkit.m70 _shouldEndRunLoop = NO;
270 doLoadNativeColors(env, jSystemColors, NO);
350 [ThreadUtilities performOnMainThread:@selector(endRunLoop) on:mediatorObject withObject:nil waitUntilDone:NO];
H A DCDragSource.m67 sIsJavaDragging = NO;
428 hasAlpha:YES isPlanar:NO colorSpaceName:NSCalibratedRGBColorSpace bytesPerRow:0 bitsPerPixel:32];
574 sNeedsEnter = NO;
579 [NSApp postEvent:[self nsDragEvent:NO] atStart:YES];
695 return NO;
705 sNeedsEnter = NO;
H A DCImage.m60 NSGraphicsContext *context = [NSGraphicsContext graphicsContextWithGraphicsPort:cgRef flipped:NO];
91 isPlanar:NO
H A DCMenu.m41 self = [super initWithPeer:peer asSeparator:[NSNumber numberWithBool:NO]];
45 [fMenu setAutoenablesItems:NO];
H A DAWTSurfaceLayers.m128 [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
H A DCDataTransferer.m149 isPlanar:NO
307 NSData *xmlData = [NSData dataWithBytesNoCopy:jbytes length:jbytesLength freeWhenDone:NO];
H A DImageSurfaceData.m63 {YES, NO, 8, 4, 0, kCGImageAlphaNoneSkipFirst | kCGBitmapByteOrder32Host, NULL}, // TYPE_3BYTE_BGR // use the default ARGB_PRE context synce we have to sync by hand anyway
74 {YES, NO, 8, 4, 0, kCGImageAlphaPremultipliedFirst | kCGBitmapByteOrder32Host, NULL}, // TYPE_USHORT_GRAY // use the default ARGB_PRE context synce we have to sync by hand anyway
75 {NO, NO, 8, 4, 0, kCGImageAlphaPremultipliedFirst | kCGBitmapByteOrder32Host, NULL}, // TYPE_BYTE_BINARY mapped to TYPE_CUSTOM
76 {YES, NO, 8, 4, 0, kCGImageAlphaPremultipliedFirst | kCGBitmapByteOrder32Host, NULL}, // TYPE_BYTE_INDEXED // use the default ARGB_PRE context synce we have to sync by hand anyway
77 {YES, NO, 8, 4, 0, kCGImageAlphaNoneSkipFirst | kCGBitmapByteOrder32Host, NULL}, // TYPE_3BYTE_RGB
188 NO,
792 BOOL cachedValueReady = NO;
818 if ((p1Cached != p1) || (cachedValueReady == NO))
1090 isdo->imageInfo.colorSpace, isdo->imageInfo.alphaInfo, provider, NULL, NO, kCGRenderingIntentDefaul
[all...]
H A DCDropTarget.m207 if ([pbType hasPrefix:@"CorePasteboardFlavorType"] == NO) {
393 [ThreadUtilities performOnMainThread:@selector(safeReleaseDraggingData:) on:self withObject:draggingSequenceNumberID waitUntilDone:NO];
630 DLog2(@"[CDropTarget prepareForDragOperation]: returning %@\n", (sDraggingError ? @"NO" : @"YES"));
632 return sDraggingError ? NO : YES;
683 DLog2(@"[CDropTarget performDragOperation]: returning %@\n", (sDraggingError ? @"NO" : @"YES"));
H A DCFileDialog.m159 return NO;
/openjdk7/jdk/src/share/classes/com/sun/security/auth/callback/
H A DDialogCallbackHandler.java244 JOptionPane.NO_OPTION, ConfirmationCallback.NO,
245 JOptionPane.CLOSED_OPTION, ConfirmationCallback.NO
252 JOptionPane.NO_OPTION, ConfirmationCallback.NO,
H A DTextCallbackHandler.java194 new OptionInfo("No", ConfirmationCallback.NO)
200 new OptionInfo("No", ConfirmationCallback.NO),
/openjdk7/jdk/src/macosx/native/com/apple/laf/
H A DJRSUIConstantSync.m96 if ( !CONSTANT_CHECK(clazz, constant) ) return NO;
100 if (key ## Key == NULL) return NO;
294 static BOOL initialized = NO;
295 static BOOL coherent = NO;
/openjdk7/jdk/src/macosx/native/jobjc/src/core/native/
H A DSubclassing.m227 return NO;
252 return NO;
/openjdk7/langtools/test/tools/javap/
H A DTestSuperclass.java55 NO(""), enum constant in enum:TestSuperclass.GenericKind
/openjdk7/jdk/src/macosx/native/apple/applescript/
H A DAppleScriptExecutionContext.m54 isFile = NO;
/openjdk7/jdk/src/macosx/native/com/apple/eio/
H A DCFileManager.m156 [JNFRunLoop performOnMainThreadWaiting:NO withBlock:^(){

Completed in 63 milliseconds

123