[go: nahoru, domu]

Searched refs:BEGIN (Results 1 - 7 of 7) sorted by relevance

/frameworks/rs/
H A Dspec.l51 "/*" BEGIN(comment);
55 <comment>"*"+"/" BEGIN(INITIAL);
64 BEGIN(api_entry);
68 BEGIN(api_entry2);
90 BEGIN(var_type);
97 BEGIN(var_type);
107 BEGIN(typeNextState);
113 BEGIN(typeNextState);
119 BEGIN(typeNextState);
125 BEGIN(typeNextStat
[all...]
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DICalendar.java62 static final String BEGIN = "BEGIN"; field in class:ICalendar.Component
193 sb.append(BEGIN);
422 * case, expects a BEGIN as the first line. Returns the provided or newly
443 // NOTE: in this case, if the first line is not a BEGIN, a
462 * the line is a BEGIN, adding the newly created component to the provided
483 if (!Component.BEGIN.equals(name)) {
484 throw new FormatException("Expected BEGIN");
489 if (Component.BEGIN.equals(name)) {
/frameworks/compile/mclinker/lib/Script/
H A DScriptScanner.ll349 BEGIN(LDSCRIPT);
352 BEGIN(EXPRESSION);
371 BEGIN(LDSCRIPT);
374 BEGIN(EXPRESSION);
/frameworks/base/services/core/java/com/android/server/notification/
H A DCalendarTracker.java46 Instances.BEGIN,
57 private static final String INSTANCE_ORDER_BY = Instances.BEGIN + " ASC";
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphRunner.java42 private static final Event BEGIN_EVENT = new Event(Event.BEGIN, null);
91 public static final int BEGIN = 2; field in class:GraphRunner.Event
135 case Event.BEGIN:
/frameworks/base/core/java/android/provider/
H A DCalendarContract.java1829 public static final String BEGIN = "begin"; field in class:CalendarContract.Instances
2132 public static final String BEGIN = "begin"; field in interface:CalendarContract.CalendarAlertsColumns
2235 + " AND " + BEGIN + "=?"
2267 values.put(CalendarAlerts.BEGIN, begin);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 239 milliseconds