Home
last modified time | relevance | path

Searched refs:m_location (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeolocation/
H A Dtst_qgeolocation.cpp57 QCOMPARE(m_location.address(), m_address); in constructor()
58 QCOMPARE(m_location.coordinate(), m_coordinate); in constructor()
59 QCOMPARE(m_location.boundingBox(), m_viewport); in constructor()
60 QCOMPARE(m_location.extendedAttributes(), m_extendedAttributes); in constructor()
65 QGeoLocation *qgeolocationcopy = new QGeoLocation (m_location); in copy_constructor()
66 QCOMPARE(m_location, *qgeolocationcopy); in copy_constructor()
77 qgeolocationcopy = new QGeoLocation(m_location); in destructor()
90 m_location.setAddress(m_address); in address()
92 QCOMPARE(m_location.address(),m_address); in address()
95 QVERIFY(m_location.address() != m_address); in address()
[all …]
H A Dtst_qgeolocation.h73 QGeoLocation m_location;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplace.cpp185 : QObject(parent), m_location(0), m_ratings(0), m_supplier(0), m_icon(0), in QDeclarativePlace()
198 : QObject(parent), m_location(0), m_ratings(0), m_supplier(0), m_icon(0), in QDeclarativePlace()
321 if (m_location && m_location->parent() == this) { in setPlace()
322 m_location->setLocation(m_src.location()); in setPlace()
323 } else if (!m_location || m_location->parent() != this) { in setPlace()
324 m_location = new QDeclarativeGeoLocation(m_src.location(), this); in setPlace()
406 result.setLocation(m_location ? m_location->location() : QGeoLocation()); in place()
447 if (m_location == location) in setLocation()
450 if (m_location && m_location->parent() == this) in setLocation()
451 delete m_location; in setLocation()
[all …]
H A Dqdeclarativeplace_p.h228 QDeclarativeGeoLocation *m_location; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qmlinterface/
H A Dtst_qmlinterface.cpp70 QGeoLocation m_location; member in tst_qmlinterface
99 m_location.setAddress(m_address); in tst_qmlinterface()
100 m_location.setBoundingBox(m_rectangle); in tst_qmlinterface()
101 m_location.setCoordinate(m_coordinate); in tst_qmlinterface()
140 m_place.setLocation(m_location); in tst_qmlinterface()
179 QCOMPARE(location, m_location); in testLocation()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Doptinfo.h158 location_t get_location () const { return m_location; } in get_location()
164 location_t m_location; variable
H A Dalloc-pool.h236 mem_location m_location; variable
247 m_location (ALLOC_POOL_ORIGIN, false PASS_MEM_STAT) {} in base_pool_allocator()
278 (this, new mem_location (m_location)); in initialize()
H A Dmem-stats.h380 mem_location m_location; variable
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Doptinfo.h158 location_t get_location () const { return m_location; } in get_location()
164 location_t m_location; variable
H A Dalloc-pool.h236 mem_location m_location; variable
247 m_location (ALLOC_POOL_ORIGIN, false PASS_MEM_STAT) {} in base_pool_allocator()
278 (this, new mem_location (m_location)); in initialize()
H A Dmem-stats.h380 mem_location m_location; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplace.cpp666 m_location(other.m_location), in QPlacePrivateDefault()
701 return m_location; in location()
706 m_location = location; in setLocation()
H A Dqplace_p.h152 QGeoLocation m_location; variable