Searched refs:FatalError (Results 1 - 25 of 95) sorted by relevance

1234

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/UnitTest/
H A DDecParserUnitTest.py16 from Logger.Log import FatalError namespace
70 self.assertRaises(FatalError, self.dec._MacroParser, 'DEFINE not_upper_case = test2')
74 self.assertRaises(FatalError, self.dec._MacroParser, 'DEFINE ')
112 self.assertRaises(FatalError, self.dec._TryBackSlash, self.dec._RawData.GetNextLine(), [])
113 self.assertRaises(FatalError, self.dec._TryBackSlash, self.dec._RawData.GetNextLine(), [])
247 self.assertRaises(FatalError, obj._ParseItem)
251 self.assertRaises(FatalError, obj._ParseItem)
255 self.assertRaises(FatalError, obj._ParseItem)
268 self.assertRaises(FatalError, obj._ParseItem)
272 self.assertRaises(FatalError, ob
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Ddarwin.h82 FatalError("assert failed on line %d of %s!\n", __LINE__, __FILE__); }
84 FatalError("assert failed on line %d of %s with kernel return 0x%x!\n", \
H A Dxf86_OSproc.h119 * This is to prevent re-entrancy to FatalError() when aborting.
121 * instead of FatalError().
129 } else FatalError(a, b)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Ddarwin.h83 FatalError("assert failed on line %d of %s!\n", __LINE__, __FILE__); }
85 FatalError("assert failed on line %d of %s with kernel return 0x%x!\n", \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Ddarwin.h83 FatalError("assert failed on line %d of %s!\n", __LINE__, __FILE__); }
85 FatalError("assert failed on line %d of %s with kernel return 0x%x!\n", \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Ddarwin.h87 FatalError("assert failed on line %d of %s!\n", __LINE__, __FILE__); }
89 FatalError("assert failed on line %d of %s with kernel return 0x%x!\n", \
H A Dxf86_OSproc.h119 * This is to prevent re-entrancy to FatalError() when aborting.
121 * instead of FatalError().
129 } else FatalError(a, b)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DBuildToolError.py150 class FatalError(Exception): class in inherits:Exception
H A DEdkLogger.py146 raise FatalError(WARNING_AS_ERROR)
202 raise FatalError(ErrorCode)
/vbox/src/VBox/Additions/x11/vboxvideo/
H A Dhelpers.c49 FatalError("Assertion");
H A Dvbva.c202 FatalError("Failed to allocate memory for screens array.\n");
207 FatalError("Failed to allocate memory for mode hints array.\n");
240 FatalError("failed to initialise vboxvideo graphics acceleration.\n");
H A Dsetmode.c139 FatalError("Failed to update the input mapping.\n");
191 FatalError("Failed to update the input mapping.\n");
252 FatalError("Failed to update the input mapping.\n");
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Core/
H A DDistributionPackageClass.py30 from Logger.ToolError import FatalError namespace
155 except FatalError, ErrCode:
181 except FatalError, ErrCode:
H A DDependencyRules.py32 from Logger.ToolError import FatalError namespace
284 except FatalError, ErrCode:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Logger/
H A DLog.py31 from Logger.ToolError import FatalError namespace
196 raise FatalError(WARNING_AS_ERROR)
249 raise FatalError(ErrorCode)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/
H A DUPT.py39 from Logger.ToolError import FatalError namespace
145 except FatalError, XExcept:
222 except FatalError, XExcept:
H A DMkPkg.py41 from Logger.ToolError import FatalError namespace
217 except FatalError, XExcept:
H A DRmPkg.py39 from Logger.ToolError import FatalError namespace
223 except FatalError, XExcept:
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86_OSproc.h92 * This is to prevent re-entrancy to FatalError() when aborting.
94 * instead of FatalError().
102 } else FatalError(a, b)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86_OSproc.h119 * This is to prevent re-entrancy to FatalError() when aborting.
121 * instead of FatalError().
129 } else FatalError(a, b)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Deventstr.h72 FatalError("Wrong event type %d.\n", \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Deventstr.h72 FatalError("Wrong event type %d.\n", \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Deventstr.h72 FatalError("Wrong event type %d.\n", \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Deventstr.h72 FatalError("Wrong event type %d.\n", \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86_OSproc.h110 * This is to prevent re-entrancy to FatalError() when aborting.
112 * instead of FatalError().
120 } else FatalError(a, b)

Completed in 97 milliseconds

1234