HomeSort by relevance Sort by last modified time
    Searched refs:pre_flight (Results 1 - 4 of 4) sorted by null

  /external/lldb/examples/test/
usage-pre-post-flight 6 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):
usage-lldb-loggings 10 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/
dotest.py 154 # 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."
    [all...]
lldbtest.py     [all...]

Completed in 277 milliseconds