OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:post_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>}
9
config: {'pre_flight': <function pre_flight at 0x1098541b8>, '
post_flight
': <function
post_flight
at 0x109854230>}
30
lldb.
post_flight
: def
post_flight
(test):
usage-lldb-loggings
35
lldb.
post_flight
: None
100
lldb.
post_flight
: None
/external/lldb/test/
dotest.py
154
# 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."
[
all
...]
lldbtest.py
[
all
...]
Completed in 599 milliseconds