Home
last modified time | relevance | path

Searched refs:ErrorContext (Results 1 – 25 of 25) sorted by relevance

/external/skia/tests/
DErrorTest.cpp16 } ErrorContext; typedef
26 ErrorContext *context_ptr = static_cast<ErrorContext *>(context); in cb()
37 ErrorContext context; in DEF_TEST()
DPictureTest.cpp859 struct ErrorContext { struct
865 ErrorContext* errorContext = static_cast<ErrorContext*>(context); in assert_one_parse_error_cb() argument
909 ErrorContext context; in DEF_TEST()
/external/parameter-framework/upstream/utility/
DErrorContext.hpp38 class ErrorContext : private NonCopyable class
41 ErrorContext(std::string &error) : mError(error) {} in ErrorContext() function in utility::ErrorContext
DCMakeLists.txt48 ErrorContext.hpp
/external/parameter-framework/upstream/parameter/
DElement.h45 class ErrorContext; variable
129 std::string dumpContent(utility::ErrorContext &errorContext, const size_t depth = 0) const;
158 virtual std::string logValue(utility::ErrorContext &errorContext) 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()
DParameterAccessContext.h38 class CParameterAccessContext : public utility::ErrorContext
DSelectionCriterionRule.h78 std::string logValue(utility::ErrorContext &errorContext) const override;
DParameterAccessContext.cpp32 #define base utility::ErrorContext
DInstanceConfigurableElement.h117 utility::ErrorContext &errorContext);
DCompoundRule.cpp53 string CCompoundRule::logValue(utility::ErrorContext & /*ctx*/) const in logValue()
DElement.cpp83 string CElement::dumpContent(utility::ErrorContext &errorContext, const size_t depth) const in dumpContent()
137 string CElement::logValue(utility::ErrorContext & /*ctx*/) const in logValue()
DInstanceConfigurableElement.cpp204 utility::ErrorContext &errorContext) in checkPathExhausted()
DConfigurableElement.h213 std::string logValue(utility::ErrorContext &errorContext) const override final;
DSelectionCriterionRule.cpp54 string CSelectionCriterionRule::logValue(utility::ErrorContext & /*cxt*/) const in logValue()
DConfigurableDomain.h161 std::string logValue(utility::ErrorContext &errorContext) const override;
DConfigurableElement.cpp316 std::string CConfigurableElement::logValue(utility::ErrorContext &context) const in logValue()
DConfigurableDomain.cpp83 string CConfigurableDomain::logValue(utility::ErrorContext & /*ctx*/) const in logValue()
DParameterMgr.cpp1238 utility::ErrorContext errorContext(strError); in dumpDomainsCommandProcess()
/external/parameter-framework/upstream/xmlserializer/
DXmlSerializingContext.h49 class CXmlSerializingContext : public utility::ErrorContext
DXmlSerializingContext.cpp35 : utility::ErrorContext(strError) in CXmlSerializingContext()
DCMakeLists.txt66 PUBLIC pfw_utility # For NonCopyable and ErrorContext
/external/parameter-framework/
DLibPfwUtility.mk45 upstream/utility/ErrorContext.hpp \