Home
last modified time | relevance | path

Searched defs:getConnection (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11Xcb.hpp43 xcb_connection_t* getConnection (void) { return m_connection; } in getConnection() function in tcu::lnx::x11::XcbDisplay
/third_party/python/Lib/logging/
Dhandlers.py1206 def getConnection(self, host, secure): member in HTTPHandler