Home
last modified time | relevance | path

Searched refs:mCode (Results 1 – 15 of 15) sorted by relevance

/external/angle/src/libANGLE/
DError.inc17 : mCode(errorCode),
23 : mCode(other.mCode),
34 : mCode(other.mCode),
42 mCode = other.mCode;
62 mCode = other.mCode;
72 return mCode;
82 return (mCode != EGL_SUCCESS);
87 mCode = code;
DError.cpp31 : mCode(errorCode), mID(errorCode), mMessage(EmplaceErrorString(std::move(message))) in Error()
35 : mCode(errorCode), mID(id), mMessage(EmplaceErrorString(std::move(message))) in Error()
42 mMessage.reset(new std::string(GetGenericErrorMessage(mCode))); in createMessageString()
DError.h82 EGLint mCode; variable
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/
DMojoException.java12 private final int mCode; field in MojoException
18 mCode = code; in MojoException()
26 mCode = MojoResult.UNKNOWN; in MojoException()
34 return mCode; in getMojoResult()
42 return "MojoResult(" + mCode + "): " + MojoResult.describe(mCode); in toString()
DMojoResult.java39 public static String describe(int mCode) { in describe() argument
40 switch (mCode) { in describe()
/external/ims/rcs/rcsmanager/src/java/com/android/ims/
DRcsException.java41 private int mCode; field in RcsException
48 mCode = code; in RcsException()
53 mCode = code; in RcsException()
62 return mCode; in getCode()
/external/openthread/src/core/net/
Ddhcp6.hpp205 mCode = 0; in Init()
215 Code GetCode(void) const { return static_cast<Code>(HostSwap16(mCode)); } in GetCode()
223 void SetCode(Code aCode) { mCode = HostSwap16(static_cast<uint16_t>(aCode)); } in SetCode()
242 uint16_t mCode; member in ot::Dhcp6::Option
Dip4_types.hpp599 uint8_t GetCode(void) const { return mCode; } in GetCode()
607 void SetCode(uint8_t aCode) { mCode = aCode; } in SetCode()
646 uint8_t mCode; member in ot::Ip4::Icmp::Header
Dicmp6.hpp143 Code GetCode(void) const { return static_cast<Code>(mCode); } in GetCode()
151 void SetCode(Code aCode) { mCode = static_cast<uint8_t>(aCode); } in SetCode()
Dnd6.cpp187 OT_UNUSED_VARIABLE(mCode); in SetToDefault()
Dnd6.hpp550 uint8_t mCode; member in ot::Ip6::Nd::RouterAdvertMessage::Header
/external/ot-br-posix/src/rest/
Dresponse.cpp86 mCode = aCode; in SetResponsCode()
113 std::string ret(mProtocol + " " + mCode); in Serialize()
Dresponse.hpp142 std::string mCode; member in otbr::rest::Response
/external/openthread/include/openthread/
Dicmp6.h93 uint8_t mCode; ///< Code member
/external/openthread/src/core/coap/
Dcoap_message.hpp291 uint8_t GetCode(void) const { return static_cast<Code>(GetHelpData().mHeader.mCode); } in GetCode()
299 void SetCode(Code aCode) { GetHelpData().mHeader.mCode = static_cast<uint8_t>(aCode); } in SetCode()
905 uint8_t mCode; ///< The CoAP Code member