OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GenericTesterMainLoop
(Results
1 - 4
of
4
) sorted by null
/external/autotest/client/cros/
mainloop.py
73
class
GenericTesterMainLoop
(ExceptionForwardingMainLoop):
78
super(
GenericTesterMainLoop
, self).__init__(main_loop, **kwargs)
99
return to_return.__get__(self,
GenericTesterMainLoop
)
cros_disks.py
12
from mainloop import
GenericTesterMainLoop
347
class CrosDisksTester(
GenericTesterMainLoop
):
/external/autotest/client/site_tests/network_ModemManagerSMSSignal/
network_ModemManagerSMSSignal.py
11
from autotest_lib.client.cros.mainloop import
GenericTesterMainLoop
14
class SmsTester(
GenericTesterMainLoop
):
22
# The
GenericTesterMainLoop
will run this routine from the idle
57
class SmsMultipartTester(
GenericTesterMainLoop
):
66
# The
GenericTesterMainLoop
will run this routine from the idle
/external/autotest/client/site_tests/network_3GDisableWhileConnecting/
network_3GDisableWhileConnecting.py
12
from autotest_lib.client.cros.mainloop import
GenericTesterMainLoop
18
class DisableTester(
GenericTesterMainLoop
):
64
"""Called by
GenericTesterMainLoop
after the main loop has exited."""
Completed in 185 milliseconds