Searched refs:Checks (Results 1 - 19 of 19) sorted by relevance

/external/mockito/src/org/mockito/internal/util/
H A DChecks.java11 public class Checks { class
/external/mockito/src/org/mockito/internal/util/reflection/
H A DInstanceField.java7 import org.mockito.internal.util.Checks;
30 this.field = Checks.checkNotNull(field, "field");
31 this.instance = Checks.checkNotNull(instance, "instance");
H A DFields.java8 import org.mockito.internal.util.Checks;
69 Checks.checkNotNull(annotations, "Provide at least one annotation class");
H A DGenericMetadataSupport.java10 import org.mockito.internal.util.Checks;
218 Checks.checkNotNull(type, "type");
/external/llvm/include/llvm/Transforms/Utils/
H A DLoopVersioning.h76 const SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks);
/external/mockito/src/org/mockito/internal/configuration/injection/
H A DMockInjection.java13 import static org.mockito.internal.util.Checks.checkItemsNotNull;
14 import static org.mockito.internal.util.Checks.checkNotNull;
/external/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp336 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks; local
338 std::copy_if(AllChecks.begin(), AllChecks.end(), std::back_inserter(Checks),
348 DEBUG(dbgs() << "\nPointer Checks (count: " << Checks.size() << "):\n");
349 DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks));
351 return Checks;
453 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks =
457 if (Checks.size() > Candidates.size() * CheckPerElim) {
470 if (!Checks.empty() || !LAI.PSE.getUnionPredicate().isAlwaysTrue()) {
472 LV.setAliasChecks(std::move(Checks));
[all...]
H A DLoopDistribute.cpp629 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks; local
631 std::copy_if(AllChecks.begin(), AllChecks.end(), std::back_inserter(Checks),
655 return Checks;
785 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, local
788 if (!Pred.isAlwaysTrue() || !Checks.empty()) {
790 DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks));
792 LVer.setAliasChecks(std::move(Checks));
/external/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h90 /// \brief Checks memory dependences among accesses to the same underlying
362 Checks.clear();
424 const SmallVector<PointerCheck, 4> &getChecks() const { return Checks; }
433 unsigned getNumberOfChecks() const { return Checks.size(); }
438 /// Print \p Checks.
439 void printChecks(raw_ostream &OS, const SmallVectorImpl<PointerCheck> &Checks,
485 SmallVector<PointerCheck, 4> Checks; member in class:llvm::RuntimePointerChecking
507 /// Checks for both memory dependences and the SCEV predicates contained in the
583 /// \brief Checks existence of store to invariant address inside loop.
/external/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp40 const SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks) {
41 AliasChecks = std::move(Checks);
39 setAliasChecks( const SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks) argument
/external/mockito/src/org/mockito/internal/util/collections/
H A DHashCodeAndEqualsSafeSet.java7 import org.mockito.internal.util.Checks;
132 Checks.checkNotNull(mocks, "Passed collection should notify() be null");
/external/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp160 SmallVector<PointerCheck, 4> Checks; local
168 Checks.push_back(std::make_pair(&CGI, &CGJ));
171 return Checks;
176 assert(Checks.empty() && "Checks is not empty");
178 Checks = generateChecks();
378 raw_ostream &OS, const SmallVectorImpl<PointerCheck> &Checks,
381 for (const auto &Check : Checks) {
399 printChecks(OS, Checks, Depth);
418 /// Checks whethe
377 printChecks( raw_ostream &OS, const SmallVectorImpl<PointerCheck> &Checks, unsigned Depth) const argument
[all...]
/external/llvm/test/MC/ARM/
H A Ddirective-eabi_attribute.s236 @ ===--- Compatibility Checks ---===
243 @ ===--- GNU AS Compatibility Checks ---===
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp89 void EmitBinOpCheck(ArrayRef<std::pair<Value *, SanitizerMask>> Checks,
924 /// operation). The check passes if all values in \p Checks (which are \c i1),
927 ArrayRef<std::pair<Value *, SanitizerMask>> Checks, const BinOpInfo &Info) {
970 CGF.EmitCheck(Checks, CheckName, StaticData, DynamicData);
2244 SmallVector<std::pair<llvm::Value *, SanitizerMask>, 2> Checks; local
2247 Checks.push_back(std::make_pair(Builder.CreateICmpNE(Ops.RHS, Zero),
2262 Checks.push_back(
2266 if (Checks.size() > 0)
2267 EmitBinOpCheck(Checks, Ops);
2547 // Checks tha
926 EmitBinOpCheck( ArrayRef<std::pair<Value *, SanitizerMask>> Checks, const BinOpInfo &Info) argument
2731 SmallVector<std::pair<Value *, SanitizerMask>, 2> Checks; local
[all...]
H A DCGExpr.cpp521 SmallVector<std::pair<llvm::Value *, SanitizerMask>, 3> Checks; local
539 Checks.push_back(std::make_pair(IsNonNull, SanitizerKind::Null));
557 Checks.push_back(std::make_pair(LargeEnough, SanitizerKind::ObjectSize));
574 Checks.push_back(std::make_pair(Aligned, SanitizerKind::Alignment));
578 if (Checks.size() > 0) {
585 EmitCheck(Checks, "type_mismatch", StaticData, Ptr);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas391 { Checks if A and B are implemented by the same object }
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp1963 /// CheckIfOverriddenFunctionIsMarkedFinal - Checks whether a virtual member
3010 /// Checks a member initializer expression for cases where reference (or
5423 decltype(DelayedExceptionSpecChecks) Checks;
5426 std::swap(Checks, DelayedExceptionSpecChecks);
5431 for (auto &Check : Checks)
6714 /// CheckConstructor - Checks a fully-formed constructor for
6751 /// CheckDestructor - Checks a fully-formed destructor definition for
8272 /// Checks that the given using declaration is not an invalid
8330 /// Checks that the given nested-name qualifier used in a using decl
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...

Completed in 395 milliseconds