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

1 2 3 4 5

  /external/protobuf/python/google/protobuf/pyext/
extension_dict.cc 127 PyDict_SetItem(self->values, key, sub_message);
144 PyDict_SetItem(self->values, key, py_container);
152 PyDict_SetItem(self->values, key, py_container);
182 PyDict_SetItem(self->values, key, value);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
moduleobject.c 125 if (PyDict_SetItem(d, key, Py_None) != 0)
139 if (PyDict_SetItem(d, key, Py_None) != 0)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
moduleobject.c 125 PyDict_SetItem(d, key, Py_None);
138 PyDict_SetItem(d, key, Py_None);
  /external/python/cpython2/Objects/
moduleobject.c 125 if (PyDict_SetItem(d, key, Py_None) != 0)
139 if (PyDict_SetItem(d, key, Py_None) != 0)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
microprotocols.c 67 rc = PyDict_SetItem(psyco_adapters, key, cast);
cache.c 198 if (PyDict_SetItem(self->mapping, key, (PyObject*)node) != 0) {
connection.c 874 if (PyDict_SetItem(self->function_pinboard, func, Py_None) == -1)
906 if (PyDict_SetItem(self->function_pinboard, aggregate_class, Py_None) == -1)
1001 if (PyDict_SetItem(self->function_pinboard, authorizer_cb, Py_None) == -1)
1030 if (PyDict_SetItem(self->function_pinboard, progress_handler, Py_None) == -1)
    [all...]
  /external/python/cpython2/Modules/_sqlite/
microprotocols.c 67 rc = PyDict_SetItem(psyco_adapters, key, cast);
cache.c 198 if (PyDict_SetItem(self->mapping, key, (PyObject*)node) != 0) {
connection.c 887 if (PyDict_SetItem(self->function_pinboard, func, Py_None) == -1)
919 if (PyDict_SetItem(self->function_pinboard, aggregate_class, Py_None) == -1)
1016 if (PyDict_SetItem(self->function_pinboard, authorizer_cb, Py_None) == -1)
1045 if (PyDict_SetItem(self->function_pinboard, progress_handler, Py_None) == -1)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
dictobject.h 111 PyAPI_FUNC(int) PyDict_SetItem(PyObject *mp, PyObject *key, PyObject *item);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
dictobject.h 111 PyAPI_FUNC(int) PyDict_SetItem(PyObject *mp, PyObject *key, PyObject *item);
  /external/python/cpython2/PC/
winsound.c 156 PyDict_SetItem(dict, k, v);
  /prebuilts/gdb/darwin-x86/include/python2.7/
dictobject.h 111 PyAPI_FUNC(int) PyDict_SetItem(PyObject *mp, PyObject *key, PyObject *item);
  /prebuilts/gdb/linux-x86/include/python2.7/
dictobject.h 111 PyAPI_FUNC(int) PyDict_SetItem(PyObject *mp, PyObject *key, PyObject *item);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
dictobject.h 111 PyAPI_FUNC(int) PyDict_SetItem(PyObject *mp, PyObject *key, PyObject *item);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
dictobject.h 111 PyAPI_FUNC(int) PyDict_SetItem(PyObject *mp, PyObject *key, PyObject *item);
  /external/libnl/python/netlink/genl/
capi.i 96 PyDict_SetItem(attrs, k, v);
  /prebuilts/misc/common/swig/include/2.0.11/python/
std_multimap.i 60 PyDict_SetItem(obj, key, val);
pyrun.swg     [all...]
  /external/python/cpython2/Include/
dictobject.h 112 PyAPI_FUNC(int) PyDict_SetItem(PyObject *mp, PyObject *key, PyObject *item);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
symtable.c 75 if (PyDict_SetItem(st->st_symbols, ste->ste_id, (PyObject *)ste) < 0)
358 if (PyDict_SetItem((DICT), (NAME), o) < 0) { \
388 if (PyDict_SetItem(global, name, Py_None) < 0)
398 if (PyDict_SetItem(local, name, Py_None) < 0)
414 if (PyDict_SetItem(free, name, Py_None) < 0)
469 if (PyDict_SetItem(scope, name, w) < 0)
546 if (PyDict_SetItem(symbols, name, u) < 0) {
575 if (PyDict_SetItem(symbols, name, o) < 0) {
588 if (PyDict_SetItem(symbols, name, free_value) < 0) {
905 if (PyDict_SetItem(dict, mangled, o) < 0) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
symtable.c 73 if (PyDict_SetItem(st->st_symbols, ste->ste_id, (PyObject *)ste) < 0)
356 if (PyDict_SetItem((DICT), (NAME), o) < 0) { \
386 if (PyDict_SetItem(global, name, Py_None) < 0)
396 if (PyDict_SetItem(local, name, Py_None) < 0)
412 if (PyDict_SetItem(free, name, Py_None) < 0)
467 if (PyDict_SetItem(scope, name, w) < 0)
544 if (PyDict_SetItem(symbols, name, u) < 0) {
573 if (PyDict_SetItem(symbols, name, o) < 0) {
586 if (PyDict_SetItem(symbols, name, free_value) < 0) {
903 if (PyDict_SetItem(dict, mangled, o) < 0) {
    [all...]
  /external/python/cpython2/Python/
symtable.c 75 if (PyDict_SetItem(st->st_symbols, ste->ste_id, (PyObject *)ste) < 0)
358 if (PyDict_SetItem((DICT), (NAME), o) < 0) { \
388 if (PyDict_SetItem(global, name, Py_None) < 0)
398 if (PyDict_SetItem(local, name, Py_None) < 0)
414 if (PyDict_SetItem(free, name, Py_None) < 0)
469 if (PyDict_SetItem(scope, name, w) < 0)
546 if (PyDict_SetItem(symbols, name, u) < 0) {
575 if (PyDict_SetItem(symbols, name, o) < 0) {
588 if (PyDict_SetItem(symbols, name, free_value) < 0) {
905 if (PyDict_SetItem(dict, mangled, o) < 0)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
threadmodule.c 308 r = PyDict_SetItem(self->dummies, wr, ldict);
312 r = PyDict_SetItem(tdict, self->key, (PyObject *) dummy);

Completed in 1120 milliseconds

1 2 3 4 5