Home
last modified time | relevance | path

Searched refs:logValue (Results 1 – 22 of 22) 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;
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
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
DSelectionCriterionRule.h78 std::string logValue(utility::ErrorContext &errorContext) const override;
DElement.cpp105 string strValue = logValue(errorContext); in dumpContent()
137 string CElement::logValue(utility::ErrorContext & /*ctx*/) const in logValue() function in CElement
DCompoundRule.cpp53 string CCompoundRule::logValue(utility::ErrorContext & /*ctx*/) const in logValue() function in CCompoundRule
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()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.hpp47 void logValue (std::ostringstream& logMsg, const void* valuePtr, vk::VkFormat valueFormat…
DvktRobustnessVertexAccessTests.cpp832 logValue(logMsg, outValuePtr, VK_FORMAT_R32_SFLOAT, 4); in verifyResult()
834 logValue(logMsg, outValuePtr, m_inputFormat, 4); in verifyResult()
DvktRobustnessUtil.cpp190 void logValue (std::ostringstream& logMsg, const void* valuePtr, VkFormat valueFormat, size_t value… in logValue() function
DvktRobustnessBufferAccessTests.cpp1146 logValue(logMsg, outValuePtr, m_bufferFormat, outValueSize); in verifyResult()