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

1 2 34 5 6 7 8

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
checkers.h 25 /** @file parallel/checkers.h
sort.h 40 #include <parallel/checkers.h>
  /external/clang/lib/StaticAnalyzer/
README.txt 8 engine (GRExprEngine.cpp and friends), and some static checkers
59 Finally, individual Checkers work by also manipulating the analysis
99 If you are interested in writing checkers, look at the Checker and
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
common_unittest.py 30 # FIXME: The unit tests for the cpp, text, and common checkers should
  /external/clang/test/Analysis/
NewDelete-intersections.mm 12 // checkers bounded with cplusplus.NewDelete.
new.cpp 118 // Check for intersection with other checkers from MallocChecker.cpp
  /external/clang/utils/TableGen/
TableGen.cpp 106 clEnumValN(GenClangSACheckers, "gen-clang-sa-checkers",
107 "Generate Clang Static Analyzer checkers"),
  /external/chromium_org/tools/checkdeps/
checkdeps.py 366 checkers = dict(
369 self._CheckDirectoryImpl(checkers, start_dir)
371 def _CheckDirectoryImpl(self, checkers, dir_name):
384 elif os.path.splitext(full_name)[1] in checkers:
390 checker = checkers[os.path.splitext(cur)[1]]
397 self._CheckDirectoryImpl(checkers, cur)
  /external/clang/utils/analyzer/
SATestBuild.py 170 # The list of checkers used during analyzes.
171 # Currently, consists of all the non experimental checkers, plus a few alpha
172 # checkers we don't want to regress on.
173 Checkers="alpha.unix.SimpleStream,alpha.security.taint,alpha.cplusplus.NewDeleteLeaks,core,cplusplus,deadcode,security,unix,osx"
209 SBOptions += "-enable-checker " + Checkers + " "
257 CmdPrefix += "-analyzer-checker=" + Checkers +" -fcxx-exceptions -fblocks "
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
checker_unittest.py 53 from checkers.cpp import CppChecker
54 from checkers.jsonchecker import JSONChecker
55 from checkers.python import PythonChecker
56 from checkers.text import TextChecker
57 from checkers.xml import XMLChecker
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 269 /// Intended for use by checkers.
607 /// used by checkers, only by the state infrastructure such as the store and
608 /// environment. Checkers should instead use metadata symbols and markInUse.
615 /// live. For other symbols, this has no effect; checkers are not permitted
641 /// (For checkers, this means only in the evalDeadSymbols callback.)
SubEngine.h 113 /// made to the store. Used to update checkers that track region values.
  /external/clang/www/analyzer/
potential_checkers.html 5 <title>List of potential checkers</title>
19 <h1>List of potential checkers</h1>
21 <p>This page contains a list of potential checkers to implement in the static analyzer. If you are interested in contributing to the analyzer's development, this is a good resource to help you get started. The specific names of the checkers are subject to review, and are provided here as suggestions.</p>
25 <table class="checkers">
143 <table class="checkers">
188 <table class="checkers">
225 <table class="checkers">
253 <table class="checkers">
969 <table class="checkers">
    [all...]
  /cts/apps/CtsVerifier/lib/colorchecker/
colorcheckertest.cpp 559 // could not be one of the checkers
687 // Finds the row start of the next block of detected color checkers.
700 // Finds the row end of the next block of detected color checkers.
721 // Matches color checkers between the start row and the end row.
795 // detected color checkers bounded by row i1, row i2 and column j1 and column j2
    [all...]
testingimage.cpp 125 // Returns a vector of the colors in the requested block of color checkers.
whitebalancetest.cpp 53 // map the gray checkers to a white point.
  /external/antlr/antlr-3.4/runtime/Python/
pylintrc 1 # lint Python modules using external checkers.
28 # usually to register additional checkers.
  /external/clang/tools/scan-build/
scan-build 95 if (grep /^--help-checkers$/, @ARGV) {
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_rules_registry.h 136 // This bundles all consistency checkers. Returns true in case of consistency
  /external/clang/include/clang/Basic/
DiagnosticFrontendKinds.td 120 "no analyzer checkers are associated with '%0'">;
  /external/clang/lib/StaticAnalyzer/Checkers/
BoolAssignmentChecker.cpp 71 // checkers).
TraversalChecker.cpp 10 // These checkers print various aspects of the ExprEngine's traversal of the CFG
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
checkers.h 25 /** @file parallel/checkers.h
sort.h 40 #include <parallel/checkers.h>
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
ExtendedPKIXParameters.java 621 * Sets the attribute certificate checkers.
627 * @param attrCertCheckers The attribute certificate checkers to set. Is

Completed in 3889 milliseconds

1 2 34 5 6 7 8