Home
last modified time | relevance | path

Searched refs:PyObject_Not (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.5.0b2.rst17 Update uses of PyObject_IsTrue(), PyObject_Not(), PyObject_IsInstance(),
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def320 PyObject_Not
/aosp_15_r20/external/python/cpython3/Objects/
Drangeobject.c461 cmp_result = PyObject_Not(r0->length); in range_equals()
526 cmp_result = PyObject_Not(r->length); in range_hash()
Dobject.c1525 PyObject_Not(PyObject *v) in PyObject_Not() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dobject.h304 PyAPI_FUNC(int) PyObject_Not(PyObject *);
/aosp_15_r20/external/python/cpython3/Include/
Dobject.h304 PyAPI_FUNC(int) PyObject_Not(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dobject.h304 PyAPI_FUNC(int) PyObject_Not(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dobject.h304 PyAPI_FUNC(int) PyObject_Not(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dobject.h304 PyAPI_FUNC(int) PyObject_Not(PyObject *);
/aosp_15_r20/external/python/cpython2/Include/
Dobject.h486 PyAPI_FUNC(int) PyObject_Not(PyObject *);
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/
H A Drepeated_scalar_container.cc472 if ((Py_TYPE(value)->tp_as_sequence == nullptr) && PyObject_Not(value)) { in Extend()
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
H A Drepeated_scalar_container.cc472 if ((Py_TYPE(value)->tp_as_sequence == nullptr) && PyObject_Not(value)) { in Extend()
/aosp_15_r20/external/python/cpython2/Modules/
Doperator.c104 spami(op_not_ , PyObject_Not) in spami()
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def473 "PyObject_Not"
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c476 EXPORT_FUNC(PyObject_Not)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat527 function,PyObject_Not,3.2,,
Drefcounts.dat1763 PyObject_Not:int:::
1764 PyObject_Not:PyObject*:o:0:
Dpython3.11.abi553 …<elf-symbol name='PyObject_Not' type='func-type' binding='global-binding' visibility='default-visi…
9353PyObject_Not' mangled-name='PyObject_Not' filepath='Objects/object.c' line='1518' column='1' visib…
/aosp_15_r20/external/python/cpython3/Modules/
D_operator.c251 return PyObject_Not(a); in _operator_not__impl()
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dobject.rst306 .. c:function:: int PyObject_Not(PyObject *o)
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dobject.rst330 .. c:function:: int PyObject_Not(PyObject *o)
/aosp_15_r20/external/python/cpython2/Misc/NEWS.d/
D2.7.11rc1.rst110 Update uses of PyObject_IsTrue(), PyObject_Not(), PyObject_IsInstance(),
/aosp_15_r20/external/python/cpython2/Objects/
Dobject.c1600 PyObject_Not(PyObject *v) in PyObject_Not() function
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1193 [function.PyObject_Not]
DHISTORY199 - Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
29610 - New function PyObject_Not(x) calculates (not x) according to Python's

12