Searched refs:gracefully (Results 1 – 25 of 57) sorted by relevance
123
196 lvms[j].destroy(gracefully = False)212 lvms[j].destroy(gracefully = False)229 lvms[i].destroy(gracefully = False)238 lvms[last_vm].destroy(gracefully = False)362 vm.destroy(gracefully = False)
1025 vm[0].destroy(gracefully = False)1195 vm[0].destroy(gracefully = False)1213 vm[0].destroy(gracefully = False)1231 vm[0].destroy(gracefully = False)1272 vm[0].destroy(gracefully=True)1627 vm[0].destroy(gracefully = False)1924 vm[0].destroy(gracefully = True)1929 vm[0].destroy(gracefully = False)1957 vm[0].destroy(gracefully=False)2173 vm[0].destroy(gracefully=False)
4 ; to gracefully bail out and let SelectionDAGISel take over.
4 ; No FileCheck, just make sure we handle this gracefully.
6 ; We actually want SCEV simplification to fail gracefully in this
2 ; bitcode without function summary sections gracefully.
55 * Fix: Cache will gracefully recover if directory is deleted at runtime.
46 vm.destroy(gracefully=False)
138 vm.destroy(gracefully = params.get("kill_vm_gracefully") == "yes")353 vm.destroy(gracefully=False)
237 dest_vm.destroy(gracefully=False)285 vm.destroy(gracefully=False)
855 def destroy(self, gracefully=True, free_mac_addresses=True): argument876 if gracefully and self.params.get("shutdown_command"):1280 clone.destroy(gracefully=False)
751 def destroy(self, gracefully=True, free_mac_addresses=True): argument
107 * Handling invalid C++ source gracefully
76 <p> <tt/arpd/ exits gracefully syncing database and restoring adjusted
71 module gracefully.
87 module gracefully.
8 ; Test that we handle this situation gracefully by omitting the DW_AT_location
107 - Added some workarounds so as to handle certain buggy fonts more gracefully.
76 proxy support: degrade gracefully when socket.socket is unavailable
82 however, implementations should handle such an illegal file gracefully
111 The DEDENTS possibly needed at EOF are gracefully handled by forcing
78 * Make `oauth2client.tools` import gracefully if `argparse` isn't present.
61 - Bail out gracefully whenever Python version is older than 2.4.
291 cv::Exception is a derivative of std::exception. So it can be gracefully handled in the code using