Home
last modified time | relevance | path

Searched refs:ParseError (Results 1 – 25 of 38) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/parse/parse_py/
H A DConfHandler.py18 from bb.parse import ParseError, resolve_file, ast, logger, handle
94 raise ParseError("Could not %s file %s" % (error_out, fn), parentfn, lineno)
98 … raise ParseError("Could not %s file %s: %s" % (error_out, fn, exc.strerror), parentfn, lineno)
100 raise ParseError("Error parsing %s: %s" % (fn, exc.strerror), parentfn, lineno)
192 raise ParseError("unparsed line: '%s'" % s, fn, lineno);
H A DBBHandler.py19 from .. import resolve_file, ast, logger, ParseError
131 …raise ParseError("Shell function %s is never closed" % __infunc__[0], __infunc__[1], __infunc__[2])
133 raise ParseError("Leftover unparsed (incomplete?) data %s from %s" % __residue__, fn)
236 …raise ParseError("Task name '%s' contains a keyword which is not recommended/supported.\nPlease re…
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/parse/
H A D__init__.py29 class ParseError(Exception): class
108 raise ParseError("not a BitBake file", fn)
149 …raise ParseError("Unable to generate default variables from filename (too many underscores)", mypk…
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/
H A Dparsing.py57 … raise ParseError("empty state: '%s' does not contain a valid bootchart" % ", ".join(paths))
252 class ParseError(Exception): class
279 raise ParseError('expected a timed-block consisting a timestamp followed by data lines')
283 … raise ParseError("expected a timed-block, but timestamp '%s' is not an integer" % lines[0])
527 raise ParseError("Invalid meminfo line \"%s\"" % line)
549 raise ParseError("Invalid monitor_disk line \"%s\"" % line)
782 raise ParseError("error: could not read tarfile '%s': %s." % (path, error))
H A Dmain.py177 except parsing.ParseError as ex:
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeocodemodel_p.h100 ParseError = QGeoCodeReply::ParseError, enumerator
H A Dqdeclarativegeoroutemodel_p.h108 ParseError = QGeoRouteReply::ParseError, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutereply/
H A Dtst_qgeoroutereply.cpp110 QTest::newRow("error4") << QGeoRouteReply::ParseError << "Parse Error."; in constructor_error_data()
228 QTest::newRow("error4") << QGeoRouteReply::ParseError << "Parse Error."; in error_data()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dplacesearchreply_esri.cpp118 setError(ParseError, tr("Response parse error")); in replyFinished()
125 setError(ParseError, tr("Response parse error")); in replyFinished()
H A Dgeoroutereply_esri.cpp84 setError(QGeoRouteReply::ParseError, parser.errorString()); in networkReplyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodereply/
H A Dtst_qgeocodereply.cpp101 QTest::newRow("error4") << QGeoCodeReply::ParseError << "Parse Error."; in constructor_error_data()
171 QTest::newRow("error4") << QGeoCodeReply::ParseError << "Parse Error."; in error_data()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotiledmapreply_p.h68 ParseError, enumerator
H A Dqgeoroutereply.h58 ParseError, enumerator
H A Dqgeocodereply.h60 ParseError, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacereply.h56 ParseError, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeocodereplymapbox.cpp84 setError(ParseError, tr("Response parse error")); in onNetworkReplyFinished()
H A Dqplacesearchsuggestionreplymapbox.cpp93 setError(ParseError, tr("Response parse error")); in onReplyFinished()
H A Dqplacesearchreplymapbox.cpp174 setError(ParseError, tr("Response parse error")); in onReplyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Dqplacecontentreplyimpl.cpp89 setError(ParseError, QCoreApplication::translate(NOKIA_PLUGIN_CONTEXT_NAME, PARSE_ERROR)); in replyFinished()
H A Dqplacesearchsuggestionreplyimpl.cpp85 setError(ParseError, QCoreApplication::translate(NOKIA_PLUGIN_CONTEXT_NAME, PARSE_ERROR)); in replyFinished()
H A Dqplacesearchreplyhere.cpp95 setError(ParseError, QCoreApplication::translate(NOKIA_PLUGIN_CONTEXT_NAME, PARSE_ERROR)); in replyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeocodereply_nokia.cpp123 setError(QGeoCodeReply::ParseError, in parseError()
H A Dqgeoroutereply_nokia.cpp124 setError(QGeoRouteReply::ParseError, in parserError()
/OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-hello.rst265 raise ParseError("Could not %(error_out)s file %(fn)s" % vars(), oldfn, lineno)
266 ParseError: ParseError in configuration INHERITs: Could not inherit file classes/base.bbclass
268 …ERROR: Unable to parse base: ParseError in configuration INHERITs: Could not inherit file classes/…
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Dparse.py59 with self.assertRaises(bb.parse.ParseError):

12