/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/ |
H A D | ParserWarning.py | 18 class Warning (Exception): class in inherits:Exception
|
H A D | FileProfile.py | 21 from ParserWarning import Warning namespace 55 raise Warning("Error when opening file %s" % FileName)
|
H A D | CodeFragmentCollector.py | 30 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 D | ParserWarning.py | 2 # Warning information of Eot 14 class Warning (Exception): class in inherits:Exception
|
H A D | FileProfile.py | 21 from ParserWarning import Warning namespace 58 raise Warning("Error when opening file %s" % FileName)
|
H A D | CodeFragmentCollector.py | 28 from ParserWarning import Warning namespace
|
/vbox/src/libs/xpcom18a4/xpcom/glue/ |
H A D | nsDebug.cpp | 104 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 D | TerminalConOut.c | 192 BOOLEAN Warning; local 195 Warning = FALSE; 243 Warning = TRUE; 322 if (Warning) {
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/ |
H A D | EfiUtilityMsgs.c | 259 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 D | nsDebugImpl.cpp | 416 nsDebugImpl::Warning(const char* aMessage, function in class:nsDebugImpl
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/ |
H A D | GraphicsConsole.c | 910 BOOLEAN Warning; local 946 Warning = FALSE; 1120 Warning = TRUE; 1144 if (Warning) {
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/ |
H A D | FdfParserLite.py | 62 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 D | FdfParser.py | 99 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...] |