Searched refs:pre_flight (Results 1 - 4 of 4) sorted by relevance

/external/lldb/examples/test/
H A Dusage-pre-post-flight6 config: {'pre_flight': 'I am not callable', 'post_flight': <function post_flight at 0x1071871b8>}
7 fatal error: pre_flight is not callable, exiting.
9 config: {'pre_flight': <function pre_flight at 0x1098541b8>, 'post_flight': <function post_flight at 0x109854230>}
24 lldb.pre_flight: def pre_flight(test):
H A Dusage-lldb-loggings10 config: {'pre_flight': <function pre_flight at 0x107042140>}
25 lldb.pre_flight: def pre_flight(self):
71 config: {'pre_flight': <function pre_flight at 0x10ca5c1b8>}
86 lldb.pre_flight: def pre_flight(self):
/external/lldb/test/
H A Ddotest.py154 # The pre_flight and post_flight functions come from reading a config file.
155 pre_flight = None variable
748 global config, pre_flight, post_flight
753 if "pre_flight" in config:
754 pre_flight = config["pre_flight"]
755 if not callable(pre_flight):
756 print "fatal error: pre_flight is not callable, exiting."
1184 # The pre_flight and post_flight come from reading a config file.
1185 lldb.pre_flight
[all...]
H A Dlldbtest.py1571 if lldb.pre_flight:
1572 lldb.pre_flight(self)

Completed in 114 milliseconds