Searched refs:PyDict_DelItemString (Results 1 – 25 of 38) sorted by relevance
12
/aosp_15_r20/external/python/cpython3/Modules/ |
D | timemodule.c | 1923 if (PyDict_DelItemString(dct, "clock_gettime") == -1) { 1926 if (PyDict_DelItemString(dct, "clock_gettime_ns") == -1) { 1929 if (PyDict_DelItemString(dct, "clock_settime") == -1) { 1932 if (PyDict_DelItemString(dct, "clock_settime_ns") == -1) { 1935 if (PyDict_DelItemString(dct, "clock_getres") == -1) { 1946 if (PyDict_DelItemString(dct, "thread_time") == -1) { 1949 if (PyDict_DelItemString(dct, "thread_time_ns") == -1) {
|
D | xxmodule.c | 90 int rv = PyDict_DelItemString(self->x_attr, name); in Xxo_setattr()
|
D | xxlimited_35.c | 105 int rv = PyDict_DelItemString(self->x_attr, name); in Xxo_setattr()
|
D | _testmultiphase.c | 99 int rv = PyDict_DelItemString(self->x_attr, name); in Example_setattr()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | dictobject.h | 59 PyAPI_FUNC(int) PyDict_DelItemString(PyObject *dp, const char *key);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | dictobject.h | 59 PyAPI_FUNC(int) PyDict_DelItemString(PyObject *dp, const char *key);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | dictobject.h | 59 PyAPI_FUNC(int) PyDict_DelItemString(PyObject *dp, const char *key);
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | dictobject.h | 59 PyAPI_FUNC(int) PyDict_DelItemString(PyObject *dp, const char *key);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | dictobject.h | 59 PyAPI_FUNC(int) PyDict_DelItemString(PyObject *dp, const char *key);
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | dynload_beos.c | 142 retval = PyDict_DelItemString( beos_dyn_images, name ); in beos_add_dyn()
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | dictobject.h | 155 PyAPI_FUNC(int) PyDict_DelItemString(PyObject *dp, const char *key);
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | xxmodule.c | 87 int rv = PyDict_DelItemString(self->x_attr, name); in Xxo_setattr()
|
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 122 PyDict_DelItemString
|
/aosp_15_r20/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 211 PyDict_DelItemString:int::: 212 PyDict_DelItemString:PyObject*:p:0: 213 PyDict_DelItemString:char*:key::
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | repeated_composite_container.cc | 408 PyDict_DelItemString(kwds, "sort_function"); in Sort()
|
H A D | repeated_scalar_container.cc | 580 if (PyDict_DelItemString(kwds, "sort_function") == -1) return nullptr; in Sort()
|
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/ |
H A D | repeated_composite_container.cc | 408 PyDict_DelItemString(kwds, "sort_function"); in Sort()
|
H A D | repeated_scalar_container.cc | 580 if (PyDict_DelItemString(kwds, "sort_function") == -1) return nullptr; in Sort()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | pythonrun.c | 453 if (PyDict_DelItemString(d, "__file__")) { in _PyRun_SimpleFileObject() 456 if (PyDict_DelItemString(d, "__cached__")) { in _PyRun_SimpleFileObject()
|
/aosp_15_r20/external/python/cpython2/Doc/c-api/ |
D | dict.rst | 103 .. c:function:: int PyDict_DelItemString(PyObject *p, char *key)
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | dict.rst | 89 .. c:function:: int PyDict_DelItemString(PyObject *p, const char *key)
|
/aosp_15_r20/external/python/cpython2/PC/os2emx/ |
D | python27.def | 284 "PyDict_DelItemString"
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 507 PyDict_DelItemString:int::: 508 PyDict_DelItemString:PyObject*:p:0: 509 PyDict_DelItemString:const char*:key::
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 174 EXPORT_FUNC(PyDict_DelItemString)
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/ |
D | repeated.c | 525 if (PyDict_DelItemString(kwds, "sort_function") == -1) return NULL; in PyUpb_RepeatedContainer_Sort()
|
12