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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
dictobject.h 151 PyAPI_FUNC(int) PyDict_DelItemString(PyObject *dp, const char *key);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
dictobject.h 151 PyAPI_FUNC(int) PyDict_DelItemString(PyObject *dp, const char *key);
  /prebuilts/gdb/darwin-x86/include/python2.7/
dictobject.h 151 PyAPI_FUNC(int) PyDict_DelItemString(PyObject *dp, const char *key);
  /prebuilts/gdb/linux-x86/include/python2.7/
dictobject.h 151 PyAPI_FUNC(int) PyDict_DelItemString(PyObject *dp, const char *key);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
dictobject.h 151 PyAPI_FUNC(int) PyDict_DelItemString(PyObject *dp, const char *key);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
dictobject.h 151 PyAPI_FUNC(int) PyDict_DelItemString(PyObject *dp, const char *key);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
xxmodule.c 87 int rv = PyDict_DelItemString(self->x_attr, name);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dynload_beos.c 142 retval = PyDict_DelItemString( beos_dyn_images, name );
sysmodule.c 80 return PyDict_DelItemString(sd, name);
    [all...]
pythonrun.c 949 if (set_file_name && PyDict_DelItemString(d, "__file__"))
    [all...]
  /external/python/cpython2/Include/
dictobject.h 152 PyAPI_FUNC(int) PyDict_DelItemString(PyObject *dp, const char *key);
  /external/python/cpython2/Modules/
xxmodule.c 87 int rv = PyDict_DelItemString(self->x_attr, name);
  /external/python/cpython2/Python/
dynload_beos.c 142 retval = PyDict_DelItemString( beos_dyn_images, name );
sysmodule.c 80 return PyDict_DelItemString(sd, name);
    [all...]
pythonrun.c 960 if (set_file_name && PyDict_DelItemString(d, "__file__"))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 87 int rv = PyDict_DelItemString(self->x_attr, name);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 87 int rv = PyDict_DelItemString(self->x_attr, name);
  /external/protobuf/python/google/protobuf/pyext/
repeated_composite_container.cc 386 PyDict_DelItemString(kwds, "sort_function");
repeated_scalar_container.cc 612 if (PyDict_DelItemString(kwds, "sort_function") == -1)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
sysmodule.c 80 return PyDict_DelItemString(sd, name);
    [all...]
pythonrun.c 961 if (set_file_name && PyDict_DelItemString(d, "__file__"))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
exceptions.c 349 if (PyDict_DelItemString(self->dict, "message") < 0)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
exceptions.c 348 if (PyDict_DelItemString(self->dict, "message") < 0)
    [all...]
  /external/python/cpython2/Objects/
exceptions.c 345 if (PyDict_DelItemString(self->dict, "message") < 0)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
import.c 631 if (PyDict_DelItemString(modules, name) < 0)
    [all...]

Completed in 410 milliseconds

1 2