Home
last modified time | relevance | path

Searched refs:raiseError (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutexmlparser.cpp94 … m_reader->raiseError("Expected a root element named \"CalculateRoute\" (no root element found)."); in parseRootElement()
107 …m_reader->raiseError(QString("The root element is expected to have the name \"CalculateRoute\" or … in parseRootElement()
115 …m_reader->raiseError(QString("Expected a element named \"Response\" (element was named \"%1\").").… in parseRootElement()
366 m_reader->raiseError(QString("Unsupported travel mode '\"%1\"'").arg(value)); in parseMode()
439 … m_reader->raiseError("The element \"Maneuver\" did not have the required attribute \"id\"."); in parseManeuver()
556 …m_reader->raiseError(QString("Each of the space separated values of \"%1\" is expected to be a com… in parseGeoPoints()
565 …m_reader->raiseError(QString("The latitude portions of \"%1\" are expected to have a value convert… in parseGeoPoints()
573 …m_reader->raiseError(QString("The longitude portions of \"%1\" are expected to have a value conver… in parseGeoPoints()
/OK3568_Linux_fs/kernel/Documentation/sphinx/
H A DrstFlatTable.py216 def raiseError(self, msg): member in ListTableBuilder
228 self.raiseError(
346 self.raiseError(
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dxbel.cpp134 raiseError(QObject::tr("The file is not an XBEL version 1.0 file.")); in read()