Home
last modified time | relevance | path

Searched refs:logValue (Results 1 – 18 of 18) sorted by relevance

/external/deqp/modules/internal/
DditBuildInfoTests.cpp129 std::string logValue = valueName ? std::string(valueName) : de::toString(m_value); in iterate() local
131 m_testCtx.getLog() << TestLog::Message << m_varName << " = " << logValue << TestLog::EndMessage; in iterate()
/external/parameter-framework/parameter/
DEnumValuePair.h53 virtual void logValue(std::string& strValue, CErrorContext& errorContext) const;
DCompoundRule.h60 virtual void logValue(std::string& strValue, CErrorContext& errorContext) const;
DEnumValuePair.cpp72 void CEnumValuePair::logValue(string& strValue, CErrorContext& errorContext) const in logValue() function in CEnumValuePair
DSelectionCriterionRule.h78 virtual void logValue(std::string& strValue, CErrorContext& errorContext) const;
DCompoundRule.cpp60 void CCompoundRule::logValue(string& strValue, CErrorContext& errorContext) const in logValue() function in CCompoundRule
DBaseParameter.h78 virtual void logValue(std::string& strValue, CErrorContext& errorContext) const;
DSubsystem.cpp316 void CSubsystem::logValue(string& strValue, CErrorContext& errorContext) const in logValue() function in CSubsystem
323 return base::logValue(strValue, errorContext); in logValue()
DArrayParameter.h60 virtual void logValue(std::string& strValue, CErrorContext& errorContext) const;
DSubsystem.h95 virtual void logValue(std::string& strValue, CErrorContext& errorContext) const;
DBaseParameter.cpp73 void CBaseParameter::logValue(string& strValue, CErrorContext& errorContext) const in logValue() function in CBaseParameter
DElement.h167 virtual void logValue(std::string& strValue, CErrorContext& errorContext) const;
DSelectionCriterionRule.cpp61 void CSelectionCriterionRule::logValue(string& strValue, CErrorContext& errorContext) const in logValue() function in CSelectionCriterionRule
DElement.cpp182 logValue(strValue, errorContext); in dumpContent()
215 void CElement::logValue(string& strValue, CErrorContext& errorContext) const in logValue() function in CElement
DConfigurableDomain.h117 virtual void logValue(std::string& strValue, CErrorContext& errorContext) const;
DArrayParameter.cpp177 void CArrayParameter::logValue(string& strValue, CErrorContext& errorContext) const in logValue() function in CArrayParameter
DConfigurableDomain.cpp85 void CConfigurableDomain::logValue(string& strValue, CErrorContext& errorContext) const in logValue() function in CConfigurableDomain
/external/deqp/modules/egl/
DteglQueryConfigTests.cpp203 EGLint getValue (EGLConfig config, EGLenum attrib, bool logValue=true);
269 EGLint GetConfigAttribCase::getValue (EGLConfig config, EGLenum attrib, bool logValue) in getValue() argument
277 if (logValue) in getValue()