Lines Matching defs:bool
272 def __init__(self, enable_switch_to_root: bool = True):
283 def run(self, adb_args: List[str], log_output: bool = False, log_stderr: bool = False) -> bool:
286 def run_and_return_output(self, adb_args: List[str], log_output: bool = False,
287 log_stderr: bool = False) -> Tuple[bool, str]:
308 def check_run(self, adb_args: List[str], log_output: bool = False):
311 def check_run_and_return_output(self, adb_args: List[str], log_output: bool = False,
312 log_stderr: bool = False) -> str:
550 binary_finder: BinaryFinder, with_function_name: bool):
1187 default_show_art_frames: bool = False,
1189 sample_filter_with_pid_shortcut: bool = True):
1216 self, group: Optional[Any] = None, with_pid_shortcut: bool = True):