/dports/emulators/qemu-utils/qemu-4.2.1/scripts/qapi/ |
H A D | parser.py | 28 def __init__(self, fname, previously_included=None, incl_info=None): argument 29 previously_included = previously_included or set() 30 previously_included.add(os.path.abspath(fname)) 77 previously_included) 111 def _include(self, include, info, incl_fname, previously_included): argument 121 if incl_abs_fname in previously_included: 124 return QAPISchemaParser(incl_fname, previously_included, info)
|
/dports/emulators/qemu5/qemu-5.2.0/scripts/qapi/ |
H A D | parser.py | 27 def __init__(self, fname, previously_included=None, incl_info=None): argument 28 previously_included = previously_included or set() 29 previously_included.add(os.path.abspath(fname)) 73 previously_included) 107 def _include(self, include, info, incl_fname, previously_included): argument 117 if incl_abs_fname in previously_included: 120 return QAPISchemaParser(incl_fname, previously_included, info)
|
/dports/emulators/qemu-guest-agent/qemu-5.0.1/scripts/qapi/ |
H A D | parser.py | 27 def __init__(self, fname, previously_included=None, incl_info=None): argument 28 previously_included = previously_included or set() 29 previously_included.add(os.path.abspath(fname)) 73 previously_included) 107 def _include(self, include, info, incl_fname, previously_included): argument 117 if incl_abs_fname in previously_included: 120 return QAPISchemaParser(incl_fname, previously_included, info)
|
/dports/emulators/qemu42/qemu-4.2.1/scripts/qapi/ |
H A D | parser.py | 28 def __init__(self, fname, previously_included=None, incl_info=None): argument 29 previously_included = previously_included or set() 30 previously_included.add(os.path.abspath(fname)) 77 previously_included) 111 def _include(self, include, info, incl_fname, previously_included): argument 121 if incl_abs_fname in previously_included: 124 return QAPISchemaParser(incl_fname, previously_included, info)
|
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/scripts/qapi/ |
H A D | parser.py | 27 def __init__(self, fname, previously_included=None, incl_info=None): argument 28 previously_included = previously_included or set() 29 previously_included.add(os.path.abspath(fname)) 73 previously_included) 107 def _include(self, include, info, incl_fname, previously_included): argument 117 if incl_abs_fname in previously_included: 120 return QAPISchemaParser(incl_fname, previously_included, info)
|
/dports/emulators/qemu60/qemu-6.0.0/scripts/qapi/ |
H A D | parser.py | 27 def __init__(self, fname, previously_included=None, incl_info=None): argument 28 previously_included = previously_included or set() 29 previously_included.add(os.path.abspath(fname)) 73 previously_included) 107 def _include(self, include, info, incl_fname, previously_included): argument 117 if incl_abs_fname in previously_included: 120 return QAPISchemaParser(incl_fname, previously_included, info)
|
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/scripts/qapi/ |
H A D | parser.py | 73 previously_included: Optional[Set[str]] = None, 76 self._included = previously_included or set() 177 previously_included: Set[str] 188 if incl_abs_fname in previously_included: 192 return QAPISchemaParser(incl_fname, previously_included, info)
|
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/scripts/ |
H A D | qapi.py | 82 previously_included=[], parent_info=None): argument 92 previously_included.append(input_fname) 120 if include_path in previously_included: 128 previously_included, expr_info)
|
/dports/emulators/unicorn/unicorn-1.0.2/qemu/scripts/ |
H A D | qapi.py | 82 previously_included=[], parent_info=None): argument 92 previously_included.append(input_fname) 120 if include_path in previously_included: 128 previously_included, expr_info)
|
/dports/emulators/qemu/qemu-6.2.0/scripts/qapi/ |
H A D | parser.py | 87 previously_included: Optional[Set[str]] = None, 90 self._included = previously_included or set() 191 previously_included: Set[str] 202 if incl_abs_fname in previously_included: 206 return QAPISchemaParser(incl_fname, previously_included, info)
|
/dports/emulators/qemu-utils/qemu-4.2.1/scripts/ |
H A D | minikconf.py | 204 self.previously_included = [] 354 self.data.previously_included.append(self.abs_fname) 402 if incl_abs_fname in self.data.previously_included: 709 for fname in data.previously_included:
|
/dports/emulators/qemu5/qemu-5.2.0/scripts/ |
H A D | minikconf.py | 204 self.previously_included = [] 354 self.data.previously_included.append(self.abs_fname) 402 if incl_abs_fname in self.data.previously_included: 709 for fname in data.previously_included:
|
/dports/emulators/qemu-guest-agent/qemu-5.0.1/scripts/ |
H A D | minikconf.py | 204 self.previously_included = [] 354 self.data.previously_included.append(self.abs_fname) 402 if incl_abs_fname in self.data.previously_included: 709 for fname in data.previously_included:
|
/dports/emulators/qemu42/qemu-4.2.1/scripts/ |
H A D | minikconf.py | 204 self.previously_included = [] 354 self.data.previously_included.append(self.abs_fname) 402 if incl_abs_fname in self.data.previously_included: 709 for fname in data.previously_included:
|
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/scripts/ |
H A D | minikconf.py | 204 self.previously_included = [] 354 self.data.previously_included.append(self.abs_fname) 402 if incl_abs_fname in self.data.previously_included: 709 for fname in data.previously_included:
|
/dports/emulators/qemu/qemu-6.2.0/scripts/ |
H A D | minikconf.py | 204 self.previously_included = [] 354 self.data.previously_included.append(self.abs_fname) 402 if incl_abs_fname in self.data.previously_included: 709 for fname in data.previously_included:
|
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/scripts/ |
H A D | minikconf.py | 204 self.previously_included = [] 354 self.data.previously_included.append(self.abs_fname) 402 if incl_abs_fname in self.data.previously_included: 709 for fname in data.previously_included:
|
/dports/emulators/qemu60/qemu-6.0.0/scripts/ |
H A D | minikconf.py | 204 self.previously_included = [] 354 self.data.previously_included.append(self.abs_fname) 402 if incl_abs_fname in self.data.previously_included: 709 for fname in data.previously_included:
|
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/scripts/qapi/ |
H A D | common.py | 259 def __init__(self, fp, previously_included=[], incl_info=None): argument 261 previously_included.append(os.path.abspath(fp.name)) 297 previously_included) 331 def _include(self, include, info, incl_fname, previously_included): argument 341 if incl_abs_fname in previously_included: 351 return QAPISchemaParser(fobj, previously_included, info)
|