HomeSort by relevance Sort by last modified time
    Searched refs:PyList_New (Results 1 - 25 of 127) sorted by null

1 2 3 4 5 6

  /external/selinux/libselinux/src/
selinuxswig_python.i 61 PyObject* list = PyList_New(*$2);
95 plist = PyList_New(len);
100 plist = PyList_New(0);
112 plist = PyList_New(result);
117 plist = PyList_New(0);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_weakref.c 42 result = PyList_New(count);
54 result = PyList_New(0);
gcmodule.c 783 garbage = PyList_New(0);
    [all...]
_heapqmodule.c 304 heap = PyList_New(0);
473 heap = PyList_New(0);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_weakref.c 42 result = PyList_New(count);
54 result = PyList_New(0);
pwdmodule.c 151 if ((d = PyList_New(0)) == NULL)
gcmodule.c 732 garbage = PyList_New(0);
    [all...]
_heapqmodule.c 305 heap = PyList_New(0);
474 heap = PyList_New(0);
_elementtree.c 870 out = PyList_New(0);
938 return PyList_New(0);
940 list = PyList_New(self->extra->length);
1074 return PyList_New(0);
1086 return PyList_New(0);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
split.h 62 PyObject *list = PyList_New(PREALLOC_SIZE(maxcount));
111 PyObject *list = PyList_New(PREALLOC_SIZE(maxcount));
163 list = PyList_New(PREALLOC_SIZE(maxcount));
201 PyObject *list = PyList_New(PREALLOC_SIZE(maxcount));
252 PyObject *list = PyList_New(PREALLOC_SIZE(maxcount));
305 list = PyList_New(PREALLOC_SIZE(maxcount));
353 PyObject *list = PyList_New(0);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
split.h 62 PyObject *list = PyList_New(PREALLOC_SIZE(maxcount));
111 PyObject *list = PyList_New(PREALLOC_SIZE(maxcount));
163 list = PyList_New(PREALLOC_SIZE(maxcount));
201 PyObject *list = PyList_New(PREALLOC_SIZE(maxcount));
252 PyObject *list = PyList_New(PREALLOC_SIZE(maxcount));
305 list = PyList_New(PREALLOC_SIZE(maxcount));
353 PyObject *list = PyList_New(0);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
listobject.h 47 PyAPI_FUNC(PyObject *) PyList_New(Py_ssize_t size);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
listobject.h 47 PyAPI_FUNC(PyObject *) PyList_New(Py_ssize_t size);
  /prebuilts/gdb/darwin-x86/include/python2.7/
listobject.h 47 PyAPI_FUNC(PyObject *) PyList_New(Py_ssize_t size);
  /prebuilts/gdb/linux-x86/include/python2.7/
listobject.h 47 PyAPI_FUNC(PyObject *) PyList_New(Py_ssize_t size);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
listobject.h 47 PyAPI_FUNC(PyObject *) PyList_New(Py_ssize_t size);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
listobject.h 47 PyAPI_FUNC(PyObject *) PyList_New(Py_ssize_t size);
  /external/libxml2/python/
types.c 429 ret = PyList_New(0);
439 ret = PyList_New(len);
454 ret = PyList_New(0);
459 ret = PyList_New(obj->nodesetval->nodeNr);
512 list = PyList_New(1);
530 list = PyList_New(2);
563 list = PyList_New(set->locNr);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pyarena.c 143 arena->a_objects = PyList_New(0);
sysmodule.c 997 PyObject *list = PyList_New(0);
1038 warnoptions = PyList_New(0);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
row.c 146 list = PyList_New(0);
cursor.c 94 self->row_cast_map = PyList_New(0);
184 self->row_cast_map = PyList_New(0);
514 parameters_list = PyList_New(0);
961 list = PyList_New(0);
996 list = PyList_New(0);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pyarena.c 143 arena->a_objects = PyList_New(0);
sysmodule.c 979 PyObject *list = PyList_New(0);
1020 warnoptions = PyList_New(0);
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
std_map.i 218 PyObject* keyList = PyList_New(pysize);
237 PyObject* valList = PyList_New(pysize);
256 PyObject* itemList = PyList_New(pysize);

Completed in 7618 milliseconds

1 2 3 4 5 6