/external/mockito/src/org/mockito/internal/verification/checkers/ |
H A D | AtLeastDiscrepancy.java | 5 package org.mockito.internal.verification.checkers;
|
H A D | AtLeastXNumberOfInvocationsChecker.java | 6 package org.mockito.internal.verification.checkers;
|
H A D | AtLeastXNumberOfInvocationsInOrderChecker.java | 6 package org.mockito.internal.verification.checkers;
|
H A D | MissingInvocationChecker.java | 6 package org.mockito.internal.verification.checkers;
|
H A D | MissingInvocationInOrderChecker.java | 6 package org.mockito.internal.verification.checkers;
|
H A D | NonGreedyNumberOfInvocationsInOrderChecker.java | 6 package org.mockito.internal.verification.checkers;
|
H A D | NumberOfInvocationsChecker.java | 6 package org.mockito.internal.verification.checkers;
|
H A D | NumberOfInvocationsInOrderChecker.java | 6 package org.mockito.internal.verification.checkers;
|
/external/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerRegistry.cpp | 1 //===--- CheckerRegistry.cpp - Maintains all available checkers -*- C++ -*-===// 47 static void collectCheckers(const CheckerRegistry::CheckerInfoList &checkers, argument 52 CheckerRegistry::CheckerInfoList::const_iterator e = checkers.end(); 54 std::lower_bound(checkers.begin(), e, 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 D | CheckerManager.cpp | 53 // 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 413 CheckBranchConditionContext(const CheckersTy &checkers, const Stmt *Cond, ExprEngine &eng) argument 457 CheckDeadSymbolsContext(const CheckersTy &checkers, SymbolReaper &sr, const Stmt *s, ExprEngine &eng, ProgramPoint::Kind K) argument [all...] |
/external/clang/utils/TableGen/ |
H A D | ClangSACheckersEmitter.cpp | 1 //=- 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 D | CompilerInvocation.cpp | 253 SmallVector<StringRef, 4> checkers; local 254 checkerList.split(checkers, ","); 255 for (StringRef checker : checkers)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.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/dexmaker/lib/ |
H A D | mockito-core-1.9.1-SNAPSHOT.jar | ... api/ org/mockito/internal/verification/argumentmatching/ org/mockito/internal/verification/checkers/ org/mockito/invocation/ org/mockito/listeners/ org/mockito/mock/ org ... |
/external/robolectric/v1/lib/test/ |
H A D | mockito-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 D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |