| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/ |
| H A D | tabwidget.cpp | 154 int index = indexOf(webView); in setupView() 163 int index = indexOf(webView); in setupView() 170 if (currentIndex() == indexOf(webView)) in setupView() 174 if (currentIndex() == indexOf(webView)) in setupView() 178 int index = indexOf(webView); in setupView() 185 if (currentIndex() == indexOf(webView)) in setupView() 189 int index = indexOf(webView); in setupView()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/ |
| H A D | tabwidget.cpp | 154 int index = indexOf(webView); in setupView() 163 int index = indexOf(webView); in setupView() 170 if (currentIndex() == indexOf(webView)) in setupView() 174 if (currentIndex() == indexOf(webView)) in setupView() 178 int index = indexOf(webView); in setupView() 185 if (currentIndex() == indexOf(webView)) in setupView() 189 int index = indexOf(webView); in setupView()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/ |
| H A D | tabwidget.cpp | 163 int index = indexOf(webView); in setupView() 172 int index = indexOf(webView); in setupView() 179 if (currentIndex() == indexOf(webView)) in setupView() 183 if (currentIndex() == indexOf(webView)) in setupView() 187 int index = indexOf(webView); in setupView() 194 if (currentIndex() == indexOf(webView)) in setupView() 198 int index = indexOf(webView); in setupView()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/ |
| H A D | tabwidget.cpp | 163 int index = indexOf(webView); in setupView() 172 int index = indexOf(webView); in setupView() 179 if (currentIndex() == indexOf(webView)) in setupView() 183 if (currentIndex() == indexOf(webView)) in setupView() 187 int index = indexOf(webView); in setupView() 194 if (currentIndex() == indexOf(webView)) in setupView() 198 int index = indexOf(webView); in setupView()
|
| /OK3568_Linux_fs/app/qsetting/ |
| H A D | mainwindow.cpp | 164 stack.setCurrentIndex(stack.indexOf(audio)); in on_itemClicked() 168 stack.setCurrentIndex(stack.indexOf(wifi)); in on_itemClicked() 172 stack.setCurrentIndex(stack.indexOf(bt)); in on_itemClicked() 176 stack.setCurrentIndex(stack.indexOf(update)); in on_itemClicked() 180 stack.setCurrentIndex(stack.indexOf(factoryReset)); in on_itemClicked() 219 stack.setCurrentIndex(stack.indexOf(&listWidget)); in on_returnClicked()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/ |
| H A D | qdeclarativesupportedcategoriesmodel.cpp | 426 int oldRow = newParentNode->childIds.indexOf(categoryId); in updatedCategory() 429 if (qAbs(rowToBeAdded - newParentNode->childIds.indexOf(categoryId)) > 1) { in updatedCategory() 450 beginMoveRows(oldParentIndex, oldParentNode->childIds.indexOf(categoryId), in updatedCategory() 451 oldParentNode->childIds.indexOf(categoryId), newParentIndex, rowToBeAdded); in updatedCategory() 679 return createIndex(parentNode->childIds.indexOf(categoryId), 0, categoryNode); in index()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/ |
| H A D | tst_plugin.qml | 65 …verify (invalidPlugin.availableServiceProviders.indexOf('qmlgeo.test.plugin') > -1) // at least te… 74 if (invalidPlugin.availableServiceProviders.indexOf('qmlgeo.test.plugin') > -1) { 82 if (invalidPlugin.availableServiceProviders.indexOf('here')) {
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/ |
| H A D | qgeotileproviderosm.cpp | 189 m_providerId = m_providerList.indexOf(p); in disableRedirection() 530 offset[0] = m_urlTemplate.indexOf(QLatin1String("%x")); in setupProvider() 534 offset[1] = m_urlTemplate.indexOf(QLatin1String("%y")); in setupProvider() 538 offset[2] = m_urlTemplate.indexOf(QLatin1String("%z")); in setupProvider()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/btscanner/ |
| H A D | device.cpp | 136 int index = text.indexOf(' '); in itemActivated() 193 int index = text.indexOf(' '); in displayPairingMenu()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/audiorecorder/ |
| H A D | mainwindow.cpp | 122 l = msg.indexOf(tr("of "),0); in output() 123 r = msg.indexOf(tr(" ("),l); in output()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/polkit/files/ |
| H A D | 50-org.freedesktop.NetworkManager.rules | 5 if (action.id.indexOf("org.freedesktop.NetworkManager.") == 0 && subject.isInGroup("network")) {
|
| H A D | 50-org.freedesktop.timedate1.rules | 5 if (action.id.indexOf("org.freedesktop.timedate1.") == 0 && subject.isInGroup("datetime")) {
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | table.js | 240 if (tableParams.orderby.indexOf("-") === -1){ 385 if (fieldName.indexOf('-') === 0) { 399 if (orderby.indexOf('-') === 0) { 416 tableParams.orderby.indexOf('-') === -1) {
|
| H A D | qunit-1.18.0.js | 33 if(fileName){include=[];for(i=offset;i<stack.length;i++){if(stack[i].indexOf(fileName)!==-1){break;} 69 function inArray(elem,array){if(array.indexOf){return array.indexOf(elem);} 100 if(fullName.indexOf(filter)!==-1){return include;} 180 …h?text1:text2;shorttext=text1.length>text2.length?text2:text1;i=longtext.indexOf(shorttext);if(i!=… 188 …i,i+Math.floor(longtext.length/4));j=-1;bestCommon="";while((j=shorttext.indexOf(seed,j+1))!==-1){… 218 best=0;length=1;while(true){pattern=text1.substring(textLength-length);found=text2.indexOf(pattern)… 220 …neArrayLength=lineArray.length;while(lineEnd<text.length-1){lineEnd=text.indexOf("\n",lineStart);i… 257 function hasClass(elem,name){return(" "+elem.className+" ").indexOf(" "+name+" ")>=0;} 260 function removeClass(elem,name){var set=" "+elem.className+" ";while(set.indexOf(" "+name+" ")>=0){… 321 …{for(i=0;i<sessionStorage.length;i++){key=sessionStorage.key(i++);if(key.indexOf("qunit-test-")===… [all …]
|
| H A D | ui-bootstrap-tpls-0.11.0.js | 8 …indexOf(a);-1!==b&&this.groups.splice(b,1)}}]).directive("accordion",function(){return{restrict:"E… 9 …indexOf(a),1)}}]).directive("progress",function(){return{restrict:"EA",replace:!0,transclude:!0,co…
|
| H A D | ui-bootstrap-tpls-0.11.0.min.js | 8 …indexOf(a);-1!==b&&this.groups.splice(b,1)}}]).directive("accordion",function(){return{restrict:"E… 9 …indexOf(a),1)}}]).directive("progress",function(){return{restrict:"EA",replace:!0,transclude:!0,co…
|
| H A D | jquery.cookie.js | 33 if (s.indexOf('"') === 0) {
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/gprs/ |
| H A D | gprs.cpp | 251 int tell_iscome=mes_or_tell.indexOf(QRegExp("RING"), 0); in remoteDataIncoming() 252 int mes_iscome=mes_or_tell.indexOf(QRegExp("CMTI"), 0); in remoteDataIncoming()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/ |
| H A D | fast_marching.hpp | 97 int& indexOf(const DXY &dxy) { return index_(dxy.y, dxy.x); } in indexOf() function in cv::videostab::FastMarchingMethod
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeomapparameter.cpp | 104 || dynamicPropertyNames().indexOf(QByteArray(propertyName)) != -1; in hasProperty()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/ |
| H A D | qmapboxglstylechange.cpp | 206 switch (acceptedParameterTypes.indexOf(param->type())) { in addMapParameter() 266 switch (acceptedParameterTypes.indexOf(param->type())) { in removeMapParameter() 518 switch (layerProperties.indexOf(propertyName)) { in fromMapParameter() 593 switch (acceptedSourceTypes.indexOf(sourceType)) { in fromMapParameter()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/ |
| H A D | qmapobjectview.cpp | 283 if (m_userAddedMapObjects.indexOf(object) < 0) in addMapObject() 299 int idx = m_userAddedMapObjects.indexOf(object); in removeMapObject()
|
| /OK3568_Linux_fs/buildroot/docs/website/js/ |
| H A D | buildroot.js | 14 if (entry.title.indexOf("git commit") !== -1)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/ |
| H A D | qgeofiletilecachemapbox.cpp | 100 int scaleIdx = fields.last().indexOf("@"); in filenameToTileSpec()
|
| H A D | qmapboxcommon.cpp | 124 address.setText(placeName.mid(placeName.indexOf(QLatin1Char(',')) + 1)); in parseGeoLocation()
|