Home
last modified time | relevance | path

Searched refs:IsError (Results 1 – 19 of 19) sorted by relevance

/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/error/
H A Derror.h114 operator bool() const { return !IsError(); }
116 bool IsError() const { return code_ != kParseErrorNone; } in IsError() function
/aosp12/art/cmdline/
H A Dcmdline_result.h45 bool IsError() const { return status_ != kSuccess; } in IsError() function
50 const std::string& GetMessage() const { assert(IsError()); return message_; } in GetMessage()
H A Dcmdline_parse_result.h115 assert(other.IsError()); in CastError()
H A Dcmdline_parser.h694 if (parse_attempt.IsError()) { in Parse()
/aosp12/art/runtime/mirror/
H A Dthrowable.h48 bool IsError() REQUIRES_SHARED(Locks::mutator_lock_);
H A Dthrowable.cc79 bool Throwable::IsError() { in IsError() function in art::mirror::Throwable
/aosp12/hardware/qcom/display/msm8909/sdm/include/utils/
H A Dlocker.h102 bool IsError() { in IsError() function
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/include/utils/
H A Dlocker.h102 bool IsError() { in IsError() function
/aosp12/hardware/qcom/display/msm8996/sdm/include/utils/
H A Dlocker.h102 bool IsError() { in IsError() function
/aosp12/hardware/qcom/display/msm8998/sdm/include/utils/
H A Dlocker.h102 bool IsError() { in IsError() function
/aosp12/hardware/qcom/sdm845/display/sdm/include/utils/
H A Dlocker.h103 bool IsError() { in IsError() function
/aosp12/hardware/qcom/sm7250/display/sdm/include/utils/
H A Dlocker.h103 bool IsError() { in IsError() function
/aosp12/hardware/qcom/sm8150/display/sdm/include/utils/
H A Dlocker.h103 bool IsError() { in IsError() function
/aosp12/art/openjdkjvmti/
H A Dti_logging.cc85 if (result.IsError()) { in SetVerboseFlagExt()
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Dreadertest.cpp1168 EXPECT_FALSE(r.IsError()); in TEST()
1205 EXPECT_FALSE(r.IsError()); in TEST()
/aosp12/art/runtime/
H A Dparsed_options.cc612 if (parse_result.IsError()) { in DoParse()
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Dreader.h437 bool HasParseError() const { return parseResult_.IsError(); } in HasParseError()
H A Ddocument.h1982 bool HasParseError() const { return parseResult_.IsError(); }
/aosp12/art/runtime/interpreter/
H A Dinterpreter_common.cc1115 if (!self->GetException()->IsError()) { in DoResolveCallSite()