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

1 2 3 4 5 6 7

  /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);
  /external/python/cpython2/Modules/_sqlite/
microprotocols.c 67 rc = PyDict_SetItem(psyco_adapters, key, cast);
  /external/python/cpython3/Modules/_sqlite/
microprotocols.c 67 rc = PyDict_SetItem(psyco_adapters, key, cast);
connection.c 846 if (PyDict_SetItem(self->function_pinboard, func, Py_None) == -1)
877 if (PyDict_SetItem(self->function_pinboard, aggregate_class, Py_None) == -1)
1012 if (PyDict_SetItem(self->function_pinboard, authorizer_cb, Py_None) == -1)
1040 if (PyDict_SetItem(self->function_pinboard, progress_handler, Py_None) == -1)
1066 if (PyDict_SetItem(self->function_pinboard, trace_callback, 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);
  /external/python/cpython3/PC/
winsound.c 203 PyDict_SetItem(dict, k, v);
  /external/tensorflow/tensorflow/python/util/
py_checkpoint_reader.i 60 if (PyDict_SetItem(output_map.get(), key.get(), value.get()) == -1) {
92 if (PyDict_SetItem(output_map.get(), key.get(), value.get()) == -1) {
  /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);
  /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...]
  /external/python/cpython3/Python/
import.c 402 PyDict_SetItem(modules, key, Py_None);
548 if (PyDict_SetItem(modules, name, mod) < 0)
571 res = PyDict_SetItem(extensions, key, (PyObject *)def);
624 if (PyDict_SetItem(PyImport_GetModuleDict(), name, mod) == -1) {
676 if (PyDict_SetItem(modules, name, m) != 0) {
981 if (PyDict_SetItem(path_importer_cache, p, Py_None) != 0)
1001 int err = PyDict_SetItem(path_importer_cache, p, importer);
    [all...]
symtable.c 84 if (PyDict_SetItem(st->st_blocks, ste->ste_id, (PyObject *)ste) < 0)
444 if (PyDict_SetItem((DICT), (NAME), o) < 0) { \
569 if (PyDict_SetItem(scopes, name, v_cell) < 0)
618 if (PyDict_SetItem(symbols, name, v_new) < 0) {
650 if (PyDict_SetItem(symbols, name, v_new) < 0) {
666 if (PyDict_SetItem(symbols, name, v_free) < 0) {
    [all...]

Completed in 405 milliseconds

1 2 3 4 5 6 7