HomeSort by relevance Sort by last modified time
    Searched refs:PyDict_Merge (Results 1 - 16 of 16) 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,
  /external/python/cpython3/Include/
dictobject.h 125 /* PyDict_Update(mp, other) is equivalent to PyDict_Merge(mp, other, 1). */
128 /* PyDict_Merge updates/merges from a mapping object (an object that
131 dict.update(other) is equivalent to PyDict_Merge(dict, other, 1).
133 PyAPI_FUNC(int) PyDict_Merge(PyObject *mp,
138 /* Like PyDict_Merge, but override can be 0, 1 or 2. If override is 0,
  /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) {
  /external/python/cpython3/Modules/
_functoolsmodule.c 102 if (PyDict_Merge(pto->kw, kw, 1) != 0) {
173 if (PyDict_Merge(kwappl, kw, 1) != 0) {
    [all...]
  /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...]
  /external/python/cpython3/Objects/
dictobject.c     [all...]

Completed in 682 milliseconds