HomeSort by relevance Sort by last modified time
    Searched defs:PyTuple_New (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
tupleobject.c 49 PyTuple_New(register Py_ssize_t size)
194 result = PyTuple_New(n);
285 pieces = PyTuple_New(n);
412 np = (PyTupleObject *)PyTuple_New(len);
452 np = (PyTupleObject *) PyTuple_New(size);
491 return PyTuple_New(0);
496 np = (PyTupleObject *) PyTuple_New(size);
656 return PyTuple_New(0);
725 return PyTuple_New(0);
734 result = PyTuple_New(slicelength);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
tupleobject.c 49 PyTuple_New(register Py_ssize_t size)
194 result = PyTuple_New(n);
283 pieces = PyTuple_New(n);
410 np = (PyTupleObject *)PyTuple_New(len);
450 np = (PyTupleObject *) PyTuple_New(size);
489 return PyTuple_New(0);
494 np = (PyTupleObject *) PyTuple_New(size);
654 return PyTuple_New(0);
723 return PyTuple_New(0);
732 result = PyTuple_New(slicelength);
    [all...]
  /external/python/cpython2/Objects/
tupleobject.c 49 PyTuple_New(register Py_ssize_t size)
194 result = PyTuple_New(n);
285 pieces = PyTuple_New(n);
412 np = (PyTupleObject *)PyTuple_New(len);
452 np = (PyTupleObject *) PyTuple_New(size);
491 return PyTuple_New(0);
496 np = (PyTupleObject *) PyTuple_New(size);
656 return PyTuple_New(0);
725 return PyTuple_New(0);
734 result = PyTuple_New(slicelength)
    [all...]
  /external/python/cpython3/Objects/
tupleobject.c 76 PyTuple_New(Py_ssize_t size)
215 result = PyTuple_New(n);
419 np = (PyTupleObject *)PyTuple_New(len);
459 np = (PyTupleObject *) PyTuple_New(size);
498 return PyTuple_New(0);
503 np = (PyTupleObject *) PyTuple_New(size);
661 return PyTuple_New(0);
730 return PyTuple_New(0);
739 result = PyTuple_New(slicelength);
866 *pv = PyTuple_New(newsize)
    [all...]

Completed in 248 milliseconds