Lines Matching refs:script
9 The Xen tree has a script (xen-analysis.py) available to ease the analysis
16 The xen-analysis.py script has two arguments to select which tool is used for
31 Which tells to the script to prepare the codebase for an analysis by Coverity
34 When invoking the script, the procedure below will be followed:
45 at the script invocation. Coverity and Eclair are capable of intercepting
51 this step, call the script adding the --no-clean argument, but before
52 running again the script, call it with the --clean-only argument, that will
59 Cppcheck tool is integrated in xen-analysis.py script, when using the script,
66 The command above tells the script to prepare the codebase and use Cppcheck tool
73 When invoking the script for Cppcheck analysis, the followed procedure is
82 at the script invocation, but because cppcheck is not able to intercept the
83 compiled files and flags on compiler invocation, a script (cppcheck-cc.sh)
89 if the script is configured to produce the HTML output.