| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/ |
| H A D | depth_mode.hpp | 22 ReadOnly = false, enumerator 31 return DepthMode { Always, ReadOnly, { 0.0, 1.0 } }; in disabled()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/serialnmea/ |
| H A D | qiopipe.cpp | 138 if (!parent->isOpen() && !parent->open(QIODevice::ReadOnly)) { in QIOPipe() 142 open(ReadOnly); in QIOPipe() 155 static const OpenMode supportedOpenMode = ReadOnly; // Currently limit it to read only in open()
|
| H A D | qgeopositioninfosourcefactory_serialnmea.cpp | 71 if (!port->open(QIODevice::ReadOnly)) { in serial()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/ |
| H A D | render_fill_layer.cpp | 122 : gl::DepthMode::ReadOnly), in render() 132 gl::DepthMode::ReadOnly), in render() 215 parameters.depthModeForSublayer(2, gl::DepthMode::ReadOnly), in render()
|
| H A D | render_hillshade_layer.cpp | 101 parameters.depthModeForSublayer(0, gl::DepthMode::ReadOnly), in render() 161 parameters.depthModeForSublayer(0, gl::DepthMode::ReadOnly), in render()
|
| H A D | render_custom_layer.cpp | 62 glContext.setDepthMode(paintParameters.depthModeForSublayer(0, gl::DepthMode::ReadOnly)); in render()
|
| H A D | render_background_layer.cpp | 71 parameters.depthModeForSublayer(0, gl::DepthMode::ReadOnly), in render()
|
| H A D | render_raster_layer.cpp | 115 parameters.depthModeForSublayer(0, gl::DepthMode::ReadOnly), in render()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | sqlite3.hpp | 14 ReadOnly = 0b001, enumerator 27 ReadOnly = 8, enumerator
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-quark/acpi/ |
| H A D | lpc.asl | 33 Memory32Fixed(ReadOnly, 0xff000000, 0x01000000) 83 Memory32Fixed(ReadOnly, HPET_BASE_ADDRESS, HPET_BASE_SIZE)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutexmlparser/ |
| H A D | tst_qgeoroutexmlparser.cpp | 64 if (!f.open(QIODevice::ReadOnly)) in test_realData1() 118 if (!f.open(QIODevice::ReadOnly)) in test_realData2()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_events.c | 914 memory_exception_data.failure.ReadOnly = 0; in kfd_signal_iommu_event() 919 memory_exception_data.failure.ReadOnly = 1; in kfd_signal_iommu_event() 921 memory_exception_data.failure.ReadOnly = 0; in kfd_signal_iommu_event() 935 memory_exception_data.failure.ReadOnly); in kfd_signal_iommu_event() 996 memory_exception_data.failure.ReadOnly = in kfd_signal_vm_fault_event()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/ |
| H A D | filereader.cpp | 46 if (file.open(QIODevice::ReadOnly)) { in readFile()
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-baytrail/acpi/ |
| H A D | lpc.asl | 55 Memory32Fixed(ReadOnly, 0xff000000, 0x01000000) 105 Memory32Fixed(ReadOnly, HPET_BASE_ADDRESS, HPET_BASE_SIZE)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeojson/ |
| H A D | tst_qgeojson.cpp | 76 file.open(QFile::ReadOnly); in testGeojson()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoareamonitor/ |
| H A D | logfilepositionsource.cpp | 42 if (!logFile->open(QIODevice::ReadOnly)) in LogFilePositionSource()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/logfilepositionsource/ |
| H A D | logfilepositionsource.cpp | 62 if (!logFile->open(QIODevice::ReadOnly)) in LogFilePositionSource()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/fw/arc/ |
| H A D | hinv.h | 88 ReadOnly = 2, enumerator
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/4g/ |
| H A D | configurer.cpp | 86 if(file.open(QFile::ReadOnly| QFile::Text)) in readConf()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/routing/ |
| H A D | tst_routing.cpp | 71 setOpenMode(QIODevice::ReadOnly); in MockGeoNetworkReply() 218 if (!file->open(QIODevice::ReadOnly)) { in loadReply()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/opengl/ |
| H A D | glwidget.cpp | 176 if (!file.open(QIODevice::ReadOnly | QIODevice::Text)) in loadAscllStl()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/app/ |
| H A D | mwainwindow.cpp | 47 if(!file.open(QFile::ReadOnly) || !doc.setContent(&file)) { in MWainWindow()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeofiletilecache.cpp | 164 if (!file.open(QIODevice::ReadOnly)) in loadTiles() 573 file.open(QIODevice::ReadOnly); in getFromDisk()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qnmeapositioninfosource.cpp | 308 Q_ASSERT(m_proxy->m_device && (m_proxy->m_device->openMode() & QIODevice::ReadOnly)); in readAvailableData() 511 if (!m_device->isOpen() && !m_device->open(QIODevice::ReadOnly)) { in openSourceDevice()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/geojson_viewer/ |
| H A D | main.cpp | 185 if (!loadFile.open(QIODevice::ReadOnly)) { in load()
|