Searched defs:checkers (Results 1 - 21 of 21) sorted by relevance

/external/mockito/src/main/java/org/mockito/internal/verification/checkers/
H A Dpackage-info.java7 * Verification checkers.
9 package org.mockito.internal.verification.checkers;
H A DAtLeastDiscrepancy.java5 package org.mockito.internal.verification.checkers;
H A DMissingInvocationChecker.java6 package org.mockito.internal.verification.checkers;
H A DAtLeastXNumberOfInvocationsChecker.java6 package org.mockito.internal.verification.checkers;
H A DNumberOfInvocationsChecker.java6 package org.mockito.internal.verification.checkers;
H A DNumberOfInvocationsInOrderChecker.java6 package org.mockito.internal.verification.checkers;
/external/clang/tools/scan-build-py/libscanbuild/
H A Dclang.py65 def checkers(language): function in function:get_active_checkers
66 """ Returns a list of active checkers for the given language. """
78 result.update(checkers(language))
83 """ Get all the available checkers from default and from the plugins.
88 This method returns a dictionary of all available checkers and status.
106 # find checkers header
147 checkers = {
153 if child.returncode == 0 and len(checkers):
154 return checkers
156 raise Exception('Could not query Clang for available checkers
[all...]
/external/mockito/src/test/java/org/mockito/internal/verification/checkers/
H A DAtLeastXNumberOfInvocationsCheckerTest.java5 package org.mockito.internal.verification.checkers;
20 import static org.mockito.internal.verification.checkers.AtLeastXNumberOfInvocationsChecker.checkAtLeastNumberOfInvocations;
H A DMissingInvocationCheckerTest.java6 package org.mockito.internal.verification.checkers;
H A DMissingInvocationInOrderCheckerTest.java6 package org.mockito.internal.verification.checkers;
29 import static org.mockito.internal.verification.checkers.MissingInvocationChecker.checkMissingInvocation;
H A DNumberOfInvocationsCheckerTest.java6 package org.mockito.internal.verification.checkers;
H A DNumberOfInvocationsInOrderCheckerTest.java6 package org.mockito.internal.verification.checkers;
/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistry.cpp1 //===--- CheckerRegistry.cpp - Maintains all available checkers -*- C++ -*-===//
47 static void collectCheckers(const CheckerRegistry::CheckerInfoList &checkers, argument
52 auto end = checkers.cend();
54 std::lower_bound(checkers.cbegin(), end, packageInfo, checkerNameLT);
75 // Step through all the checkers in the package.
99 // Sort checkers for efficient collection.
102 // Collect checkers enabled by the options.
109 // Initialize the CheckerManager with all enabled checkers.
H A DCheckerManager.cpp53 // Functions for running checkers for AST traversing..
61 CachedDeclCheckers *checkers = nullptr; local
64 checkers = &(CCI->second);
66 // Find the checkers that should run for this Decl and cache them.
67 checkers = &CachedDeclCheckersMap[DeclKind];
71 checkers->push_back(info.CheckFn);
75 assert(checkers);
77 I = checkers->begin(), E = checkers->end(); I != E; ++I)
90 // Functions for running checkers fo
147 CheckStmtContext(bool isPreVisit, const CheckersTy &checkers, const Stmt *s, ExprEngine &eng, bool wasInlined = false) argument
190 CheckObjCMessageContext(ObjCMessageVisitKind visitKind, const CheckersTy &checkers, const ObjCMethodCall &msg, ExprEngine &eng, bool wasInlined) argument
227 auto &checkers = getObjCMessageCheckers(visitKind); local
258 CheckCallContext(bool isPreVisit, const CheckersTy &checkers, const CallEvent &call, ExprEngine &eng, bool wasInlined) argument
301 CheckLocationContext(const CheckersTy &checkers, SVal loc, bool isLoad, const Stmt *NodeEx, const Stmt *BoundEx, ExprEngine &eng) argument
348 CheckBindContext(const CheckersTy &checkers, SVal loc, SVal val, const Stmt *s, ExprEngine &eng, const ProgramPoint &pp) argument
447 CheckBranchConditionContext(const CheckersTy &checkers, const Stmt *Cond, ExprEngine &eng) argument
491 CheckDeadSymbolsContext(const CheckersTy &checkers, SymbolReaper &sr, const Stmt *s, ExprEngine &eng, ProgramPoint::Kind K) argument
[all...]
/external/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp1 //=- ClangSACheckersEmitter.cpp - Generate Clang SA checkers tables -*- C++ -*-
10 // This tablegen backend emits Clang Static Analyzer checkers tables.
85 llvm::DenseSet<const Record *> &checkers = recordGroupMap[package]->Checkers; local
87 I = checkers.begin(), E = checkers.end(); I != E; ++I)
98 std::vector<Record*> checkers = Records.getAllDerivedDefinitions("Checker"); local
100 for (unsigned i = 0, e = checkers.size(); i != e; ++i)
101 checkerRecIndexMap[checkers[i]] = i;
103 // Invert the mapping of checkers to package/group into a one to many
104 // mapping of packages/groups to checkers
264 llvm::DenseSet<const Record *> &checkers = I->second.Checkers; local
[all...]
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp270 SmallVector<StringRef, 4> checkers; local
271 checkerList.split(checkers, ",");
272 for (StringRef checker : checkers)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.updatechecker_1.1.101.R36x_v20100823.jar ... public static boolean TRACE private java.util.HashMap checkers private final org.eclipse.equinox.p2. ...
/external/robolectric/v1/lib/test/
H A Dmockito-core-1.8.5.jar ... api/ org/mockito/internal/verification/argumentmatching/ org/mockito/internal/verification/checkers/ org/mockito/invocation/ org/mockito/runners/ org/mockito/stubbing/ org ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 242 milliseconds