Home
last modified time | relevance | path

Searched refs:mCode (Results 1 – 6 of 6) 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);
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.h80 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()