Searched refs:Modules (Results 1 – 25 of 77) sorted by relevance
1234
158 #Modules -- See config.c159 # Mandatory Modules -- These must always be built in.160 PyMod-$(PYTHON_VERSION)/Modules/config.c161 PyMod-$(PYTHON_VERSION)/Modules/edk2module.c162 PyMod-$(PYTHON_VERSION)/Modules/errnomodule.c163 PyMod-$(PYTHON_VERSION)/Modules/getpath.c164 PyMod-$(PYTHON_VERSION)/Modules/main.c166 Modules/_functoolsmodule.c167 Modules/gcmodule.c168 Modules/getbuildinfo.c[all …]
59 B. Edit PyMod-2.7.10\Modules\config.c to enable the built-in modules you need.61 Mandatory Built-in Modules:117 * Python C Extension Modules built as dynamically loadable extensions go into175 8. Supported C Modules180 _bisect Modules/_bisectmodule.c181 _codecs Modules/_codecsmodule.c182 _codecs_cn Modules/cjkcodecs/_codecs_cn.c183 _codecs_hk Modules/cjkcodecs/_codecs_hk.c184 _codecs_iso2022 Modules/cjkcodecs/_codecs_iso2022.c185 _codecs_jp Modules/cjkcodecs/_codecs_jp[all …]
6 FOR %%d IN (Include Modules Objects Python) DO (
181 involved editing the file Modules/Setup. While this file still exists270 1.85 you will need to edit Modules/Setup to build the bsddb185272 default. In Modules/Setup a line like283 Don't try to enable them in the Modules/Setup file. They447 2) edit Modules/Setup to activate everything that makes sense for500 in Modules/Setup. The minimum set of modules is599 other options you need (--prefix, etc.). Then in Modules/Setup664 wishing to use it will have to tweak Modules/Setup to build it. The760 you can still customize the configuration by editing the Modules/Setup762 section only applies if you decide to edit the Modules/Setup file.[all …]
162 #Modules -- See Efi/config.c163 # Mandatory Modules -- These must always be built in.164 PyMod-$(PYTHON_VERSION)/Modules/errnomodule.c165 Python-$(PYTHON_VERSION)/Modules/_functoolsmodule.c166 Python-$(PYTHON_VERSION)/Modules/gcmodule.c167 Python-$(PYTHON_VERSION)/Modules/getbuildinfo.c168 PyMod-$(PYTHON_VERSION)/Modules/main.c169 Python-$(PYTHON_VERSION)/Modules/python.c171 # Optional Modules -- See Python/Efi/config.c172 PyMod-$(PYTHON_VERSION)/Modules/_sre.c #[all …]
45 Mandatory Built-in Modules:98 * Python C Extension Modules built as dynamically loadable extensions go into106 2. enable Python-2.7.2/Modules/socketmodule.c in PythonCore.inf.153 8. Supported C Modules158 _bisect Modules/_bisectmodule.c159 _codecs Modules/_codecsmodule.c160 _codecs_cn Modules/cjkcodecs/_codecs_cn.c161 _codecs_hk Modules/cjkcodecs/_codecs_hk.c162 _codecs_iso2022 Modules/cjkcodecs/_codecs_iso2022.c163 _codecs_jp Modules/cjkcodecs/_codecs_jp[all …]
30 public class Modules {31 ctor public Modules();32 method public java.util.List<sensor.hal.configuration.V1_0.Modules.Module> getModule();35 public static class Modules.Module {36 ctor public Modules.Module();69 method public sensor.hal.configuration.V1_0.Modules getModules();71 method public void setModules(sensor.hal.configuration.V1_0.Modules);
6 Modules/parsermodule.c
1 BGEN -- Automatic Generation of Extension Modules
48 # Generic Modules83 # Components Section - list of all EDK II Modules included in the build
110 self.Modules = sdict()
441 self.Modules = PlatformModuleClasses()
30 for ModuleFile in Platform.Modules:82 PlatformModule = Platform.Modules[str(Module)]
337 self.Modules = []
337 self.Modules = []506 for Item in Platform.Modules.ModuleList:566 for Item in Platform.Modules.ModuleList:568 Pb.Modules.append(Item.FilePath)911 for Inf in Platform.Modules:1292 for Module in Platform.Modules.ModuleList:1340 for Module in Platform.Modules.ModuleList:1417 for Module in self.DscDatabase[Dsc].Platform.Modules.ModuleList:1554 for Module in Dsc.Platform.Modules.ModuleList:1590 print 'Modules = ', P.Modules
18 // including x86, the emulator, and the SDK. Modules must be uniquely
100 if StrModule in PlatformDataBase.Modules:101 PlatformModule = PlatformDataBase.Modules[StrModule]239 for DscModule in Platform.Modules:240 DscModules[str(DscModule).lower()] = Platform.Modules[DscModule]571 if InfFileKey in PlatformDataBase.Modules:579 for key in PlatformDataBase.Modules.keys():580 if InfFileKey == str((PlatformDataBase.Modules[key]).MetaFile.Path):
2 // Modules that produces the logic Block I/O protocol for every partition via the physical Block I/…
2 # Modules that produces the logic Block I/O protocol for every partition via the physical Block I/…
174 involved editing the file Modules/Setup. While this file still exists263 1.85 you will need to edit Modules/Setup to build the bsddb185265 default. In Modules/Setup a line like276 Don't try to enable them in the Modules/Setup file. They440 2) edit Modules/Setup to activate everything that makes sense for493 in Modules/Setup. The minimum set of modules is592 other options you need (--prefix, etc.). Then in Modules/Setup657 wishing to use it will have to tweak Modules/Setup to build it. The753 you can still customize the configuration by editing the Modules/Setup755 section only applies if you decide to edit the Modules/Setup file.[all …]
343 for Pkey in Platform_cache[Arch].Modules.keys():344 MetaFile_cache[Arch].append(Platform_cache[Arch].Modules[Pkey].MetaFile)360 for Pkey in Platform.Modules.keys():361 MetaFileList.append(Platform.Modules[Pkey].MetaFile)471 if BuildData.MetaFile in Platform.Modules:472 PlatformModule = Platform.Modules[str(BuildData.MetaFile)]581 if ModuleFile in Platform.Modules:1164 for ModuleFile in self.Platform.Modules:1255 for F in self.Platform.Modules.keys():1259 self.Platform.Modules[F].M = M[all …]
2 # Build Binary Enhanced Fat Driver Modules.
5 # (../Modules/parsermodule.c). If you can't make the changes to
793 for Module in Pa.Platform.Modules.values():1417 for ModuleKey in Pa.Platform.Modules:1418 M = Pa.Platform.Modules[ModuleKey].M1666 for ModuleKey in Pa.Platform.Modules:1667 ModuleAutoGenList.append(Pa.Platform.Modules[ModuleKey].M)