Home
last modified time | relevance | path

Searched refs:getHandle (Results 1 – 25 of 2956) sorted by last modified time

12345678910>>...119

/dports/x11-toolkits/plib/plib-1.8.5/src/net/
H A DnetSocket.h87 int getHandle () const { return handle; } in getHandle() function
H A DnetSocket.cxx374 int fd = reads[i]->getHandle(); in select()
384 int fd = writes[i]->getHandle(); in select()
417 int fd = reads[i]->getHandle(); in select()
431 int fd = writes[i]->getHandle(); in select()
/dports/www/phpvirtualbox/phpvirtualbox-cf82d58f2/endpoints/lib/
H A DvboxServiceWrappers.php59 public function getHandle() function in VBox_ManagedObject
15942 public function getHandle() function in IGuestProcessIOEvent
/dports/www/phpvirtualbox-legacy/phpvirtualbox-5.2-1/endpoints/lib/
H A DvboxServiceWrappers.php59 public function getHandle() function in VBox_ManagedObject
13177 public function getHandle() function in IGuestProcessIOEvent
/dports/net/libutp/libutp-7c4f19a/pyutp/utp/
H A Dutp_twisted.py336 sock = self.transport.getHandle()
/dports/net/ulxmlrpcpp/ulxmlrpcpp-1.7.5/ulxmlrpcpp/
H A Dulxr_ssl_connection.cpp287 int err = SSL_set_fd (ssl, getHandle()); in ULXR_API_IMPL()
/dports/net/ulxmlrpcpp/ulxmlrpcpp-1.7.5/ulxmlrpcpp/contrib/
H A Dssl_connection.cpp408 int err = SSL_set_fd (ssl, getHandle()); in ULXR_API_IMPL()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tsystem/
H A Dtpluginmanager.cpp52 Handle getHandle() const { return m_handle; } in getHandle() function in TPluginManager::Plugin
99 Plugin::Handle handle = (*it)->getHandle(); in unloadPlugins()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/dbwrappers/
H A Dmysqldataset.h40 MYSQL *getHandle() { return conn; } in getHandle() function
H A Dmysqldataset.cpp1435 return static_cast<MysqlDatabase*>(db)->getHandle(); in handle()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/linux/
H A Ddrm_memory_manager.cpp622 if (i->getHandle() == boHandle && i->getRootDeviceIndex() == rootDeviceIndex) { in findAndReferenceSharedBufferObject()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMHikEffector.h142 void getHandle(size_t ha_i)const in getHandle() function
146 void getHandle()const in getHandle() function
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/HostSupport/src/
H A DofxhPluginCache.cpp200 _op->setHost(host->getHandle()); in PluginHandle()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/HostSupport/src/
H A DofxhPluginCache.cpp198 _op->setHost(host->getHandle()); in PluginHandle()
/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/opengl/
H A DWindowsPeerInfo.java58 return nGetHdc(getHandle()); in getHdc()
63 return nGetHwnd(getHandle()); in getHwnd()
H A DLinuxPbufferPeerInfo.java52 …nInitHandle(LinuxDisplay.getDisplay(), LinuxDisplay.getDefaultScreen(), getHandle(), width, height… in LinuxPbufferPeerInfo()
69 nDestroy(getHandle()); in destroy()
H A DLinuxPeerInfo.java49 return nGetDisplay(getHandle()); in getDisplay()
54 return nGetDrawable(getHandle()); in getDrawable()
H A DWindowsDisplayPeerInfo.java58 nInitDC(getHandle(), hwnd, hdc); in initDC()
H A DLinuxAWTGLCanvasPeerInfo.java65 nInitHandle(screen, surface_handle, getHandle()); in doLockAndInitHandle()
H A DLinuxDisplay.java478 …parent_window = parent != null ? getHandle(parent) : getRootWindow(getDisplay(), getDefaultScreen(… in createWindow()
562 private static long getHandle(Canvas parent) throws LWJGLException { in getHandle() method in LinuxDisplay
H A DLinuxContextImplementation.java157 nSetSwapInterval(peer_handle, current_context.getHandle(), value); in setSwapInterval()
H A DNVPresentVideoUtil.java59 return ContextGL.getCurrentContext().getPeerInfo().getHandle(); in getPeerInfo()
117 …return nglQueryContextNV(ctx.getPeerInfo().getHandle(), ctx.getHandle(), attrib, value, value.posi… in glQueryContextNV()
H A DNVVideoCaptureUtil.java59 return ContextGL.getCurrentContext().getPeerInfo().getHandle(); in getPeerInfo()
H A DContextGL.java163 implementation.releaseDrawable(getHandle()); in releaseDrawable()
170 implementation.update(getHandle()); in update()
198 ByteBuffer getHandle() { in getHandle() method in ContextGL
H A DMacOSXDisplay.java213 ByteBuffer peer_handle = peer_info.getHandle(); in destroyWindow()

12345678910>>...119