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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
objgraph.py 93 elist = file2undef[filename]
94 elist.sort()
95 for ext in elist:
134 elist = undefs.keys()
135 elist.sort()
136 for ext in elist:
  /external/python/cpython2/Tools/scripts/
objgraph.py 93 elist = file2undef[filename]
94 elist.sort()
95 for ext in elist:
134 elist = undefs.keys()
135 elist.sort()
136 for ext in elist:
  /external/python/cpython3/Tools/scripts/
objgraph.py 92 elist = file2undef[filename]
93 elist.sort()
94 for ext in elist:
132 elist = sorted(undefs.keys())
133 for ext in elist:
  /external/tinyalsa/
mixer.c 101 struct snd_ctl_elem_list elist; local
113 memset(&elist, 0, sizeof(elist));
114 if (ioctl(fd, SNDRV_CTL_IOCTL_ELEM_LIST, &elist) < 0)
121 mixer->ctl = calloc(elist.count, sizeof(struct mixer_ctl));
122 mixer->elem_info = calloc(elist.count, sizeof(struct snd_ctl_elem_info));
129 eid = calloc(elist.count, sizeof(struct snd_ctl_elem_id));
133 mixer->count = elist.count;
135 elist.space = mixer->count;
136 elist.pids = eid
    [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
antlr.g 885 list_add(&(e->elist), mystrdup(q->str));
    [all...]
antlr.c 635 list_add(&(e->elist), mystrdup(q->str));
1278 if ( go ) list_add(&(e->elist), t);
1314 if ( go ) list_add(&(e->elist), t);
    [all...]
bits.c 256 for (e = (p->elist)->next; e!=NULL; e=e->next)
  /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...]
  /external/python/cpython2/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...]
  /external/python/cpython3/Modules/
selectmodule.c 1505 PyObject *elist = NULL, *etuple = NULL; local
    [all...]
  /external/selinux/sandbox/
sandbox 104 except shutil.Error as elist:
105 for e in elist.message:
  /external/python/cpython2/Lib/plat-mac/
gensuitemodule.py     [all...]
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 

Completed in 904 milliseconds