Home
last modified time | relevance | path

Searched refs:fatalError (Results 1 – 25 of 59) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/
Daccelerometer.c122 fatalError("could not ship.bmp"); in initializeTextures()
131 fatalError("could not create ship texture"); in initializeTextures()
144 fatalError("could not load space.bmp"); in initializeTextures()
149 fatalError("could not create space texture"); in initializeTextures()
168 fatalError("Could not initialize SDL"); in main()
183 fatalError("Could not open joystick (accelerometer)"); in main()
Drectangles.c53 fatalError("Could not initialize SDL"); in main()
62 fatalError("Could not initialize Window"); in main()
66 fatalError("Could not create renderer"); in main()
Dtouch.c61 fatalError("could not load stroke.bmp"); in initializeTexture()
67 fatalError("could not create brush texture"); in initializeTexture()
89 fatalError("Could not initialize SDL"); in main()
Dmixer.c94 fatalError("could not load .wav"); in loadSound()
102 fatalError("could not build audio CVT"); in loadSound()
112 fatalError("could not convert .wav"); in loadSound()
283 fatalError("could not initialize SDL"); in main()
303 fatalError("Opening audio failed"); in main()
Dhappy.c112 fatalError("could not load bmp"); in initializeTexture()
121 fatalError("could not create texture"); in initializeTexture()
140 fatalError("Could not initialize SDL"); in main()
Dcommon.h9 extern void fatalError(const char *string);
Dcommon.c32 fatalError(const char *string) in fatalError() function
Dfireworks.c331 fatalError("could not load stroke.bmp"); in initializeTexture()
375 fatalError("Could not initialize SDL"); in main()
/third_party/flatbuffers/swift/Sources/FlatBuffers/
DString+extension.swift53 fatalError("serialize should never be called from string directly") in serialize<T: ObjectAPIPacker>()
57 fatalError("serialize should never be called from string directly") in serialize<T: ObjectAPIPacker>()
/third_party/libxml2/
DSAX.c76 hdlr->fatalError = xmlParserError; in initxmlDefaultSAXHandler()
122 hdlr->fatalError = xmlParserError; in inithtmlDefaultSAXHandler()
169 hdlr->fatalError = xmlParserError; in initdocbDefaultSAXHandler()
Dtestrecurse.c280 fatalError(void) { in fatalError() function
835 fatalError(); in launchTests()
845 fatalError(); in launchTests()
Druntest.c217 fatalError(void) { in fatalError() function
1706 fatalError(); in saxParseTest()
1825 fatalError(); in oldParseTest()
2037 fatalError(); in noentParseTest()
2253 fatalError(); in streamProcessTest()
2482 fatalError(); in xpathCommonTest()
2681 fatalError(); in xmlidDocTest()
2779 fatalError(); in uriCommonTest()
3083 fatalError(); in schemasOneTest()
3254 fatalError(); in rngOneTest()
[all …]
/third_party/gettext/gnulib-local/lib/libxml/
DSAX.c104 hdlr->fatalError = xmlParserError; in initxmlDefaultSAXHandler()
150 hdlr->fatalError = xmlParserError; in inithtmlDefaultSAXHandler()
197 hdlr->fatalError = xmlParserError; in initdocbDefaultSAXHandler()
/third_party/node/lib/internal/
Dasync_hooks.js163 function fatalError(e) { function
168 ErrorCaptureStackTrace(o, fatalError);
210 fatalError(e);
239 fatalError(e);
/third_party/skia/third_party/externals/libgifcodec/
DSkLibGifCodec.cpp377 const bool fatalError = !fReader->decode(frameIndex, &frameDecoded); in decodeFrame() local
378 if (fatalError || !frameDecoded || fRowsDecoded != scaledHeight) { in decodeFrame()
382 if (fatalError) { in decodeFrame()
/third_party/flutter/skia/src/codec/
DSkGifCodec.cpp372 const bool fatalError = !fReader->decode(frameIndex, &frameDecoded); in decodeFrame() local
373 if (fatalError || !frameDecoded || fRowsDecoded != scaledHeight) { in decodeFrame()
377 if (fatalError) { in decodeFrame()
/third_party/libxml2/python/tests/
DpushSAXhtml.py39 def fatalError(self, msg): member in callback
DpushSAX.py39 def fatalError(self, msg): member in callback
Dsync.py39 def fatalError(self, msg): member in callback
/third_party/python/Lib/xml/sax/
Dhandler.py36 def fatalError(self, exception): member in ErrorHandler
Dsaxutils.py244 def fatalError(self, exception): member in XMLFilterBase
245 self._err_handler.fatalError(exception)
/third_party/flatbuffers/docs/source/
DSwiftUsage.md78 fatalError("couldn't mutate")
88 fatalError("couldn't mutate")
/third_party/libxml2/python/
Ddrv_libxml2.py136 self._err_handler.fatalError(exception)
183 self._err_handler.fatalError(\
/third_party/flutter/flutter/examples/platform_channel_swift/ios/Runner/
DAppDelegate.swift31 fatalError("rootViewController is not type FlutterViewController")
/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dasync.js48 Async.prototype.fatalError = function(e, isNode) { method in Async

123