/xen/tools/libxl/ |
A D | idl.py | 34 def __init__(self, typename, **kwargs): member in Type 132 def __init__(self, typename, **kwargs): member in Builtin 136 Type.__init__(self, typename, **kwargs) 139 def __init__(self, ctype, **kwargs): member in Number 149 Builtin.__init__(self, ctype, **kwargs) 152 def __init__(self, w, **kwargs): member in UInt 175 Type.__init__(self, typename, **kwargs) 194 def __init__(self, type, name, **kwargs): member in Field 206 Type.__init__(self, typename, **kwargs) 330 def __init__(self): member in OrderedDict [all …]
|
/xen/tools/pygrub/src/ |
A D | GrubConf.py | 54 def __init__(self, str): member in GrubDiskPart 93 def __init__(self, title, lines): member in _GrubImage 141 def __init__(self, title, lines): member in GrubImage 142 _GrubImage.__init__(self, title, lines) 171 def __init__(self, fn = None): member in _GrubConfigFile 266 def __init__(self, fn = None): member in GrubConfigFile 267 _GrubConfigFile.__init__(self,fn) 329 def __init__(self, title, lines): member in Grub2Image 330 _GrubImage.__init__(self, title, lines) 365 def __init__(self, fn = None): member in Grub2ConfigFile [all …]
|
A D | LiloConf.py | 12 def __init__(self, lines, path): member in LiloImage 91 def __init__(self, fn = None): member in LiloConfigFile
|
A D | ExtLinuxConf.py | 20 def __init__(self, lines, path): member in ExtLinuxImage 124 def __init__(self, fn = None): member in ExtLinuxConfigFile
|
A D | pygrub | 169 def __init__(self, screen, startx, starty, line = ""): member in GrubLineEditor 173 curses.textpad.Textbox.__init__(self, win) 244 def __init__(self, file, fs = None): member in Grub
|
/xen/xen/tools/kconfig/tests/ |
A D | pytest.ini | 6 # the directory name that contains it. Use __init__.py for all test files. 7 python_files = __init__.py
|
A D | conftest.py | 30 def __init__(self, request): member in Conf
|
/xen/tools/python/xen/migration/ |
A D | verify.py | 21 def __init__(self, info, read): member in VerifyBase
|
A D | libxl.py | 75 def __init__(self, info, read): member in VerifyLibxl 76 VerifyBase.__init__(self, info, read)
|
A D | libxc.py | 129 def __init__(self, info, read): member in VerifyLibxc 130 VerifyBase.__init__(self, info, read)
|
/xen/tools/misc/ |
A D | xenpvnetboot | 75 def __init__(self, location, tmpdir): member in Fetcher 121 def __init__(self, location, tmpdir): member in NFSISOFetcher 123 MountedFetcher.__init__(self, location, tmpdir)
|
/xen/tools/python/ |
A D | pylintrc | 73 # Tells wether we should check for unused import in __init__ files. 179 # * attributes not defined in the __init__ method
|
/xen/tools/xenmon/ |
A D | xenmon.py | 121 def __init__(self): member in DomainInfo 537 def __init__(self, filename, mode): member in Delayed
|
/xen/xen/tools/ |
A D | gen-cpuid.py | 14 def __init__(self, input, output): member in State
|
/xen/tools/python/scripts/ |
A D | convert-legacy-stream | 61 def __init__(self, fmt): member in VM
|