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

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86Config.h55 } ModuleDefault; typedef in typeref:struct:_ModuleDefault
57 static ModuleDefault ModuleDefaults[] = {
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86Config.h57 } ModuleDefault; typedef in typeref:struct:_ModuleDefault
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86Config.h57 } ModuleDefault; typedef in typeref:struct:_ModuleDefault
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxf86Config.h57 } ModuleDefault; typedef in typeref:struct:_ModuleDefault
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86Config.h57 } ModuleDefault; typedef in typeref:struct:_ModuleDefault
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxf86Config.h57 } ModuleDefault; typedef in typeref:struct:_ModuleDefault
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86Config.h57 } ModuleDefault; typedef in typeref:struct:_ModuleDefault
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxf86Config.h57 } ModuleDefault; typedef in typeref:struct:_ModuleDefault
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxf86Config.h57 } ModuleDefault; typedef in typeref:struct:_ModuleDefault
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxf86Config.h57 } ModuleDefault; typedef in typeref:struct:_ModuleDefault
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxf86Config.h57 } ModuleDefault; typedef in typeref:struct:_ModuleDefault
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxf86Config.h57 } ModuleDefault; typedef in typeref:struct:_ModuleDefault
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxf86Config.h57 } ModuleDefault; typedef in typeref:struct:_ModuleDefault
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxf86Config.h57 } ModuleDefault; typedef in typeref:struct:_ModuleDefault
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A DBuildReport.py679 ModuleDefault = ModulePcd.DefaultValue
681 self.ModulePcdOverride.setdefault((TokenCName, TokenSpaceGuid), {})[ModulePath] = ModuleDefault
837 ModuleDefault = ModuleOverride[ModulePath]
839 ModulePcdDefaultValueNumber = int(ModuleDefault.strip(), 0)
842 Match = (ModuleDefault.strip() == PcdValue.strip())
845 FileWrite(File, ' *M %-*s = %s' % (self.MaxLen + 19, ModulePath, ModuleDefault.strip()))

Completed in 61 milliseconds