/prebuilts/misc/darwin-x86/analyzer/tools/scan-build/ |
set-xcode-analyzer | 66 parser.add_option("--use-checker-build", dest="path", 67 help="Use the Clang located at the provided absolute path, e.g. /Users/foo/checker-1") 86 print "(+) Using Clang bundled with checker build:", path
|
/prebuilts/misc/linux-x86/analyzer/tools/scan-build/ |
set-xcode-analyzer | 66 parser.add_option("--use-checker-build", dest="path", 67 help="Use the Clang located at the provided absolute path, e.g. /Users/foo/checker-1") 86 print "(+) Using Clang bundled with checker build:", path
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
LocalizationChecker.cpp | 11 // 1) A checker that warns about uses of non-localized NSStrings passed to 13 // 2) A syntactic checker that warns against the bad practice of 24 #include "clang/StaticAnalyzer/Core/Checker.h" 61 : public Checker<check::PostCall, check::PreObjCMessage, 93 // When this parameter is set to true, the checker assumes all [all...] |
SimpleStreamChecker.cpp | 10 // Defines a checker for proper use of fopen/fclose APIs. 20 #include "clang/StaticAnalyzer/Core/Checker.h" 50 class SimpleStreamChecker : public Checker<check::PostCall, 90 /// The state of the checker is a map from tracked stream symbols to their 249 // since the checker is modeling the call.
|
MacOSXAPIChecker.cpp | 14 // to here, using the new Checker interface. 21 #include "clang/StaticAnalyzer/Core/Checker.h" 33 class MacOSXAPIChecker : public Checker< check::PreStmt<CallExpr> > {
|
NonNullParamChecker.cpp | 1 //===--- NonNullParamChecker.cpp - Undefined arguments checker -*- C++ -*--===// 21 #include "clang/StaticAnalyzer/Core/Checker.h" 31 : public Checker< check::PreCall, EventDispatcher<ImplicitNullDerefEvent> > {
|
TestAfterDivZeroChecker.cpp | 1 //== TestAfterDivZeroChecker.cpp - Test after division by zero checker --*--==// 17 #include "clang/StaticAnalyzer/Core/Checker.h" 80 : public Checker<check::PreStmt<BinaryOperator>, check::BranchCondition,
|
/libcore/ojluni/src/main/java/sun/security/validator/ |
SimpleValidator.java | 141 // create distrusted certificates checker 144 // create default algorithm constraints checker 148 // create application level algorithm constraints checker 163 // Untrusted checker does not care about the unresolved 174 // Algorithm checker does not care about the unresolved
|
/external/llvm/tools/llvm-rtdyld/ |
llvm-rtdyld.cpp | 446 static int checkAllExpressions(RuntimeDyldChecker &Checker) { 454 if (!Checker.checkAllRulesInBuffer("# rtdyld-check:", 462 applySpecificSectionMappings(RuntimeDyldChecker &Checker) { 482 Checker.getSectionAddr(FileName, SectionName, true); 496 Checker.getRTDyld().mapSectionAddress(OldAddr, NewAddr); 516 RuntimeDyldChecker &Checker) { 530 AppliedMappingsT AppliedMappings = applySpecificSectionMappings(Checker); 576 Checker.getRTDyld().mapSectionAddress(CurEntry.first, NextSectionAddr); 650 RuntimeDyldChecker Checker(Dyld, Disassembler.get(), InstPrinter.get(), 681 remapSectionsAndSymbols(TheTriple, MemMgr, Checker); [all...] |
/prebuilts/go/darwin-x86/src/go/types/ |
stmt.go | 16 func (check *Checker) funcBody(decl *declInfo, name string, sig *Signature, body *ast.BlockStmt) { 59 func (check *Checker) usage(scope *Scope) { 80 func (check *Checker) simpleStmt(s ast.Stmt) { 86 func (check *Checker) stmtList(ctxt stmtContext, list []ast.Stmt) { 98 func (check *Checker) multipleDefaults(list []ast.Stmt) { 124 func (check *Checker) openScope(s ast.Stmt, comment string) { 130 func (check *Checker) closeScope() { 142 func (check *Checker) suspendedCall(keyword string, call *ast.CallExpr) { 158 func (check *Checker) caseValues(x operand /* copy argument (not *operand!) */, values []ast.Expr) { 180 func (check *Checker) caseTypes(x *operand, xtyp *Interface, types []ast.Expr, seen map[Type]token.Pos) (T Type) [all...] |
call.go | 14 func (check *Checker) call(x *operand, e *ast.CallExpr) exprKind { 94 func (check *Checker) use(arg ...ast.Expr) { 105 func (check *Checker) useGetter(get getter, n int) { 181 func (check *Checker) arguments(x *operand, call *ast.CallExpr, sig *Signature, arg getter, n int) { 223 func (check *Checker) argument(sig *Signature, i int, x *operand, ellipsis token.Pos) { 269 func (check *Checker) selector(x *operand, e *ast.SelectorExpr) { 410 // of checker once we rely on MethodSet lookup instead of individual
|
/prebuilts/go/linux-x86/src/go/types/ |
stmt.go | 16 func (check *Checker) funcBody(decl *declInfo, name string, sig *Signature, body *ast.BlockStmt) { 59 func (check *Checker) usage(scope *Scope) { 80 func (check *Checker) simpleStmt(s ast.Stmt) { 86 func (check *Checker) stmtList(ctxt stmtContext, list []ast.Stmt) { 98 func (check *Checker) multipleDefaults(list []ast.Stmt) { 124 func (check *Checker) openScope(s ast.Stmt, comment string) { 130 func (check *Checker) closeScope() { 142 func (check *Checker) suspendedCall(keyword string, call *ast.CallExpr) { 158 func (check *Checker) caseValues(x operand /* copy argument (not *operand!) */, values []ast.Expr) { 180 func (check *Checker) caseTypes(x *operand, xtyp *Interface, types []ast.Expr, seen map[Type]token.Pos) (T Type) [all...] |
call.go | 14 func (check *Checker) call(x *operand, e *ast.CallExpr) exprKind { 94 func (check *Checker) use(arg ...ast.Expr) { 105 func (check *Checker) useGetter(get getter, n int) { 181 func (check *Checker) arguments(x *operand, call *ast.CallExpr, sig *Signature, arg getter, n int) { 223 func (check *Checker) argument(sig *Signature, i int, x *operand, ellipsis token.Pos) { 269 func (check *Checker) selector(x *operand, e *ast.SelectorExpr) { 410 // of checker once we rely on MethodSet lookup instead of individual
|
/prebuilts/tools/linux-x86_64/kythe/extractors/ |
javac_extractor.jar | |
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/ |
DirectSearchOptimizer.java | 74 * previous and current simplex to the convergence checker, not the best ones.</p> 97 /** Convergence checker. */ 98 private RealConvergenceChecker checker; field in class:DirectSearchOptimizer 248 this.checker = convergenceChecker; 253 return checker; 295 converged &= checker.converged(iterations, previous[i], simplex[i]);
|
/external/clang/utils/TableGen/ |
ClangSACheckersEmitter.cpp | 98 std::vector<Record*> checkers = Records.getAllDerivedDefinitions("Checker"); 137 PrintFatalError(R->getLoc(), "Checker '" + R->getName() + 141 // Create a pseudo-group to hold this checker. 152 // Insert the checker and its parent packages into the subgroups set of 160 // Insert the checker into the set of its group. 227 OS << "CHECKER(" << "\"";
|
/external/e2fsprogs/misc/ |
fsck.8.in | 81 system-specific checker is searched for in 88 variable. Please see the file system-specific checker manual pages for 269 are passed to the filesystem-specific checker. These arguments 280 file system-specific checker. 285 execute the filesystem-specific checker directly. If you pass 296 checker. Although not guaranteed, the following options are supported
|
/external/icu/icu4c/source/test/cintltst/ |
spooftest.c | 152 // Verify that the spoof checker does not crash. 178 /* If things are so broken that we can't even open a default spoof checker, */ 200 /* Serialize the default spoof checker */ 209 /* Create a new spoof checker from the freshly serialized data */ 215 /* Verify that the new spoof checker at least wiggles */ 292 /* Verify that the cloned spoof checker is alive */
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
annotations.jar | |
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/annotations/2.0.1/ |
annotations-2.0.1.jar | |
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/ |
annotations-3.0.0.jar | |
/art/tools/checker/file_format/checker/ |
parser.py | 18 from file_format.checker.struct import CheckerFile, TestCase, TestAssertion, TestExpression 91 Logger.fail("Checker assertion could not be parsed: '" + line + "'", fileName, lineNo) 171 Logger.fail("Checker line not inside a group", fileName, lineNo)
|
/art/tools/checker/match/ |
test.py | 19 from file_format.checker.parser import ParseCheckerStream, ParseCheckerAssertion 20 from file_format.checker.struct import CheckerFile, TestCase, TestAssertion 32 checkerFile = CheckerFile("<checker-file>")
|
/external/clang/test/Analysis/inlining/ |
false-positive-suppression.c | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-config suppress-null-return-paths=false -verify %s 2 // RUN: %clang_cc1 -analyze -analyzer-checker=core -verify -DSUPPRESSED=1 %s 3 // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-config avoid-suppressing-null-argument-paths=true -DSUPPRESSED=1 -DNULL_ARGS=1 -verify %s
|
/external/clang/test/Analysis/ |
localization.m | 1 // RUN: %clang_cc1 -analyze -fblocks -analyzer-store=region -analyzer-checker=optin.osx.cocoa.localizability.NonLocalizedStringChecker -analyzer-checker=alpha.osx.cocoa.localizability.PluralMisuseChecker -verify %s 93 // Plural Misuse Checker Tests
|