Lines Matching defs:self
70 def __init__(self): argument
74 def get_name(self): argument
77 def get_intent(self): argument
80 def get_data_directory(self): argument
83 def get_gdbserver_path(self): argument
86 def set_info(self, name, intent, data_directory): argument
102 def __init__(self, device=None, verbose=False): argument
131 def _prepare_adb_args(self, args): argument
143 def _background_adb(self, *args): argument
158 def _call_adb(self, *args): argument
172 def _shell(self, *args): argument
176 def _background_shell(self, *args): argument
180 def _cleanup_background_processes(self): argument
188 def _cleanup_temp(self): argument
193 def __del__(self): argument
197 def _get_local_libs(self): argument
208 def _check_remote_libs_match_local_libs(self): argument
239 def _md5sum(self, file): argument
246 def devices(self): argument
256 def set_current_device(self, serial): argument
276 def getprop(self, property=None): argument
285 def push(self, source, destination): argument
289 def forward(self, source, destination): argument
293 def exists(self, filename): argument
298 def pull(self, remote_path, local_path): argument
303 def get_process_info(self, process_name=None): argument
325 def kill_by_pid(self, pid): argument
328 def kill_by_name(self, process_name): argument
337 def __init__(self, adb, name="android-status", cat=gdb.COMMAND_OBSCURE, verbose=False): argument
342 def _update_status(self, process_name, gdbserver_process_name): argument
365 def _check_app_is_loaded(self): argument
369 def invoke(self, arg, from_tty): argument
378 def _update_status(self): argument
386 def _wait_for_process(self, process_name, retry_delay=1, num_retries=10): argument
397 def _gdbcmd(self, cmd, from_tty=False): argument
404 def _cleanup_temp(self): argument
409 def _cleanup_jdb(self): argument
419 def _load_local_libs(self): argument
423 def __del__(self): argument
427 def __init__ (self, adb, name="start-android-app", cat=gdb.COMMAND_RUNNING, verbose=False): argument
441 def start_process(self, start_running=False): argument
476 def start_gdbserver(self): argument
504 def attach_gdb(self, from_tty): argument
518 def start_jdb(self, port): argument
535 def invoke (self, arg, from_tty): argument
581 def __init__(self, adb, name="run-android-app", cat=gdb.COMMAND_RUNNING, verbose=False): argument
584 def invoke(self, arg, from_tty): argument
591 def __init__(self, adb, name="attach-android-app", cat=gdb.COMMAND_RUNNING, verbose=False): argument
594 def invoke(self, arg, from_tty): argument
628 def _awk_script_path(self, script_name): argument
642 def _awk(self, script, command): argument
658 def __init__(self, adb, name="load-android-app", cat=gdb.COMMAND_RUNNING, verbose=False): argument
665 def _find_manifests(self, path): argument
672 def _usage(self): argument
676 def invoke(self, arg, from_tty): argument
728 def __init__(self, adb, name="set-android-device", cat=gdb.COMMAND_RUNNING, verbose=False): argument
733 def _usage(self): argument
736 def invoke(self, arg, from_tty): argument