Home
last modified time | relevance | path

Searched refs:Usage (Results 1 – 25 of 105) sorted by relevance

12345

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/
DCommentGeneratingUnitTest.py171 def GuidFactory(self, CName, FFE, Usage, GuidType, VariableName, HelpStr): argument
176 Guid.SetUsage(Usage)
194 Usage = 'PRODUCES'
198 Guid1 = self.GuidFactory(CName, FFE, Usage, GuidType,
204 Usage = 'CONSUMES'
208 Guid1 = self.GuidFactory(CName, FFE, Usage, GuidType,
227 Usage = 'PRODUCES'
231 Guid1 = self.GuidFactory(CName, FFE, Usage, GuidType,
237 Usage = 'UNDEFINED'
241 Guid1 = self.GuidFactory(CName, FFE, Usage, GuidType,
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DInfMisc.py33 self.Usage = ''
45 def SetUsage(self, Usage): argument
46 self.Usage = Usage
48 return self.Usage
56 self.Usage = ''
69 def SetUsage(self, Usage): argument
70 self.Usage = Usage
72 return self.Usage
79 self.Usage = ''
89 def SetUsage(self, Usage): argument
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DCommentGenerating.py181 def GenInfPcdTailComment (Usage, TailCommentText): argument
182 if (Usage == ITEM_UNDEFINED) and (not TailCommentText):
185 CommentLine = TAB_SPACE_SPLIT.join([Usage, TailCommentText])
194 def GenInfProtocolPPITailComment (Usage, Notify, TailCommentText): argument
195 if (not Notify) and (Usage == ITEM_UNDEFINED) and (not TailCommentText):
203 CommentLine += TAB_SPACE_SPLIT.join([Usage, TailCommentText])
212 def GenInfGuidTailComment (Usage, GuidTypeList, VariableName, TailCommentText): argument
214 if (Usage == ITEM_UNDEFINED) and (GuidType == ITEM_UNDEFINED) and \
218 FirstLine = Usage + " ## " + GuidType
DCommentParsing.py500 Usage = None
558 if Usage == None and Token in UsageTokens:
559 Usage = UsageTokens[Token]
561 if Usage != None or not ParseVariable:
566 if Usage != None:
574 if Usage == None:
575 Usage = 'UNDEFINED'
601 return Usage, Type, String, HelpText
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenAprioriFile/
DGenAprioriFile.c71 Usage (
366 Usage (); in ProcessArgs()
394 Usage (); in ProcessArgs()
401 Usage (); in ProcessArgs()
405 Usage (); in ProcessArgs()
417 Usage (); in ProcessArgs()
423 Usage (); in ProcessArgs()
432 Usage ( in Usage() function
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
DBuild_IFWI.sh5 function Usage ( ) { function
31 Usage
74 Usage
Dbld_vlv.sh5 function Usage() { function
87 Usage
122 Usage
151 Usage
DBuild_IFWI.bat31 if /i "%~1"=="/?" goto Usage
97 if "%~2"=="" goto Usage
156 :Usage label
159 echo Usage: Build_IFWI.bat [options] PlatformType BuildTarget [IFWI Suffix]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Stitch/
DIFWIStitch.bat36 if "%~1"=="?" goto Usage
37 if "%~1"=="/?" goto Usage
38 if /i "%~1"=="Help" goto Usage
58 if "%~2"=="" goto Usage
59 if not exist %~2 echo BIOS not found. & goto Usage
66 if "%~2"=="" goto Usage
67 if not exist %~2 echo ConfigFile not found. & goto Usage
73 if "%~2"=="" goto Usage
92 goto Usage
144 goto Usage
[all …]
/device/linaro/bootloader/edk2/
Dedksetup.bat52 if /I "%1"=="-h" goto Usage
53 if /I "%1"=="-help" goto Usage
54 if /I "%1"=="--help" goto Usage
55 if /I "%1"=="/h" goto Usage
56 if /I "%1"=="/?" goto Usage
57 if /I "%1"=="/help" goto Usage
162 :Usage label
164 @echo Usage: "%0 [-h | -help | --help | /h | /help | /?] [--nt32] [Reconfig]"
/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
DCommonClass.py45 def __init__(self, Usage = None, FeatureFlag = '', SupArchList = None, HelpText = ''): argument
46 self.Usage = Usage
47 if self.Usage == None:
48 self.Usage = []
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Strip/
Dstrip.c32 Usage ( in Usage() function
102 Usage (); in main()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiRom/
DEfiRom.c155 Usage (
1045 Usage (); in ParseCommandLine()
1074 Usage (); in ParseCommandLine()
1094 Usage (); in ParseCommandLine()
1113 Usage (); in ParseCommandLine()
1123 Usage (); in ParseCommandLine()
1182 Usage (); in ParseCommandLine()
1211 Usage (); in ParseCommandLine()
1219 Usage (); in ParseCommandLine()
1273 Usage (); in ParseCommandLine()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
DMetaFileTable.py88 …, BelongsToFile = -1, StartLine=-1, StartColumn=-1, EndLine=-1, EndColumn=-1, Enabled=0, Usage=''): argument
89 …(Value1, Value2, Value3, Usage, Scope1, Scope2) = ConvertToSqlString((Value1, Value2, Value3, Usag…
96 Usage,
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
DGenInfFile.py691 Usage = Guid.GetUsage()
697 if Usage == DT.ITEM_UNDEFINED and GuidType == DT.ITEM_UNDEFINED:
708 if Usage != DT.ITEM_UNDEFINED and GuidType == DT.ITEM_UNDEFINED:
709 Comment = '## ' + Usage + Comment
711 Comment = '## ' + Usage + ' ## ' + GuidType + ':' + VariableName + Comment
713 Comment = '## ' + Usage + ' ## ' + GuidType + Comment
752 Usage = Object.GetUsage()
757 if Usage == DT.ITEM_UNDEFINED and Notify == '':
768 if Usage == DT.ITEM_UNDEFINED and not Comment and Notify == '':
772 Comment = '## ' + Usage + ' ## ' + 'NOTIFY' + Comment
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
DMakeDeps.c187 Usage (
1147 Usage (); in ProcessArgs()
1189 Usage (); in ProcessArgs()
1228 Usage (); in ProcessArgs()
1274 Usage (); in ProcessArgs()
1297 Usage (); in ProcessArgs()
1324 Usage (); in ProcessArgs()
1353 Usage (); in ProcessArgs()
1380 Usage (); in ProcessArgs()
1384 Usage (); in ProcessArgs()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenTEImage/
DGenTEImage.c90 Usage (
678 Usage (); in ParseCommandLine()
698 Usage (); in ParseCommandLine()
708 Usage (); in ParseCommandLine()
722 Usage (); in ParseCommandLine()
736 Usage (); in ParseCommandLine()
751 Usage ( in Usage() function
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiCompress/
DEfiCompressMain.c71 Usage (
145 Usage (*argv); in main()
367 Usage ( in Usage() function
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenCrc32/
DGenCrc32.c56 Usage ( in Usage() function
156 Usage (); in main()
167 Usage (); in main()
/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiLdrImage/
DEfiLdrImage.c83 Usage ( in Usage() function
183 Usage(); in main()
191 Usage(); in main()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ModifyInf/
DModifyInf.c249 Usage ( in Usage() function
313 Usage (); in main()
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DIgdOMOBF.ASL49 ;* Usage: This method is to be called prior to performing any
86 ;* Usage: This method is called before every "notify" command. A
123 ;* Usage: This method is to be called when a graphics device
185 ;* Usage: This method must be called when a hotkey event occurs and the
214 ;* Usage: This method must be called when a lid event occurs. A
247 ;* Usage: This method must be called when a docking event occurs.
282 ;* Usage: This method must be called before generating each ASLE
321 ;* Usage: This method must called to generate an ASLE interrupt.
470 ;* Usage: This method is called before other OpRegion methods. The
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenPage/
DGenPage.c94 Usage ( in Usage() function
306 Usage(); in main()
314 Usage(); in main()
/device/linaro/bootloader/edk2/BeagleBoardPkg/Tools/
Dreplace.c30 Usage (char *Name) in Usage() function
58 Usage (argv[0]); in main()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Tools/
Dreplace.c30 Usage (char *Name) in Usage() function
58 Usage (argv[0]); in main()

12345