Home
last modified time | relevance | path

Searched defs:Module (Results 1 – 25 of 47) sorted by relevance

12

/device/linaro/bootloader/edk2/MdePkg/Library/BasePerformanceLibNull/
DPerformanceLib.c49 IN CONST CHAR8 *Module, OPTIONAL in StartPerformanceMeasurement()
84 IN CONST CHAR8 *Module, OPTIONAL in EndPerformanceMeasurement()
136 OUT CONST CHAR8 **Module, in GetPerformanceMeasurement()
178 IN CONST CHAR8 *Module, OPTIONAL in StartPerformanceMeasurementEx()
216 IN CONST CHAR8 *Module, OPTIONAL in EndPerformanceMeasurementEx()
271 OUT CONST CHAR8 **Module, in GetPerformanceMeasurementEx()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCorePerformanceLib/
DDxeCorePerformanceLib.c87 IN CONST CHAR8 *Module, OPTIONAL in InternalSearchForGaugeEntry()
152 IN CONST CHAR8 *Module, OPTIONAL in StartGaugeEx()
244 IN CONST CHAR8 *Module, OPTIONAL in EndGaugeEx()
342 IN CONST CHAR8 *Module, OPTIONAL in StartGauge()
378 IN CONST CHAR8 *Module, OPTIONAL in EndGauge()
567 IN CONST CHAR8 *Module, OPTIONAL in StartPerformanceMeasurementEx()
606 IN CONST CHAR8 *Module, OPTIONAL in EndPerformanceMeasurementEx()
661 OUT CONST CHAR8 **Module, in GetPerformanceMeasurementEx()
733 IN CONST CHAR8 *Module, OPTIONAL in StartPerformanceMeasurement()
769 IN CONST CHAR8 *Module, OPTIONAL in EndPerformanceMeasurement()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePerformanceLib/
DDxePerformanceLib.c108 IN CONST CHAR8 *Module, OPTIONAL in StartPerformanceMeasurementEx()
160 IN CONST CHAR8 *Module, OPTIONAL in EndPerformanceMeasurementEx()
230 OUT CONST CHAR8 **Module, in GetPerformanceMeasurementEx()
315 IN CONST CHAR8 *Module, OPTIONAL in StartPerformanceMeasurement()
349 IN CONST CHAR8 *Module, OPTIONAL in EndPerformanceMeasurement()
401 OUT CONST CHAR8 **Module, in GetPerformanceMeasurement()
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DPerformanceLib.h281 #define PERF_END(Handle, Token, Module, TimeStamp) \ argument
295 #define PERF_START(Handle, Token, Module, TimeStamp) \ argument
309 #define PERF_END_EX(Handle, Token, Module, TimeStamp, Identifier) \ argument
323 #define PERF_START_EX(Handle, Token, Module, TimeStamp, Identifier) \ argument
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmPerformanceLib/
DSmmPerformanceLib.c130 IN CONST CHAR8 *Module, OPTIONAL in StartPerformanceMeasurementEx()
182 IN CONST CHAR8 *Module, OPTIONAL in EndPerformanceMeasurementEx()
252 OUT CONST CHAR8 **Module, in GetPerformanceMeasurementEx()
337 IN CONST CHAR8 *Module, OPTIONAL in StartPerformanceMeasurement()
371 IN CONST CHAR8 *Module, OPTIONAL in EndPerformanceMeasurement()
423 OUT CONST CHAR8 **Module, in GetPerformanceMeasurement()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiPerformanceLib/
DPeiPerformanceLib.c117 IN CONST CHAR8 *Module, OPTIONAL in InternalSearchForLogEntry()
178 IN CONST CHAR8 *Module, OPTIONAL in StartPerformanceMeasurementEx()
250 IN CONST CHAR8 *Module, OPTIONAL in EndPerformanceMeasurementEx()
322 OUT CONST CHAR8 **Module, in GetPerformanceMeasurementEx()
391 IN CONST CHAR8 *Module, OPTIONAL in StartPerformanceMeasurement()
425 IN CONST CHAR8 *Module, OPTIONAL in EndPerformanceMeasurement()
477 OUT CONST CHAR8 **Module, in GetPerformanceMeasurement()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
DXmlParser.py329 def ValidateMS(Module, TopXmlTreeLevel): argument
341 def ValidateMS1(Module, TopXmlTreeLevel): argument
464 def ValidateMS2(Module, TopXmlTreeLevel): argument
633 def ValidateMS3(Module, TopXmlTreeLevel): argument
DModuleSurfaceAreaXml.py622 def FromXml2(self, Item, Module): argument
814 def ToXml(self, Module): argument
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmCorePerformanceLib/
DSmmCorePerformanceLib.c95 IN CONST CHAR8 *Module, OPTIONAL in SmmSearchForGaugeEntry()
160 IN CONST CHAR8 *Module, OPTIONAL in StartGaugeEx()
257 IN CONST CHAR8 *Module, OPTIONAL in EndGaugeEx()
360 IN CONST CHAR8 *Module, OPTIONAL in StartGauge()
396 IN CONST CHAR8 *Module, OPTIONAL in EndGauge()
816 IN CONST CHAR8 *Module, OPTIONAL in StartPerformanceMeasurementEx()
855 IN CONST CHAR8 *Module, OPTIONAL in EndPerformanceMeasurementEx()
910 OUT CONST CHAR8 **Module, in GetPerformanceMeasurementEx()
982 IN CONST CHAR8 *Module, OPTIONAL in StartPerformanceMeasurement()
1018 IN CONST CHAR8 *Module, OPTIONAL in EndPerformanceMeasurement()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddynload_aix.c24 typedef struct Module { struct
25 struct Module *next; argument
27 } Module, *ModulePtr; argument
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeSmmPerformanceLib/
DDxeSmmPerformanceLib.c161 IN CONST CHAR8 *Module, OPTIONAL in StartPerformanceMeasurementEx()
198 IN CONST CHAR8 *Module, OPTIONAL in EndPerformanceMeasurementEx()
231 IN CONST CHAR8 *Module, OPTIONAL in StartPerformanceMeasurement()
265 IN CONST CHAR8 *Module, OPTIONAL in EndPerformanceMeasurement()
319 OUT CONST CHAR8 **Module, in GetByPerformanceProtocol()
697 OUT CONST CHAR8 **Module, in GetPerformanceMeasurementEx()
838 OUT CONST CHAR8 **Module, in GetPerformanceMeasurement()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DWorkspaceCommon.py72 def GetLiabraryInstances(Module, Platform, BuildDatabase, Arch, Target, Toolchain): argument
78 def _GetModuleLibraryInstances(Module, Platform, BuildDatabase, Arch, Target, Toolchain): argument
224 def _ResolveLibraryReference(Module, Platform): argument
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
DInstallPkg.py363 def CheckProtoclCNameRedefined(Module, DependentProtocolCNames): argument
379 def CheckPpiCNameRedefined(Module, DependentPpiCNames): argument
394 def CheckGuidCNameRedefined(Module, DependentGuidCNames): argument
410 def CheckPcdNameRedefined(Module, DependentPcdNames): argument
434 def CheckCNameInModuleRedefined(Module, DistPkg): argument
642 def InstallModuleContent(FromPath, NewPath, ModulePath, Module, ContentZipFile, argument
722 def InstallModuleContentZipFile(ContentZipFile, FromPath, ModulePath, WorkspaceDir, NewPath, Module argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dtest_setups.py267 class Module(object): class
287 class Module(object): class
344 class Module(object): class
364 class Module(object): class
427 class Module(object): class
445 class Module(object): class
472 class Module(object): class
Dtest_discovery.py92 class Module(object): class
304 class Module(object): class
Dtest_result.py534 class Module(object): class
553 class Module(object): class
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
DbgenModule.py4 class Module(GeneratorGroup): class
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/FdtDxe/
DLinuxLoaderHelper.c45 CONST CHAR8 *Token, *Module; in PrintPerformance() local
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
DPerformance.h30 CHAR8 Module[PEI_PERFORMANCE_STRING_SIZE]; ///< Module string name. member
95 CHAR8 Module[DXE_PERFORMANCE_STRING_SIZE]; ///< Module string name. member
103 CHAR8 Module[DXE_PERFORMANCE_STRING_SIZE]; ///< Module string name. member
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DAutoGen.py1941 def ValidModule(self, Module): argument
1954 def ApplyLibraryInstance(self, Module): argument
2121 def _OverridePcd(self, ToPcd, FromPcd, Module=""): argument
2204 def ApplyPcdSetting(self, Module, Pcds): argument
2247 def ResolveLibraryReference(self, Module): argument
2426 def ApplyBuildOption(self, Module): argument
4059 Module = property(_GetModule) variable in ModuleAutoGen
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DPerformance.c165 CONST CHAR8 *Module; in WriteBootToOsPerformanceData() local
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmPerformance.c169 CONST CHAR8 *Module; in BmWriteBootToOsPerformanceData() local
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DPerformance.c165 CONST CHAR8 *Module; in WriteBootToOsPerformanceData() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
Dbases.py104 class Module: class
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DEdkIIWorkspaceBuild.py391 def __init__(self, Arch, Platform = None, Package = None, Module = None): argument
928 def UpdateLibrariesOfModule(self, Platform, Module, Arch): argument

12