/external/junit/src/main/java/org/junit/internal/ |
D | AssumptionViolatedException.java | 32 …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/ |
D | critedge-assume.ll | 1 ; 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/ |
D | AssumptionViolatedException.java | 43 public AssumptionViolatedException(String assumption, Throwable t) { in AssumptionViolatedException() argument 44 super(assumption, t); in AssumptionViolatedException()
|
/external/python/cpython3/Modules/_decimal/libmpdec/literature/ |
D | mulmod-ppro.txt | 222 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/ |
D | mode_string.c | 20 #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/ |
D | SimpleConstraintManager.cpp | 89 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/ |
D | inline-indirect.ll | 2 ; This test used to trigger an assertion in the assumption cache when
|
D | partial-inline-act.ll | 2 ; This testcase tests the assumption cache
|
/external/webrtc/tools/gritsettings/ |
D | README | 1 This is a dummy configuration file to workaround the assumption of the grit
|
/external/llvm/test/Transforms/Inline/ |
D | inline-indirect.ll | 2 ; This test used to trigger an assertion in the assumption cache when
|
/external/eigen/doc/ |
D | WrongStackAlignment.dox | 3 /** \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/ |
D | BugReporterVisitor.h | 142 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/ |
D | simple-framebuffer.txt | 4 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/ |
D | pr32650.ll | 7 ; This test makes the assumption that the lli executable in compiled
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/BDCE/ |
D | invalidate-assumptions.ll | 6 ; 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/ |
D | infiniteloop.ll | 11 ; induction variable. This is not a valid assumption:
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | infiniteloop.ll | 11 ; induction variable. This is not a valid assumption:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/EarlyCSE/ |
D | invariant-loads.ll | 98 ; By assumption, the call can't change contents of p 111 ; By assumption, v1 must equal v2 (TODO)
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | scev-canonical-mode.ll | 1 ; PR26529: Check the assumption of IndVarSimplify to do SCEV expansion in literal mode
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/ |
D | scev-canonical-mode.ll | 1 ; PR26529: Check the assumption of IndVarSimplify to do SCEV expansion in literal mode
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SubEngine.h | 124 SVal cond, bool assumption) = 0;
|
/external/u-boot/doc/ |
D | README.JFFS2 | 38 Remove the assumption that JFFS can dereference a pointer
|
/external/llvm/test/Feature/OperandBundles/ |
D | dse.ll | 62 ; function can be optimized under the assumption that %m does not escape.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/OperandBundles/ |
D | dse.ll | 62 ; function can be optimized under the assumption that %m does not escape.
|
/external/ltp/testcases/kernel/controllers/freezer/ |
D | README | 38 this assumption is incorrect then many of these tests may fail in
|