HomeSort by relevance Sort by last modified time
    Searched refs:elist (Results 1 - 6 of 6) 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/openssl/crypto/engine/
eng_cnf.c 218 STACK_OF(CONF_VALUE) *elist;
226 elist = NCONF_get_section(cnf, CONF_imodule_get_value(md));
228 if (!elist)
234 for (i = 0; i < sk_CONF_VALUE_num(elist); i++)
236 cval = sk_CONF_VALUE_value(elist, i);
  /external/tinyalsa/
mixer.c 92 struct snd_ctl_elem_list elist; local
105 memset(&elist, 0, sizeof(elist));
106 if (ioctl(fd, SNDRV_CTL_IOCTL_ELEM_LIST, &elist) < 0)
113 mixer->ctl = calloc(elist.count, sizeof(struct mixer_ctl));
114 mixer->info = calloc(elist.count, sizeof(struct snd_ctl_elem_info));
118 eid = calloc(elist.count, sizeof(struct snd_ctl_elem_id));
122 mixer->count = elist.count;
124 elist.space = mixer->count;
125 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 331 milliseconds