Home
last modified time | relevance | path

Searched refs:setCount (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplaceratings/
H A Dtst_qplaceratings.cpp80 testObj.setCount(-1002); in countTest()
91 testObj2.setCount(-10); in operatorsTest()
101 ratings.setCount(1); in isEmptyTest()
103 ratings.setCount(0); in isEmptyTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeratings_p.h66 Q_PROPERTY(int count READ count WRITE setCount NOTIFY countChanged)
83 void setCount(int count);
H A Dqdeclarativeratings.cpp140 void QDeclarativeRatings::setCount(int count) in setCount() function in QDeclarativeRatings
143 m_ratings.setCount(count); in setCount()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/serialassistant/
H A Drollswitchwidget.h10 void setCount(int count);
H A Drollswitchwidget.cpp17 void RollSwitchWidget::setCount(int count) in setCount() function in RollSwitchWidget
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplaceratings.h67 void setCount(int count);
H A Dqplaceratings.cpp178 void QPlaceRatings::setCount(int count) in setCount() function in QPlaceRatings
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplace/
H A Dtst_qplace.cpp136 obj.setCount(10); in ratingTest()
575 ratings.setCount(1); in isEmptyTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Dqplacedetailsreplyimpl.cpp249 ratings.setCount(ratingsObject.value(QLatin1String("count")).toDouble()); in replyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qmlinterface/
H A Dtst_qmlinterface.cpp112 m_ratings.setCount(10); in tst_qmlinterface()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c1615 u16 loop_bw, d30, setCount; in wlc_lcnphy_radio_2064_channel_tune_4313() local
1698 setCount = f16 * 3 * (ci->freq) / 32 - 1; in wlc_lcnphy_radio_2064_channel_tune_4313()
1700 (u8) (setCount >> 8)); in wlc_lcnphy_radio_2064_channel_tune_4313()
1703 write_radio_reg(pi, RADIO_2064_REG054, (u8) (setCount & 0xff)); in wlc_lcnphy_radio_2064_channel_tune_4313()