Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dbytes_methods.c23 Py_RETURN_FALSE; in _Py_bytes_isspace()
28 Py_RETURN_FALSE; in _Py_bytes_isspace()
53 Py_RETURN_FALSE; in _Py_bytes_isalpha()
58 Py_RETURN_FALSE; in _Py_bytes_isalpha()
83 Py_RETURN_FALSE; in _Py_bytes_isalnum()
88 Py_RETURN_FALSE; in _Py_bytes_isalnum()
113 Py_RETURN_FALSE; in _Py_bytes_isdigit()
118 Py_RETURN_FALSE; in _Py_bytes_isdigit()
144 Py_RETURN_FALSE; in _Py_bytes_islower()
150 Py_RETURN_FALSE; in _Py_bytes_islower()
[all …]
Dsetobject.c1413 Py_RETURN_FALSE; in set_isdisjoint()
1430 Py_RETURN_FALSE; in set_isdisjoint()
1459 Py_RETURN_FALSE; in set_isdisjoint()
1764 Py_RETURN_FALSE; in set_issubset()
1771 Py_RETURN_FALSE; in set_issubset()
1809 Py_RETURN_FALSE; in set_richcompare()
1813 Py_RETURN_FALSE; in set_richcompare()
1830 Py_RETURN_FALSE; in set_richcompare()
1834 Py_RETURN_FALSE; in set_richcompare()
Dweakrefobject.c209 Py_RETURN_FALSE; in weakref_richcompare()
Dbytearrayobject.c1384 Py_RETURN_FALSE; in bytearray_startswith()
1423 Py_RETURN_FALSE; in bytearray_endswith()
Dfloatobject.c993 Py_RETURN_FALSE; in float_is_integer()
Dstringobject.c2937 Py_RETURN_FALSE; in string_startswith()
2981 Py_RETURN_FALSE; in string_endswith()
Dtypeobject.c619 Py_RETURN_FALSE; in type___instancecheck__()
633 Py_RETURN_FALSE; in type___subclasscheck__()
Dunicodeobject.c7787 Py_RETURN_FALSE; in unicode_startswith()
7835 Py_RETURN_FALSE; in unicode_endswith()
/external/python/cpython2/Modules/_multiprocessing/
Dsemaphore.c133 Py_RETURN_FALSE; in semlock_acquire()
141 Py_RETURN_FALSE; in semlock_acquire()
329 Py_RETURN_FALSE; in semlock_acquire()
538 Py_RETURN_FALSE; in semlock_iszero()
Dconnection.h368 Py_RETURN_FALSE; in connection_poll()
/external/python/cpython2/Include/
Dboolobject.h28 #define Py_RETURN_FALSE return Py_INCREF(Py_False), Py_False macro
/external/python/cpython2/Modules/_io/
Diobase.c311 Py_RETURN_FALSE; in iobase_seekable()
339 Py_RETURN_FALSE; in iobase_readable()
368 Py_RETURN_FALSE; in iobase_writable()
432 Py_RETURN_FALSE; in iobase_isatty()
Dbytesio.c155 Py_RETURN_FALSE; in bytesio_get_closed()
208 Py_RETURN_FALSE; in bytesio_isatty()
Dstringio.c810 Py_RETURN_FALSE; in stringio_line_buffering()
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc501 Py_RETURN_FALSE; in IsExtendable()
539 Py_RETURN_FALSE; in GetHasOptions()
864 Py_RETURN_FALSE; in GetHasOptions()
1020 Py_RETURN_FALSE; in GetHasOptions()
1144 Py_RETURN_FALSE; in GetHasOptions()
1291 Py_RETURN_FALSE; in GetHasOptions()
Dmessage.cc1337 Py_RETURN_FALSE; in CheckAndGetInteger()
1433 Py_RETURN_FALSE; in CheckAndGetInteger()
1458 Py_RETURN_FALSE; in CheckAndGetInteger()
1916 Py_RETURN_FALSE; in CheckAndGetInteger()
2220 Py_RETURN_FALSE; in CheckAndGetInteger()
Dmap_container.cc347 Py_RETURN_FALSE; in Contains()
Ddescriptor_containers.cc438 Py_RETURN_FALSE; in RichCompare()
/external/python/cpython2/Doc/c-api/
Dbool.rst33 .. c:macro:: Py_RETURN_FALSE
/external/python/cpython2/Modules/
D_collectionsmodule.c1008 Py_RETURN_FALSE; in deque_richcompare()
1012 Py_RETURN_FALSE; in deque_richcompare()
1063 Py_RETURN_FALSE; in deque_richcompare()
Dselectmodule.c839 Py_RETURN_FALSE; in pyepoll_get_closed()
1499 Py_RETURN_FALSE; in kqueue_queue_get_closed()
Dposixmodule.c4436 Py_RETURN_FALSE; in posix__isdir()
4450 Py_RETURN_FALSE; in posix__isdir()
4456 Py_RETURN_FALSE; in posix__isdir()
/external/python/cpython2/Python/
Dbltinmodule.c107 Py_RETURN_FALSE; in builtin_all()
160 Py_RETURN_FALSE; in builtin_any()
/external/python/cpython2/Doc/whatsnew/
D2.4.rst1454 :c:macro:`Py_RETURN_FALSE`. (Contributed by Brett Cannon.)
/external/python/cpython2/Misc/
DHISTORY3623 - Added three new macros: Py_RETURN_NONE, Py_RETURN_TRUE, and Py_RETURN_FALSE.