Searched refs:Usage (Results 1 - 25 of 126) sorted by relevance

123456

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/
H A DInfMisc.py33 self.Usage = ''
45 def SetUsage(self, Usage):
46 self.Usage = Usage
48 return self.Usage
56 self.Usage = ''
69 def SetUsage(self, Usage):
70 self.Usage = Usage
72 return self.Usage
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/UnitTest/
H A DCommentGeneratingUnitTest.py170 def GuidFactory(self, CName, FFE, Usage, GuidType, VariableName, HelpStr):
175 Guid.SetUsage(Usage)
193 Usage = 'PRODUCES'
196 HelpStr = 'Usage comment line 1'
197 Guid1 = self.GuidFactory(CName, FFE, Usage, GuidType,
203 Usage = 'CONSUMES'
206 HelpStr = 'Usage comment line 2'
207 Guid1 = self.GuidFactory(CName, FFE, Usage, GuidType,
213 ## PRODUCES ## Event # Usage comment line 1
214 ## CONSUMES ## Variable: # Usage commen
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/
H A Dedksetup.sh34 echo BaseTools Usage: \'. edksetup.sh\'
H A Dedksetup.bat50 @if /I "%1"=="-h" goto Usage
51 @if /I "%1"=="-help" goto Usage
52 @if /I "%1"=="--help" goto Usage
53 @if /I "%1"=="/h" goto Usage
54 @if /I "%1"=="/?" goto Usage
55 @if /I "%1"=="/help" goto Usage
113 @if NOT "%1"=="" goto Usage
116 :Usage label
118 @echo Usage: "%0 [-h | -help | --help | /h | /help | /?] [--nt32] [Reconfig]"
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DCommentGenerating.py135 # @param Usage: Usage type
138 def GenInfPcdTailComment (Usage, TailCommentText):
139 if (Usage == ITEM_UNDEFINED) and (not TailCommentText):
142 CommentLine = TAB_SPACE_SPLIT.join([Usage, TailCommentText])
148 # @param Usage: Usage type
151 def GenInfProtocolPPITailComment (Usage, Notify, TailCommentText):
152 if (not Notify) and (Usage == ITEM_UNDEFINED) and (not TailCommentText):
160 CommentLine += TAB_SPACE_SPLIT.join([Usage, TailCommentTex
[all...]
H A DCommentParsing.py349 Usage = None
404 # Search first two tokens for Usage and Type and remove any matching tokens
408 if Usage == None and Token in UsageTokens:
409 Usage = UsageTokens[Token]
411 if Usage != None or not ParseVariable:
416 if Usage != None:
422 # If no Usage token is present and set Usage to UNDEFINED
424 if Usage == None:
425 Usage
[all...]
/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_mount.c48 static void Usage(char *pszName) function
50 fprintf(stderr, "Usage: %s [OPTIONS] NAME MOUNTPOINT\n"
142 Usage(pszName);
151 Usage(pszName);
/vbox/src/libs/xpcom18a4/xpcom/tools/windows/
H A Drebasedlls.cpp68 Usage() function
70 printf("Usage: ReBase [-libs library-path] dlls...\n");
82 Usage();
88 Usage();
/vbox/src/apps/tunctl/
H A Dtunctl.c22 static void Usage(char *name) function
66 Usage(name);
79 Usage(name);
88 Usage(name);
96 Usage(name);
/vbox/src/VBox/VMM/testcase/
H A DtstGlobalConfig.cpp34 static int Usage(void) function
52 return Usage();
56 Usage();
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dvertexdeclaration.c109 elements[idx].Usage = D3DDECLUSAGE_POSITIONT;
113 elements[idx].Usage = D3DDECLUSAGE_POSITION;
117 elements[idx].Usage = D3DDECLUSAGE_POSITION;
135 elements[idx].Usage = D3DDECLUSAGE_BLENDWEIGHT;
147 elements[idx].Usage = D3DDECLUSAGE_BLENDINDICES;
153 elements[idx].Usage = D3DDECLUSAGE_NORMAL;
159 elements[idx].Usage = D3DDECLUSAGE_PSIZE;
165 elements[idx].Usage = D3DDECLUSAGE_COLOR;
171 elements[idx].Usage = D3DDECLUSAGE_COLOR;
191 elements[idx].Usage
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dvertexdeclaration.c106 elements[idx].Usage = D3DDECLUSAGE_POSITIONT;
110 elements[idx].Usage = D3DDECLUSAGE_POSITION;
114 elements[idx].Usage = D3DDECLUSAGE_POSITION;
132 elements[idx].Usage = D3DDECLUSAGE_BLENDWEIGHT;
144 elements[idx].Usage = D3DDECLUSAGE_BLENDINDICES;
150 elements[idx].Usage = D3DDECLUSAGE_NORMAL;
156 elements[idx].Usage = D3DDECLUSAGE_PSIZE;
162 elements[idx].Usage = D3DDECLUSAGE_COLOR;
168 elements[idx].Usage = D3DDECLUSAGE_COLOR;
188 elements[idx].Usage
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/CommonDataClass/
H A DCommonClass.py32 # @param Usage: Input value for Usage, default is []
37 # @var Usage: To store value for Usage, selection scope is in below list
45 def __init__(self, Usage = None, FeatureFlag = '', SupArchList = None, HelpText = ''):
46 self.Usage = Usage
47 if self.Usage == None:
48 self.Usage = []
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiLdrImage/
H A DEfiLdrImage.c91 Usage ( function
95 printf ("Usage: EfiLdrImage -o OutImage LoaderImage PeImage1 PeImage2 ... PeImageN\n");
191 Usage();
199 Usage();
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dgenliso12 echo Usage: $0 foo.liso foo.lkrn ...
H A Dgensdsk13 echo Usage: $0 foo.sdsk foo.lkrn ...
H A Dgeniso12 echo Usage: $0 foo.iso foo.lkrn ...
/vbox/src/libs/libxml2-2.6.31/
H A Dxml2-config.in11 Usage: xml2-config [OPTION]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/GenMetaFile/
H A DGenInfFile.py527 Usage = Guid.GetUsage()
535 if Usage == DT.ITEM_UNDEFINED and GuidType == DT.ITEM_UNDEFINED:
547 if Usage != DT.ITEM_UNDEFINED and GuidType == DT.ITEM_UNDEFINED:
548 Comment = '## ' + Usage + Comment
550 Comment = '## ' + Usage + ' ## ' + GuidType + ':' + VariableName + Comment
552 Comment = '## ' + Usage + ' ## ' + GuidType + Comment
597 Usage = Object.GetUsage()
604 if Usage == DT.ITEM_UNDEFINED and Notify == '':
616 if Usage == DT.ITEM_UNDEFINED and not Comment and Notify == '':
620 Comment = '## ' + Usage
[all...]
/vbox/src/VBox/Devices/PC/ipxe/contrib/errdb/
H A Derrdb.pl21 use Pod::Usage;
/vbox/src/libs/xpcom18a4/nsprpub/config/
H A Dnspr-config.in14 Usage: nspr-config [OPTIONS] [LIBRARIES]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiRom/
H A DEfiRom.h169 Usage (
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrCompiler.h100 VOID Usage (VOID);
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/
H A Dimport.pl23 use Pod::Usage;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenCrc32/
H A DGenCrc32.c62 Usage ( function
156 Usage ();
168 Usage ();

Completed in 117 milliseconds

123456