HomeSort by relevance Sort by last modified time
    Searched refs:mCode (Results 1 - 20 of 20) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
MoreKeySpec.java 27 public final int mCode;
41 mCode = Constants.CODE_OUTPUT_TEXT;
44 mCode = code;
54 hashCode = 31 + mCode;
66 return mCode == other.mCode
78 final String output = (mCode == Constants.CODE_OUTPUT_TEXT ? mOutputText
79 : Constants.printableCode(mCode));
80 if (StringUtils.codePointCount(label) == 1 && label.codePointAt(0) == mCode) {
  /frameworks/base/services/java/com/android/server/
NativeDaemonEvent.java 33 private final int mCode;
40 mCode = code;
51 return mCode;
73 return mCode >= 100 && mCode < 200;
80 return mCode >= 200 && mCode < 300;
87 return mCode >= 400 && mCode < 500;
94 return mCode >= 500 && mCode < 600
    [all...]
  /frameworks/av/media/mtp/
MtpProperty.h 45 MtpPropertyCode mCode;
84 inline MtpPropertyCode getPropertyCode() const { return mCode; }
100 return ( ((mCode & 0xF000) == 0x5000)
101 || ((mCode & 0xF800) == 0xD000));
MtpProperty.cpp 28 : mCode(0),
50 : mCode(propCode),
125 mCode = packet.getUInt16();
168 packet.putUInt16(mCode);
323 ALOGI(" %s (%04X)", MtpDebug::getDevicePropCodeName(mCode), mCode);
325 ALOGI(" %s (%04X)", MtpDebug::getObjectPropCodeName(mCode), mCode);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ResultCode.java 164 private int mCode;
167 mCode = code;
175 return mCode;
180 if (r.mCode == value) {
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
GoogleServiceAuthError.java 57 private final int mCode;
61 mCode = code;
67 if (state.mCode == code) {
  /frameworks/base/core/java/android/content/
UriMatcher.java 132 mCode = code;
140 mCode = NO_MATCH;
207 node.mCode = code;
228 return this.mCode;
271 return node.mCode;
278 private int mCode;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java 52 int mCode;
67 if (mCode != 0) {
88 mCode = a.getInteger(R.styleable.KeyButtonView_keyCode, 0);
243 if (mCode != 0) {
264 if (mCode != 0) {
274 if (mCode != 0) {
303 final KeyEvent ev = new KeyEvent(mDownTime, when, action, mCode, repeatCount,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 61 private final int mCode;
192 this(params, moreKeySpec.mLabel, null, moreKeySpec.mIconId, moreKeySpec.mCode,
214 mCode = code;
350 mCode = mHintLabel.codePointAt(0);
352 mCode = mLabel.codePointAt(0);
358 mCode = CODE_OUTPUT_TEXT;
362 mCode = outputText.codePointAt(0);
365 mCode = CODE_OUTPUT_TEXT;
368 mCode = KeySpecParser.toUpperCaseOfCodeForLocale(code, needsToUpperCase, locale);
391 mCode = key.mCode
    [all...]
MainKeyboardView.java     [all...]
  /frameworks/native/include/binder/
TextOutput.h 94 uint32_t mCode;
166 inline TypeCode::TypeCode(uint32_t code) : mCode(code) { }
168 inline uint32_t TypeCode::typeCode() const { return mCode; }
  /external/chromium_org/third_party/codesighs/
codesighs.c 153 ** mCode Size of code.
157 unsigned long mCode;
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 + modules[loop].mSize.mData))
    [all...]
maptsvdifftool.c 130 int mCode;
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);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java 48 char mCode;
197 if (node.mCode == c) {
205 childNode.mCode = c;
425 final char c = node.mCode;
568 if (node.mCode == c) {
575 childNode.mCode = c;
620 mLookedUpString[index] = node.mCode;
654 if (node.mCode == currentChar) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationCursor.java     [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeySpecParserTests.java 86 Constants.printableCode(spec.mCode));
    [all...]
  /prebuilts/devtools/tools/lib/
sdk-common.jar 
ddmlib.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 523 milliseconds