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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/lib/Analysis/
CFGReachabilityAnalysis.cpp 23 : analyzed(cfg.getNumBlockIDs(), false) {}
30 // If we haven't analyzed the destination node, run the analysis now
31 if (!analyzed[DstBlockID]) {
33 analyzed[DstBlockID] = true;
44 llvm::BitVector visited(analyzed.size());
47 DstReachability.resize(analyzed.size(), false);
PseudoConstantAnalysis.cpp 30 DeclBody(DeclBody), Analyzed(false) {
46 if (!Analyzed) {
48 Analyzed = true;
58 if (!Analyzed) {
60 Analyzed = true;
  /external/clang/test/Analysis/
objc-method-coverage.m 16 // CHECK: 2 AnalysisConsumer - The # of functions and blocks analyzed (as top level with inlining turned on).
  /external/clang/include/clang/Sema/
AnalysisBasedWarnings.h 57 /// \brief Number of function CFGs built and analyzed.
67 /// \brief Largest number of CFG blocks for a single function analyzed.
70 /// \brief Total number of CFGs with variables analyzed for uninitialized
74 /// \brief Total number of variables analyzed for uninitialized uses.
77 /// \brief Max number of variables analyzed for uninitialized uses in a single
  /external/clang/test/Analysis/inlining/
assume-super-init-does-not-return-nil.m 29 // Test that this is being analyzed.
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
ICoverageVisitor.java 21 * For analyzed class coverage data is emitted to this method.
Analyzer.java 56 * the output instance that will coverage data for every analyzed
118 * if the class can't be analyzed
137 * if the stream can't be read or the class can't be analyzed
168 * if the stream can't be read or a class can't be analyzed
197 * if the file can't be read or a class can't be analyzed
228 * if a file can't be read or a class can't be analyzed
IClassCoverage.java 33 * Returns if the the analyzed class does match the execution data provided.
  /external/v8/src/parsing/
rewriter.h 22 // Assumes code has been parsed and scopes have been analyzed. Mutates the
  /packages/providers/CallLogProvider/
Android.mk 10 # application. This configuration line selects which packages will be analyzed,
  /external/clang/include/clang/Analysis/Analyses/
PseudoConstantAnalysis.h 35 // for storing the result of analyzed ValueDecls
40 bool Analyzed;
CFGReachabilityAnalysis.h 35 ReachableSet analyzed; member in class:clang::CFGReverseBlockReachabilityAnalysis
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BlockCounter.h 12 // analyzed by CoreEngine.
29 /// block has been visited along a path analyzed by CoreEngine.
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/examples/
simple.apt 25 import grammars under <<<src/main/antlr3/imports>>> will be analyzed and converted to
  /packages/providers/CalendarProvider/
Android.mk 34 # application. This configuration line selects which packages will be analyzed,
  /packages/providers/ContactsProvider/
Android.mk 16 # application. This configuration line selects which packages will be analyzed,
  /prebuilts/go/darwin-x86/src/runtime/trace/
trace.go 10 // trace is captured for most events. A trace can be analyzed later with
  /prebuilts/go/linux-x86/src/runtime/trace/
trace.go 10 // trace is captured for most events. A trace can be analyzed later with
  /external/llvm/include/llvm/Analysis/
CodeMetrics.h 59 /// \brief Number of instructions in the analyzed blocks.
62 /// \brief Number of analyzed blocks.
  /external/clang/docs/analyzer/
DebugChecks.rst 25 function being analyzed.
31 top-level function being analyzed.
35 are several functions analyzed, display one graph per function. Beware
109 also be analyzed as a top-level function (in which case both TRUE and FALSE
  /external/javassist/src/test/test/javassist/bytecode/analysis/
ErrorFinder.java 12 * Simple testing tool that verifies class files can be analyzed.
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/system/
ShadowSystem.java 124 * @return true if light analyzed */
128 * @return true if light analyzed */
132 * @return true if light analyzed */
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
BreakIterator.java 372 * Returns a CharacterIterator over the text being analyzed.
379 * @return A CharacterIterator over the text being analyzed.
439 * This function assumes that the text being analyzed is in the default
452 * analyzed.
464 * analyzed.
514 * boundaries. This function assumes that the text being analyzed is
528 * @param where A Locale specifying the language of the text being analyzed.
541 * @param where A Locale specifying the language of the text being analyzed.
553 * This function assumes the text being analyzed is in the default locale's
565 * @param where A Locale specifying the language of the text being analyzed
    [all...]
  /external/owasp/sanitizer/tools/findbugs/doc/
performance.html 62 10% were small benchmarks (analyzed in less than 60 seconds), which makes consistent benchmarking
75 doesn't include any information about the code being analyzed other than the total size of the code
76 being analyzed and the total number of issues found at the different confidence levels. The
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintRunner.java 50 * @param resources the resources (project, folder or file) to be analyzed
84 * @param resources the resources (project, folder or file) to be analyzed
113 * @param resources the resources (project, folder or file) to be analyzed

Completed in 316 milliseconds

1 2 3 4 5 6 7 8 91011>>