HomeSort by relevance Sort by last modified time
    Searched defs:elist (Results 1 - 5 of 5) sorted by null

  /external/javassist/src/main/javassist/bytecode/
ExceptionsAttribute.java 107 int[] elist = new int[n / 2 - 1]; local
110 elist[k++] = ((blist[j] & 0xff) << 8) | (blist[j + 1] & 0xff);
112 return elist;
124 String[] elist = new String[n / 2 - 1];
128 elist[k++] = constPool.getClassInfo(index);
131 return elist;
137 public void setExceptionIndexes(int[] elist) {
138 int n = elist.length;
142 ByteArray.write16bit(elist[i], blist, i * 2 + 2);
150 public void setExceptions(String[] elist) {
    [all...]
  /external/tinyalsa/
mixer.c 93 struct snd_ctl_elem_list elist; local
106 memset(&elist, 0, sizeof(elist));
107 if (ioctl(fd, SNDRV_CTL_IOCTL_ELEM_LIST, &elist) < 0)
114 mixer->ctl = calloc(elist.count, sizeof(struct mixer_ctl));
115 mixer->elem_info = calloc(elist.count, sizeof(struct snd_ctl_elem_info));
122 eid = calloc(elist.count, sizeof(struct snd_ctl_elem_id));
126 mixer->count = elist.count;
128 elist.space = mixer->count;
129 elist.pids = eid
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_mixer.c 154 struct snd_ctl_elem_list elist; local
167 memset(&elist, 0, sizeof(elist));
168 if (ioctl(fd, SNDRV_CTL_IOCTL_ELEM_LIST, &elist) < 0) {
177 mixer->ctl = calloc(elist.count, sizeof(struct mixer_ctl));
178 mixer->info = calloc(elist.count, sizeof(struct snd_ctl_elem_info));
182 eid = calloc(elist.count, sizeof(struct snd_ctl_elem_id));
186 mixer->count = elist.count;
188 elist.space = mixer->count;
189 elist.pids = eid
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 70 milliseconds