Searched refs:PyObject_Not (Results 1 – 25 of 26) sorted by relevance
12
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.0b2.rst | 17 Update uses of PyObject_IsTrue(), PyObject_Not(), PyObject_IsInstance(),
|
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 320 PyObject_Not
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | rangeobject.c | 461 cmp_result = PyObject_Not(r0->length); in range_equals() 526 cmp_result = PyObject_Not(r->length); in range_hash()
|
D | object.c | 1525 PyObject_Not(PyObject *v) in PyObject_Not() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | object.h | 304 PyAPI_FUNC(int) PyObject_Not(PyObject *);
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | object.h | 304 PyAPI_FUNC(int) PyObject_Not(PyObject *);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | object.h | 304 PyAPI_FUNC(int) PyObject_Not(PyObject *);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | object.h | 304 PyAPI_FUNC(int) PyObject_Not(PyObject *);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | object.h | 304 PyAPI_FUNC(int) PyObject_Not(PyObject *);
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | object.h | 486 PyAPI_FUNC(int) PyObject_Not(PyObject *);
|
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/ |
H A D | repeated_scalar_container.cc | 472 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 D | repeated_scalar_container.cc | 472 if ((Py_TYPE(value)->tp_as_sequence == nullptr) && PyObject_Not(value)) { in Extend()
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | operator.c | 104 spami(op_not_ , PyObject_Not) in spami()
|
/aosp_15_r20/external/python/cpython2/PC/os2emx/ |
D | python27.def | 473 "PyObject_Not"
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 476 EXPORT_FUNC(PyObject_Not)
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | stable_abi.dat | 527 function,PyObject_Not,3.2,,
|
D | refcounts.dat | 1763 PyObject_Not:int::: 1764 PyObject_Not:PyObject*:o:0:
|
D | python3.11.abi | 553 …<elf-symbol name='PyObject_Not' type='func-type' binding='global-binding' visibility='default-visi… 9353 …PyObject_Not' mangled-name='PyObject_Not' filepath='Objects/object.c' line='1518' column='1' visib…
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _operator.c | 251 return PyObject_Not(a); in _operator_not__impl()
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | object.rst | 306 .. c:function:: int PyObject_Not(PyObject *o)
|
/aosp_15_r20/external/python/cpython2/Doc/c-api/ |
D | object.rst | 330 .. c:function:: int PyObject_Not(PyObject *o)
|
/aosp_15_r20/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.11rc1.rst | 110 Update uses of PyObject_IsTrue(), PyObject_Not(), PyObject_IsInstance(),
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | object.c | 1600 PyObject_Not(PyObject *v) in PyObject_Not() function
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 1193 [function.PyObject_Not]
|
D | HISTORY | 199 - Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), 29610 - New function PyObject_Not(x) calculates (not x) according to Python's
|
12