Home
last modified time | relevance | path

Searched full:except (Results 1 – 25 of 437) sorted by relevance

12345678910>>...18

/qemu/tests/image-fuzzer/
H A Drunner.py35 except ImportError:
38 except ImportError:
92 except Alarm:
160 except OSError as e:
246 except OSError as e:
336 except TestException:
339 # Python 2.4 doesn't support 'finally' and 'except' in the same 'try'
344 except TestException:
358 except getopt.error as e:
375 except (TypeError, ValueError, NameError) as e:
[all …]
/qemu/tests/functional/qemu_test/
H A Dasset.py89 except:
99 except:
148 except FileExistsError:
159 except HTTPError as e:
170 except Exception as e:
183 except Exception as e:
211 except AssetError as e:
H A Duncompress.py28 except:
39 except:
51 except CalledProcessError as e:
/qemu/python/scripts/
H A Dmkvenv.py98 except ImportError:
105 except ImportError:
114 except ImportError:
117 except ImportError:
331 function that is part of the Python stdblib, except it uses
340 left unspecified, it will use symlinks except on Windows to
381 except SystemExit as exc:
391 except subprocess.CalledProcessError as exc:
426 except PackageNotFoundError:
496 except ValueError:
[all …]
/qemu/python/qemu/qmp/
H A Dqmp_shell.py208 except ExecuteError:
222 except FileNotFoundError:
224 except IOError as err:
231 except IOError as err:
239 except ValueError:
250 except ValueError:
257 except (SyntaxError, ValueError):
347 except QMPShellError as err:
403 except EOFError:
490 except ValueError:
[all …]
H A Dqmp_tui.py104 except json.decoder.JSONDecodeError:
208 except ExecInterruptedError as err:
211 except Exception as err:
229 except (DeserializationError, UnexpectedTypeError) as err:
269 except (OSError, EOFError) as err:
272 except ProtocolError as err:
274 except Exception as err:
364 except ConnectError as err:
399 except Exception as err:
638 except QMPBadPortError as err:
/qemu/scripts/qapi/
H A Dmain.py38 except Exception as ex:
43 except AttributeError as ex:
49 except Exception as ex:
106 except QAPIError as err:
/qemu/tests/guest-debug/
H A Dtest_gdbstub.py45 except (gdb.error, AttributeError):
55 except:
67 except gdb.error:
/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmbios.py291 except:
193 except:
228 except:
287 except:
371 except:
492 except:
539 except:
571 except:
665 except:
766 except:
[all …]
/qemu/tests/docker/
H A Ddocker.py53 except KeyError:
89 except OSError:
101 except OSError:
109 except FileNotFoundError:
129 except IndexError:
131 except subprocess.CalledProcessError:
280 except TypeError:
290 except subprocess.CalledProcessError:
354 except Exception:
565 except FileNotFoundError:
[all …]
/qemu/tests/qemu-iotests/
H A Dqcow2.py47 except ValueError:
64 except ValueError:
82 except ValueError:
106 except ValueError:
H A D29738 except subprocess.CalledProcessError:
76 except subprocess.CalledProcessError as exc:
/qemu/tests/tcg/multiarch/gdbstub/
H A Dregisters.py32 except (gdb.error):
115 except KeyError:
160 except ValueError:
188 except ValueError:
/qemu/python/qemu/utils/
H A Dqom_fuse.py103 except ExecuteError:
116 except ExecuteError:
129 except ExecuteError:
142 except ExecuteError as err:
/qemu/include/migration/
H A Dblocker.h31 * On success, the caller must not free @reasonp, except by
51 * On success, the caller must not free @reasonp, except by
75 * On success, the caller must not free @reasonp, except by
/qemu/include/qapi/
H A Dcompat-policy.h30 * This is like qobject_input_visitor_new(), except it obeys the
39 * This is like qobject_output_visitor_new(), except it obeys the
/qemu/scripts/qemugdb/
H A Dcoroutine.py60 except:
75 except:
130 except:
169 except:
/qemu/scripts/kvm/
H A Dkvm_flightrecorder69 except KeyboardInterrupt:
76 except KeyboardInterrupt:
107 except ValueError:
/qemu/scripts/
H A Dsymlink-install-tree.py25 except BaseException as e:
30 except BaseException as e:
/qemu/tests/qapi-schema/
H A Dtest-qapi.py132 except FileNotFoundError:
142 except QAPIError as err:
159 except OSError as err:
185 except OSError as err:
/qemu/docs/interop/
H A Dqemu-ga.rst34 RPCs will be blocked by default, except for the allowed list.
37 RPCs will be allowed by default, except for the blocked list.
43 While filesystems are frozen, all except for a designated safe set
/qemu/scripts/simplebench/
H A Dbench_block_job.py50 except OSError as e:
52 except (ConnectError, socket.timeout):
104 except OSError:
/qemu/tests/tcg/aarch64/gdbstub/
H A Dtest-sve-ioctl.py31 except gdb.error:
42 except gdb.error:
/qemu/tcg/i386/
H A Dtcg-target-con-set.h13 * except that the output must use a new register.
16 * inputs, except that the first <n> outputs must use new registers.
/qemu/include/qemu/
H A Derror-report.h52 * Similar to error_report(), except it prints the message just once.
63 * Similar to warn_report(), except it prints the message just once.

12345678910>>...18