Home
last modified time | relevance | path

Searched refs:error_ (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Dqplaceidreplyimpl.cpp55 void QPlaceIdReplyImpl::setError(QPlaceReply::Error error_, const QString &errorString) in setError() argument
57 if (error_ != QPlaceReply::NoError) { in setError()
58 QPlaceIdReply::setError(error_, errorString); in setError()
59 emit error(error_, errorString); in setError()
H A Dqplacecategoriesreplyhere.cpp56 void QPlaceCategoriesReplyHere::setError(QPlaceReply::Error error_, const QString &errorString) in setError() argument
58 QPlaceReply::setError(error_, errorString); in setError()
59 emit error(error_, errorString); in setError()
H A Dqplacecontentreplyimpl.cpp71 void QPlaceContentReplyImpl::setError(QPlaceReply::Error error_, const QString &errorString) in setError() argument
73 QPlaceContentReply::setError(error_, errorString); in setError()
74 emit error(error_, errorString); in setError()
H A Dqplacesearchsuggestionreplyimpl.cpp66 void QPlaceSearchSuggestionReplyImpl::setError(QPlaceReply::Error error_, in setError() argument
69 QPlaceReply::setError(error_, errorString); in setError()
70 emit error(error_, errorString); in setError()
H A Dqplacesearchreplyhere.cpp77 void QPlaceSearchReplyHere::setError(QPlaceReply::Error error_, const QString &errorString) in setError() argument
79 QPlaceReply::setError(error_, errorString); in setError()
80 emit error(error_, errorString); in setError()
H A Dqplacedetailsreplyimpl.cpp108 void QPlaceDetailsReplyImpl::setError(QPlaceReply::Error error_, const QString &errorString) in setError() argument
110 QPlaceReply::setError(error_, errorString); in setError()
111 emit error(error_, errorString); in setError()
H A Dqplacecategoriesreplyhere.h55 void setError(QPlaceReply::Error error_, const QString &errorString);
H A Dqplaceidreplyimpl.h55 void setError(QPlaceReply::Error error_, const QString &errorString);
H A Dqplacesearchsuggestionreplyimpl.h54 void setError(QPlaceReply::Error error_, const QString &errorString);
H A Dqplacecontentreplyimpl.h58 void setError(QPlaceReply::Error error_, const QString &errorString);
H A Dqplacedetailsreplyimpl.h59 void setError(QPlaceReply::Error error_, const QString &errorString);
H A Dqplacesearchreplyhere.h60 void setError(QPlaceReply::Error error_, const QString &errorString);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dlayer.cpp212 …optional<Error> error_ = eachMember(*layoutValue, [&] (const std::string& k, const Convertible& v)… in operator ()() local
215 if (error_) { in operator ()()
216 error = *error_; in operator ()()
221 optional<Error> error_ = setPaintProperties(*layer, value); in operator ()() local
222 if (error_) { in operator ()()
223 error = *error_; in operator ()()
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Derr.h35 static inline void * __must_check ERR_PTR(long error_) in ERR_PTR() argument
37 return (void *) error_; in ERR_PTR()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeocodemodel.cpp119 status_(QDeclarativeGeocodeModel::Null), error_(QDeclarativeGeocodeModel::NoError), in QDeclarativeGeocodeModel()
473 return error_; in error()
478 if (error_ == error && errorString_ == errorString) in setError()
480 error_ = error; in setError()
H A Dqdeclarativegeoroutemodel.cpp182 error_(QDeclarativeGeoRouteModel::NoError) in QDeclarativeGeoRouteModel()
593 return error_; in error()
598 if (error_ == error && errorString_ == errorString) in setError()
600 error_ = error; in setError()
H A Dqdeclarativegeocodemodel_p.h195 GeocodeError error_; variable
H A Dqdeclarativegeoroutemodel_p.h186 RouteError error_; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqplacemanagerengine_nokiav2.h108 void replyError(QPlaceReply::Error error_, const QString &errorString);
H A Dqplacemanagerengine_nokiav2.cpp765 void QPlaceManagerEngineNokiaV2::replyError(QPlaceReply::Error error_, const QString &errorString) in replyError() argument
769 emit error(reply, error_, errorString); in replyError()
/OK3568_Linux_fs/buildroot/package/pcre/
H A D0001-Kill-compatibility-bits.patch41 // If a regular expression has no error, its error_ field points here