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

  /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). */
131 /* PyDict_Merge updates/merges from a mapping object (an object that
134 dict.update(other) is equivalent to PyDict_Merge(dict, other, 1).
136 PyAPI_FUNC(int) PyDict_Merge(PyObject *mp,
  /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). */
131 /* PyDict_Merge updates/merges from a mapping object (an object that
134 dict.update(other) is equivalent to PyDict_Merge(dict, other, 1).
136 PyAPI_FUNC(int) PyDict_Merge(PyObject *mp,
  /prebuilts/gdb/darwin-x86/include/python2.7/
dictobject.h 128 /* PyDict_Update(mp, other) is equivalent to PyDict_Merge(mp, other, 1). */
131 /* PyDict_Merge updates/merges from a mapping object (an object that
134 dict.update(other) is equivalent to PyDict_Merge(dict, other, 1).
136 PyAPI_FUNC(int) PyDict_Merge(PyObject *mp,
  /prebuilts/gdb/linux-x86/include/python2.7/
dictobject.h 128 /* PyDict_Update(mp, other) is equivalent to PyDict_Merge(mp, other, 1). */
131 /* PyDict_Merge updates/merges from a mapping object (an object that
134 dict.update(other) is equivalent to PyDict_Merge(dict, other, 1).
136 PyAPI_FUNC(int) PyDict_Merge(PyObject *mp,
  /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). */
131 /* PyDict_Merge updates/merges from a mapping object (an object that
134 dict.update(other) is equivalent to PyDict_Merge(dict, other, 1).
136 PyAPI_FUNC(int) PyDict_Merge(PyObject *mp,
  /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). */
131 /* PyDict_Merge updates/merges from a mapping object (an object that
134 dict.update(other) is equivalent to PyDict_Merge(dict, other, 1).
136 PyAPI_FUNC(int) PyDict_Merge(PyObject *mp,
  /external/python/cpython2/Include/
dictobject.h 129 /* PyDict_Update(mp, other) is equivalent to PyDict_Merge(mp, other, 1). */
132 /* PyDict_Merge updates/merges from a mapping object (an object that
135 dict.update(other) is equivalent to PyDict_Merge(dict, other, 1).
137 PyAPI_FUNC(int) PyDict_Merge(PyObject *mp,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_functoolsmodule.c 193 if (PyDict_Merge(kwappl, kw, 1) != 0) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_functoolsmodule.c 197 if (PyDict_Merge(kwappl, kw, 1) != 0) {
  /external/python/cpython2/Modules/
_functoolsmodule.c 189 if (PyDict_Merge(kwappl, kw, 1) != 0) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
dictobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
dictobject.c     [all...]
  /external/python/cpython2/Objects/
dictobject.c     [all...]

Completed in 335 milliseconds