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

1 2 3 45 6 7 8

  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 1 //== Checker.h - Registration mechanism for checkers -------------*- C++ -*--=//
10 // This file defines Checker, used to create and register checkers.
  /external/clang/lib/StaticAnalyzer/Checkers/
DebugCheckers.cpp 1 //==- DebugCheckers.cpp - Debugging Checkers ---------------------*- C++ -*-==//
10 // This file defines checkers that display debugging information.
GenericTaintChecker.cpp 12 // The taint information produced by it might be useful to other checkers. For
13 // example, checkers should report errors which involve tainted data more
StreamChecker.cpp 10 // This file defines checkers that model and check stream handling functions.
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSession.java 63 * <p>There are a lot of security issues associated with spell checkers,
67 * arbitrary third party spell checkers, so care must be taken to restrict their
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineObjC.cpp 130 // Finally, run any custom checkers.
ExprEngineCallAndReturn.cpp 494 // Evaluate the function call. We try each of the checkers
514 // use an updated CallEvent instance when calling checkers, but if 'Call' is
523 // Actually evaluate the function call. We try each of the checkers
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.updatechecker_1.1.101.R36x_v20100823.jar 
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 166 /// Checkers can participate in this process with two callbacks:
273 /// to the store. Used to update checkers that track region values.
516 /// Evaluate a call, running pre- and post-call checks and allowing checkers
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
checkerbase.py 17 """Base classes for writing checkers that operate on tokens."""
  /external/chromium_org/testing/gtest/include/gtest/
gtest-death-test.h 58 // Valgrind heap checkers may need this to modify their behavior in death
  /external/chromium_org/third_party/closure_linter/closure_linter/
checkerbase.py 17 """Base classes for writing checkers that operate on tokens."""
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
type_checkers.py 153 # Type-checkers for all scalar CPPTYPEs.
  /external/clang/www/analyzer/
available_checks.html 182 <p>In addition to these the analyzer contains numerous experimental (alpha) checkers.</p>
index.html 156 from basic syntactic checkers to those that find deep bugs by reasoning about
  /external/protobuf/python/google/protobuf/internal/
type_checkers.py 153 # Type-checkers for all scalar CPPTYPEs.
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
FwdLockFile.c 266 assert(pSession->contentTypeLength <= UCHAR_MAX); // Untaint scalar for code checkers.
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-death-test.h 58 // Valgrind heap checkers may need this to modify their behavior in death
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 52 /// This class provides an interface through which checkers can create
461 /// The reports are usually generated by the checkers. Further, they are
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
PKIXParametersTest.java 721 * certification path checkers
799 // checks that checkers cloned
    [all...]
  /external/clang/include/clang/Driver/
CC1Options.td 97 HelpText<"Choose analyzer checkers to enable">;
102 HelpText<"Choose analyzer checkers to disable">;
107 HelpText<"Display the list of analyzer checkers that are available">;
  /device/generic/goldfish/camera/
EmulatedCameraDevice.h 260 * State checkers.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/
pylintrc 51 # usually to register additional checkers.
  /external/chromium_org/tools/gyp/
pylintrc 21 # usually to register additional checkers.
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 246 SmallVector<StringRef, 4> checkers; local
247 checkerList.split(checkers, ",");
248 for (unsigned i = 0, e = checkers.size(); i != e; ++i)
249 Opts.CheckersControlList.push_back(std::make_pair(checkers[i], enable));
    [all...]

Completed in 1510 milliseconds

1 2 3 45 6 7 8