HomeSort by relevance Sort by last modified time
    Searched full:analyzed (Results 76 - 100 of 353) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/owasp/sanitizer/tools/findbugs/doc/
manual.xml 614 Prints a trace of detectors run and classes analyzed to standard output.
703 Specify a project to be analyzed. The project file you specify should
922 the list of files and directories to be analyzed.
936 being analyzed but you do not want to have analyzed for bugs.
1012 have references to other classes which are not included in the analyzed
    [all...]
Changes.html 335 across versions of the code being analyzed, but has the downside
337 on the same version of code being analyzed, FindBugs may think
406 across versions of the code being analyzed, but has the downside
408 on the same version of code being analyzed, FindBugs may think
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/
jdepend.xsl 262 <p>The ratio of the number of abstract classes (and interfaces) in the analyzed package to the total number of classes in the analyzed package. </p>
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 47 // node may be passed to the legalization core, but when analyzed may morph
444 dbgs() << "New node not analyzed?\n";
484 // Operands may morph when they are analyzed. If so, the node will be
485 // updated after all operands have been analyzed. Since this is rare,
519 // It morphed into a previously analyzed node - nothing more to do.
667 // So remove it from the set of nodes which will be analyzed.
673 // NewNode. So if E is marked NewNode, then it needs to be analyzed.
718 // The node was analyzed while reanalyzing an earlier node - it is safe
    [all...]
  /external/owasp/sanitizer/tools/findbugs/src/xsl/
default.xsl 231 <p>Code analyzed:</p>
295 <p><xsl:value-of select="@total_size"/> lines of code analyzed,
  /dalvik/dx/src/com/android/dx/ssa/back/
LivenessAnalyzer.java 50 * {@code >=0;} SSA register currently being analyzed.
  /external/clang/test/Sema/
return.c 232 // Test that 'static inline' functions are only analyzed for CFG-based warnings
  /external/clang/www/analyzer/
faq.html 123 // Code not to be analyzed
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
LivenessAnalyzer.java 51 * {@code >=0;} SSA register currently being analyzed.
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/instr/
Instrumenter.java 96 * if the class can't be analyzed
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
MethodAnalyzer.java 46 /** List of all analyzed instructions */
  /external/liblzf/
Changes 14 buffer (analyzed and nice testcase by Salvatore Sanfilippo).
  /external/mesa3d/src/glsl/
