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

1 2 3 4 5 6 7 8 910

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
tupleobject.h 50 #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
tupleobject.h 50 #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
row.c 95 compare_key = PyString_AsString(PyTuple_GET_ITEM(PyTuple_GET_ITEM(self->description, i), 0));
153 if (PyList_Append(list, PyTuple_GET_ITEM(PyTuple_GET_ITEM(self->description, i), 0)) != 0) {
  /external/python/cpython2/Include/
tupleobject.h 50 #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
  /external/python/cpython3/Include/
structseq.h 40 #define PyStructSequence_GET_ITEM(op, i) PyTuple_GET_ITEM(op, i)
tupleobject.h 58 #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
  /prebuilts/gdb/darwin-x86/include/python2.7/
tupleobject.h 50 #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
  /prebuilts/gdb/linux-x86/include/python2.7/
tupleobject.h 50 #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
tupleobject.h 50 #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
tupleobject.h 50 #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
enumobject.c 107 Py_DECREF(PyTuple_GET_ITEM(result, 0));
108 Py_DECREF(PyTuple_GET_ITEM(result, 1));
146 Py_DECREF(PyTuple_GET_ITEM(result, 0));
147 Py_DECREF(PyTuple_GET_ITEM(result, 1));
typeobject.c 119 PyObject *b = PyTuple_GET_ITEM(bases, i);
180 PyObject *b = PyTuple_GET_ITEM(bases, i);
452 ob = PyTuple_GET_ITEM(value, i);
524 ob = PyTuple_GET_ITEM(old_bases, i);
532 ob = PyTuple_GET_ITEM(value, i);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
enumobject.c 107 Py_DECREF(PyTuple_GET_ITEM(result, 0));
108 Py_DECREF(PyTuple_GET_ITEM(result, 1));
146 Py_DECREF(PyTuple_GET_ITEM(result, 0));
147 Py_DECREF(PyTuple_GET_ITEM(result, 1));
  /external/python/cpython2/Modules/_sqlite/
row.c 114 compare_key = PyString_AsString(PyTuple_GET_ITEM(PyTuple_GET_ITEM(self->description, i), 0));
172 if (PyList_Append(list, PyTuple_GET_ITEM(PyTuple_GET_ITEM(self->description, i), 0)) != 0) {
  /external/python/cpython2/Objects/
enumobject.c 107 Py_DECREF(PyTuple_GET_ITEM(result, 0));
108 Py_DECREF(PyTuple_GET_ITEM(result, 1));
146 Py_DECREF(PyTuple_GET_ITEM(result, 0));
147 Py_DECREF(PyTuple_GET_ITEM(result, 1));
exceptions.c 65 Py_INCREF(PyTuple_GET_ITEM(self->args, 0));
66 Py_XSETREF(self->message, PyTuple_GET_ITEM(self->args, 0));
107 out = PyObject_Str(PyTuple_GET_ITEM(self->args, 0));
143 out = PyObject_Unicode(PyTuple_GET_ITEM(self->args, 0));
521 Py_INCREF(PyTuple_GET_ITEM(args, 0));
522 Py_XSETREF(self->code, PyTuple_GET_ITEM(args, 0));
773 tmp = PyTuple_GET_ITEM(self->args, 0);
777 tmp = PyTuple_GET_ITEM(self->args, 1);
1061 Py_INCREF(PyTuple_GET_ITEM(args, 0));
1062 Py_XSETREF(self->msg, PyTuple_GET_ITEM(args, 0))
    [all...]
  /external/python/cpython3/Modules/_sqlite/
row.c 109 obj = PyTuple_GET_ITEM(self->description, i);
110 obj = PyTuple_GET_ITEM(obj, 0);
170 if (PyList_Append(list, PyTuple_GET_ITEM(PyTuple_GET_ITEM(self->description, i), 0)) != 0) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
itertoolsmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
itertoolsmodule.c     [all...]
  /external/python/cpython2/Modules/
itertoolsmodule.c     [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
std_pair.i 41 res = get_pair(PyTuple_GET_ITEM(obj,0),PyTuple_GET_ITEM(obj,1), val);
91 res = get_pair(PyTuple_GET_ITEM(obj,0),PyTuple_GET_ITEM(obj,1), val);
  /external/python/cpython3/Objects/
enumobject.c 107 Py_DECREF(PyTuple_GET_ITEM(result, 0));
108 Py_DECREF(PyTuple_GET_ITEM(result, 1));
146 Py_DECREF(PyTuple_GET_ITEM(result, 0));
147 Py_DECREF(PyTuple_GET_ITEM(result, 1));
exceptions.c 108 return PyObject_Str(PyTuple_GET_ITEM(self->args, 0));
494 value = PyTuple_GET_ITEM(args, 0);
559 Py_INCREF(PyTuple_GET_ITEM(args, 0));
560 Py_XSETREF(self->code, PyTuple_GET_ITEM(args, 0));
643 msg = PyTuple_GET_ITEM(args, 0);
794 PyObject *val = PyTuple_GET_ITEM(args, i);
1095 tmp = PyTuple_GET_ITEM(self->args, 0);
1099 tmp = PyTuple_GET_ITEM(self->args, 1);
    [all...]
  /external/python/cpython3/Modules/
_operator.c 479 item = PyTuple_GET_ITEM(ig->item, i);
608 PyObject *item = PyTuple_GET_ITEM(args, idx);
727 attr_name = PyTuple_GET_ITEM(attr, name_idx);
757 return dotted_getattr(obj, PyTuple_GET_ITEM(ag->attr, 0));
768 attr = PyTuple_GET_ITEM(ag->attr, i);
805 PyObject *attr = PyTuple_GET_ITEM(ag->attr, i);
831 PyObject *attr = dotjoinattr(PyTuple_GET_ITEM(ag->attr, 0), &attrsep);
942 name = PyTuple_GET_ITEM(args, 0);
954 name = PyTuple_GET_ITEM(args, 0);
    [all...]
itertoolsmodule.c     [all...]

Completed in 1500 milliseconds

1 2 3 4 5 6 7 8 910