Home
last modified time | relevance | path

Searched refs:ReadOnly (Results 1 – 25 of 62) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Ddepth_mode.hpp22 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 Dqiopipe.cpp138 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 Dqgeopositioninfosourcefactory_serialnmea.cpp71 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 Drender_fill_layer.cpp122 : gl::DepthMode::ReadOnly), in render()
132 gl::DepthMode::ReadOnly), in render()
215 parameters.depthModeForSublayer(2, gl::DepthMode::ReadOnly), in render()
H A Drender_hillshade_layer.cpp101 parameters.depthModeForSublayer(0, gl::DepthMode::ReadOnly), in render()
161 parameters.depthModeForSublayer(0, gl::DepthMode::ReadOnly), in render()
H A Drender_custom_layer.cpp62 glContext.setDepthMode(paintParameters.depthModeForSublayer(0, gl::DepthMode::ReadOnly)); in render()
H A Drender_background_layer.cpp71 parameters.depthModeForSublayer(0, gl::DepthMode::ReadOnly), in render()
H A Drender_raster_layer.cpp115 parameters.depthModeForSublayer(0, gl::DepthMode::ReadOnly), in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dsqlite3.hpp14 ReadOnly = 0b001, enumerator
27 ReadOnly = 8, enumerator
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-quark/acpi/
H A Dlpc.asl33 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 Dtst_qgeoroutexmlparser.cpp64 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 Dkfd_events.c914 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 Dfilereader.cpp46 if (file.open(QIODevice::ReadOnly)) { in readFile()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-baytrail/acpi/
H A Dlpc.asl55 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 Dtst_qgeojson.cpp76 file.open(QFile::ReadOnly); in testGeojson()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoareamonitor/
H A Dlogfilepositionsource.cpp42 if (!logFile->open(QIODevice::ReadOnly)) in LogFilePositionSource()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/logfilepositionsource/
H A Dlogfilepositionsource.cpp62 if (!logFile->open(QIODevice::ReadOnly)) in LogFilePositionSource()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/fw/arc/
H A Dhinv.h88 ReadOnly = 2, enumerator
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/4g/
H A Dconfigurer.cpp86 if(file.open(QFile::ReadOnly| QFile::Text)) in readConf()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/routing/
H A Dtst_routing.cpp71 setOpenMode(QIODevice::ReadOnly); in MockGeoNetworkReply()
218 if (!file->open(QIODevice::ReadOnly)) { in loadReply()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/opengl/
H A Dglwidget.cpp176 if (!file.open(QIODevice::ReadOnly | QIODevice::Text)) in loadAscllStl()
/OK3568_Linux_fs/app/forlinx/flapp/src/app/
H A Dmwainwindow.cpp47 if(!file.open(QFile::ReadOnly) || !doc.setContent(&file)) { in MWainWindow()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeofiletilecache.cpp164 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 Dqnmeapositioninfosource.cpp308 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 Dmain.cpp185 if (!loadFile.open(QIODevice::ReadOnly)) { in load()

123