HomeSort by relevance Sort by last modified time
    Searched refs:Checks (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/mockito/src/test/java/org/mockito/internal/util/
ChecksTest.java 20 assertEquals("abc", Checks.checkNotNull("abc", "someValue"));
25 assertEquals("abc", Checks.checkNotNull("abc", "someValue", "Oh no!"));
32 Checks.checkNotNull(null, "someValue");
39 Checks.checkNotNull(null, "someValue", "Oh no!");
  /external/mockito/src/main/java/org/mockito/internal/framework/
DefaultMockitoFramework.java 10 import org.mockito.internal.util.Checks;
20 Checks.checkNotNull(listener, "listener");
26 Checks.checkNotNull(listener, "listener");
  /external/mockito/src/main/java/org/mockito/internal/util/reflection/
InstanceField.java 7 import org.mockito.internal.util.Checks;
27 * @param field The field that should be accessed, note that no checks are performed to ensure
32 this.field = Checks.checkNotNull(field, "field");
33 this.instance = Checks.checkNotNull(instance, "instance");
Fields.java 7 import org.mockito.internal.util.Checks;
68 Checks.checkNotNull(annotations, "Provide at least one annotation class");
  /external/mockito/src/main/java/org/mockito/internal/util/
Checks.java 11 public class Checks {
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AVR/
symbol_relocation.s 3 ; Checks that a global symbol with the address of another
  /external/llvm/lib/Transforms/Scalar/
GuardWidening.cpp 13 // "widening" and can be used hoist and common runtime checks in situations like
172 /// Parse \p CheckCond into a conjunction (logical-and) of range checks; and
173 /// append them to \p Checks. Returns true on success, may clobber \c Checks
175 bool parseRangeChecks(Value *CheckCond, SmallVectorImpl<RangeCheck> &Checks) {
177 return parseRangeChecks(CheckCond, Checks, Visited);
180 bool parseRangeChecks(Value *CheckCond, SmallVectorImpl<RangeCheck> &Checks,
183 /// Combine the checks in \p Checks into a smaller set of checks and appen
    [all...]
LoopLoadElimination.cpp 47 cl::desc("The maximum number of SCEV checks allowed for Loop "
340 /// \brief Determine the pointer alias checks to prove that there are no
356 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks;
358 std::copy_if(AllChecks.begin(), AllChecks.end(), std::back_inserter(Checks),
368 DEBUG(dbgs() << "\nPointer Checks (count: " << Checks.size() << "):\n");
369 DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks));
371 return Checks;
410 /// candidates, add run-time checks and perform transformation.
478 // Check intervening may-alias stores. These need runtime checks for alia
    [all...]
LoopDistribute.cpp 61 cl::desc("The maximum number of SCEV checks allowed for Loop "
68 "The maximum number of SCEV checks allowed for Loop "
695 // Don't distribute the loop if we need too many SCEV run-time checks.
700 return fail("too many SCEV run-time checks needed.\n");
713 // If we need run-time checks, version the loop now.
717 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition,
720 if (!Pred.isAlwaysTrue() || !Checks.empty()) {
722 DEBUG(LAI->getRuntimePointerChecking()->printChecks(dbgs(), Checks));
724 LVer.setAliasChecks(std::move(Checks));
790 /// \brief Filter out checks between pointers from the same partition
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
GuardWidening.cpp 13 // "widening" and can be used hoist and common runtime checks in situations like
197 /// Parse \p CheckCond into a conjunction (logical-and) of range checks; and
198 /// append them to \p Checks. Returns true on success, may clobber \c Checks
200 bool parseRangeChecks(Value *CheckCond, SmallVectorImpl<RangeCheck> &Checks) {
202 return parseRangeChecks(CheckCond, Checks, Visited);
205 bool parseRangeChecks(Value *CheckCond, SmallVectorImpl<RangeCheck> &Checks,
208 /// Combine the checks in \p Checks into a smaller set of checks and appen
    [all...]
LoopLoadElimination.cpp 76 cl::desc("The maximum number of SCEV checks allowed for Loop "
372 /// Determine the pointer alias checks to prove that there are no
388 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks;
390 copy_if(AllChecks, std::back_inserter(Checks),
400 LLVM_DEBUG(dbgs() << "\nPointer Checks (count: " << Checks.size()
402 LLVM_DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks));
404 return Checks;
444 /// candidates, add run-time checks and perform transformation.
514 // Check intervening may-alias stores. These need runtime checks for alia
    [all...]
LoopDistribute.cpp 95 cl::desc("The maximum number of SCEV checks allowed for Loop "
102 "The maximum number of SCEV checks allowed for Loop "
738 // Don't distribute the loop if we need too many SCEV run-time checks.
744 "too many SCEV run-time checks needed.\n");
757 // If we need run-time checks, version the loop now.
761 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition,
764 if (!Pred.isAlwaysTrue() || !Checks.empty()) {
766 LLVM_DEBUG(LAI->getRuntimePointerChecking()->printChecks(dbgs(), Checks));
768 LVer.setAliasChecks(std::move(Checks));
840 /// Filter out checks between pointers from the same partition
    [all...]
  /build/soong/scripts/
package-check.sh 23 Checks that the class files in the <jar file> are in the <package-list> or
  /external/tensorflow/tensorflow/core/profiler/g3doc/
advise.md 86 * Checks RecvTensor RPC latency and bandwidth.
87 * Checks CPU/Memory utilization of the job.
90 * Checks what percentage of time the accelerator spends on computation.
94 * Checks whether the operation runs with optimal options.
95 * Checks if there is a better implementation to replace the current operation.
99 * Checks the most expensive operation type.
100 * Checks the most expensive graph nodes.
101 * Checks the most expensive graph-building Python codes.
  /external/mockito/src/main/java/org/mockito/internal/configuration/injection/
MockInjection.java 13 import static org.mockito.internal.util.Checks.checkItemsNotNull;
14 import static org.mockito.internal.util.Checks.checkNotNull;
  /external/llvm/include/llvm/Transforms/Utils/
LoopVersioning.h 12 // emits checks to prove this.
31 /// \brief This class emits a version of the loop where run-time checks ensure
40 /// we will retain the default checks made by LAI. Otherwise, construct an
41 /// object having no checks and we expect the user to add them.
74 /// \brief Sets the runtime alias checks for versioning the loop.
76 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks);
78 /// \brief Sets the runtime SCEV checks for versioning the loop.
125 /// \brief The set of alias checks that we are versioning for.
128 /// \brief The set of SCEV checks that we are versioning for.
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
LoopVersioning.h 12 // emits checks to prove this.
31 /// This class emits a version of the loop where run-time checks ensure
40 /// we will retain the default checks made by LAI. Otherwise, construct an
41 /// object having no checks and we expect the user to add them.
74 /// Sets the runtime alias checks for versioning the loop.
76 SmallVector<RuntimePointerChecking::PointerCheck, 4> Checks);
78 /// Sets the runtime SCEV checks for versioning the loop.
125 /// The set of alias checks that we are versioning for.
128 /// The set of SCEV checks that we are versioning for.
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 54 /// \When performing memory disambiguation checks at runtime do not
59 /// Checks memory dependences among accesses to the same underlying
65 /// sometimes deal these potential dependencies by emitting runtime checks.
76 /// The latter case is safe because later checks guarantuee that there can't
190 /// Only checks sets with elements in \p CheckDeps.
241 /// A wrapper around ScalarEvolution, used to add runtime SCEV checks, and
269 /// vectorize this loop with runtime checks.
291 /// This function checks whether there is a plausible dependence (or the
309 /// Holds information about the memory runtime legality checks to verify
346 Checks.clear()
    [all...]
  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DebugStats.cs 29 /// Checks the debug stats and take action for any inconsistency found.
CallError.cs 56 /// Checks the call API invocation's result is OK.
  /external/mockito/src/main/java/org/mockito/internal/util/collections/
HashCodeAndEqualsSafeSet.java 7 import org.mockito.internal.util.Checks;
132 Checks.checkNotNull(mocks, "Passed collection should notify() be null");
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Target/AArch64/
InstSizes.cpp 42 std::function<void(AArch64InstrInfo &, MachineFunction &)> Checks) {
75 Checks(*II, MF);
  /external/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 85 /// \\brief When performing memory disambiguation checks at runtime do not
90 /// \brief Checks memory dependences among accesses to the same underlying
96 /// sometimes deal these potential dependencies by emitting runtime checks.
107 /// The latter case is safe because later checks guarantuee that there can't
221 /// Only checks sets with elements in \p CheckDeps.
268 /// A wrapper around ScalarEvolution, used to add runtime SCEV checks, and
290 /// vectorize this loop with runtime checks.
312 /// This function checks whether there is a plausible dependence (or the
330 /// \brief Holds information about the memory runtime legality checks to verify
365 Checks.clear()
    [all...]
  /build/soong/cc/config/
tidy.go 24 // Global tidy checks include only google*, performance*,
43 // Enable only some google checks for these projects.
92 Checks string
98 // This is a map of local path prefixes to the set of default clang-tidy checks
125 return pathCheck.Checks
  /external/mockito/src/main/java/org/mockito/internal/creation/
MockSettingsImpl.java 10 import org.mockito.internal.util.Checks;
120 Checks.checkNotNull(constructorArgs,

Completed in 1705 milliseconds

1 2 3