Lines Matching defs:self
29 def __init__(self, serial): argument
36 def __init__(self): argument
41 def __init__(self, cmd, stdout, stderr, exit_code): argument
260 def __init__(self, serial, product=None, adb_path='adb'): argument
273 def linesep(self): argument
280 def features(self): argument
288 def has_shell_protocol(self): argument
291 def _make_shell_cmd(self, user_cmd): argument
297 def _parse_shell_output(self, out): argument
325 def _simple_call(self, cmd): argument
330 def shell(self, cmd): argument
348 def shell_nocheck(self, cmd): argument
369 def shell_popen(self, cmd, kill_atexit=True, preexec_fn=None, argument
411 def install(self, filename, replace=False): argument
418 def push(self, local, remote, sync=False): argument
436 def pull(self, remote, local): argument
439 def sync(self, directory=None): argument
445 def tcpip(self, port): argument
448 def usb(self): argument
451 def reboot(self): argument
454 def remount(self): argument
457 def root(self): argument
460 def unroot(self): argument
463 def connect(self, host): argument
466 def disconnect(self, host): argument
469 def forward(self, local, remote): argument
472 def forward_list(self): argument
475 def forward_no_rebind(self, local, remote): argument
478 def forward_remove(self, local): argument
481 def forward_remove_all(self): argument
484 def reverse(self, remote, local): argument
487 def reverse_list(self): argument
490 def reverse_no_rebind(self, local, remote): argument
493 def reverse_remove_all(self): argument
496 def reverse_remove(self, remote): argument
499 def wait(self): argument
502 def get_prop(self, prop_name): argument
512 def set_prop(self, prop_name, value): argument