OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:errorContext
(Results
1 - 25
of
88
) sorted by null
1
2
3
4
/external/parameter-framework/upstream/parameter/
EnumValuePair.h
52
std::string logValue(utility::
ErrorContext
&
errorContext
) const override;
CompoundRule.h
59
std::string logValue(utility::
ErrorContext
&
errorContext
) const override;
SelectionCriterionRule.h
78
std::string logValue(utility::
ErrorContext
&
errorContext
) const override;
Element.h
45
class
ErrorContext
;
129
std::string dumpContent(utility::
ErrorContext
&
errorContext
, const size_t depth = 0) const;
158
virtual std::string logValue(utility::
ErrorContext
&
errorContext
) const;
InstanceConfigurableElement.cpp
204
utility::
ErrorContext
&
errorContext
)
211
errorContext
.setError("Path not found: " + pathNavigator.getCurrentPath());
InstanceConfigurableElement.h
117
utility::
ErrorContext
&
errorContext
);
Element.cpp
33
#include "
ErrorContext
.hpp"
83
string CElement::dumpContent(utility::
ErrorContext
&
errorContext
, const size_t depth) const
105
string strValue = logValue(
errorContext
);
116
output += pChild->dumpContent(
errorContext
, depth + 1);
137
string CElement::logValue(utility::
ErrorContext
& /*ctx*/) const
ConfigurableElement.h
213
std::string logValue(utility::
ErrorContext
&
errorContext
) const override final;
ConfigurableDomain.h
161
std::string logValue(utility::
ErrorContext
&
errorContext
) const override;
ParameterMgr.cpp
[
all
...]
/external/skia/tests/
PictureTest.cpp
859
struct
ErrorContext
{
865
ErrorContext
*
errorContext
= static_cast<
ErrorContext
*>(context);
866
errorContext
->fErrors++;
869
REPORTER_ASSERT_MESSAGE(
errorContext
->fReporter, 1 ==
errorContext
->fErrors,
871
REPORTER_ASSERT_MESSAGE(
errorContext
->fReporter, kParseError_SkError == error,
909
ErrorContext
context;
[
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
...]
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.2.0/
manifest-merger-22.2.0.jar
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.4.0/
manifest-merger-22.4.0.jar
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.4.2/
manifest-merger-22.4.2.jar
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.5.0/
manifest-merger-22.5.0.jar
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.5.1/
manifest-merger-22.5.1.jar
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.5.3/
manifest-merger-22.5.3.jar
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.7.0/
manifest-merger-22.7.0.jar
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.7.1/
manifest-merger-22.7.1.jar
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.7.3/
manifest-merger-22.7.3.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar
/prebuilts/devtools/tools/lib/
manifest-merger.jar
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.8.0/
manifest-merger-22.8.0.jar
Completed in 961 milliseconds
1
2
3
4