Home
last modified time | relevance | path

Searched refs:assumption (Results 1 – 25 of 197) sorted by relevance

12345678

/external/junit/src/main/java/org/junit/internal/
DAssumptionViolatedException.java32 …public AssumptionViolatedException(String assumption, boolean hasValue, Object value, Matcher<?> m… in AssumptionViolatedException() argument
33 this.fAssumption = assumption; in AssumptionViolatedException()
61 public AssumptionViolatedException(String assumption, Object value, Matcher<?> matcher) { in AssumptionViolatedException() argument
62 this(assumption, true, value, matcher); in AssumptionViolatedException()
71 public AssumptionViolatedException(String assumption) { in AssumptionViolatedException() argument
72 this(assumption, false, null, null); in AssumptionViolatedException()
81 public AssumptionViolatedException(String assumption, Throwable e) { in AssumptionViolatedException() argument
82 this(assumption, false, null, null); in AssumptionViolatedException()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/
Dcritedge-assume.ll1 ; RUN: opt -o %t %s -instcombine -simplifycfg -thinlto-bc -verify-assumption-cache
4 ; Test that the simplifycfg pass correctly updates the assumption cache
6 ; edge. To do that, we set up a pass pipeline such that (1) an assumption
8 ; assumption cache is verified after simplifycfg has run. To satisfy 1, we
10 ; ThinLTOBitcodeWriter pass to write bitcode (that pass uses the assumption
13 ; wipe out the bad assumption cache before it is verified.
/external/junit/src/main/java/org/junit/
DAssumptionViolatedException.java43 public AssumptionViolatedException(String assumption, Throwable t) { in AssumptionViolatedException() argument
44 super(assumption, t); in AssumptionViolatedException()
/external/python/cpython3/Modules/_decimal/libmpdec/literature/
Dmulmod-ppro.txt222 assumption. psatzl Q. psatzl Q. psatzl Q. psatzl Q. psatzl Q. assumption. psatzl Q. psatzl Q.
263 assumption. psatzl Q. auto with qarith. assumption. psatzl Q.
265 psatzl Q. psatzl Q. assumption.
/external/u-boot/fs/reiserfs/
Dmode_string.c20 #error permission bitflag value assumption(s) violated!
27 #warning mode type bitflag value assumption(s) violated! falling back to larger version
/external/clang/lib/StaticAnalyzer/Core/
DSimpleConstraintManager.cpp89 bool assumption) { in assume() argument
90 state = assumeAux(state, cond, assumption); in assume()
92 return SU->processAssume(state, cond, assumption); in assume()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dinline-indirect.ll2 ; This test used to trigger an assertion in the assumption cache when
Dpartial-inline-act.ll2 ; This testcase tests the assumption cache
/external/webrtc/tools/gritsettings/
DREADME1 This is a dummy configuration file to workaround the assumption of the grit
/external/llvm/test/Transforms/Inline/
Dinline-indirect.ll2 ; This test used to trigger an assertion in the assumption cache when
/external/eigen/doc/
DWrongStackAlignment.dox3 /** \eigenManualPage TopicWrongStackAlignment Compiler making a wrong assumption on stack alignment
22 The problem is that, in some particular cases, this assumption can be wrong on Windows, where the s…
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitor.h142 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption) in TrackConstraintBRVisitor() argument
143 : Constraint(constraint), Assumption(assumption), IsSatisfied(false), in TrackConstraintBRVisitor()
/external/u-boot/doc/device-tree-bindings/video/
Dsimple-framebuffer.txt4 with the assumption that the display hardware has already been set up to scan
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/OrcMCJIT/
Dpr32650.ll7 ; This test makes the assumption that the lli executable in compiled
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/BDCE/
Dinvalidate-assumptions.ll6 ; that incorrect assumption and we can miscompile:
59 ; assumption-killing algorithm stops at the call. Ie, it does not remove
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/
Dinfiniteloop.ll11 ; induction variable. This is not a valid assumption:
/external/llvm/test/Transforms/LoopVectorize/
Dinfiniteloop.ll11 ; induction variable. This is not a valid assumption:
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/EarlyCSE/
Dinvariant-loads.ll98 ; By assumption, the call can't change contents of p
111 ; By assumption, v1 must equal v2 (TODO)
/external/llvm/test/Analysis/ScalarEvolution/
Dscev-canonical-mode.ll1 ; PR26529: Check the assumption of IndVarSimplify to do SCEV expansion in literal mode
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/
Dscev-canonical-mode.ll1 ; PR26529: Check the assumption of IndVarSimplify to do SCEV expansion in literal mode
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSubEngine.h124 SVal cond, bool assumption) = 0;
/external/u-boot/doc/
DREADME.JFFS238 Remove the assumption that JFFS can dereference a pointer
/external/llvm/test/Feature/OperandBundles/
Ddse.ll62 ; function can be optimized under the assumption that %m does not escape.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/OperandBundles/
Ddse.ll62 ; function can be optimized under the assumption that %m does not escape.
/external/ltp/testcases/kernel/controllers/freezer/
DREADME38 this assumption is incorrect then many of these tests may fail in

12345678