/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVError.h | 51 #define SPIRVCK(Condition,ErrCode,ErrMsg) \ argument 56 #define SPIRVCKRT(Condition,ErrCode,ErrMsg) \ argument
|
/external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/ |
D | Condition.java | 27 public interface Condition { interface
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | PredicateInfo.h | 125 PredicateWithCondition(PredicateType PT, Value *Op, Value *Condition) in PredicateWithCondition() 135 PredicateAssume(Value *Op, IntrinsicInst *AssumeInst, Value *Condition) in PredicateAssume() 168 Value *Condition, bool TakenEdge) in PredicateBranch()
|
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/ |
D | Condition.java | 13 public abstract class Condition<T> { class 20 private Condition() { } in Condition() method in Condition
|
/external/python/cpython3/Doc/library/ |
D | asyncio-sync.rst | 148 Condition chapter
|
/external/vixl/src/aarch32/ |
D | assembler-aarch32.h | 636 Condition /*cond*/, in Delegate() argument 655 Condition /*cond*/, in Delegate() argument 674 Condition /*cond*/, in Delegate() argument 688 Condition /*cond*/, in Delegate() argument 708 Condition /*cond*/, in Delegate() argument 717 Condition /*cond*/, in Delegate() argument 727 Condition /*cond*/, in Delegate() argument 738 Condition /*cond*/, in Delegate() argument 747 Condition /*cond*/, in Delegate() argument 756 Condition /*cond*/, in Delegate() argument [all …]
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | TraversalChecker.cpp | 37 void TraversalDumper::checkBranchCondition(const Stmt *Condition, in checkBranchCondition()
|
D | UndefBranchChecker.cpp | 60 void UndefBranchChecker::checkBranchCondition(const Stmt *Condition, in checkBranchCondition()
|
D | CheckerDocumentation.cpp | 126 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const {} in checkBranchCondition() argument
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | XChoiceFormat.java | 15 public enum Condition { enum in XChoiceFormat
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/concretesyntaxmodel/ |
D | CsmConditional.java | 57 public enum Condition { enum in CsmConditional
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCPredicates.h | 88 inline Predicate getPredicate(unsigned Condition, unsigned Hint) { in getPredicate()
|
/external/python/cpython2/Lib/multiprocessing/ |
D | __init__.py | 185 def Condition(lock=None): function
|
/external/python/cpython2/Lib/multiprocessing/dummy/ |
D | __init__.py | 88 class Condition(threading._Condition): class
|
/external/google-benchmark/src/ |
D | mutex.h | 69 typedef std::condition_variable Condition; typedef
|
/external/libcxx/utils/google-benchmark/src/ |
D | mutex.h | 69 typedef std::condition_variable Condition; typedef
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.cpp | 566 SmallVectorImpl<MachineOperand> &Condition, in analyzeBranch() 664 ArrayRef<MachineOperand> Condition, in insertBranch()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.cpp | 568 SmallVectorImpl<MachineOperand> &Condition, in analyzeBranch() 666 ArrayRef<MachineOperand> Condition, in InsertBranch()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInst.h | 536 static InstFcmp *create(Cfg *Func, FCond Condition, Variable *Dest, in create() 550 const FCond Condition; variable 568 static InstIcmp *create(Cfg *Func, ICond Condition, Variable *Dest, in create() 583 ICond Condition; variable 731 static InstSelect *create(Cfg *Func, Variable *Dest, Operand *Condition, in create()
|
D | IceInst.cpp | 369 InstFcmp::InstFcmp(Cfg *Func, FCond Condition, Variable *Dest, Operand *Source1, in InstFcmp() 376 InstIcmp::InstIcmp(Cfg *Func, ICond Condition, Variable *Dest, Operand *Source1, in InstIcmp() 480 InstSelect::InstSelect(Cfg *Func, Variable *Dest, Operand *Condition, in InstSelect() 939 Operand *Condition = getCondition(); in dump() local
|
D | IceTargetLoweringARM32.h | 363 CondARM32::Cond Condition) { in _br() 367 void _br(CfgNode *Target, CondARM32::Cond Condition) { in _br() 370 void _br(InstARM32Label *Label, CondARM32::Cond Condition) { in _br()
|
D | IceTargetLoweringX86Base.h | 563 void _br(BrCond Condition, CfgNode *TargetTrue, CfgNode *TargetFalse) { in _br() 570 void _br(BrCond Condition, CfgNode *Target) { in _br() 593 void _cmov(Variable *Dest, Operand *Src0, BrCond Condition) { in _cmov() 601 void _cmpps(Variable *Dest, Operand *Src0, CmppsCond Condition) { in _cmpps() 940 void _setcc(Variable *Dest, BrCond Condition) { in _setcc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | ARMWinEH.h | 302 uint8_t Condition() const { in Condition() function
|
/external/llvm/include/llvm/Support/ |
D | ARMWinEH.h | 302 uint8_t Condition() const { in Condition() function
|
/external/python/cpython2/Lib/msilib/ |
D | schema.py | 25 Condition = Table('Condition') variable
|