OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_err_exit
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
trace.py
655
def
_err_exit
(msg):
function
769
_err_exit
("cannot specify both --listfuncs and (--trace or --count)")
772
_err_exit
("must specify one of --trace, --count, --report, "
776
_err_exit
("cannot specify both --report and --no-report")
779
_err_exit
("--report requires a --file")
782
_err_exit
("missing name of file to run")
809
_err_exit
("Cannot run file %r because: %s" % (sys.argv[0], err))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
trace.py
655
def
_err_exit
(msg):
function
769
_err_exit
("cannot specify both --listfuncs and (--trace or --count)")
772
_err_exit
("must specify one of --trace, --count, --report, "
776
_err_exit
("cannot specify both --report and --no-report")
779
_err_exit
("--report requires a --file")
782
_err_exit
("missing name of file to run")
809
_err_exit
("Cannot run file %r because: %s" % (sys.argv[0], err))
Completed in 23 milliseconds