Home
last modified time | relevance | path

Searched refs:setDevice (Results 1 – 25 of 2044) sorted by relevance

12345678910>>...82

/dports/graphics/opencv/opencv-4.5.3/samples/gpu/
H A Dstereo_multi.cpp196 cuda::setDevice(0); in StereoMultiGpuThread()
199 cuda::setDevice(1); in StereoMultiGpuThread()
205 cuda::setDevice(0); in ~StereoMultiGpuThread()
211 cuda::setDevice(1); in ~StereoMultiGpuThread()
291 cuda::setDevice(0); in StereoMultiGpuStream()
295 cuda::setDevice(1); in StereoMultiGpuStream()
302 cuda::setDevice(0); in ~StereoMultiGpuStream()
309 cuda::setDevice(1); in ~StereoMultiGpuStream()
332 cuda::setDevice(0); in compute()
338 cuda::setDevice(1); in compute()
[all …]
/dports/games/chessx/chessx-1.5.6/src/database/
H A Dplayerdatabase.cpp50 m_mapds.setDevice(&m_mapfile); in create()
58 m_datads.setDevice(&m_datafile); in create()
79 m_mapds.setDevice(&m_mapfile); in open()
87 m_mapds.setDevice(nullptr); in open()
98 m_mapds.setDevice(nullptr); in open()
108 m_mapds.setDevice(nullptr); in open()
118 m_mapds.setDevice(nullptr); in open()
131 m_mapds.setDevice(nullptr); in open()
140 m_mapds.setDevice(nullptr); in open()
169 m_mapds.setDevice(nullptr); in close()
[all …]
/dports/net/messagelib/messagelib-21.12.3/messageviewer/src/interfaces/
H A Dhtmlwriter.cpp21 m_stream->setDevice(device()); in begin()
42 m_stream->setDevice(nullptr); in end()
50 m_stream->setDevice(nullptr); in reset()
/dports/sysutils/lxqt-config/lxqt-config-1.0.0/liblxqt-config-cursor/
H A Dcfgfile.cpp24 stream.setDevice(&fl); in loadCfgFile()
65 stream.setDevice(&fl); in fixXDefaults()
90 stream.setDevice(&fl); in fixXDefaults()
109 stream.setDevice(&fl); in findDefaultTheme()
/dports/astro/kstars/kstars-3.5.6/kstars/auxiliary/
H A Dksfilereader.cpp27 QTextStream::setDevice(device); in KSFileReader()
38 QTextStream::setDevice(&m_file); in open()
51 QTextStream::setDevice(&m_file); in openFullPath()
/dports/multimedia/QtAV/QtAV-1.13.0/src/io/
H A DQIODeviceIO.cpp38 Q_PROPERTY(QIODevice* device READ device WRITE setDevice NOTIFY deviceChanged)
44 void setDevice(QIODevice *dev); // set private in QFileIO etc
82 void QIODeviceIO::setDevice(QIODevice *dev) in setDevice() function in QtAV::QIODeviceIO
176 using QIODeviceIO::setDevice;
196 setDevice(&d_func().file); in QFileIO()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/tracing/
H A Dtracestashfile.h48 stream.setDevice(&file); in open()
77 readStream->setDevice(readFile.get()); in open()
156 stream.setDevice(nullptr); in clear()
/dports/graphics/blender/blender-2.91.0/extern/audaspace/src/devices/
H A DDeviceManager.cpp64 void DeviceManager::setDevice(std::shared_ptr<IDevice> device) in setDevice() function in DeviceManager
71 setDevice(getDeviceFactory(name)->openDevice()); in openDevice()
76 setDevice(getDefaultDeviceFactory()->openDevice()); in openDefaultDevice()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/storage/details/
H A Dstorage_file_utilities.cpp345 stream.setDevice(nullptr); in ~FileReadDescriptor()
365 stream.setDevice(&buffer); in EncryptedDescriptor()
374 if (stream.device()) stream.setDevice(nullptr); in finish()
404 _stream.setDevice(&_buffer); in init()
432 _stream.setDevice(nullptr); in finish()
573 result.stream.setDevice(&result.buffer); in ReadFile()
618 result.stream.setDevice(&result.buffer); in DecryptLocal()
637 result.stream.setDevice(nullptr); in ReadEncryptedFile()
645 result.stream.setDevice(0); in ReadEncryptedFile()
654 result.stream.setDevice(&result.buffer); in ReadEncryptedFile()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qimageiohandler/
H A Dtst_qimageiohandler.cpp88 obj1.setDevice(var1); in getSetCheck()
90 obj1.setDevice((QIODevice *)0); in getSetCheck()
/dports/math/vtk6/VTK-6.2.0/GUISupport/Qt/
H A DQVTKApplication.cxx30 this,SLOT(setDevice(vtkTDxDevice *))); in QVTKApplication()
55 void QVTKApplication::setDevice(vtkTDxDevice *device) in setDevice() function in QVTKApplication
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/
H A Dstate_manager.cpp149 m_active_players[i].setDevice(NULL); in resetActivePlayers()
291 setDevice(device); in ActivePlayer()
297 setDevice(NULL); in ~ActivePlayer()
316 void StateManager::ActivePlayer::setDevice(InputDevice* device) in setDevice() function in StateManager::ActivePlayer
/dports/graphics/gwenview/gwenview-21.12.3/lib/imageformats/
H A Dfitsplugin.cpp46 handler.setDevice(device); in capabilities()
59 handler->setDevice(device); in create()
/dports/math/vtk8/VTK-8.2.0/GUISupport/Qt/
H A DQVTKApplication.cxx30 this,SLOT(setDevice(vtkTDxDevice *))); in QVTKApplication()
55 void QVTKApplication::setDevice(vtkTDxDevice *device) in setDevice() function in QVTKApplication
/dports/math/vtk9/VTK-9.1.0/GUISupport/Qt/
H A DQVTKApplication.cxx30 this->Devices, SIGNAL(CreateDevice(vtkTDxDevice*)), this, SLOT(setDevice(vtkTDxDevice*))); in QVTKApplication()
56 void QVTKApplication::setDevice(vtkTDxDevice* device) in setDevice() function in QVTKApplication
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/gstreamer/mediacapture/
H A Dqgstreamerv4l2input.h67 void setDevice(const QByteArray &device);
68 void setDevice(const QString &device);
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/plugins/qmltooling/packetprotocol/
H A Dqpacket.cpp95 setDevice(&buf); in QPacket()
106 setDevice(&buf); in QPacket()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/plugins/qmltooling/packetprotocol/
H A Dqpacket.cpp95 setDevice(&buf); in QPacket()
106 setDevice(&buf); in QPacket()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaimgproc/test/
H A Dtest_histogram.cpp62 cv::cuda::setDevice(devInfo.deviceID()); in PARAM_TEST_CASE()
107 cv::cuda::setDevice(devInfo.deviceID()); in PARAM_TEST_CASE()
148 cv::cuda::setDevice(devInfo.deviceID()); in PARAM_TEST_CASE()
193 cv::cuda::setDevice(devInfo.deviceID()); in PARAM_TEST_CASE()
274 cv::cuda::setDevice(devInfo.deviceID()); in PARAM_TEST_CASE()
331 cv::cuda::setDevice(devInfo.deviceID()); in PARAM_TEST_CASE()
/dports/audio/kwave/kwave-21.12.3/plugins/playback/
H A DPlayBackDialog.cpp86 SLOT(setDevice(QString))); in PlayBackDialog()
88 SLOT(setDevice(QString))); in PlayBackDialog()
123 setDevice(params.device); in PlayBackDialog()
207 setDevice(QString()); in setMethod()
230 setDevice(m_playback_params.device); in setMethod()
413 setDevice(m_devices_list_map[current]); in listEntrySelected()
427 setDevice(m_playback_params.device); in updateListSelection()
431 void Kwave::PlayBackDialog::setDevice(const QString &device) in setDevice() function in Kwave::PlayBackDialog
/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A DJarPathname.java82 result.setDevice(new Cons(rootDevice, NIL)); in createFromPathname()
98 result.setDevice(device); in createFromEntry()
222 result.setDevice(jars); in create()
240 result.setDevice(jars); in create()
317 .setDevice(NIL); in getNamestring()
331 .setDevice(NIL); in getNamestring()
391 rootJar.setDevice(Keyword.UNSPECIFIC); in truename()
405 p.setDevice(new Cons(newRootJar, otherJars)); in truename()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/devicesupport/
H A Ddeviceprocessesdialog.cpp94 void setDevice(const IDevice::ConstPtr &device);
207 void DeviceProcessesDialogPrivate::setDevice(const IDevice::ConstPtr &device) in setDevice() function in ProjectExplorer::Internal::DeviceProcessesDialogPrivate
265 setDevice(DeviceKitAspect::device(kitChooser->currentKit())); in updateDevice()
343 void DeviceProcessesDialog::setDevice(const IDevice::ConstPtr &device) in setDevice() function in ProjectExplorer::DeviceProcessesDialog
346 d->setDevice(device); in setDevice()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qnx/
H A Dqnxdevicewizard.cpp61 m_setupPage->setDevice(m_device); in QnxDeviceWizard()
62 m_keyDeploymentPage->setDevice(m_device); in QnxDeviceWizard()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/test/
H A Dcoord_xml_t.cpp396 xml.setDevice(&buffer); in readXml()
401 xml.setDevice(nullptr); in readXml()
477 xml.setDevice(&buffer); in readHumanReadableStream()
483 xml.setDevice(nullptr); in readHumanReadableStream()
590 xml.setDevice(&buffer); in readHumanReadableStringRef()
596 xml.setDevice(nullptr); in readHumanReadableStringRef()
781 xml.setDevice(&buffer); in readCompressed()
786 xml.setDevice(nullptr); in readCompressed()
1019 xml.setDevice(&buffer); in readFastImplementation()
1025 xml.setDevice(nullptr); in readFastImplementation()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/ui/
H A Dinputdevice.cpp222 axis->setDevice(this); in addAxis()
246 button->setDevice(this); in addButton()
270 hat->setDevice(this); in addHat()
307 setDevice(device); in Control()
348 void InputDevice::Control::setDevice(InputDevice *newDevice) in setDevice() function in InputDevice::Control

12345678910>>...82