| Index: tools/telemetry/docs/telemetry.unittest.system_stub.html
|
| diff --git a/tools/telemetry/docs/telemetry.unittest.system_stub.html b/tools/telemetry/docs/telemetry.unittest.system_stub.html
|
| index c78cb03e5caabd707ca0ece39ff53fbd99b45c76..fbdec93f78459d94257bc345da2cc7acfd3c3175 100644
|
| --- a/tools/telemetry/docs/telemetry.unittest.system_stub.html
|
| +++ b/tools/telemetry/docs/telemetry.unittest.system_stub.html
|
| @@ -21,8 +21,8 @@ This test allows one to test code that i
|
| <tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td>
|
| <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="os.html">os</a><br>
|
| </td><td width="25%" valign=top><a href="re.html">re</a><br>
|
| -</td><td width="25%" valign=top><a href="sys.html">sys</a><br>
|
| </td><td width="25%" valign=top><a href="shlex.html">shlex</a><br>
|
| +</td><td width="25%" valign=top><a href="sys.html">sys</a><br>
|
| </td></tr></table></td></tr></table><p>
|
| <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
| <tr bgcolor="#ee77aa">
|
| @@ -35,10 +35,15 @@ This test allows one to test code that i
|
| </font></dt><dd>
|
| <dl>
|
| <dt><font face="helvetica, arial"><a href="telemetry.unittest.system_stub.html#AdbCommandsModuleStub">AdbCommandsModuleStub</a>
|
| +</font></dt><dt><font face="helvetica, arial"><a href="telemetry.unittest.system_stub.html#CloudStorageModuleStub">CloudStorageModuleStub</a>
|
| +</font></dt><dt><font face="helvetica, arial"><a href="telemetry.unittest.system_stub.html#OpenFunctionStub">OpenFunctionStub</a>
|
| </font></dt><dt><font face="helvetica, arial"><a href="telemetry.unittest.system_stub.html#OsModuleStub">OsModuleStub</a>
|
| </font></dt><dt><font face="helvetica, arial"><a href="telemetry.unittest.system_stub.html#Override">Override</a>
|
| +</font></dt><dt><font face="helvetica, arial"><a href="telemetry.unittest.system_stub.html#PerfControlModuleStub">PerfControlModuleStub</a>
|
| +</font></dt><dt><font face="helvetica, arial"><a href="telemetry.unittest.system_stub.html#RawInputFunctionStub">RawInputFunctionStub</a>
|
| </font></dt><dt><font face="helvetica, arial"><a href="telemetry.unittest.system_stub.html#SubprocessModuleStub">SubprocessModuleStub</a>
|
| </font></dt><dt><font face="helvetica, arial"><a href="telemetry.unittest.system_stub.html#SysModuleStub">SysModuleStub</a>
|
| +</font></dt><dt><font face="helvetica, arial"><a href="telemetry.unittest.system_stub.html#ThermalThrottleModuleStub">ThermalThrottleModuleStub</a>
|
| </font></dt></dl>
|
| </dd>
|
| </dl>
|
| @@ -50,14 +55,16 @@ This test allows one to test code that i
|
|
|
| <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td>
|
| <td width="100%">Methods defined here:<br>
|
| +<dl><dt><a name="AdbCommandsModuleStub-CleanupLeftoverProcesses"><strong>CleanupLeftoverProcesses</strong></a>(self)</dt></dl>
|
| +
|
| <dl><dt><a name="AdbCommandsModuleStub-GetAttachedDevices"><strong>GetAttachedDevices</strong></a>(self)</dt></dl>
|
|
|
| +<dl><dt><a name="AdbCommandsModuleStub-SetupPrebuiltTools"><strong>SetupPrebuiltTools</strong></a>(self, _)</dt></dl>
|
| +
|
| <dl><dt><a name="AdbCommandsModuleStub-__init__"><strong>__init__</strong></a>(self)</dt></dl>
|
|
|
| <hr>
|
| Static methods defined here:<br>
|
| -<dl><dt><a name="AdbCommandsModuleStub-HasForwarder"><strong>HasForwarder</strong></a>(_<font color="#909090">=None</font>)</dt></dl>
|
| -
|
| <dl><dt><a name="AdbCommandsModuleStub-IsAndroidSupported"><strong>IsAndroidSupported</strong></a>()</dt></dl>
|
|
|
| <hr>
|
| @@ -76,12 +83,70 @@ Data and other attributes defined here:<br>
|
| <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
| <tr bgcolor="#ffc8d8">
|
| <td colspan=3 valign=bottom> <br>
|
| +<font color="#000000" face="helvetica, arial"><a name="CloudStorageModuleStub">class <strong>CloudStorageModuleStub</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr>
|
| +
|
| +<tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td>
|
| +<td width="100%">Methods defined here:<br>
|
| +<dl><dt><a name="CloudStorageModuleStub-GetHash"><strong>GetHash</strong></a>(self, file_path)</dt></dl>
|
| +
|
| +<dl><dt><a name="CloudStorageModuleStub-Insert"><strong>Insert</strong></a>(self, bucket, remote_path, local_path)</dt></dl>
|
| +
|
| +<dl><dt><a name="CloudStorageModuleStub-List"><strong>List</strong></a>(self, _)</dt></dl>
|
| +
|
| +<dl><dt><a name="CloudStorageModuleStub-__init__"><strong>__init__</strong></a>(self)</dt></dl>
|
| +
|
| +<hr>
|
| +Data descriptors defined here:<br>
|
| +<dl><dt><strong>__dict__</strong></dt>
|
| +<dd><tt>dictionary for instance variables (if defined)</tt></dd>
|
| +</dl>
|
| +<dl><dt><strong>__weakref__</strong></dt>
|
| +<dd><tt>list of weak references to the object (if defined)</tt></dd>
|
| +</dl>
|
| +<hr>
|
| +Data and other attributes defined here:<br>
|
| +<dl><dt><strong>CloudStorageError</strong> = <class 'telemetry.unittest.system_stub.CloudStorageError'></dl>
|
| +
|
| +<dl><dt><strong>INTERNAL_BUCKET</strong> = None</dl>
|
| +
|
| +<dl><dt><strong>PUBLIC_BUCKET</strong> = None</dl>
|
| +
|
| +</td></tr></table> <p>
|
| +<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
| +<tr bgcolor="#ffc8d8">
|
| +<td colspan=3 valign=bottom> <br>
|
| +<font color="#000000" face="helvetica, arial"><a name="OpenFunctionStub">class <strong>OpenFunctionStub</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr>
|
| +
|
| +<tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td>
|
| +<td width="100%">Methods defined here:<br>
|
| +<dl><dt><a name="OpenFunctionStub-__call__"><strong>__call__</strong></a>(self, name, *args, **kwargs)</dt></dl>
|
| +
|
| +<dl><dt><a name="OpenFunctionStub-__init__"><strong>__init__</strong></a>(self)</dt></dl>
|
| +
|
| +<hr>
|
| +Data descriptors defined here:<br>
|
| +<dl><dt><strong>__dict__</strong></dt>
|
| +<dd><tt>dictionary for instance variables (if defined)</tt></dd>
|
| +</dl>
|
| +<dl><dt><strong>__weakref__</strong></dt>
|
| +<dd><tt>list of weak references to the object (if defined)</tt></dd>
|
| +</dl>
|
| +<hr>
|
| +Data and other attributes defined here:<br>
|
| +<dl><dt><strong>FileStub</strong> = <class 'telemetry.unittest.system_stub.FileStub'></dl>
|
| +
|
| +</td></tr></table> <p>
|
| +<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
| +<tr bgcolor="#ffc8d8">
|
| +<td colspan=3 valign=bottom> <br>
|
| <font color="#000000" face="helvetica, arial"><a name="OsModuleStub">class <strong>OsModuleStub</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr>
|
|
|
| <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td>
|
| <td width="100%">Methods defined here:<br>
|
| <dl><dt><a name="OsModuleStub-__init__"><strong>__init__</strong></a>(self, sys_module<font color="#909090">=<module 'sys' (built-in)></font>)</dt></dl>
|
|
|
| +<dl><dt><a name="OsModuleStub-access"><strong>access</strong></a>(self, path, _)</dt></dl>
|
| +
|
| <dl><dt><a name="OsModuleStub-getenv"><strong>getenv</strong></a>(self, name)</dt></dl>
|
|
|
| <hr>
|
| @@ -96,6 +161,8 @@ Data descriptors defined here:<br>
|
| Data and other attributes defined here:<br>
|
| <dl><dt><strong>OsPathModuleStub</strong> = <class 'telemetry.unittest.system_stub.OsPathModuleStub'></dl>
|
|
|
| +<dl><dt><strong>X_OK</strong> = 1</dl>
|
| +
|
| </td></tr></table> <p>
|
| <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
| <tr bgcolor="#ffc8d8">
|
| @@ -122,6 +189,48 @@ Data descriptors defined here:<br>
|
| <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
| <tr bgcolor="#ffc8d8">
|
| <td colspan=3 valign=bottom> <br>
|
| +<font color="#000000" face="helvetica, arial"><a name="PerfControlModuleStub">class <strong>PerfControlModuleStub</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr>
|
| +
|
| +<tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td>
|
| +<td width="100%">Methods defined here:<br>
|
| +<dl><dt><a name="PerfControlModuleStub-__init__"><strong>__init__</strong></a>(self)</dt></dl>
|
| +
|
| +<hr>
|
| +Data descriptors defined here:<br>
|
| +<dl><dt><strong>__dict__</strong></dt>
|
| +<dd><tt>dictionary for instance variables (if defined)</tt></dd>
|
| +</dl>
|
| +<dl><dt><strong>__weakref__</strong></dt>
|
| +<dd><tt>list of weak references to the object (if defined)</tt></dd>
|
| +</dl>
|
| +<hr>
|
| +Data and other attributes defined here:<br>
|
| +<dl><dt><strong>PerfControlStub</strong> = <class 'telemetry.unittest.system_stub.PerfControlStub'></dl>
|
| +
|
| +</td></tr></table> <p>
|
| +<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
| +<tr bgcolor="#ffc8d8">
|
| +<td colspan=3 valign=bottom> <br>
|
| +<font color="#000000" face="helvetica, arial"><a name="RawInputFunctionStub">class <strong>RawInputFunctionStub</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr>
|
| +
|
| +<tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td>
|
| +<td width="100%">Methods defined here:<br>
|
| +<dl><dt><a name="RawInputFunctionStub-__call__"><strong>__call__</strong></a>(self, name, *args, **kwargs)</dt></dl>
|
| +
|
| +<dl><dt><a name="RawInputFunctionStub-__init__"><strong>__init__</strong></a>(self)</dt></dl>
|
| +
|
| +<hr>
|
| +Data descriptors defined here:<br>
|
| +<dl><dt><strong>__dict__</strong></dt>
|
| +<dd><tt>dictionary for instance variables (if defined)</tt></dd>
|
| +</dl>
|
| +<dl><dt><strong>__weakref__</strong></dt>
|
| +<dd><tt>list of weak references to the object (if defined)</tt></dd>
|
| +</dl>
|
| +</td></tr></table> <p>
|
| +<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
| +<tr bgcolor="#ffc8d8">
|
| +<td colspan=3 valign=bottom> <br>
|
| <font color="#000000" face="helvetica, arial"><a name="SubprocessModuleStub">class <strong>SubprocessModuleStub</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr>
|
|
|
| <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td>
|
| @@ -160,5 +269,27 @@ Data descriptors defined here:<br>
|
| <dl><dt><strong>__weakref__</strong></dt>
|
| <dd><tt>list of weak references to the object (if defined)</tt></dd>
|
| </dl>
|
| +</td></tr></table> <p>
|
| +<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
| +<tr bgcolor="#ffc8d8">
|
| +<td colspan=3 valign=bottom> <br>
|
| +<font color="#000000" face="helvetica, arial"><a name="ThermalThrottleModuleStub">class <strong>ThermalThrottleModuleStub</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr>
|
| +
|
| +<tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td>
|
| +<td width="100%">Methods defined here:<br>
|
| +<dl><dt><a name="ThermalThrottleModuleStub-__init__"><strong>__init__</strong></a>(self)</dt></dl>
|
| +
|
| +<hr>
|
| +Data descriptors defined here:<br>
|
| +<dl><dt><strong>__dict__</strong></dt>
|
| +<dd><tt>dictionary for instance variables (if defined)</tt></dd>
|
| +</dl>
|
| +<dl><dt><strong>__weakref__</strong></dt>
|
| +<dd><tt>list of weak references to the object (if defined)</tt></dd>
|
| +</dl>
|
| +<hr>
|
| +Data and other attributes defined here:<br>
|
| +<dl><dt><strong>ThermalThrottleStub</strong> = <class 'telemetry.unittest.system_stub.ThermalThrottleStub'></dl>
|
| +
|
| </td></tr></table></td></tr></table>
|
| </body></html>
|
|
|