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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
GenDepex.py 172 EdkLogger.error("GenDepex", PARSER_ERROR, "Invalid dependency expression: missing operator before open parentheses",
177 EdkLogger.error("GenDepex", PARSER_ERROR, "Invalid dependency expression: mismatched parentheses",
180 EdkLogger.error("GenDepex", PARSER_ERROR, "Invalid dependency expression: missing operand before close parentheses",
190 EdkLogger.error("GenDepex", PARSER_ERROR, "Invalid dependency expression: missing operator before NOT",
193 EdkLogger.error("GenDepex", PARSER_ERROR, "Invalid dependency expression: missing operand before " + Token,
206 EdkLogger.error("GenDepex", PARSER_ERROR, "Invalid dependency expression: missing operator before %s" % Token,
217 EdkLogger.error("GenDepex", PARSER_ERROR,
225 EdkLogger.error("GenDepex", PARSER_ERROR, "Invalid dependency expression: mismatched parentheses",
237 EdkLogger.error("GenDepex", PARSER_ERROR, "%s should be the first opcode in the expression" % Op,
240 EdkLogger.error("GenDepex", PARSER_ERROR, "Missing operand for %s" % Op,
    [all...]
IdfClassObject.py 80 EdkLogger.error("Image Definition File Parser", PARSER_ERROR, 'No Image definition file is given.')
99 EdkLogger.error("Image Definition File Parser", PARSER_ERROR, 'The %s in Line %s of File %s is invalid.' % (Line, LineNo, File.Path))
105 EdkLogger.error("Image Definition File Parser", PARSER_ERROR, 'The format is not match #image IMAGE_ID [TRANSPARENT] ImageFileName in Line %s of File %s.' % (LineNo, File.Path))
107 EdkLogger.error("Image Definition File Parser", PARSER_ERROR, 'Please use the keyword "TRANSPARENT" to describe the transparency setting in Line %s of File %s.' % (LineNo, File.Path))
114 EdkLogger.error("Image Definition File Parser", PARSER_ERROR, 'The %s in Line %s of File %s is already defined.' % (LineDetails[1], LineNo, File.Path))
UniClassObject.py 250 EdkLogger.error("Unicode File Parser", PARSER_ERROR, "Wrong language definition",
336 EdkLogger.error('Unicode File Parser', PARSER_ERROR,
340 EdkLogger.error('Unicode File Parser', PARSER_ERROR,
469 EdkLogger.error("Unicode File Parser", PARSER_ERROR, 'No unicode file is given')
AutoGen.py 353 EdkLogger.error('build', PARSER_ERROR, "Module %s NOT found in DSC file; Is it really a binary module?" % ModuleFile)
368 EdkLogger.error('build', PARSER_ERROR, "Module %s NOT found in DSC file; Is it really a binary module?" % ModuleFile)
596 PARSER_ERROR,
611 PARSER_ERROR,
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
XmlParserMisc.py 20 from Logger.ToolError import PARSER_ERROR
75 Logger.Error('\nUPT', PARSER_ERROR, ErrorMsg, RaiseError=True)
XmlParser.py 41 from Logger.ToolError import PARSER_ERROR
363 Logger.Error('\nUPT', PARSER_ERROR, ErrorMsg, RaiseError=True)
434 PARSER_ERROR,
567 PARSER_ERROR,
589 PARSER_ERROR,
603 PARSER_ERROR,
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/Xml/
XmlRoutines.py 26 from Logger.ToolError import PARSER_ERROR
229 Logger.Error('\nUPT', PARSER_ERROR, XExcept, File=FileName, RaiseError=True)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
InfPomAlignment.py 24 from Library.String import PARSER_ERROR
248 Logger.Error("Parser", PARSER_ERROR, ST.ERR_INF_PARSER_NOT_SUPPORT_EDKI_INF, ExtraData=self.FullPath,
544 Logger.Error("\nUPT", PARSER_ERROR,
727 Logger.Error("\nMkPkg", PARSER_ERROR,
731 Logger.Error("\nMkPkg", PARSER_ERROR, ST.ERR_INF_PARSER_DEPEX_SECTION_INVALID_FOR_LIBRARY_CLASS,
734 Logger.Error("\nMkPkg", PARSER_ERROR, ST.ERR_INF_PARSER_DEPEX_SECTION_NOT_DETERMINED,
743 Logger.Error("\nMkPkg", PARSER_ERROR, ST.ERR_INF_PARSER_DEPEX_SECTION_NOT_DETERMINED,
749 Logger.Error("\nMkPkg", PARSER_ERROR,
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
BuildToolError.py 76 PARSER_ERROR = 0xF001
VpdInfoFile.py 177 EdkLogger.error("BPDG", BuildToolError.PARSER_ERROR, "Fail to parse VPD information file %s" % FilePath)
194 EdkLogger.error("BPDG", BuildToolError.PARSER_ERROR, "Can not find PCD defined in VPD guid file.")
DecClassObject.py 210 EdkLogger.error("Parser", PARSER_ERROR, "Different section names '%s' and '%s' are found in one section definition, this is not allowed." % (CurrentSection, ItemList[0]), File=Filename, Line=LineNo, RaiseError=EdkLogger.IsRaiseError)
219 EdkLogger.error("Parser", PARSER_ERROR, "Invalid Arch definition '%s' found" % ItemList[1], File=Filename, Line=LineNo, RaiseError=EdkLogger.IsRaiseError)
230 EdkLogger.error("Parser", PARSER_ERROR, ErrorMsg, File=Filename, Line=LineNo, RaiseError=EdkLogger.IsRaiseError)
String.py 627 EdkLogger.error("Parser", PARSER_ERROR, ErrorMsg, Line=LineNo,
655 EdkLogger.error("Parser", PARSER_ERROR, ErrorMsg,
699 EdkLogger.error("Parser", PARSER_ERROR, ErrorMsg, File=File, Line=LineNo, ExtraData=Format, RaiseError=EdkLogger.IsRaiseError)
DscClassObject.py 616 EdkLogger.error("DSC File Parser", PARSER_ERROR, ErrorMsg, ContainerFile, RaiseError=EdkLogger.IsRaiseError)
673 EdkLogger.error("DSC File Parser", PARSER_ERROR, ErrorMsg, ContainerFile, RaiseError=EdkLogger.IsRaiseError)
    [all...]
EdkIIWorkspaceBuild.py 549 EdkLogger.error("AutoGen", PARSER_ERROR, "The BaseName of platform %s is not defined for arch %s" % (Dsc, Arch))
631 EdkLogger.error("AutoGen", PARSER_ERROR, "PCD is not found in any package", ExtraData="%s.%s" % (Guid, Name))
655 EdkLogger.error("AutoGen", PARSER_ERROR, "The BaseName of package %s is not defined for arch %s" % (Dec, Arch))
737 EdkLogger.error("AutoGen", PARSER_ERROR, "The BaseName of module %s is not defined for arch %s" % (Inf, Arch))
    [all...]
InfClassObject.py 401 EdkLogger.error("Parser", PARSER_ERROR, "Different section names '%s' and '%s' are found in one section definition, this is not allowed." % (CurrentSection, ItemList[0]), File=Filename, Line=LineNo, RaiseError=EdkLogger.IsRaiseError)
412 EdkLogger.error("Parser", PARSER_ERROR, "Invalid Arch definition '%s' found" % ItemList[1], File=Filename, Line=LineNo, RaiseError=EdkLogger.IsRaiseError)
423 EdkLogger.error("Parser", PARSER_ERROR, ErrorMsg, File=Filename, Line=LineNo, RaiseError=EdkLogger.IsRaiseError)
633 EdkLogger.error("Parser", PARSER_ERROR, "Unsupported Edk component type [%s]" % ModuleHeader.ComponentType, ExtraData=File, RaiseError=EdkLogger.IsRaiseError)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
InfParserLite.py 136 EdkLogger.error("Parser", PARSER_ERROR, "Different section names '%s' and '%s' are found in one section definition, this is not allowed." % (CurrentSection, ItemList[0]), File=Filename, Line=LineNo)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Logger/
ToolError.py 83 PARSER_ERROR = 0xF001
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfParser.py 40 from Logger.ToolError import PARSER_ERROR
485 PARSER_ERROR,
556 PARSER_ERROR,
562 PARSER_ERROR,
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
String.py 27 from Logger.ToolError import PARSER_ERROR
534 Logger.Error("Parser", PARSER_ERROR, ErrorMsg, Line=LineNo, \
562 Logger.Error("Parser", PARSER_ERROR, ErrorMsg,
602 Logger.Error("Parser", PARSER_ERROR, ErrorMsg, File=File, Line=LineNo, \
UniClassObject.py 343 ToolError.PARSER_ERROR,
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
WorkspaceDatabase.py     [all...]

Completed in 373 milliseconds