HomeSort by relevance Sort by last modified time
    Searched full:errorcontext (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/skia/tests/
ErrorTest.cpp 16 } ErrorContext;
26 ErrorContext *context_ptr = static_cast<ErrorContext *>(context);
37 ErrorContext context;
PictureTest.cpp 847 struct ErrorContext {
853 ErrorContext* errorContext = static_cast<ErrorContext*>(context);
854 errorContext->fErrors++;
857 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, 1 == errorContext->fErrors,
859 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, kParseError_SkError == error,
885 ErrorContext context;
    [all...]
  /external/parameter-framework/parameter/
EnumValuePair.cpp 72 void CEnumValuePair::logValue(string& strValue, CErrorContext& errorContext) const
74 (void)errorContext;
CompoundRule.cpp 60 void CCompoundRule::logValue(string& strValue, CErrorContext& errorContext) const
62 (void)errorContext;
EnumValuePair.h 53 virtual void logValue(std::string& strValue, CErrorContext& errorContext) const;
ErrorContext.cpp 30 #include "ErrorContext.h"
Element.cpp 33 #include "ErrorContext.h"
160 void CElement::dumpContent(string& strContent, CErrorContext& errorContext, const uint32_t uiDepth) const
182 logValue(strValue, errorContext);
195 _childArray[uiIndex]->dumpContent(strContent, errorContext, uiDepth + 1);
215 void CElement::logValue(string& strValue, CErrorContext& errorContext) const
218 (void)errorContext;
CompoundRule.h 60 virtual void logValue(std::string& strValue, CErrorContext& errorContext) const;
ParameterAccessContext.h 33 #include "ErrorContext.h"
SelectionCriterionRule.h 78 virtual void logValue(std::string& strValue, CErrorContext& errorContext) const;
BaseParameter.cpp 73 void CBaseParameter::logValue(string& strValue, CErrorContext& errorContext) const
76 CParameterAccessContext& parameterAccessContext = static_cast<CParameterAccessContext&>(errorContext);
InstanceConfigurableElement.cpp 206 bool CInstanceConfigurableElement::checkPathExhausted(CPathNavigator& pathNavigator, CErrorContext& errorContext)
213 errorContext.setError("Path not found: " + pathNavigator.getCurrentPath());
SelectionCriterionRule.cpp 61 void CSelectionCriterionRule::logValue(string& strValue, CErrorContext& errorContext) const
63 (void)errorContext;
Subsystem.cpp 316 void CSubsystem::logValue(string& strValue, CErrorContext& errorContext) const
318 CParameterAccessContext& parameterAccessContext = static_cast<CParameterAccessContext&>(errorContext);
323 return base::logValue(strValue, errorContext);
ArrayParameter.h 60 virtual void logValue(std::string& strValue, CErrorContext& errorContext) const;
BaseParameter.h 78 virtual void logValue(std::string& strValue, CErrorContext& errorContext) const;
CMakeLists.txt 58 ErrorContext.cpp
InstanceConfigurableElement.h 126 static bool checkPathExhausted(CPathNavigator& pathNavigator, CErrorContext& errorContext);
Element.h 131 void dumpContent(std::string& strContent, CErrorContext& errorContext, const uint32_t uiDepth = 0) const;
167 virtual void logValue(std::string& strValue, CErrorContext& errorContext) const;
ArrayParameter.cpp 177 void CArrayParameter::logValue(string& strValue, CErrorContext& errorContext) const
180 CParameterAccessContext& parameterAccessContext = static_cast<CParameterAccessContext&>(errorContext);
Android.mk 73 ErrorContext.cpp \
ConfigurableDomain.h 117 virtual void logValue(std::string& strValue, CErrorContext& errorContext) const;
Subsystem.h 95 virtual void logValue(std::string& strValue, CErrorContext& errorContext) const;
ConfigurableDomain.cpp 85 void CConfigurableDomain::logValue(string& strValue, CErrorContext& errorContext) const
87 (void)errorContext;
    [all...]
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCameraAgentImpl.java 619 String errorContext = "CameraAction[" + CameraActions.stringify(cameraAction) +
621 Log.e(TAG, "RuntimeException during " + errorContext, ex);
    [all...]

Completed in 200 milliseconds

1 2 3 4