Home
last modified time | relevance | path

Searched defs:getCondition (Results 1 – 5 of 5) sorted by relevance

/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DWaitingThread.java94 public final Condition getCondition() { in getCondition() method in WaitingThread
/external/deqp/modules/glshared/
DglsAttributeLocationTests.hpp105 const Cond& getCondition (void) const { return m_cond; } in getCondition() function in deqp::gls::AttributeLocationTestUtil::Attribute
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCoreEngine.h535 const Expr *getCondition() const { return Condition; } in getCondition() function
/external/clang/include/clang/AST/
DOpenMPClause.h190 Expr *getCondition() const { return cast_or_null<Expr>(Condition); } in getCondition() function
243 Expr *getCondition() const { return cast_or_null<Expr>(Condition); } in getCondition() function
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir.h827 CondCode getCondition() const { return setCond; } in getCondition() function