Home
last modified time | relevance | path

Searched defs:Condition (Results 1 – 25 of 69) sorted by relevance

123

/external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
DCondition.java27 public interface Condition { interface
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVError.h51 #define SPIRVCK(Condition,ErrCode,ErrMsg) \ argument
56 #define SPIRVCKRT(Condition,ErrCode,ErrMsg) \ argument
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
DCondition.java13 public abstract class Condition<T> { class
20 private Condition() { } in Condition() method in Condition
/external/vixl/src/aarch32/
Dassembler-aarch32.h620 Condition /*cond*/, in Delegate() argument
639 Condition /*cond*/, in Delegate() argument
658 Condition /*cond*/, in Delegate() argument
672 Condition /*cond*/, in Delegate() argument
682 Condition /*cond*/, in Delegate() argument
691 Condition /*cond*/, in Delegate() argument
701 Condition /*cond*/, in Delegate() argument
712 Condition /*cond*/, in Delegate() argument
721 Condition /*cond*/, in Delegate() argument
730 Condition /*cond*/, in Delegate() argument
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/
DTraversalChecker.cpp37 void TraversalDumper::checkBranchCondition(const Stmt *Condition, in checkBranchCondition()
DUndefBranchChecker.cpp60 void UndefBranchChecker::checkBranchCondition(const Stmt *Condition, in checkBranchCondition()
DTestAfterDivZeroChecker.cpp215 void TestAfterDivZeroChecker::checkBranchCondition(const Stmt *Condition, in checkBranchCondition()
DCheckerDocumentation.cpp126 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const {} in checkBranchCondition() argument
/external/bison/data/
Dglr.c307 # define YYASSERT(Condition) ((void) ((Condition) || (abort (), 0))) argument
/external/python/cpython2/Lib/multiprocessing/
D__init__.py185 def Condition(lock=None): function
Dsynchronize.py195 class Condition(object): class
/external/python/cpython2/Lib/multiprocessing/dummy/
D__init__.py88 class Condition(threading._Condition): class
/external/libcxx/utils/google-benchmark/src/
Dmutex.h69 typedef std::condition_variable Condition; typedef
/external/google-benchmark/src/
Dmutex.h69 typedef std::condition_variable Condition; typedef
/external/llvm/lib/Target/Lanai/
DLanaiInstrInfo.cpp568 SmallVectorImpl<MachineOperand> &Condition, in analyzeBranch()
666 ArrayRef<MachineOperand> Condition, in InsertBranch()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h363 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()
DIceInst.h529 static InstFcmp *create(Cfg *Func, FCond Condition, Variable *Dest, in create()
543 const FCond Condition; variable
561 static InstIcmp *create(Cfg *Func, ICond Condition, Variable *Dest, in create()
576 ICond Condition; variable
724 static InstSelect *create(Cfg *Func, Variable *Dest, Operand *Condition, in create()
DIceInst.cpp369 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
DIceTargetLoweringX86Base.h563 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/llvm/include/llvm/Support/
DARMWinEH.h302 uint8_t Condition() const { in Condition() function
/external/python/cpython2/Lib/msilib/
Dschema.py25 Condition = Table('Condition') variable
/external/python/cpython2/Tools/msi/
Dschema.py25 Condition = Table('Condition') variable
/external/valgrind/drd/tests/
Dtsan_thread_wrappers_pthread.h164 Condition(bool (*func)(T*), T* arg) in Condition() function
167 Condition(bool (*func)()) in Condition() function
/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh1381 struct Condition struct
1383 inline bool evaluate (const int *coords, unsigned int coord_len) const in evaluate()
1391 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize()
1402 union {
1405 } u;
/external/clang/test/SemaCXX/
Dmember-pointer.cpp184 typedef bool( base::Process::*Condition )(); typedef

123