Searched defs:post_flight (Results 1 - 1 of 1) sorted by path

/external/lldb/test/
H A Ddotest.py154 # The pre_flight and post_flight functions come from reading a config file.
156 post_flight = None variable
748 global config, pre_flight, post_flight
758 if "post_flight" in config:
759 post_flight = config["post_flight"]
760 if not callable(post_flight):
761 print "fatal error: post_flight is not callable, exiting."
1184 # The pre_flight and post_flight come from reading a config file.
1186 lldb.post_flight
[all...]

Completed in 283 milliseconds