HomeSort by relevance Sort by last modified time
    Searched refs:GuidType (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/
CommentGeneratingUnitTest.py 171 def GuidFactory(self, CName, FFE, Usage, GuidType, VariableName, HelpStr):
175 Guid.SetGuidTypeList([GuidType])
195 GuidType = 'Event'
198 Guid1 = self.GuidFactory(CName, FFE, Usage, GuidType,
205 GuidType = 'Variable'
208 Guid1 = self.GuidFactory(CName, FFE, Usage, GuidType,
228 GuidType = 'Event'
231 Guid1 = self.GuidFactory(CName, FFE, Usage, GuidType,
238 GuidType = 'UNDEFINED'
241 Guid1 = self.GuidFactory(CName, FFE, Usage, GuidType,
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
CommentGenerating.py 213 GuidType = GuidTypeList[0]
214 if (Usage == ITEM_UNDEFINED) and (GuidType == ITEM_UNDEFINED) and \
218 FirstLine = Usage + " ## " + GuidType
219 if GuidType == TAB_INF_GUIDTYPE_VAR:
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
GuidProtocolPpiXml.py 57 self.GuidType = ''
62 self.GuidType = XmlAttribute(XmlNode(Item, '%s' % Key), 'GuidType')
89 ['GuidType', GetStringOfList(GuidProtocolPpi.GetGuidTypeList())], \
133 if self.GuidType:
134 GuidProtocolPpi.SetGuidTypeList([self.GuidType])
144 [['GuidType', \
157 ['GuidType', GetStringOfList(GuidProtocolPpi.GetGuidTypeList())],\
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
GenC.py     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenInfFile.py 692 GuidType = Guid.GetGuidTypeList()[0]
697 if Usage == DT.ITEM_UNDEFINED and GuidType == DT.ITEM_UNDEFINED:
708 if Usage != DT.ITEM_UNDEFINED and GuidType == DT.ITEM_UNDEFINED:
710 elif GuidType == 'Variable':
711 Comment = '## ' + Usage + ' ## ' + GuidType + ':' + VariableName + Comment
713 Comment = '## ' + Usage + ' ## ' + GuidType + Comment
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evntrace.h 570 ULONG GuidType;
  /external/clang/lib/Sema/
SemaExprCXX.cpp 606 QualType GuidType = Context.getTypeDeclType(MSVCGuidDecl);
619 return BuildCXXUuidof(GuidType, OpLoc, TInfo, RParenLoc);
623 return BuildCXXUuidof(GuidType, OpLoc, (Expr*)TyOrExpr, RParenLoc);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wmidata.h     [all...]

Completed in 492 milliseconds