OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:actionnotsupported
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.core.android_action_runner.html
43
<dt><font face="helvetica, arial"><a href="telemetry.core.android_action_runner.html#
ActionNotSupported
">
ActionNotSupported
</a>
51
<font color="#000000" face="helvetica, arial"><a name="
ActionNotSupported
">class <strong>
ActionNotSupported
</strong></a>(<a href="exceptions.html#Exception">exceptions.Exception</a>)</font></td></tr>
55
<dd><a href="telemetry.core.android_action_runner.html#
ActionNotSupported
">
ActionNotSupported
</a></dd>
67
<dl><dt><a name="
ActionNotSupported
-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#
ActionNotSupported
-__init__">__init__</a>(...) initializes x; see help(type(x)) for signature</tt></dd></dl>
71
<dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#
ActionNotSupported
-__new__">__new__</a>(S, ...) -> a new <a href="__builtin__.html#object">object</a> with type S, a subtype of T</tt></dl>
75
<dl><dt><a name="
ActionNotSupported
-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#ActionNotSupported-__de (…)
[
all
...]
/external/chromium-trace/catapult/telemetry/telemetry/core/
android_action_runner.py
13
class
ActionNotSupported
(Exception):
36
raise
ActionNotSupported
('Invalid scroll direction: %s' % direction)
Completed in 549 milliseconds