HomeSort by relevance Sort by last modified time
    Searched defs:elist (Results 1 - 18 of 18) 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 95 struct snd_ctl_elem_list elist; local
108 memset(&elist, 0, sizeof(elist));
109 if (ioctl(fd, SNDRV_CTL_IOCTL_ELEM_LIST, &elist) < 0)
116 mixer->ctl = calloc(elist.count, sizeof(struct mixer_ctl));
117 mixer->elem_info = calloc(elist.count, sizeof(struct snd_ctl_elem_info));
124 eid = calloc(elist.count, sizeof(struct snd_ctl_elem_id));
128 mixer->count = elist.count;
130 elist.space = mixer->count;
131 elist.pids = eid
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DpmTestUtils.java 69 final ArrayList<String> elist; local
71 elist = null;
73 elist = Lists.newArrayList();
76 elist.add(key);
79 Collections.sort(elist);
95 assertEquals(elist, alist);
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
selectmodule.c 969 PyObject *elist = NULL, *etuple = NULL; local
1018 elist = PyList_New(nfds);
1019 if (elist == NULL) {
1026 Py_CLEAR(elist);
1029 PyList_SET_ITEM(elist, i, etuple);
1034 return elist;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
selectmodule.c 1003 PyObject *elist = NULL, *etuple = NULL; local
1052 elist = PyList_New(nfds);
1053 if (elist == NULL) {
1060 Py_CLEAR(elist);
1063 PyList_SET_ITEM(elist, i, etuple);
1068 return elist;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
selectmodule.c 969 PyObject *elist = NULL, *etuple = NULL; local
1018 elist = PyList_New(nfds);
1019 if (elist == NULL) {
1026 Py_CLEAR(elist);
1029 PyList_SET_ITEM(elist, i, etuple);
1034 return elist;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
generic.h 81 ListNode *elist; /* linked list of elements in error set */ member in struct:_e
  /external/python/cpython2/Modules/
selectmodule.c 992 PyObject *elist = NULL, *etuple = NULL; local
1041 elist = PyList_New(nfds);
1042 if (elist == NULL) {
1049 Py_CLEAR(elist);
1052 PyList_SET_ITEM(elist, i, etuple);
1057 return elist;
    [all...]
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/
javassist-3.19.0-GA.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.7/
groovy-all-2.4.7.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 569 milliseconds