Home
last modified time | relevance | path

Searched refs:Kill (Results 1 – 8 of 8) sorted by relevance

/tools/treble/build/treble_build/local/
Dninja.go344 func (srv *ninjaServer) Kill() { func
346 srv.ctx.Process.Kill()
/tools/acloud/internal/lib/
Demulator_console.py173 def Kill(self): member in RemoteEmulatorConsole
Demulator_console_test.py172 console.Kill()
/tools/acloud/delete/
Ddelete_test.py188 mock_console_obj.Kill.assert_called()
200 mock_console_obj.Kill.side_effect = errors.DeviceConnectionError
Ddelete.py251 console.Kill()
/tools/acloud/public/actions/
Dremote_host_gf_device_factory_test.py108 self._mock_console.Kill.side_effect = errors.DeviceConnectionError
184 self._mock_console.Kill.assert_called_once()
Dremote_host_gf_device_factory.py225 console.Kill()
/tools/treble/build/treble_build/cmd/
Dmain.go147 defer ninjaServ.Kill()