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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
selectmodule.c 67 } pylist; typedef in typeref:struct:__anon4236
70 reap_obj(pylist fd2obj[FD_SETSIZE + 1])
85 seq2set(PyObject *seq, fd_set *set, pylist fd2obj[FD_SETSIZE + 1])
149 set2list(fd_set *set, pylist fd2obj[FD_SETSIZE + 1])
198 pylist *rfd2obj, *wfd2obj, *efd2obj;
206 pylist rfd2obj[FD_SETSIZE + 1];
207 pylist wfd2obj[FD_SETSIZE + 1];
208 pylist efd2obj[FD_SETSIZE + 1];
251 rfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1);
252 wfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
selectmodule.c 78 } pylist; typedef in typeref:struct:__anon4537
81 reap_obj(pylist fd2obj[FD_SETSIZE + 1])
95 seq2set(PyObject *seq, fd_set *set, pylist fd2obj[FD_SETSIZE + 1])
156 set2list(fd_set *set, pylist fd2obj[FD_SETSIZE + 1])
198 pylist *rfd2obj, *wfd2obj, *efd2obj;
206 pylist rfd2obj[FD_SETSIZE + 1];
207 pylist wfd2obj[FD_SETSIZE + 1];
208 pylist efd2obj[FD_SETSIZE + 1];
251 rfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1);
252 wfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
selectmodule.c 67 } pylist; typedef in typeref:struct:__anon4807
70 reap_obj(pylist fd2obj[FD_SETSIZE + 1])
85 seq2set(PyObject *seq, fd_set *set, pylist fd2obj[FD_SETSIZE + 1])
149 set2list(fd_set *set, pylist fd2obj[FD_SETSIZE + 1])
198 pylist *rfd2obj, *wfd2obj, *efd2obj;
206 pylist rfd2obj[FD_SETSIZE + 1];
207 pylist wfd2obj[FD_SETSIZE + 1];
208 pylist efd2obj[FD_SETSIZE + 1];
251 rfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1);
252 wfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1);
    [all...]
  /external/python/cpython2/Modules/
selectmodule.c 67 } pylist; typedef in typeref:struct:__anon32861
70 reap_obj(pylist fd2obj[FD_SETSIZE + 1])
84 seq2set(PyObject *seq, fd_set *set, pylist fd2obj[FD_SETSIZE + 1])
145 set2list(fd_set *set, pylist fd2obj[FD_SETSIZE + 1])
187 pylist *rfd2obj, *wfd2obj, *efd2obj;
195 pylist rfd2obj[FD_SETSIZE + 1];
196 pylist wfd2obj[FD_SETSIZE + 1];
197 pylist efd2obj[FD_SETSIZE + 1];
240 rfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1);
241 wfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pickletools.py 773 pylist = StackObject( variable
    [all...]
  /external/python/cpython2/Lib/
pickletools.py 773 pylist = StackObject( variable
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pickletools.py 773 pylist = StackObject( variable
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pickletools.py 773 pylist = StackObject( variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickletools.py 773 pylist = StackObject( variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickletools.py 773 pylist = StackObject( variable
    [all...]
  /external/python/cpython3/Modules/
selectmodule.c 66 } pylist; typedef in typeref:struct:__anon33487
69 reap_obj(pylist fd2obj[FD_SETSIZE + 1])
83 seq2set(PyObject *seq, fd_set *set, pylist fd2obj[FD_SETSIZE + 1])
144 set2list(fd_set *set, pylist fd2obj[FD_SETSIZE + 1])
186 pylist *rfd2obj, *wfd2obj, *efd2obj;
194 pylist rfd2obj[FD_SETSIZE + 1];
195 pylist wfd2obj[FD_SETSIZE + 1];
196 pylist efd2obj[FD_SETSIZE + 1];
235 rfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1);
236 wfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1)
    [all...]
  /external/python/cpython3/Lib/
pickletools.py 1017 pylist = StackObject( variable
    [all...]

Completed in 367 milliseconds