Home
last modified time | relevance | path

Searched refs:Modules (Results 1 – 25 of 77) sorted by relevance

1234

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DPython2710.inf158 #Modules -- See config.c
159 # Mandatory Modules -- These must always be built in.
160 PyMod-$(PYTHON_VERSION)/Modules/config.c
161 PyMod-$(PYTHON_VERSION)/Modules/edk2module.c
162 PyMod-$(PYTHON_VERSION)/Modules/errnomodule.c
163 PyMod-$(PYTHON_VERSION)/Modules/getpath.c
164 PyMod-$(PYTHON_VERSION)/Modules/main.c
166 Modules/_functoolsmodule.c
167 Modules/gcmodule.c
168 Modules/getbuildinfo.c
[all …]
DPy2710ReadMe.txt59 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 into
175 8. Supported C Modules
180 _bisect Modules/_bisectmodule.c
181 _codecs Modules/_codecsmodule.c
182 _codecs_cn Modules/cjkcodecs/_codecs_cn.c
183 _codecs_hk Modules/cjkcodecs/_codecs_hk.c
184 _codecs_iso2022 Modules/cjkcodecs/_codecs_iso2022.c
185 _codecs_jp Modules/cjkcodecs/_codecs_jp
[all …]
Dsrcprep.bat6 FOR %%d IN (Include Modules Objects Python) DO (
DREADME181 involved editing the file Modules/Setup. While this file still exists
270 1.85 you will need to edit Modules/Setup to build the bsddb185
272 default. In Modules/Setup a line like
283 Don't try to enable them in the Modules/Setup file. They
447 2) edit Modules/Setup to activate everything that makes sense for
500 in Modules/Setup. The minimum set of modules is
599 other options you need (--prefix, etc.). Then in Modules/Setup
664 wishing to use it will have to tweak Modules/Setup to build it. The
760 you can still customize the configuration by editing the Modules/Setup
762 section only applies if you decide to edit the Modules/Setup file.
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/
DPythonCore.inf162 #Modules -- See Efi/config.c
163 # Mandatory Modules -- These must always be built in.
164 PyMod-$(PYTHON_VERSION)/Modules/errnomodule.c
165 Python-$(PYTHON_VERSION)/Modules/_functoolsmodule.c
166 Python-$(PYTHON_VERSION)/Modules/gcmodule.c
167 Python-$(PYTHON_VERSION)/Modules/getbuildinfo.c
168 PyMod-$(PYTHON_VERSION)/Modules/main.c
169 Python-$(PYTHON_VERSION)/Modules/python.c
171 # Optional Modules -- See Python/Efi/config.c
172 PyMod-$(PYTHON_VERSION)/Modules/_sre.c #
[all …]
DPythonReadMe.txt45 Mandatory Built-in Modules:
98 * Python C Extension Modules built as dynamically loadable extensions go into
106 2. enable Python-2.7.2/Modules/socketmodule.c in PythonCore.inf.
153 8. Supported C Modules
158 _bisect Modules/_bisectmodule.c
159 _codecs Modules/_codecsmodule.c
160 _codecs_cn Modules/cjkcodecs/_codecs_cn.c
161 _codecs_hk Modules/cjkcodecs/_codecs_hk.c
162 _codecs_iso2022 Modules/cjkcodecs/_codecs_iso2022.c
163 _codecs_jp Modules/cjkcodecs/_codecs_jp
[all …]
/device/google/trout/hal/sensors/2.0/config/api/
Dcurrent.txt30 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);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
DFILES6 Modules/parsermodule.c
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/
DREADME1 BGEN -- Automatic Generation of Extension Modules
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
DMarvellYukonDxe.dsc48 # Generic Modules
83 # Components Section - list of all EDK II Modules included in the build
/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
DPackageClass.py110 self.Modules = sdict()
DPlatformClass.py441 self.Modules = PlatformModuleClasses()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DWorkspaceCommon.py30 for ModuleFile in Platform.Modules:
82 PlatformModule = Platform.Modules[str(Module)]
DBuildClassObject.py337 self.Modules = []
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DEdkIIWorkspaceBuild.py337 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
/device/amlogic/yukawa/hdmicec/
DAndroid.bp18 // including x86, the emulator, and the SDK. Modules must be uniquely
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DFfsInfStatement.py100 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):
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
DPartitionDxe.uni2 // Modules that produces the logic Block I/O protocol for every partition via the physical Block I/…
DPartitionDxe.inf2 # Modules that produces the logic Block I/O protocol for every partition via the physical Block I/…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/
DREADME174 involved editing the file Modules/Setup. While this file still exists
263 1.85 you will need to edit Modules/Setup to build the bsddb185
265 default. In Modules/Setup a line like
276 Don't try to enable them in the Modules/Setup file. They
440 2) edit Modules/Setup to activate everything that makes sense for
493 in Modules/Setup. The minimum set of modules is
592 other options you need (--prefix, etc.). Then in Modules/Setup
657 wishing to use it will have to tweak Modules/Setup to build it. The
753 you can still customize the configuration by editing the Modules/Setup
755 section only applies if you decide to edit the Modules/Setup file.
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DAutoGen.py343 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 …]
/device/linaro/bootloader/edk2/FatPkg/
DFatPkg.dsc2 # Build Binary Enhanced Fat Driver Modules.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/
DGrammar5 # (../Modules/parsermodule.c). If you can't make the changes to
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
DBuildReport.py793 for Module in Pa.Platform.Modules.values():
1417 for ModuleKey in Pa.Platform.Modules:
1418 M = Pa.Platform.Modules[ModuleKey].M
1666 for ModuleKey in Pa.Platform.Modules:
1667 ModuleAutoGenList.append(Pa.Platform.Modules[ModuleKey].M)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
DGrammar.txt5 # (../Modules/parsermodule.c). If you can't make the changes to

1234