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

  /system/core/toolbox/
getevent.h 9 #define LABEL_END { NULL, -1 }
16 LABEL_END,
32 LABEL_END,
40 LABEL_END,
540 LABEL_END,
554 LABEL_END,
597 LABEL_END,
615 LABEL_END,
624 LABEL_END,
639 LABEL_END,
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeySpecParser.java 56 private static final char LABEL_END = '|';
101 final int end = moreKeySpec.indexOf(LABEL_END, start);
103 throw new KeySpecParserError(LABEL_END + " at " + start + ": " + moreKeySpec);
113 } else if (c == LABEL_END) {
139 throw new KeySpecParserError("Multiple " + LABEL_END + ": " + moreKeySpec);
141 return parseEscape(moreKeySpec.substring(end + /* LABEL_END */1));
172 throw new KeySpecParserError("Multiple " + LABEL_END + ": " + moreKeySpec);
207 final int end = moreKeySpec.indexOf(LABEL_END, PREFIX_ICON.length());

Completed in 980 milliseconds