| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | bidi.cpp | 31 UErrorCode errorCode = U_ZERO_ERROR; in applyArabicShaping() local 37 &errorCode); in applyArabicShaping() 40 errorCode = U_ZERO_ERROR; in applyArabicShaping() 47 &errorCode); in applyArabicShaping() 50 if (U_FAILURE(errorCode)) in applyArabicShaping() 59 UErrorCode errorCode = U_ZERO_ERROR; in mergeParagraphLineBreaks() local 61 … ubidi_getParagraphByIndex(impl->bidiText, i, nullptr, ¶graphEndIndex, nullptr, &errorCode); in mergeParagraphLineBreaks() 63 if (U_FAILURE(errorCode)) { in mergeParagraphLineBreaks() 65 u_errorName(errorCode)); in mergeParagraphLineBreaks() 93 UErrorCode errorCode = U_ZERO_ERROR; in processText() local [all …]
|
| /OK3568_Linux_fs/kernel/lib/zstd/ |
| H A D | huf_decompress.c | 210 size_t const errorCode = BIT_initDStream(&bitD, cSrc, cSrcSize); in HUF_decompress1X2_usingDTable_internal() local 211 if (HUF_isError(errorCode)) in HUF_decompress1X2_usingDTable_internal() 212 return errorCode; in HUF_decompress1X2_usingDTable_internal() 288 size_t const errorCode = BIT_initDStream(&bitD1, istart1, length1); in HUF_decompress4X2_usingDTable_internal() local 289 if (HUF_isError(errorCode)) in HUF_decompress4X2_usingDTable_internal() 290 return errorCode; in HUF_decompress4X2_usingDTable_internal() 293 size_t const errorCode = BIT_initDStream(&bitD2, istart2, length2); in HUF_decompress4X2_usingDTable_internal() local 294 if (HUF_isError(errorCode)) in HUF_decompress4X2_usingDTable_internal() 295 return errorCode; in HUF_decompress4X2_usingDTable_internal() 298 size_t const errorCode = BIT_initDStream(&bitD3, istart3, length3); in HUF_decompress4X2_usingDTable_internal() local [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/ |
| H A D | qplacecategoriesreplyosm.cpp | 59 void QPlaceCategoriesReplyOsm::setError(QPlaceReply::Error errorCode, const QString &errorString) in setError() argument 61 QPlaceReply::setError(errorCode, errorString); in setError() 62 emit error(errorCode, errorString); in setError()
|
| H A D | qgeoroutingmanagerengineosm.cpp | 116 void QGeoRoutingManagerEngineOsm::replyError(QGeoRouteReply::Error errorCode, in replyError() argument 121 emit error(reply, errorCode, errorString); in replyError()
|
| H A D | qplacesearchreplyosm.cpp | 77 void QPlaceSearchReplyOsm::setError(QPlaceReply::Error errorCode, const QString &errorString) in setError() argument 79 QPlaceReply::setError(errorCode, errorString); in setError() 80 emit error(errorCode, errorString); in setError()
|
| H A D | qplacecategoriesreplyosm.h | 56 void setError(QPlaceReply::Error errorCode, const QString &errorString);
|
| H A D | qgeocodingmanagerengineosm.cpp | 191 void QGeoCodingManagerEngineOsm::replyError(QGeoCodeReply::Error errorCode, const QString &errorStr… in replyError() argument 195 emit error(reply, errorCode, errorString); in replyError()
|
| H A D | qplacesearchreplyosm.h | 64 void setError(QPlaceReply::Error errorCode, const QString &errorString);
|
| H A D | qgeoroutingmanagerengineosm.h | 66 void replyError(QGeoRouteReply::Error errorCode, const QString &errorString);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/ |
| H A D | placecategoriesreply_esri.cpp | 59 void PlaceCategoriesReplyEsri::setError(QPlaceReply::Error errorCode, const QString &errorString) in setError() argument 61 QPlaceReply::setError(errorCode, errorString); in setError() 62 emit error(errorCode, errorString); in setError()
|
| H A D | placesearchreply_esri.cpp | 99 void PlaceSearchReplyEsri::setError(QPlaceReply::Error errorCode, const QString &errorString) in setError() argument 101 QPlaceReply::setError(errorCode, errorString); in setError() 102 emit error(errorCode, errorString); in setError()
|
| H A D | georoutingmanagerengine_esri.cpp | 118 void GeoRoutingManagerEngineEsri::replyError(QGeoRouteReply::Error errorCode, const QString &errorS… in replyError() argument 122 emit error(reply, errorCode, errorString); in replyError()
|
| H A D | geocodingmanagerengine_esri.cpp | 178 void GeoCodingManagerEngineEsri::replyError(QGeoCodeReply::Error errorCode, in replyError() argument 183 emit error(reply, errorCode, errorString); in replyError()
|
| H A D | placecategoriesreply_esri.h | 56 void setError(QPlaceReply::Error errorCode, const QString &errorString);
|
| H A D | georoutingmanagerengine_esri.h | 63 void replyError(QGeoRouteReply::Error errorCode, const QString &errorString);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/ |
| H A D | qplacecategoriesreplymapbox.cpp | 59 void QPlaceCategoriesReplyMapbox::setError(QPlaceReply::Error errorCode, const QString &errorString) in setError() argument 61 QPlaceReply::setError(errorCode, errorString); in setError() 62 emit error(errorCode, errorString); in setError()
|
| H A D | qplacesearchsuggestionreplymapbox.cpp | 74 void QPlaceSearchSuggestionReplyMapbox::setError(QPlaceReply::Error errorCode, const QString &error… in setError() argument 76 QPlaceReply::setError(errorCode, errorString); in setError() 77 emit error(errorCode, errorString); in setError()
|
| H A D | qplacesearchreplymapbox.cpp | 155 void QPlaceSearchReplyMapbox::setError(QPlaceReply::Error errorCode, const QString &errorString) in setError() argument 157 QPlaceReply::setError(errorCode, errorString); in setError() 158 emit error(errorCode, errorString); in setError()
|
| H A D | qgeocodingmanagerenginemapbox.cpp | 198 void QGeoCodingManagerEngineMapbox::onReplyError(QGeoCodeReply::Error errorCode, const QString &err… in onReplyError() argument 202 emit error(reply, errorCode, errorString); in onReplyError()
|
| H A D | qplacecategoriesreplymapbox.h | 57 void setError(QPlaceReply::Error errorCode, const QString &errorString);
|
| H A D | qplacesearchsuggestionreplymapbox.h | 61 void setError(QPlaceReply::Error errorCode, const QString &errorString);
|
| H A D | qplacesearchreplymapbox.h | 62 void setError(QPlaceReply::Error errorCode, const QString &errorString);
|
| H A D | qgeoroutingmanagerenginemapbox.h | 67 void replyError(QGeoRouteReply::Error errorCode, const QString &errorString);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/android/src/ |
| H A D | jnipositioning.cpp | 406 int errorCode = env.jniEnv->CallStaticIntMethod(positioningClass, startUpdatesMethodId, in startUpdates() local 410 switch (errorCode) { in startUpdates() 415 return static_cast<QGeoPositionInfoSource::Error>(errorCode); in startUpdates() 446 int errorCode = env.jniEnv->CallStaticIntMethod(positioningClass, requestUpdateMethodId, in requestUpdate() local 449 switch (errorCode) { in requestUpdate() 454 return static_cast<QGeoPositionInfoSource::Error>(errorCode); in requestUpdate() 477 … int errorCode = env.jniEnv->CallStaticIntMethod(positioningClass, startSatelliteUpdatesMethodId, in startSatelliteUpdates() local 480 switch (errorCode) { in startSatelliteUpdates() 485 return static_cast<QGeoSatelliteInfoSource::Error>(errorCode); in startSatelliteUpdates() 487 qWarning() << "startSatelliteUpdates: Unknown error code " << errorCode; in startSatelliteUpdates()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/p7zip/files/ |
| H A D | 0001-Fix-narrowing-errors-Wc-11-narrowing.patch | 29 @@ -15,13 +15,13 @@ UString MyFormatMessage(DWORD errorCode) 31 switch(errorCode) { 49 txt = strerror(errorCode);
|