/third_party/python/Modules/clinic/ |
D | _hashopenssl.c.h | 210 usedforsecurity = PyObject_IsTrue(args[2]); in EVP_new() 262 usedforsecurity = PyObject_IsTrue(args[1]); in _hashlib_openssl_md5() 314 usedforsecurity = PyObject_IsTrue(args[1]); in _hashlib_openssl_sha1() 366 usedforsecurity = PyObject_IsTrue(args[1]); in _hashlib_openssl_sha224() 418 usedforsecurity = PyObject_IsTrue(args[1]); in _hashlib_openssl_sha256() 470 usedforsecurity = PyObject_IsTrue(args[1]); in _hashlib_openssl_sha384() 522 usedforsecurity = PyObject_IsTrue(args[1]); in _hashlib_openssl_sha512() 576 usedforsecurity = PyObject_IsTrue(args[1]); in _hashlib_openssl_sha3_224() 632 usedforsecurity = PyObject_IsTrue(args[1]); in _hashlib_openssl_sha3_256() 688 usedforsecurity = PyObject_IsTrue(args[1]); in _hashlib_openssl_sha3_384() [all …]
|
D | _pickle.c.h | 135 fix_imports = PyObject_IsTrue(fastargs[2]); in _pickle_Pickler___init__() 350 fix_imports = PyObject_IsTrue(fastargs[1]); in _pickle_Unpickler___init__() 530 fix_imports = PyObject_IsTrue(args[3]); in _pickle_dump() 609 fix_imports = PyObject_IsTrue(args[2]); in _pickle_dumps() 685 fix_imports = PyObject_IsTrue(args[1]); in _pickle_load() 788 fix_imports = PyObject_IsTrue(args[1]); in _pickle_loads()
|
D | sha256module.c.h | 119 usedforsecurity = PyObject_IsTrue(args[1]); in _sha256_sha256() 170 usedforsecurity = PyObject_IsTrue(args[1]); in _sha256_sha224()
|
D | sha512module.c.h | 119 usedforsecurity = PyObject_IsTrue(args[1]); in _sha512_sha512() 170 usedforsecurity = PyObject_IsTrue(args[1]); in _sha512_sha384()
|
D | sha1module.c.h | 119 usedforsecurity = PyObject_IsTrue(args[1]); in _sha1_sha1()
|
D | md5module.c.h | 119 usedforsecurity = PyObject_IsTrue(args[1]); in _md5_md5()
|
D | fcntlmodule.c.h | 122 mutate_arg = PyObject_IsTrue(args[3]); in fcntl_ioctl()
|
D | _queuemodule.c.h | 70 block = PyObject_IsTrue(args[1]); in _queue_SimpleQueue_put()
|
D | _ssl.c.h | 80 binary_mode = PyObject_IsTrue(args[0]); in _ssl__SSLSocket_getpeercert() 868 binary_form = PyObject_IsTrue(args[0]); in _ssl__SSLContext_get_ca_certs() 1208 name = PyObject_IsTrue(args[1]); in _ssl_txt2obj()
|
D | _elementtree.c.h | 635 insert_comments = PyObject_IsTrue(fastargs[3]); in _elementtree_TreeBuilder___init__() 643 insert_pis = PyObject_IsTrue(fastargs[4]); in _elementtree_TreeBuilder___init__()
|
D | posixmodule.c.h | 66 follow_symlinks = PyObject_IsTrue(args[2]); in os_stat() 206 effective_ids = PyObject_IsTrue(args[3]); in os_access() 214 follow_symlinks = PyObject_IsTrue(args[4]); in os_access() 439 follow_symlinks = PyObject_IsTrue(args[3]); in os_chmod() 596 follow_symlinks = PyObject_IsTrue(args[2]); in os_chflags() 878 follow_symlinks = PyObject_IsTrue(args[4]); in os_chown() 1100 follow_symlinks = PyObject_IsTrue(args[4]); in os_link() 2041 follow_symlinks = PyObject_IsTrue(args[4]); in os_utime() 4238 target_is_directory = PyObject_IsTrue(args[2]); in os_symlink() 4663 inheritable = PyObject_IsTrue(args[2]); in os_dup2() [all …]
|
/third_party/python/Objects/ |
D | boolobject.c | 52 ok = PyObject_IsTrue(x); in bool_new() 74 ok = PyObject_IsTrue(args[0]); in bool_vectorcall()
|
D | object.c | 771 ok = PyObject_IsTrue(res); in PyObject_RichCompareBool() 859 res = PyObject_IsTrue(isabstract); in _PyObject_IsAbstract() 1435 PyObject_IsTrue(PyObject *v) in PyObject_IsTrue() function 1466 res = PyObject_IsTrue(v); in PyObject_Not()
|
/third_party/python/Modules/_blake2/clinic/ |
D | blake2b_impl.c.h | 156 last_node = PyObject_IsTrue(fastargs[11]); in py_blake2b_new() 164 usedforsecurity = PyObject_IsTrue(fastargs[12]); in py_blake2b_new()
|
D | blake2s_impl.c.h | 156 last_node = PyObject_IsTrue(fastargs[11]); in py_blake2s_new() 164 usedforsecurity = PyObject_IsTrue(fastargs[12]); in py_blake2s_new()
|
/third_party/python/Objects/clinic/ |
D | odictobject.c.h | 160 last = PyObject_IsTrue(args[0]); in OrderedDict_popitem() 204 last = PyObject_IsTrue(args[1]); in OrderedDict_move_to_end()
|
D | longobject.c.h | 294 is_signed = PyObject_IsTrue(args[2]); in int_to_bytes() 360 is_signed = PyObject_IsTrue(args[2]); in int_from_bytes()
|
/third_party/python/Modules/ |
D | _asynciomodule.c | 145 int is_res_true = PyObject_IsTrue(res); in _is_coroutine() 513 is_true = PyObject_IsTrue(res); in future_init() 1170 int is_true = PyObject_IsTrue(val); in FutureObj_set_blocking() 1197 int is_true = PyObject_IsTrue(val); in FutureObj_set_log_traceback() 2105 int is_true = PyObject_IsTrue(val); in TaskObj_set_log_destroy_pending() 2220 is_true = PyObject_IsTrue(res); in _asyncio_Task_cancel_impl() 2787 is_true = PyObject_IsTrue(r); in task_step_impl() 2818 int blocking = PyObject_IsTrue(o); in task_step_impl() 2879 is_true = PyObject_IsTrue(r); in task_step_impl()
|
D | pyexpat.c | 1312 int b = PyObject_IsTrue(v); in xmlparse_buffer_text_setter() 1411 int b = PyObject_IsTrue(v); in xmlparse_namespace_prefixes_setter() 1432 int b = PyObject_IsTrue(v); in xmlparse_ordered_attributes_setter() 1452 int b = PyObject_IsTrue(v); in xmlparse_specified_attributes_setter()
|
/third_party/python/Modules/_sha3/clinic/ |
D | sha3module.c.h | 40 usedforsecurity = PyObject_IsTrue(fastargs[1]); in py_sha3_new()
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.0b2.rst | 17 Update uses of PyObject_IsTrue(), PyObject_Not(), PyObject_IsInstance(),
|
/third_party/python/Modules/_io/ |
D | iobase.c | 191 closed = PyObject_IsTrue(res); in iobase_check_closed() 275 closed = PyObject_IsTrue(res); in iobase_finalize()
|
D | textio.c | 872 r = PyObject_IsTrue(res); in _textiowrapper_set_decoder() 927 r = PyObject_IsTrue(res); in _textiowrapper_set_encoder() 1245 r = PyObject_IsTrue(res); in _io_TextIOWrapper___init___impl() 1474 r = PyObject_IsTrue(_res); \ 3054 r = PyObject_IsTrue(res); in _io_TextIOWrapper_close_impl()
|
/third_party/python/Python/ |
D | bltinmodule.c | 338 cmp = PyObject_IsTrue(item); in builtin_all() 387 cmp = PyObject_IsTrue(item); in builtin_any() 599 ok = PyObject_IsTrue(item); in filter_next() 607 ok = PyObject_IsTrue(good); in filter_next() 2834 int strict = PyObject_IsTrue(state); in zip_setstate()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | map_container.cc | 473 if (PyObject_IsTrue(is_present.get())) { in ScalarMapGet() 768 if (PyObject_IsTrue(is_present.get())) { in MessageMapGet()
|