loop_controls.cpp 176 /* If we've entered a loop that hasn't been analyzed, something really,
  /external/v8/src/crankshaft/
hydrogen-flow-engine.h 144 if (effects != NULL) return effects; // Already analyzed this loop.
  /frameworks/base/tools/layoutlib/bridge/src/android/text/
OptimizingLineBreaker.java 182 @SuppressWarnings("ConstantConditions") // method too complex to be analyzed.
  /external/owasp/sanitizer/tools/findbugs/doc/manual/
datamining.html 15 are analyzed (e.g., the timestamp is intended to be the time the class files
16 were generated, not analyzed). Each bug database also contains a version name.
20 the analyzed code. These sequence numbers are simply successive integers,
50 analyzed code into
140 table with the following columns:</p><div class="table"><a name="mineBugHistoryColumns"></a><p class="title"><b>Table&nbsp;12.4.&nbsp;Columns in mineBugHistory output</b></p><div class="table-contents"><table summary="Columns in mineBugHistory output" border="1"><colgroup><col><col></colgroup><thead><tr><th align="left">Title</th><th align="left">Meaning</th></tr></thead><tbody><tr><td align="left">seq</td><td align="left">Sequence number (successive integers, starting at 0)</td></tr><tr><td align="left">version</td><td align="left">Version name</td></tr><tr><td align="left">time</td><td align="left">Release timestamp</td></tr><tr><td align="left">classes</td><td align="left">Number of classes analyzed</td></tr><tr><td align="left">NCSS</td><td align="left">Non Commenting Source Statements</td></tr><tr><td align="left">added</td><td align="left">Count of new warnings for a class that existed in the previous version</td></tr><tr><td align="left">newCode</td><td align="left">Count of new warnings for a class that did not exist in the previous version</td></tr><tr><td align="left">fixed</td><td align="left">Count of warnings removed from a class that remains in the current version</td></tr><tr><td align="left">removed</td><td align="left">Count of warnings in the previous version for a class that is not present in the current version</td></tr><tr><td align="left">retained</td><td align="left">Count of warnings that were in both the previous and current version</td></tr><tr><td align="left">dead</td><td align="left">Warnings that were present in earlier versions but in neither the current version or the immediately preceeding version</td></tr><tr><td align="left">active</td><td align="left">Total warnings present in the current version</td></tr></tbody></table></div></div><br class="table-break"></div><div class="sect2" title="1.5.&nbsp;defectDensity"><div class="titlepage"><div><div><h3 class="title"><a name="defectDensity"></a>1.5.&nbsp;defectDensity</h3></div></div></div><p>
191 </p><p>The output is a table one row per bug database and the following columns:</p><div class="table"><a name="listBugDatabaseInfoColumns"></a><p class="title"><b>Table&nbsp;12.8.&nbsp;listBugDatabaseInfo Columns</b></p><div class="table-contents"><table summary="listBugDatabaseInfo Columns" border="1"><colgroup><col><col></colgroup><thead><tr><th align="left">Column</th><th align="left">Meaning</th></tr></thead><tbody><tr><td align="left">version</td><td align="left">version name</td></tr><tr><td align="left">time</td><td align="left">Release timestamp</td></tr><tr><td align="left">classes</td><td align="left">Number of classes analyzed</td></tr><tr><td align="left">NCSS</td><td align="left">Non Commenting Source Statements analyzed</td></tr><tr><td align="left">total</td><td align="left">Total number of warnings of all kinds</td></tr><tr><td align="left">high</td><td align="left">Total number of high priority warnings of all kinds</td></tr><tr><td align="left">medium</td><td align="left">Total number of medium/normal priority warnings of all kinds</td></tr><tr><td align="left">low</td><td align="left">Total number of low priority warnings of all kinds</td></tr><tr><td align="left">filename</td><td align="left">filename of database</td></tr></tbody></table></div></div><br class="table-break"></div></div><div class="sect1" title="2.&nbsp;Examples"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="examples"></a>2.&nbsp;Examples</h2></div></div></div><div class="sect2" title="2.1.&nbsp;Mining history using proveded shell scrips"><div class="titlepage"><div><div><h3 class="title"><a name="unixscriptsexamples"></a>2.1.&nbsp;Mining history using proveded shell scrips</h3></div></div></div><p>In all of the following, the commands are given in a directory that contains
    [all...]
  /prebuilts/sdk/tools/
jack-coverage-plugin.jar 
  /external/clang/utils/analyzer/
SATestBuild.py 183 # The name of the directory containing the source code that will be analyzed.
184 # Each time a project is analyzed, a fresh copy of its CachedSource directory
351 # For now, we assume the preprocessed files should be analyzed
  /external/icu/icu4c/source/common/unicode/
rbbi.h 351 * Return a CharacterIterator over the text being analyzed.
371 * @return An iterator over the text being analyzed.
378 * Get a UText for the text being analyzed.
  /external/antlr/antlr-3.4/runtime/Python/
pylintrc 95 # number of statements analyzed. This is used by the global evaluation report
  /external/autotest/server/cros/chaos_lib/
chaos_analyzer.py 271 # directory and places the analyzed output for each set of logs in their own
  /external/autotest/utils/
pylintrc 91 # number of statements analyzed. This is used by the global evaluation report
  /external/chromium-trace/catapult/dashboard/dashboard/
find_anomalies.py 138 num_rows: Number of Rows that were analyzed from the test. When fetching
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/
pylintrc 76 # number of statements analyzed. This is used by the global evaluation report
  /external/chromium-trace/catapult/third_party/typ/
pylintrc 80 # number of statements analyzed. This is used by the global evaluation report

Completed in 3138 milliseconds

1 2 34 5 6 7 8 91011>>