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

1 2 3 4

  /external/protobuf/python/google/protobuf/pyext/
extension_dict.cc 106 PyObject* value = PyDict_GetItem(self->values, key);
192 PyObject* value = PyDict_GetItem(self->values, extension);
233 PyObject* result = PyDict_GetItem(extensions_by_name.get(), name);
248 PyObject* result = PyDict_GetItem(extensions_by_number.get(), number);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
microprotocols.c 89 adapter = PyDict_GetItem(psyco_adapters, key);
cache.c 123 node = (pysqlite_Node*)PyDict_GetItem(self->mapping, key);
  /external/python/cpython2/Modules/_sqlite/
microprotocols.c 89 adapter = PyDict_GetItem(psyco_adapters, key);
cache.c 123 node = (pysqlite_Node*)PyDict_GetItem(self->mapping, key);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
dictobject.h 110 PyAPI_FUNC(PyObject *) PyDict_GetItem(PyObject *mp, PyObject *key);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
dictobject.h 110 PyAPI_FUNC(PyObject *) PyDict_GetItem(PyObject *mp, PyObject *key);
  /prebuilts/gdb/darwin-x86/include/python2.7/
dictobject.h 110 PyAPI_FUNC(PyObject *) PyDict_GetItem(PyObject *mp, PyObject *key);
  /prebuilts/gdb/linux-x86/include/python2.7/
dictobject.h 110 PyAPI_FUNC(PyObject *) PyDict_GetItem(PyObject *mp, PyObject *key);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
dictobject.h 110 PyAPI_FUNC(PyObject *) PyDict_GetItem(PyObject *mp, PyObject *key);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
dictobject.h 110 PyAPI_FUNC(PyObject *) PyDict_GetItem(PyObject *mp, PyObject *key);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
symtable.c 292 v = PyDict_GetItem(st->st_symbols, k);
309 PyObject *v = PyDict_GetItem(ste->ste_symbols, name);
390 if (bound && PyDict_GetItem(bound, name)) {
400 if (PyDict_GetItem(global, name)) {
411 if (bound && PyDict_GetItem(bound, name)) {
421 else if (global && PyDict_GetItem(global, name)) {
463 if (!PyDict_GetItem(free, name))
539 w = PyDict_GetItem(scope, name);
560 PyObject *o = PyDict_GetItem(symbols, name);
585 if (!PyDict_GetItem(bound, name))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
symtable.c 290 v = PyDict_GetItem(st->st_symbols, k);
307 PyObject *v = PyDict_GetItem(ste->ste_symbols, name);
388 if (bound && PyDict_GetItem(bound, name)) {
398 if (PyDict_GetItem(global, name)) {
409 if (bound && PyDict_GetItem(bound, name)) {
419 else if (global && PyDict_GetItem(global, name)) {
461 if (!PyDict_GetItem(free, name))
537 w = PyDict_GetItem(scope, name);
558 PyObject *o = PyDict_GetItem(symbols, name);
583 if (!PyDict_GetItem(bound, name))
    [all...]
_warnings.c 57 warnings_module = PyDict_GetItem(all_modules, warnings_str);
176 already_warned = PyDict_GetItem(registry, key);
  /external/python/cpython2/Python/
symtable.c 292 v = PyDict_GetItem(st->st_symbols, k);
309 PyObject *v = PyDict_GetItem(ste->ste_symbols, name);
390 if (bound && PyDict_GetItem(bound, name)) {
400 if (PyDict_GetItem(global, name)) {
411 if (bound && PyDict_GetItem(bound, name)) {
421 else if (global && PyDict_GetItem(global, name)) {
463 if (!PyDict_GetItem(free, name))
539 w = PyDict_GetItem(scope, name);
560 PyObject *o = PyDict_GetItem(symbols, name);
585 if (!PyDict_GetItem(bound, name)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
threadmodule.c 405 PyDict_GetItem(tstate->dict, self->key))
439 dummy = PyDict_GetItem(tdict, self->key);
555 value = PyDict_GetItem(ldict, name);
581 ldict = PyDict_GetItem(self->dummies, dummyweakref);
cPickle.c 722 if (!( mv = PyDict_GetItem(self->memo, id))) {
930 if (PyDict_GetItem(self->fast_memo, key)) {
    [all...]
  /external/python/cpython2/Include/
dictobject.h 110 PyAPI_FUNC(PyObject *) PyDict_GetItem(PyObject *mp, PyObject *key);
  /external/python/cpython2/Modules/
threadmodule.c 411 PyDict_GetItem(tstate->dict, self->key))
445 dummy = PyDict_GetItem(tdict, self->key);
561 value = PyDict_GetItem(ldict, name);
587 ldict = PyDict_GetItem(self->dummies, dummyweakref);
cPickle.c 750 if (!( mv = PyDict_GetItem(self->memo, id))) {
959 if (PyDict_GetItem(self->fast_memo, key)) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
cPickle.c 752 if (!( mv = PyDict_GetItem(self->memo, id))) {
961 if (PyDict_GetItem(self->fast_memo, key)) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
dictobject.c 697 /* Note that, for historical reasons, PyDict_GetItem() suppresses all errors
708 PyDict_GetItem(PyObject *op, PyObject *key)
    [all...]
classobject.c 59 if (PyDict_GetItem(dict, docstr) == NULL) {
63 if (PyDict_GetItem(dict, modstr) == NULL) {
66 PyObject *modname = PyDict_GetItem(globals, namestr);
207 PyObject *value = PyDict_GetItem(cp->cl_dict, name);
751 v = PyDict_GetItem(inst->in_dict, name);
804 v = PyDict_GetItem(inst->in_dict, name);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
dictobject.c 686 /* Note that, for historical reasons, PyDict_GetItem() suppresses all errors
697 PyDict_GetItem(PyObject *op, PyObject *key)
    [all...]
  /external/python/cpython2/Objects/
dictobject.c 697 /* Note that, for historical reasons, PyDict_GetItem() suppresses all errors
708 PyDict_GetItem(PyObject *op, PyObject *key)
752 /* Variant of PyDict_GetItem() that doesn't suppress exceptions.
    [all...]

Completed in 180 milliseconds

1 2 3 4