Home
last modified time | relevance | path

Searched defs:logValue (Results 1 – 10 of 10) sorted by relevance

/external/parameter-framework/parameter/
DEnumValuePair.cpp72 void CEnumValuePair::logValue(string& strValue, CErrorContext& errorContext) const in logValue() function in CEnumValuePair
DCompoundRule.cpp60 void CCompoundRule::logValue(string& strValue, CErrorContext& errorContext) const in logValue() function in CCompoundRule
DSelectionCriterionRule.cpp61 void CSelectionCriterionRule::logValue(string& strValue, CErrorContext& errorContext) const in logValue() function in CSelectionCriterionRule
DBaseParameter.cpp73 void CBaseParameter::logValue(string& strValue, CErrorContext& errorContext) const in logValue() function in CBaseParameter
DSubsystem.cpp316 void CSubsystem::logValue(string& strValue, CErrorContext& errorContext) const in logValue() function in CSubsystem
DArrayParameter.cpp177 void CArrayParameter::logValue(string& strValue, CErrorContext& errorContext) const in logValue() function in CArrayParameter
DElement.cpp215 void CElement::logValue(string& strValue, CErrorContext& errorContext) const in logValue() function in CElement
DConfigurableDomain.cpp85 void CConfigurableDomain::logValue(string& strValue, CErrorContext& errorContext) const in logValue() function in CConfigurableDomain
/external/deqp/modules/internal/
DditBuildInfoTests.cpp129 std::string logValue = valueName ? std::string(valueName) : de::toString(m_value); in iterate() local
/external/deqp/modules/egl/
DteglQueryConfigTests.cpp269 EGLint GetConfigAttribCase::getValue (EGLConfig config, EGLenum attrib, bool logValue) in getValue()