Lines Matching defs:self
37 def make_mrproper(self): argument
45 def make_olddefconfig(self, build_dir, make_options): argument
58 def make_allyesconfig(self, build_dir, make_options): argument
80 def make(self, jobs, build_dir, make_options): argument
98 def linux_bin(self, params, timeout, build_dir): argument
131 def __init__(self): argument
135 def clean(self): argument
143 def create_kunitconfig(self, build_dir, defconfig=DEFAULT_KUNITCONFIG_PATH): argument
148 def read_kunitconfig(self, build_dir): argument
153 def validate_config(self, build_dir): argument
167 def build_config(self, build_dir, make_options): argument
179 def build_reconfig(self, build_dir, make_options): argument
195 def build_um_kernel(self, alltests, jobs, build_dir, make_options): argument
206 def run_kernel(self, args=[], build_dir='', timeout=None): argument
215 def signal_handler(self, sig, frame): argument