Searched refs:YES (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A DrootlessConfig.h55 # define ROOTLESS_ACCEL YES
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A DrootlessConfig.h55 # define ROOTLESS_ACCEL YES
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A DrootlessConfig.h55 # define ROOTLESS_ACCEL YES
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A DrootlessConfig.h56 # define ROOTLESS_ACCEL YES
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A DrootlessConfig.h56 # define ROOTLESS_ACCEL YES
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/misc/
H A Dtst.boolopt.d30 #pragma D option quiet=YES
/vbox/src/VBox/Devices/Audio/
H A Dalsa_stubs.c165 static enum { NO = 0, YES, FAIL } isLibLoaded = NO; enumerator in enum:__anon9886
173 AssertMsgFailed(("isLibLoaded == %s\n", YES == isLibLoaded ? "YES" : "NO"));
174 return YES == isLibLoaded ? VINF_SUCCESS : VERR_NOT_SUPPORTED;
189 isLibLoaded = YES;
H A Dpulse_stubs.c261 static enum { NO = 0, YES, FAIL } isLibLoaded = NO; enumerator in enum:__anon9912
269 AssertMsgFailed(("isLibLoaded == %s\n", YES == isLibLoaded ? "YES" : "NO"));
270 return YES == isLibLoaded ? VINF_SUCCESS : VERR_NOT_SUPPORTED;
285 isLibLoaded = YES;
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DVBoxUtils-darwin-cocoa.mm179 [pWindow setOpaque:YES];
181 [pWindow setHasShadow:YES];
188 [pWindow setHasShadow :YES];
297 [pWindow setFrame:windowFrame display:YES animate: YES];
315 [pWindow setFrame:windowFrame display:YES animate: fAnimate ? YES : NO];
403 return [pToolbar isVisible] == YES;
H A DVBoxIChatTheaterWrapper.m123 return YES;
H A DUICocoaSpecialControls.mm218 return YES;
254 [pNativeRef setBordered: YES];
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-cocoa.m205 DEBUG_FUNC_RET(("%d\n", val == 1 ? YES : NO));
206 return val == 1 ? YES : NO;
314 [self setIgnoresMouseEvents:YES];
606 [[self window] setFrame:newFrame display:YES];
700 [pView setHidden: YES];
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDLMain-darwin.m368 gFinderLaunch = YES;
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_cocoa_helper.m684 [self performSelectorOnMainThread:@selector(runTasks) withObject:nil waitUntilDone:YES];
1016 hasAlpha:YES
1035 return YES;
1117 return val == GL_TRUE ? YES : NO;
1237 [self setIgnoresMouseEvents:YES];
1285 [m_pOverlayView performSelector:@selector(vboxReshapePerform) onThread:m_Thread withObject:nil waitUntilDone:YES];
1381 [self performSelector:@selector(setWantsBestResolutionOpenGLSurface:) withObject: (id)YES];
1562 [self setHidden: YES];
1913 [[self window] setFrame:windowFrameSCS display:YES];
/vbox/src/libs/zlib-1.2.6/
H A Dmake_vms.com205 $ write optf "case_sensitive=YES"
684 $! 0.02 20041109 Fix option file for shareable images with case_sensitive=YES

Completed in 61 milliseconds