Home
last modified time | relevance | path

Searched refs:pre_flight (Results 1 – 7 of 7) sorted by relevance

/external/lldb/examples/test/
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 a…
24 lldb.pre_flight: def pre_flight(test):
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):
D.lldb-pre-post-flight.bad1 pre_flight = "I am not callable"
D.lldb-pre-post-flight1 def pre_flight(test):
D.lldb-loggings1 def pre_flight(self):
/external/lldb/test/
Ddotest.py155 pre_flight = None variable
748 global config, pre_flight, post_flight
754 pre_flight = config["pre_flight"]
755 if not callable(pre_flight):
1185 lldb.pre_flight = pre_flight
1199 print "lldb.pre_flight:", getsource_if_available(lldb.pre_flight)
Dlldbtest.py1571 if lldb.pre_flight:
1572 lldb.pre_flight(self)