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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfMisc.py 118 ObjList = self.SpecialComments[Type]
119 ObjList.append(Item)
120 self.SpecialComments[Type] = ObjList
122 ObjList = []
123 ObjList.append(Item)
124 self.SpecialComments[Type] = ObjList
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenInfFile.py 738 # @param ObjList: List of ProtocolObject or Ppi Object
741 def GenProtocolPPiSections(ObjList, IsProtocol):
744 for Object in ObjList:
    [all...]

Completed in 379 milliseconds