| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplaceperiod/ |
| H A D | tst_qplaceperiod.cpp | 59 testObj.setStartTime(QTime::currentTime()); in constructorTest() 79 QTime time = QTime::currentTime(); in startTimeTest() 97 QTime time = QTime::currentTime(); in endTimeTest() 105 QTime time = QTime::currentTime(); in operatorsTest() 110 testObj.setEndTime(QTime::currentTime().addSecs(102021)); in operatorsTest()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/ |
| H A D | qdeclarativeperiod_p.h | 63 Q_PROPERTY(QTime startTime READ startTime WRITE setStartTime NOTIFY startTimeChanged) 65 Q_PROPERTY(QTime endTime READ endTime WRITE setEndTime NOTIFY endTimeChanged) 77 QTime startTime() const; 78 void setStartTime(const QTime &data); 81 QTime endTime() const; 82 void setEndTime(const QTime &data);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/planespotter/ |
| H A D | main.cpp | 126 startTime = QTime::currentTime(); in startFlight() 167 QTime current = QTime::currentTime(); in updatePosition() 187 QTime startTime, finishTime;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qlocationutils.cpp | 73 QTime time; in qlocationutils_readGga() 157 QTime time; in qlocationutils_readGll() 181 QTime time; in qlocationutils_readRmc() 264 QTime time; in qlocationutils_readZda() 464 bool QLocationUtils::getNmeaTime(const QByteArray &bytes, QTime *time) in getNmeaTime() 467 QTime tempTime; in getNmeaTime() 470 tempTime = QTime::fromString(QString::fromLatin1(bytes.constData()), in getNmeaTime() 473 tempTime = QTime::fromString(QString::fromLatin1(bytes.mid(0, dotIndex)), in getNmeaTime()
|
| H A D | qlocationutils_p.h | 64 class QTime; variable 324 static bool getNmeaTime(const QByteArray &bytes, QTime *time);
|
| H A D | qnmeapositioninfosource.cpp | 191 … const QTime infoTime = m_update.timestamp().time(); // if update has been set, time must be valid. in readAvailableData() 356 const QTime infoTime = info.timestamp().time(); // if info has been set, time must be valid. in processSentence() 658 QTime time = update->timestamp().time(); in notifyNewUpdate()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/utils/ |
| H A D | qlocationtestutils.cpp | 62 QString QLocationTestUtils::createGgaSentence(const QTime &time) in createGgaSentence() 69 QString QLocationTestUtils::createGgaSentence(int lat, int lng, const QTime &time) { in createGgaSentence()
|
| H A D | qlocationtestutils_p.h | 44 QString createGgaSentence(const QTime &time); 45 QString createGgaSentence(int lat, int lng, const QTime &time);
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/ |
| H A D | timesetting.cpp | 11 connect(ui->timeEdit,SIGNAL(timeChanged(QTime)),this,SLOT(setDatesTimes())); in TimeSetting() 30 QTime timesetting=ui->timeEdit->time(); in setDatesTimes()
|
| H A D | about.cpp | 79 qsrand(QTime(0,0,0).secsTo(QTime::currentTime())); in About()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | autosaver.h | 63 QTime m_firstChange;
|
| H A D | autosaver.cpp | 81 m_firstChange = QTime(); in saveIfNeccessary()
|
| H A D | downloadmanager.h | 83 QTime m_downloadTime;
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/ |
| H A D | downloadwidget.h | 83 QTime m_timeAdded;
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/ |
| H A D | downloadwidget.h | 83 QTime m_timeAdded;
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/ |
| H A D | downloadwidget.h | 83 QTime m_timeAdded;
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/ |
| H A D | downloadwidget.h | 83 QTime m_timeAdded;
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/opengl/ |
| H A D | glwidget.h | 41 QTime m_time; in QT_FORWARD_DECLARE_CLASS()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorouterequest/ |
| H A D | tst_qgeorouterequest.cpp | 356 QTest::newRow("date1") << QDateTime(QDate(2012, 7, 6), QTime(23, 55, 0)); in departureTime_data() 357 QTest::newRow("date2") << QDateTime(QDate(2012, 7, 7), QTime(0, 5, 0)); in departureTime_data()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeopositioninfo/ |
| H A D | tst_qgeopositioninfo.cpp | 151 << QGeoCoordinate() << QDateTime(QDate(), QTime::currentTime()) << false; in constructor_coord_dateTime_data() 153 << QGeoCoordinate() << QDateTime(QDate::currentDate(), QTime()) << false; in constructor_coord_dateTime_data()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qopenglwidget/ |
| H A D | glwidget.h | 109 QTime m_time; in QT_FORWARD_DECLARE_CLASS()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/qopenglwidget/ |
| H A D | glwidget.h | 109 QTime m_time; in QT_FORWARD_DECLARE_CLASS()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/common/ |
| H A D | commonfunction.cpp | 107 QTime currentTime((x / 3600) % 60, (x / 60) % 60, \ in getTimeStr()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/common/ |
| H A D | commonfunction.cpp | 105 QTime currentTime((x / 3600) % 60, (x / 60) % 60, \ in getTimeStr()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/common/ |
| H A D | commonfunction.cpp | 107 QTime currentTime((x / 3600) % 60, (x / 60) % 60, \ in getTimeStr()
|