Home
last modified time | relevance | path

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

12

/third_party/python/Objects/
H A Dbytes_methods.c25 Py_RETURN_FALSE; in _Py_bytes_isspace()
30 Py_RETURN_FALSE; in _Py_bytes_isspace()
55 Py_RETURN_FALSE; in _Py_bytes_isalpha()
60 Py_RETURN_FALSE; in _Py_bytes_isalpha()
85 Py_RETURN_FALSE; in _Py_bytes_isalnum()
90 Py_RETURN_FALSE; in _Py_bytes_isalnum()
128 Py_RETURN_FALSE; in _Py_bytes_isascii()
137 Py_RETURN_FALSE; in _Py_bytes_isascii()
166 Py_RETURN_FALSE; in _Py_bytes_isdigit()
171 Py_RETURN_FALSE; in _Py_bytes_isdigit()
[all...]
H A Dsetobject.c1353 Py_RETURN_FALSE; in set_isdisjoint()
1374 Py_RETURN_FALSE; in set_isdisjoint()
1393 Py_RETURN_FALSE; in set_isdisjoint()
1747 Py_RETURN_FALSE; in set_issubset()
1758 Py_RETURN_FALSE; in set_issubset()
1786 Py_RETURN_FALSE; in set_issuperset()
1810 Py_RETURN_FALSE; in set_richcompare()
1814 Py_RETURN_FALSE; in set_richcompare()
1831 Py_RETURN_FALSE; in set_richcompare()
1835 Py_RETURN_FALSE; in set_richcompare()
[all...]
H A Dfileobject.c386 Py_RETURN_FALSE; in stdprinter_isatty()
408 Py_RETURN_FALSE; in get_closed()
H A Dinterpreteridobject.c221 Py_RETURN_FALSE; in interpid_richcompare()
H A Dgenericaliasobject.c643 Py_RETURN_FALSE; in ga_richcompare()
653 Py_RETURN_FALSE; in ga_richcompare()
660 Py_RETURN_FALSE; in ga_richcompare()
H A Dfuncobject.c946 Py_RETURN_FALSE; in cm_get___isabstractmethod__()
1144 Py_RETURN_FALSE; in sm_get___isabstractmethod__()
H A Dunicodeobject.c11338 Py_RETURN_FALSE; in PyUnicode_RichCompare()
11930 Py_RETURN_FALSE; in unicode_islower_impl()
11937 Py_RETURN_FALSE; in unicode_islower_impl()
11975 Py_RETURN_FALSE; in unicode_isupper_impl()
11982 Py_RETURN_FALSE; in unicode_isupper_impl()
12022 Py_RETURN_FALSE; in unicode_istitle_impl()
12031 Py_RETURN_FALSE; in unicode_istitle_impl()
12037 Py_RETURN_FALSE; in unicode_istitle_impl()
12077 Py_RETURN_FALSE; in unicode_isspace_impl()
12082 Py_RETURN_FALSE; in unicode_isspace_impl()
[all...]
H A Dgenobject.c764 Py_RETURN_FALSE; in gen_getrunning()
1118 Py_RETURN_FALSE; in cr_getsuspended()
1127 Py_RETURN_FALSE; in cr_getrunning()
/third_party/python/Include/
H A Dobject.h691 case Py_EQ: if ((val1) == (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE; \
692 case Py_NE: if ((val1) != (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE; \
693 case Py_LT: if ((val1) < (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE; \
694 case Py_GT: if ((val1) > (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE; \
695 case Py_LE: if ((val1) <= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE; \
696 case Py_GE: if ((val1) >= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE; \
H A Dboolobject.h35 #define Py_RETURN_FALSE return Py_NewRef(Py_False) macro
/third_party/python/Modules/_io/
H A Diobase.c373 Py_RETURN_FALSE; in _io__IOBase_seekable_impl()
405 Py_RETURN_FALSE; in _io__IOBase_readable_impl()
438 Py_RETURN_FALSE; in _io__IOBase_writable_impl()
510 Py_RETURN_FALSE; in _io__IOBase_isatty_impl()
H A Dbytesio.c248 Py_RETURN_FALSE; in bytesio_get_closed()
376 Py_RETURN_FALSE; in _io_BytesIO_isatty_impl()
/third_party/python/Modules/_multiprocessing/
H A Dsemaphore.c152 Py_RETURN_FALSE; in _multiprocessing_SemLock_acquire_impl()
367 Py_RETURN_FALSE; in _multiprocessing_SemLock_acquire_impl()
647 Py_RETURN_FALSE; in _multiprocessing_SemLock__is_zero_impl()
/third_party/python/Modules/
H A D_asynciomodule.c756 Py_RETURN_FALSE; in future_cancel()
1130 Py_RETURN_FALSE; in _asyncio_Future_cancelled_impl()
1148 Py_RETURN_FALSE; in _asyncio_Future_done_impl()
1177 Py_RETURN_FALSE; in FutureObj_get_blocking()
1208 Py_RETURN_FALSE; in FutureObj_get_log_traceback()
2089 Py_RETURN_FALSE; in TaskObj_get_log_destroy_pending()
2115 Py_RETURN_FALSE; in TaskObj_get_must_cancel()
2200 Py_RETURN_FALSE; in _asyncio_Task_cancel_impl()
2209 // Py_RETURN_FALSE; in _asyncio_Task_cancel_impl()
H A Dfaulthandler.c598 Py_RETURN_FALSE; in faulthandler_disable_py()
999 Py_RETURN_FALSE; in faulthandler_unregister_py()
H A D_curses_panel.c364 Py_RETURN_FALSE; in _curses_panel_panel_hidden_impl()
H A D_xxsubinterpretersmodule.c1654 Py_RETURN_FALSE; in channelid_richcompare()
2216 Py_RETURN_FALSE; in object_is_shareable()
2247 Py_RETURN_FALSE; in interp_is_running()
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc554 Py_RETURN_FALSE; in IsExtendable()
592 Py_RETURN_FALSE; in GetHasOptions()
941 Py_RETURN_FALSE; in GetHasOptions()
1105 Py_RETURN_FALSE; in GetHasOptions()
1236 Py_RETURN_FALSE; in GetHasOptions()
1393 Py_RETURN_FALSE; in GetHasOptions()
1570 Py_RETURN_FALSE; in GetHasOptions()
H A Dmessage.cc1384 Py_RETURN_FALSE; in IsInitialized()
1465 Py_RETURN_FALSE; in HasField()
1477 Py_RETURN_FALSE; in HasField()
1938 Py_RETURN_FALSE; in SetAllowOversizeProtos()
2190 Py_RETURN_FALSE; in RichCompare()
H A Dextension_dict.cc339 Py_RETURN_FALSE; in RichCompare()
/third_party/python/Modules/_ssl/
H A Dcert.c210 Py_RETURN_FALSE; in certificate_richcompare()
/third_party/skia/third_party/externals/brotli/python/
H A D_brotli.cc553 Py_RETURN_FALSE; in brotli_Decompressor_is_finished()
/third_party/python/Modules/_sqlite/
H A Dblob.c374 Py_RETURN_FALSE; in blob_exit_impl()
/third_party/python/Modules/_ctypes/
H A Dcallproc.c1490 Py_RETURN_FALSE; in py_dyld_shared_cache_contains_path()
1502 Py_RETURN_FALSE; in py_dyld_shared_cache_contains_path()
/third_party/python/Python/
H A Dbltinmodule.c334 Py_RETURN_FALSE; in builtin_all()
393 Py_RETURN_FALSE; in builtin_any()
1190 Py_RETURN_FALSE; in builtin_hasattr_impl()

Completed in 65 milliseconds

12