| OLD | NEW |
| (Empty) |
| 1 | |
| 2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | |
| 3 <html><head><title>Python: module telemetry.internal.backends.android_command_li
ne_backend</title> | |
| 4 <meta charset="utf-8"> | |
| 5 </head><body bgcolor="#f0f0f8"> | |
| 6 | |
| 7 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> | |
| 8 <tr bgcolor="#7799ee"> | |
| 9 <td valign=bottom> <br> | |
| 10 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a hre
f="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry
.internal.html"><font color="#ffffff">internal</font></a>.<a href="telemetry.int
ernal.backends.html"><font color="#ffffff">backends</font></a>.android_command_l
ine_backend</strong></big></big></font></td | |
| 11 ><td align=right valign=bottom | |
| 12 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href=
"../telemetry/internal/backends/android_command_line_backend.py">telemetry/inter
nal/backends/android_command_line_backend.py</a></font></td></tr></table> | |
| 13 <p><tt># Copyright 2013 The Chromium Authors.
All rights reserved.<br> | |
| 14 # Use of this source code is governed by
a BSD-style license that can be<br> | |
| 15 # found in the LICENSE file.</tt></p> | |
| 16 <p> | |
| 17 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | |
| 18 <tr bgcolor="#aa55cc"> | |
| 19 <td colspan=3 valign=bottom> <br> | |
| 20 <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big
></font></td></tr> | |
| 21 | |
| 22 <tr><td bgcolor="#aa55cc"><tt> </tt></td><td>
</td> | |
| 23 <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=t
op><a href="devil.android.device_errors.html">devil.android.device_errors</a><br
> | |
| 24 </td><td width="25%" valign=top><a href="logging.html">logging</a><br> | |
| 25 </td><td width="25%" valign=top><a href="pipes.html">pipes</a><br> | |
| 26 </td><td width="25%" valign=top><a href="sys.html">sys</a><br> | |
| 27 </td></tr></table></td></tr></table><p> | |
| 28 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | |
| 29 <tr bgcolor="#ee77aa"> | |
| 30 <td colspan=3 valign=bottom> <br> | |
| 31 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big
></font></td></tr> | |
| 32 | |
| 33 <tr><td bgcolor="#ee77aa"><tt> </tt></td><td>
</td> | |
| 34 <td width="100%"><dl> | |
| 35 <dt><font face="helvetica, arial"><a href="__builtin__.html#object">__builtin__.
object</a> | |
| 36 </font></dt><dd> | |
| 37 <dl> | |
| 38 <dt><font face="helvetica, arial"><a href="telemetry.internal.backends.android_c
ommand_line_backend.html#SetUpCommandLineFlags">SetUpCommandLineFlags</a> | |
| 39 </font></dt></dl> | |
| 40 </dd> | |
| 41 </dl> | |
| 42 <p> | |
| 43 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | |
| 44 <tr bgcolor="#ffc8d8"> | |
| 45 <td colspan=3 valign=bottom> <br> | |
| 46 <font color="#000000" face="helvetica, arial"><a name="SetUpCommandLineFlags">cl
ass <strong>SetUpCommandLineFlags</strong></a>(<a href="__builtin__.html#object"
>__builtin__.object</a>)</font></td></tr> | |
| 47 | |
| 48 <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> | |
| 49 <td colspan=2><tt>A context manager for setting up 
;the android command line flags.<br> | |
| 50 <br> | |
| 51 This provides a readable way of using the&nbs
p;android command line backend class.<br> | |
| 52 Example usage:<br> | |
| 53 <br> | |
| 54 with android_command_line_backend.<a href="#SetUpCo
mmandLineFlags">SetUpCommandLineFlags</a>(<br> | |
| 55 device, backend_settings,&n
bsp;startup_args):<br> | |
| 56 # Something to run while
the command line flags are set appropriately
.<br> </tt></td></tr> | |
| 57 <tr><td> </td> | |
| 58 <td width="100%">Methods defined here:<br> | |
| 59 <dl><dt><a name="SetUpCommandLineFlags-__enter__"><strong>__enter__</strong></a>
(self)</dt></dl> | |
| 60 | |
| 61 <dl><dt><a name="SetUpCommandLineFlags-__exit__"><strong>__exit__</strong></a>(s
elf, *args)</dt></dl> | |
| 62 | |
| 63 <dl><dt><a name="SetUpCommandLineFlags-__init__"><strong>__init__</strong></a>(s
elf, device, backend_settings, startup_args)</dt></dl> | |
| 64 | |
| 65 <hr> | |
| 66 Data descriptors defined here:<br> | |
| 67 <dl><dt><strong>__dict__</strong></dt> | |
| 68 <dd><tt>dictionary for instance variables (if defined)<
/tt></dd> | |
| 69 </dl> | |
| 70 <dl><dt><strong>__weakref__</strong></dt> | |
| 71 <dd><tt>list of weak references to the object 
;(if defined)</tt></dd> | |
| 72 </dl> | |
| 73 </td></tr></table></td></tr></table> | |
| 74 </body></html> | |
| OLD | NEW |