Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DEnumValuePair.cpp70 string CEnumValuePair::logValue(utility::ErrorContext & /*ctx*/) const in logValue() function in CEnumValuePair
DCompoundRule.cpp53 string CCompoundRule::logValue(utility::ErrorContext & /*ctx*/) const in logValue() function in CCompoundRule
DSelectionCriterionRule.cpp54 string CSelectionCriterionRule::logValue(utility::ErrorContext & /*cxt*/) const in logValue() function in CSelectionCriterionRule
DConfigurableElement.cpp316 std::string CConfigurableElement::logValue(utility::ErrorContext &context) const in logValue() function in CConfigurableElement
321 std::string CConfigurableElement::logValue(CParameterAccessContext & /*ctx*/) const in logValue() function in CConfigurableElement
DBaseParameter.cpp80 string CBaseParameter::logValue(CParameterAccessContext &context) const in logValue() function in CBaseParameter
DElement.cpp138 string CElement::logValue(utility::ErrorContext & /*ctx*/) const in logValue() function in CElement
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
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp194 void logValue (std::ostringstream& logMsg, const void* valuePtr, VkFormat valueFormat, size_t value… in logValue() function
/external/deqp/modules/egl/
DteglQueryConfigTests.cpp269 EGLint GetConfigAttribCase::getValue (EGLConfig config, EGLenum attrib, bool logValue) in getValue()