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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
dictobject.h 128 /* PyDict_Update(mp, other) is equivalent to PyDict_Merge(mp, other, 1). */
129 PyAPI_FUNC(int) PyDict_Update(PyObject *mp, PyObject *other);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
dictobject.h 128 /* PyDict_Update(mp, other) is equivalent to PyDict_Merge(mp, other, 1). */
129 PyAPI_FUNC(int) PyDict_Update(PyObject *mp, PyObject *other);
  /prebuilts/gdb/darwin-x86/include/python2.7/
dictobject.h 128 /* PyDict_Update(mp, other) is equivalent to PyDict_Merge(mp, other, 1). */
129 PyAPI_FUNC(int) PyDict_Update(PyObject *mp, PyObject *other);
  /prebuilts/gdb/linux-x86/include/python2.7/
dictobject.h 128 /* PyDict_Update(mp, other) is equivalent to PyDict_Merge(mp, other, 1). */
129 PyAPI_FUNC(int) PyDict_Update(PyObject *mp, PyObject *other);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
dictobject.h 128 /* PyDict_Update(mp, other) is equivalent to PyDict_Merge(mp, other, 1). */
129 PyAPI_FUNC(int) PyDict_Update(PyObject *mp, PyObject *other);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
dictobject.h 128 /* PyDict_Update(mp, other) is equivalent to PyDict_Merge(mp, other, 1). */
129 PyAPI_FUNC(int) PyDict_Update(PyObject *mp, PyObject *other);
  /external/python/cpython2/Include/
dictobject.h 129 /* PyDict_Update(mp, other) is equivalent to PyDict_Merge(mp, other, 1). */
130 PyAPI_FUNC(int) PyDict_Update(PyObject *mp, PyObject *other);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
symtable.c 660 if (PyDict_Update(newglobal, global) < 0)
663 if (PyDict_Update(newbound, bound) < 0)
676 if (PyDict_Update(newbound, local) < 0)
680 if (PyDict_Update(newbound, bound) < 0)
683 if (PyDict_Update(newglobal, global) < 0)
708 if (PyDict_Update(newfree, allfree) < 0)
718 if (PyDict_Update(free, newfree) < 0)
749 if (PyDict_Update(temp_bound, bound) < 0)
754 if (PyDict_Update(temp_free, free) < 0)
759 if (PyDict_Update(temp_global, global) < 0)
    [all...]
import.c 620 if (PyDict_Update(mdict, dict))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
symtable.c 658 if (PyDict_Update(newglobal, global) < 0)
661 if (PyDict_Update(newbound, bound) < 0)
674 if (PyDict_Update(newbound, local) < 0)
678 if (PyDict_Update(newbound, bound) < 0)
681 if (PyDict_Update(newglobal, global) < 0)
706 if (PyDict_Update(newfree, allfree) < 0)
716 if (PyDict_Update(free, newfree) < 0)
747 if (PyDict_Update(temp_bound, bound) < 0)
752 if (PyDict_Update(temp_free, free) < 0)
757 if (PyDict_Update(temp_global, global) < 0)
    [all...]
  /external/python/cpython2/Python/
symtable.c 660 if (PyDict_Update(newglobal, global) < 0)
663 if (PyDict_Update(newbound, bound) < 0)
676 if (PyDict_Update(newbound, local) < 0)
680 if (PyDict_Update(newbound, bound) < 0)
683 if (PyDict_Update(newglobal, global) < 0)
708 if (PyDict_Update(newfree, allfree) < 0)
718 if (PyDict_Update(free, newfree) < 0)
749 if (PyDict_Update(temp_bound, bound) < 0)
754 if (PyDict_Update(temp_free, free) < 0)
759 if (PyDict_Update(temp_global, global) < 0
    [all...]
  /external/python/cpython2/Modules/_ctypes/
_ctypes.c 423 if (-1 == PyDict_Update((PyObject *)dict, result->tp_dict)) {
997 if (-1 == PyDict_Update((PyObject *)stgdict, result->tp_dict)) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
bytesio.c 733 if (PyDict_Update(self->dict, dict) < 0)
stringio.c 785 if (PyDict_Update(self->dict, dict) < 0)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
bytesio.c 723 if (PyDict_Update(self->dict, dict) < 0)
stringio.c 772 if (PyDict_Update(self->dict, dict) < 0)
  /external/python/cpython2/Modules/_io/
bytesio.c 733 if (PyDict_Update(self->dict, dict) < 0)
stringio.c 785 if (PyDict_Update(self->dict, dict) < 0)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_elementtree.c 482 PyDict_Update(attrib, kw);
513 PyDict_Update(attrib, kw);
    [all...]
  /external/python/cpython2/Modules/
_elementtree.c 489 PyDict_Update(attrib, kw);
520 PyDict_Update(attrib, kw);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
object.c     [all...]
dictobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
object.c     [all...]
  /external/python/cpython2/Objects/
object.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
import.c 588 if (PyDict_Update(mdict, dict))
    [all...]

Completed in 774 milliseconds

1 2