Searched refs:elist (Results 1 – 4 of 4) sorted by relevance
/external/javassist/src/main/javassist/bytecode/ |
D | ExceptionsAttribute.java | 107 int[] elist = new int[n / 2 - 1]; in getExceptionIndexes() local 110 elist[k++] = ((blist[j] & 0xff) << 8) | (blist[j + 1] & 0xff); in getExceptionIndexes() 112 return elist; in getExceptionIndexes() 124 String[] elist = new String[n / 2 - 1]; in getExceptions() 128 elist[k++] = constPool.getClassInfo(index); in getExceptions() 131 return elist; in getExceptions() 137 public void setExceptionIndexes(int[] elist) { in setExceptionIndexes() argument 138 int n = elist.length; in setExceptionIndexes() 142 ByteArray.write16bit(elist[i], blist, i * 2 + 2); in setExceptionIndexes() 150 public void setExceptions(String[] elist) { in setExceptions() argument [all …]
|
/external/tinyalsa/ |
D | mixer.c | 93 struct snd_ctl_elem_list elist; in mixer_open() local 106 memset(&elist, 0, sizeof(elist)); in mixer_open() 107 if (ioctl(fd, SNDRV_CTL_IOCTL_ELEM_LIST, &elist) < 0) in mixer_open() 114 mixer->ctl = calloc(elist.count, sizeof(struct mixer_ctl)); in mixer_open() 115 mixer->elem_info = calloc(elist.count, sizeof(struct snd_ctl_elem_info)); in mixer_open() 122 eid = calloc(elist.count, sizeof(struct snd_ctl_elem_id)); in mixer_open() 126 mixer->count = elist.count; in mixer_open() 128 elist.space = mixer->count; in mixer_open() 129 elist.pids = eid; in mixer_open() 130 if (ioctl(fd, SNDRV_CTL_IOCTL_ELEM_LIST, &elist) < 0) in mixer_open()
|
/external/selinux/policycoreutils/sandbox/ |
D | sandbox | 89 except shutil.Error, elist: 90 for e in elist.message:
|
/external/robolectric/lib/main/ |
D | javassist-3.14.0-GA.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/bytecode/
javassist/ ... |