Searched defs:mCode (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/mojo/public/java/system/src/org/chromium/mojo/system/
H A DMojoException.java12 private final int mCode; field in class:MojoException
18 mCode = code;
26 return mCode;
34 return "MojoResult(" + mCode + "): " + MojoResult.describe(mCode);
H A DMojoResult.java39 public static String describe(int mCode) { argument
40 switch (mCode) {
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DError.h27 GLenum getCode() const { return mCode; }
28 bool isError() const { return (mCode != GL_NO_ERROR); }
33 GLenum mCode; member in class:gl::Error
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
H A DGoogleServiceAuthError.java57 private final int mCode; field in class:GoogleServiceAuthError.State
61 mCode = code;
67 if (state.mCode == code) {
/external/chromium_org/third_party/codesighs/
H A Dcodesighs.c153 ** mCode Size of code.
157 unsigned long mCode; member in struct:__struct_SizeStats
192 unsigned long oneSize = one->mSize.mCode + one->mSize.mData;
193 unsigned long twoSize = two->mSize.mCode + two->mSize.mData;
461 overall.mCode += size;
521 modules[index].mSize.mCode += size;
552 fprintf(inOptions->mOutput, "%u\n", (unsigned)(overall.mCode + overall.mData));
557 fprintf(inOptions->mOutput, "\tTotal:\t%10u\n", (unsigned)(overall.mCode + overall.mData));
558 fprintf(inOptions->mOutput, "\tCode:\t%10u\n", (unsigned)overall.mCode);
582 fprintf(inOptions->mOutput, "\tTotal:\t%10u\n", (unsigned)(modules[loop].mSize.mCode
[all...]
H A Dmaptsvdifftool.c130 int mCode; member in struct:__struct_SizeStats
213 int oneSize = (one->mSize.mCode + one->mSize.mData);
214 int twoSize = (two->mSize.mCode + two->mSize.mData);
610 overall.mCode += size;
611 theModule->mSize.mCode += size;
627 overall.mCode -= size;
628 theModule->mSize.mCode -= size;
839 if(0 == inOptions->mZeroDrift && 0 == (theModule->mSize.mCode + theModule->mSize.mData))
914 fprintf(inOptions->mOutput, "%+d (%+d/%+d)\n", overall.mCode + overall.mData, overall.mCodeComposition.mPositive + overall.mDataComposition.mPositive, overall.mCodeComposition.mNegative + overall.mDataComposition.mNegative);
919 fprintf(inOptions->mOutput, "\tTotal:\t%+11d (%+d/%+d)\n", overall.mCode
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 889 milliseconds