Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DConfigurableElement.h213 std::string logValue(utility::ErrorContext &errorContext) const override final;
214 virtual std::string logValue(CParameterAccessContext &context) const;
DEnumValuePair.h52 std::string logValue(utility::ErrorContext &errorContext) const override;
DCompoundRule.h59 std::string logValue(utility::ErrorContext &errorContext) const override;
DEnumValuePair.cpp70 string CEnumValuePair::logValue(utility::ErrorContext & /*ctx*/) const in logValue() function in CEnumValuePair
DConfigurableElement.cpp316 std::string CConfigurableElement::logValue(utility::ErrorContext &context) const in logValue() function in CConfigurableElement
318 return logValue(static_cast<CParameterAccessContext &>(context)); in logValue()
321 std::string CConfigurableElement::logValue(CParameterAccessContext & /*ctx*/) const in logValue() function in CConfigurableElement
DSelectionCriterionRule.h78 std::string logValue(utility::ErrorContext &errorContext) const override;
DCompoundRule.cpp53 string CCompoundRule::logValue(utility::ErrorContext & /*ctx*/) const in logValue() function in CCompoundRule
DElement.cpp105 string strValue = logValue(errorContext); in dumpContent()
137 string CElement::logValue(utility::ErrorContext & /*ctx*/) const in logValue() function in CElement
DBaseParameter.h109 std::string logValue(CParameterAccessContext &context) const override;
DBaseParameter.cpp80 string CBaseParameter::logValue(CParameterAccessContext &context) const in logValue() function in CBaseParameter
DArrayParameter.h73 std::string logValue(CParameterAccessContext &context) const override;
DElement.h158 virtual std::string logValue(utility::ErrorContext &errorContext) const;
DSelectionCriterionRule.cpp54 string CSelectionCriterionRule::logValue(utility::ErrorContext & /*cxt*/) const in logValue() function in CSelectionCriterionRule
DConfigurableDomain.h161 std::string logValue(utility::ErrorContext &errorContext) const override;
DArrayParameter.cpp171 string CArrayParameter::logValue(CParameterAccessContext &context) const in logValue() function in CArrayParameter
DConfigurableDomain.cpp83 string CConfigurableDomain::logValue(utility::ErrorContext & /*ctx*/) 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
131 m_testCtx.getLog() << TestLog::Message << m_varName << " = " << logValue << TestLog::EndMessage; in iterate()
/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()