Home
last modified time | relevance | path

Searched refs:detach (Results 1 – 11 of 11) sorted by relevance

/device/google/cuttlefish_common/host/commands/virtual_usb_manager/usbip/
Dvhci_instrument.cpp212 std::ofstream detach(syspath_ + "/detach"); in Detach() local
214 if (!detach.is_open()) { in Detach()
218 detach << result.str(); in Detach()
219 return detach.rdstate() == std::ios_base::goodbit; in Detach()
/device/google/bonito/pixelstats/
Dservice.cpp57 listenThread.detach(); in main()
/device/google/cuttlefish_common/host/frontend/vnc_server/
Dvnc_server.cpp47 t.detach(); in StartClient()
/device/google/crosshatch/pixelstats/
Dservice.cpp56 listenThread.detach(); in main()
/device/google/cuttlefish_common/common/frontend/socket_vsock_proxy/
Dmain.cpp165 thread.detach(); in host()
214 thread.detach(); in guest()
/device/google/cuttlefish_common/host/frontend/adb_connector/
Dmain.cpp43 std::thread(cvd::EstablishAndMaintainConnection, address).detach(); in LaunchConnectionMaintainerThread()
/device/google/cuttlefish_common/common/frontend/socket_forward_proxy/
Dmain.cpp254 .detach(); in host_impl()
282 .detach(); in host()
329 std::thread(guest_thread, std::move(shm_connection_view)).detach(); in guest()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
D_pyio.py664 def detach(self): member in BufferedIOBase
726 def detach(self): member in _BufferedIOMixin
1321 def detach(self): member in TextIOBase
1758 def detach(self): member in TextIOWrapper
2004 def detach(self): member in StringIO
/device/google/cuttlefish_common/host/frontend/stream_audio/
Dmain.cpp255 std::thread(HandleClient, &audio_streamer, std::move(client)).detach(); in MainLoop()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_io.py602 self.assertIs(buf.detach(), raw)
603 self.assertRaises(ValueError, buf.detach)
964 buf.detach()
1208 self.assertRaises(self.UnsupportedOperation, pair.detach)
1699 self.assertIs(t.detach(), b)
1704 t.detach()
1706 self.assertRaises(ValueError, t.detach)
Dtest_memoryio.py65 self.assertRaises(self.UnsupportedOperation, buf.detach)