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

1 2 3 4 5 6 7 8

  /external/junit/src/main/java/org/junit/internal/
AssumptionViolatedException.java 10 * is meaningful and should or should not be executed). A test for which an assumption
32 public AssumptionViolatedException(String assumption, boolean hasValue, Object value, Matcher<?> matcher) {
33 this.fAssumption = assumption;
44 * An assumption exception with the given <i>value</i> (String or
55 * An assumption exception with the given <i>value</i> (String or
61 public AssumptionViolatedException(String assumption, Object value, Matcher<?> matcher) {
62 this(assumption, true, value, matcher);
66 * An assumption exception with the given message only.
71 public AssumptionViolatedException(String assumption) {
72 this(assumption, false, null, null)
    [all...]
  /external/junit/src/main/java/org/junit/
AssumptionViolatedException.java 7 * is meaningful and should or should not be executed). A test for which an assumption
18 * An assumption exception with the given <i>actual</i> value and a <i>matcher</i> describing
26 * An assumption exception with a message with the given <i>actual</i> value and a
34 * An assumption exception with the given message only.
41 * An assumption exception with the given message and a cause.
43 public AssumptionViolatedException(String assumption, Throwable t) {
44 super(assumption, t);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
attr-arch-assumption.d 2 # source: attr-arch-assumption.s
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
asneed1.d 10 # voiding an assumption that it was the sole setter of
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 70 bool Assumption) {
84 return assume(state, Cond.castAs<NonLoc>(), Assumption);
89 bool assumption) {
90 state = assumeAux(state, cond, assumption);
92 return SU->processAssume(state, cond, assumption);
99 SymbolRef Sym, bool Assumption) {
108 if (Assumption)
116 bool Assumption) {
123 return assumeAuxForSymbol(state, sym, Assumption);
137 return assumeAuxForSymbol(state, sym, Assumption);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h 124 SVal cond, bool assumption) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h 125 SVal cond, bool assumption) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h 125 SVal cond, bool assumption) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h 125 SVal cond, bool assumption) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h 125 SVal cond, bool assumption) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h 125 SVal cond, bool assumption) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h 125 SVal cond, bool assumption) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h 125 SVal cond, bool assumption) = 0;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h 125 SVal cond, bool assumption) = 0;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h 125 SVal cond, bool assumption) = 0;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h 125 SVal cond, bool assumption) = 0;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h 125 SVal cond, bool assumption) = 0;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h 125 SVal cond, bool assumption) = 0;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h 125 SVal cond, bool assumption) = 0;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h 125 SVal cond, bool assumption) = 0;
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 133 bool Assumption;
142 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption)
143 : Constraint(constraint), Assumption(assumption), IsSatisfied(false),
144 IsZeroCheck(!Assumption && Constraint.getAs<Loc>()),
  /hardware/qcom/display/msm8226/
common.mk 61 # If the macro above is defined, we make the assumption that we have the kernel
  /hardware/qcom/display/msm8909/
common.mk 75 # If the macro above is defined, we make the assumption that we have the kernel
  /hardware/qcom/display/msm8909w_3100/
common.mk 68 # If the macro above is defined, we make the assumption that we have the kernel
  /hardware/qcom/display/msm8994/
common.mk 50 # If the macro above is defined, we make the assumption that we have the kernel

Completed in 1301 milliseconds

1 2 3 4 5 6 7 8