HomeSort by relevance Sort by last modified time
    Searched defs:IsError (Results 1 - 7 of 7) sorted by null

  /system/extras/memory_replay/
Action.h 31 bool IsError() { return is_error_; };
  /art/cmdline/
cmdline_result.h 45 bool IsError() const { return status_ != kSuccess; }
50 const std::string& GetMessage() const { assert(IsError()); return message_; }
  /hardware/qcom/display/msm8996/sdm/include/utils/
locker.h 102 bool IsError() {
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/error/
error.h 110 //! Get the error offset, if \ref IsError(), 0 otherwise.
113 //! Conversion to \c bool, returns \c true, iff !\ref IsError().
114 operator bool() const { return !IsError(); }
116 bool IsError() const { return code_ != kParseErrorNone; }
  /external/clang/lib/Lex/
LiteralSupport.cpp 307 bool IsError = (!Features.CPlusPlus11 || !in_char_string_literal);
312 IsError ? diag::err_ucn_escape_basic_scs :
317 IsError ? diag::err_ucn_control_character :
320 if (IsError)
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]

Completed in 402 milliseconds