Searched defs:Warning (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DParserWarning.py18 class Warning (Exception): class in inherits:Exception
H A DFileProfile.py21 from ParserWarning import Warning namespace
55 raise Warning("Error when opening file %s" % FileName)
H A DCodeFragmentCollector.py30 from ParserWarning import Warning namespace
200 # raise Warning("Non-Ascii char found At Line %d, offset %d" % (self.CurrentLineNumber, self.CurrentOffsetWithinLine), self.FileName, self.CurrentLineNumber)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DParserWarning.py2 # Warning information of Eot
14 class Warning (Exception): class in inherits:Exception
H A DFileProfile.py21 from ParserWarning import Warning namespace
58 raise Warning("Error when opening file %s" % FileName)
H A DCodeFragmentCollector.py28 from ParserWarning import Warning namespace
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsDebug.cpp104 NS_COM void nsDebug::Warning(const char* aStr, function in class:nsDebug
110 gDebugObject->Warning(aStr, aFile, aLine);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminalConOut.c192 BOOLEAN Warning; local
195 Warning = FALSE;
243 Warning = TRUE;
322 if (Warning) {
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DEfiUtilityMsgs.c259 Warning ( function
479 // Error and Warning Information.
635 When you call Error() or Warning(), this module keeps track of it and
841 Warning (NULL, 0, 1234, "Text1", "Text2 %s 0x%X", ArgStr, ArgInt);
843 Warning (NULL, 0, 1234, "Text1", "Text2 %s 0x%X", ArgStr, ArgInt);
869 Warning (NULL, 0, 1234, NULL, NULL);
871 Warning (NULL, 0, 1234, "Text1", NULL);
873 Warning (NULL, 0, 1234, NULL, "Text2");
875 Warning (NULL, 0, 1234, "Text1", "Text2 %s 0x%X", ArgStr, ArgInt);
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsDebugImpl.cpp416 nsDebugImpl::Warning(const char* aMessage, function in class:nsDebugImpl
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
H A DGraphicsConsole.c910 BOOLEAN Warning; local
946 Warning = FALSE;
1120 Warning = TRUE;
1144 if (Warning) {
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DFdfParserLite.py62 class Warning (Exception): class in inherits:Exception
114 raise Warning("Error when opening file %s" % FileName)
139 raise Warning("Error when opening file %s" % FileName)
358 raise Warning("Macro not complete At Line ", self.FileName, self.CurrentLineNumber)
390 raise Warning("expected Macro name", self.FileName, self.CurrentLineNumber)
398 raise Warning("Macro name expected(Please use '$(%(Token)s)' if '%(Token)s' is a macro.)" % {"Token" : MacroName},
483 raise Warning("expected include file name At Line ", self.FileName, self.CurrentLineNumber)
501 raise Warning("Include file not exists At Line ", self.FileName, self.CurrentLineNumber)
548 raise Warning("expected Macro name At Line ", self.FileName, self.CurrentLineNumber)
551 raise Warning("expecte
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DFdfParser.py99 class Warning (Exception): class in inherits:Exception
418 raise Warning("expected Macro name", self.FileName, self.CurrentLineNumber)
426 raise Warning("Macro name expected(Please use '$(%(Token)s)' if '%(Token)s' is a macro.)" % {"Token" : MacroName},
571 raise Warning("expected include file name", self.FileName, self.CurrentLineNumber)
582 raise Warning("only these system environment variables are permitted to start the path of the included file: "
608 raise Warning("The include file does not exist under below directories: \n%s\n%s\n%s\n"%(os.path.dirname(self.FileName), PlatformDir, GlobalData.gWorkspace),
672 raise Warning("macro cannot be used in section header", self.FileName, self.CurrentLineNumber)
702 raise Warning("macro cannot be defined in Rule section or out of section", self.FileName, self.CurrentLineNumber)
706 raise Warning("expected Macro name", self.FileName, self.CurrentLineNumber)
709 raise Warning("expecte
[all...]

Completed in 89 milliseconds