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

  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t012lexerXML.g 20 '<!DOCTYPE' WS rootElementName=GENERIC_ID
42 '<?' target=GENERIC_ID WS?
71 : '<' WS? name=GENERIC_ID WS?
77 : '<' WS? name=GENERIC_ID WS?
83 : name=GENERIC_ID WS? '=' WS? value=VALUE
88 : '</' WS? name=GENERIC_ID WS? '>'
108 fragment GENERIC_ID
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 145 private static final String GENERIC_ID = Attendees._ID;
149 GENERIC_ID,
218 protected static final String SQL_WHERE_ID = GENERIC_ID + "=?";
    [all...]

Completed in 144 milliseconds