Searched refs:IdString (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/ |
H A D | InfUserExtensionObject.py | 30 IdString = ''): 33 self.IdString = IdString 46 def SetIdString(self, IdString): 47 self.IdString = IdString 49 return self.IdString 68 # IdContent is a list contain UserId and IdString 70 # IdString/UserId, it will return 'COMMON' 80 IdString [all...] |
H A D | DecObject.py | 607 self.IdString = ''
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/ |
H A D | InfGuidPpiProtocolSectionParser.py | 236 # Current section UserId, IdString 243 IdString = Item[2] 255 if (UserId, IdString, Arch) not in IdContentList: 257 # To check the UserId and IdString valid or not. 267 if not IsValidIdString(IdString): 270 ST.ERR_INF_PARSER_UE_SECTION_ID_STRING_ERROR % (IdString), 273 IdContentList.append((UserId, IdString, Arch)) 277 # of UserId, IdString and Arch values. 279 # section header, provided the IdString or Arch values are 280 # different. The same IdString value [all...] |
H A D | DecParser.py | 700 if Item.UserId == Header[1] and Item.IdString == Header[2]: 706 Item.IdString = Header[2] 841 # IdString 846 IdString = Token 856 if [UserExtension, UserId, IdString, Arch] not in \ 859 [UserExtension, UserId, IdString, Arch]
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Protocol/ |
H A D | EfiShellEnvironment2.h | 211 @param[in] IdString The English name of the protocol. 219 IN CHAR16 *IdString 622 CHAR16 *IdString; ///< The name of the protocol. member in struct:__anon12772
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/PomAdapter/ |
H A D | DecPomAlignment.py | 182 Identifier = Item.IdString
|
Completed in 4563 milliseconds