Lines Matching defs:bool
271 def __init__(self, enable_switch_to_root: bool = True):
282 def run(self, adb_args: List[str], log_output: bool = False, log_stderr: bool = False) -> bool:
285 def run_and_return_output(self, adb_args: List[str], log_output: bool = False,
286 log_stderr: bool = False) -> Tuple[bool, str]:
307 def check_run(self, adb_args: List[str], log_output: bool = False):
310 def check_run_and_return_output(self, adb_args: List[str], log_output: bool = False,
311 log_stderr: bool = False) -> str:
536 binary_finder: BinaryFinder, with_function_name: bool):
1019 default_show_art_frames: bool = False,
1021 sample_filter_with_pid_shortcut: bool = True):
1041 self, group: Optional[Any] = None, with_pid_shortcut: bool = True):