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

  /packages/apps/Calendar/src/com/android/calendar/
GoogleCalendarUriIntentFilter.java 56 String eid = uri.getQueryParameter("eid"); local
57 if (eid != null) {
58 String selection = Events.HTML_URI + " LIKE \"%eid=" + eid + "%\"";
  /device/samsung/crespo/libaudio2/
alsa_mixer.c 104 struct snd_ctl_elem_id *eid = NULL; local
126 eid = calloc(elist.count, sizeof(struct snd_ctl_elem_id));
127 if (!eid)
133 elist.pids = eid;
139 ei->id.numid = eid[n].numid;
162 free(eid);
166 if (eid)
167 free(eid);
  /frameworks/base/tools/aapt/
ResourceTable.cpp 3749 int eid = Res_GETENTRY(resID); local
    [all...]
  /external/chromium/net/base/
effective_tld_names.cc     [all...]

Completed in 125 milliseconds