Lines Matching defs:self
60 def __init__(self, console, check_type): argument
64 def __enter__(self): argument
68 def __exit__(self, extype, value, traceback): argument
80 def __init__(self, console, check_type, check_pattern): argument
85 def __enter__(self): argument
92 def __exit__(self, extype, value, traceback): argument
103 def __init__(self, console, timeout): argument
108 def __enter__(self): argument
111 def __exit__(self, extype, value, traceback): argument
120 def __init__(self, log, config, max_fifo_fill): argument
157 def get_spawn(self): argument
165 def eval_bad_patterns(self): argument
171 def close(self): argument
192 def set_lab_mode(self): argument
202 def wait_for_boot_prompt(self, loop_num = 1): argument
259 def run_command(self, cmd, wait_for_echo=True, send_nl=True, argument
356 def run_command_list(self, cmds): argument
373 def send(self, msg): argument
378 def ctrl(self, char): argument
390 def ctrlc(self): argument
398 def wait_for(self, text): argument
421 def drain_console(self): argument
468 def ensure_spawned(self, expect_reset=False): argument
523 def cleanup_spawn(self): argument
545 def restart_uboot(self, expect_reset=False): argument
550 def get_spawn_output(self): argument
560 def validate_version_string_in_text(self, text): argument
575 def disable_check(self, check_type): argument
591 def enable_check(self, check_type, check_pattern): argument
609 def temporary_timeout(self, timeout): argument