Searched defs:isConditionTrue (Results 1 - 5 of 5) sorted by relevance

/external/deqp/modules/gles2/performance/
H A Des2pShaderControlStatementTests.cpp175 bool isConditionTrue = m_branchType == BRANCH_TRUE; local
179 DE_ASSERT(isConditionTrue || isConditionFalse || isConditionMixed);
184 const char* staticCompareValueStr = isConditionTrue ? "1.0" : "-1.0";
294 float value = isConditionTrue ? +1.0f : -1.0f;
/external/deqp/modules/gles3/performance/
H A Des3pShaderControlStatementTests.cpp175 bool isConditionTrue = m_branchType == BRANCH_TRUE; local
179 DE_ASSERT(isConditionTrue || isConditionFalse || isConditionMixed);
184 const char* staticCompareValueStr = isConditionTrue ? "1.0" : "-1.0";
298 float value = isConditionTrue ? +1.0f : -1.0f;
/external/clang/include/clang/AST/
H A DExpr.h3584 /// isConditionTrue - Return whether the condition is true (i.e. not
3586 bool isConditionTrue() const { function in class:clang::StringLiteral::OffsetOfExpr::ChooseExpr
3600 return isConditionTrue() ? getLHS() : getRHS();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 790 milliseconds