Searched defs:connection (Results 1 – 13 of 13) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/ |
D | util.c | 27 int pysqlite_step(sqlite3_stmt* statement, pysqlite_Connection* connection) in pysqlite_step()
|
D | cursor.h | 35 pysqlite_Connection* connection; member
|
D | statement.c | 53 int pysqlite_statement_create(pysqlite_Statement* self, pysqlite_Connection* connection, PyObject* … in pysqlite_statement_create()
|
D | cursor.c | 81 pysqlite_Connection* connection; in pysqlite_cursor_init() local
|
D | connection.c | 301 int pysqlite_connection_register_cursor(pysqlite_Connection* connection, PyObject* cursor) in pysqlite_connection_register_cursor()
|
/device/google/cuttlefish_common/host/frontend/vnc_server/ |
D | vnc_server.cpp | 39 auto connection = server_.Accept(); in MainLoop() local
|
/device/google/cuttlefish_common/guest/commands/setup_wifi/ |
D | main.cpp | 82 auto connection = net_manager->Open(name, "ignore"); in RenameNetwork() local
|
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/ |
D | xs_wire.h | 122 UINT32 connection; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | xmlrpclib.py | 1389 def send_request(self, connection, handler, request_body): argument 1406 def send_host(self, connection, host): argument 1419 def send_user_agent(self, connection): argument 1428 def send_content(self, connection, request_body): argument
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | egl.cpp | 178 ServerConnection * connection = ServerConnection::s_getServerConnection(); in initDispatchTables() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_xmlrpc.py | 695 def send_content(self, connection, body): argument
|
/device/generic/goldfish-opengl/system/vulkan/ |
D | func_table.cpp | 2105 xcb_connection_t* connection, in entry_vkGetPhysicalDeviceXcbPresentationSupportKHR() 2156 MirConnection* connection) in entry_vkGetPhysicalDeviceMirPresentationSupportKHR()
|
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | VkEncoder.cpp | 13576 xcb_connection_t* connection, in vkGetPhysicalDeviceXcbPresentationSupportKHR() 13857 MirConnection* connection) in vkGetPhysicalDeviceMirPresentationSupportKHR()
|