OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:output_func
(Results
1 - 8
of
8
) sorted by null
/external/autotest/client/virt/
aexpect.py
275
def run_bg(command, termination_func=None,
output_func
=None, output_prefix="",
278
Run command as a subprocess. Call
output_func
with each line of output
289
@param
output_func
: A function to call with each line of output from
300
output_func
=
output_func
,
310
def run_fg(command,
output_func
=None, output_prefix="", timeout=1.0):
312
Run command as a subprocess. Call
output_func
with each line of output
321
@param
output_func
: A function to call with each line of output from
332
process = run_bg(command, None,
output_func
, output_prefix, timeout)
667
output_func
=None, output_params=(), output_prefix="")
[
all
...]
virt_test_utils.py
666
def raw_ping(command, timeout, session,
output_func
):
675
process = aexpect.run_bg(command,
output_func
=
output_func
,
693
print_func=
output_func
)
698
output2 = session.read_up_to_prompt(print_func=
output_func
)
722
output_func
=logging.debug, session=None):
737
@param
output_func
: Function used to log the result of ping.
762
output_func
= None
764
return raw_ping(command, timeout, session,
output_func
)
virt_env_process.py
219
output_func
=_update_address_cache,
virt_utils.py
845
output_func
= log_line
848
output_func
= None
851
output_func
=
output_func
,
[
all
...]
kvm_vm.py
[
all
...]
/external/autotest/client/virt/tests/
ping.py
57
virt_test_utils.ping(ip, None, flood=True,
output_func
=None,
multicast.py
79
output_func
=None, timeout=flood_minutes*60)
/external/autotest/client/tests/kvm/tests/
timedrift.py
117
output_func
=logging.debug,
Completed in 176 milliseconds