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

1 2 3 4 5

  /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/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...]
  /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;
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15722.go 7 // Checks to make sure that the compiler can catch a specific invalid
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15722.go 7 // Checks to make sure that the compiler can catch a specific invalid
  /frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
Context.kt 20 import androidx.room.preconditions.Checks
36 val checker: Checks = Checks(logger)
  /prebuilts/go/darwin-x86/misc/cgo/test/
api.go 5 // API Compatibility Checks for cgo
  /prebuilts/go/linux-x86/misc/cgo/test/
api.go 5 // API Compatibility Checks for cgo
  /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.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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.
  /prebuilts/clang/host/darwin-x86/clang-4393122/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.
  /prebuilts/clang/host/darwin-x86/clang-4479392/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.
  /prebuilts/clang/host/darwin-x86/clang-4579689/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.
  /prebuilts/clang/host/darwin-x86/clang-4630689/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.
  /prebuilts/clang/host/darwin-x86/clang-4639204/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.
  /prebuilts/clang/host/darwin-x86/clang-4691093/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.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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.
  /prebuilts/clang/host/linux-x86/clang-4393122/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.
  /prebuilts/clang/host/linux-x86/clang-4479392/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.

Completed in 1530 milliseconds

1 2 3 4 5