/xen-4.10.0-shim-comet/tools/libxl/ |
A D | idl.py | 32 def __init__(self, typename, **kwargs): member in Type 130 def __init__(self, typename, **kwargs): member in Builtin 134 Type.__init__(self, typename, **kwargs) 137 def __init__(self, ctype, **kwargs): member in Number 147 Builtin.__init__(self, ctype, **kwargs) 150 def __init__(self, w, **kwargs): member in UInt 173 Type.__init__(self, typename, **kwargs) 192 def __init__(self, type, name, **kwargs): member in Field 204 Type.__init__(self, typename, **kwargs) 328 def __init__(self): member in OrderedDict [all …]
|
/xen-4.10.0-shim-comet/tools/pygrub/src/ |
A D | GrubConf.py | 52 def __init__(self, str): member in GrubDiskPart 91 def __init__(self, title, lines): member in _GrubImage 138 def __init__(self, title, lines): member in GrubImage 139 _GrubImage.__init__(self, title, lines) 168 def __init__(self, fn = None): member in _GrubConfigFile 259 def __init__(self, fn = None): member in GrubConfigFile 260 _GrubConfigFile.__init__(self,fn) 322 def __init__(self, title, lines): member in Grub2Image 323 _GrubImage.__init__(self, title, lines) 358 def __init__(self, fn = None): member in Grub2ConfigFile [all …]
|
A D | LiloConf.py | 10 def __init__(self, lines, path): member in LiloImage 88 def __init__(self, fn = None): member in LiloConfigFile
|
A D | ExtLinuxConf.py | 18 def __init__(self, lines, path): member in ExtLinuxImage 121 def __init__(self, fn = None): member in ExtLinuxConfigFile
|
A D | pygrub | 167 def __init__(self, screen, startx, starty, line = ""): member in GrubLineEditor 171 curses.textpad.Textbox.__init__(self, win) 242 def __init__(self, file, fs = None): member in Grub
|
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xen-ringwatch | 38 def __init__(self, regex): 58 def __init__(self, rd, devid): 102 def __init__(self, backend, name): 195 def __init__(self, size, req, rsp): 228 def __init__(self, size): 254 def __init__(self, prod, cons, event, **d): 255 RingState.Queue.__init__(self, **d) 277 def __init__(self, prod, pvt, event, **d): 278 RingState.Queue.__init__(self, **d) 348 def __init__(self, ring, state): [all …]
|
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-4.10.0-shim-comet/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 | 126 def __init__(self, info, read): member in VerifyLibxc 127 VerifyBase.__init__(self, info, read)
|
/xen-4.10.0-shim-comet/tools/python/ |
A D | test.py | 263 __super_init = unittest._TextTestResult.__init__ 267 def __init__(self, stream, descriptions, verbosity, debug=False, member in ImmediateTestResult 399 __super_init = unittest.TextTestRunner.__init__ 401 def __init__(self, **kwarg): member in ImmediateTestRunner 453 def __init__(self, build, build_inplace, libdir=None): member in PathInit 508 def __init__(self, prefix): member in TestFileFinder 621 def __init__(self, name, descr=None): member in PseudoTestCase 676 def __init__(self): member in TrackRefs
|
A D | pylintrc | 73 # Tells wether we should check for unused import in __init__ files. 179 # * attributes not defined in the __init__ method
|
/xen-4.10.0-shim-comet/tools/xenmon/ |
A D | xenmon.py | 119 def __init__(self): member in DomainInfo 535 def __init__(self, filename, mode): member in Delayed
|
/xen-4.10.0-shim-comet/xen/tools/ |
A D | gen-cpuid.py | 11 def __init__(self, input, output): member in State
|
/xen-4.10.0-shim-comet/ |
A D | .rootkeys | 847 4270d6c2fWF4r5-zF1pSuAFwUZS0aA tools/pygrub/src/__init__.py 848 4270cc81CzKMiujDPWcaYhu709vGXw tools/pygrub/src/fsys/__init__.py 849 4270cc81RTIiq9si0dI4YRTRE4KRMw tools/pygrub/src/fsys/ext2/__init__.py 852 4294fab3_A8gB1E3T-8fDt0x0eGRqw tools/pygrub/src/fsys/reiser/__init__.py 908 40dc4076hGpwa8-sWRN0jtXZeQJuKg tools/python/xen/__init__.py 909 40dfd40aMOhnw_cQLve9462UR5yYxQ tools/python/xen/lowlevel/__init__.py 912 40dc4076St6AmPTmQPrtQ6LGHPxGmw tools/python/xen/lowlevel/xu/__init__.py 915 40dfd40aGqGkiopOOgJxSF4iCbHM0Q tools/python/xen/util/__init__.py 926 4267a9b1uMXIfzB6-81ZLqMCyTgJmw tools/python/xen/web/__init__.py 955 40c9c468x191zetrVlMnExfsQWHxIQ tools/python/xen/xend/__init__.py [all …]
|
/xen-4.10.0-shim-comet/tools/python/scripts/ |
A D | convert-legacy-stream | 58 def __init__(self, fmt): member in VM
|