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
262 def __init__(self, serial, product=None, adb_path='adb'): argument
276 def linesep(self): argument
283 def features(self): argument
291 def has_shell_protocol(self): argument
294 def _make_shell_cmd(self, user_cmd): argument
300 def _parse_shell_output(self, out): argument
328 def _simple_call(self, cmd): argument
333 def shell(self, cmd): argument
351 def shell_nocheck(self, cmd): argument
374 def shell_popen(self, cmd, kill_atexit=True, preexec_fn=None, argument
416 def install(self, filename, replace=False): argument
423 def push(self, local, remote, sync=False): argument
441 def pull(self, remote, local): argument
444 def sync(self, directory=None): argument
450 def tcpip(self, port): argument
453 def usb(self): argument
456 def reboot(self): argument
459 def remount(self): argument
462 def root(self): argument
465 def unroot(self): argument
468 def connect(self, host): argument
471 def disconnect(self, host): argument
474 def forward(self, local, remote): argument
477 def forward_list(self): argument
480 def forward_no_rebind(self, local, remote): argument
483 def forward_remove(self, local): argument
486 def forward_remove_all(self): argument
489 def reverse(self, remote, local): argument
492 def reverse_list(self): argument
495 def reverse_no_rebind(self, local, remote): argument
498 def reverse_remove_all(self): argument
501 def reverse_remove(self, remote): argument
504 def wait(self): argument
507 def get_prop(self, prop_name): argument
517 def set_prop(self, prop_name, value): argument