/aosp_15_r20/external/python/cpython3/Modules/clinic/ |
D | _hashopenssl.c.h | 86 static const char * const _keywords[] = {"length", NULL}; in EVPXOF_digest() local 133 static const char * const _keywords[] = {"length", NULL}; in EVPXOF_hexdigest() local 184 static const char * const _keywords[] = {"name", "string", "usedforsecurity", NULL}; in EVP_new() local 238 static const char * const _keywords[] = {"string", "usedforsecurity", NULL}; in _hashlib_openssl_md5() local 290 static const char * const _keywords[] = {"string", "usedforsecurity", NULL}; in _hashlib_openssl_sha1() local 342 static const char * const _keywords[] = {"string", "usedforsecurity", NULL}; in _hashlib_openssl_sha224() local 394 static const char * const _keywords[] = {"string", "usedforsecurity", NULL}; in _hashlib_openssl_sha256() local 446 static const char * const _keywords[] = {"string", "usedforsecurity", NULL}; in _hashlib_openssl_sha384() local 498 static const char * const _keywords[] = {"string", "usedforsecurity", NULL}; in _hashlib_openssl_sha512() local 552 static const char * const _keywords[] = {"string", "usedforsecurity", NULL}; in _hashlib_openssl_sha3_224() local [all …]
|
D | posixmodule.c.h | 40 static const char * const _keywords[] = {"path", "dir_fd", "follow_symlinks", NULL}; in os_stat() local 99 static const char * const _keywords[] = {"path", "dir_fd", NULL}; in os_lstat() local 172 …static const char * const _keywords[] = {"path", "mode", "dir_fd", "effective_ids", "follow_symlin… in os_access() local 309 static const char * const _keywords[] = {"path", NULL}; in os_chdir() local 351 static const char * const _keywords[] = {"fd", NULL}; in os_fchdir() local 408 static const char * const _keywords[] = {"path", "mode", "dir_fd", "follow_symlinks", NULL}; in os_chmod() local 473 static const char * const _keywords[] = {"fd", "mode", NULL}; in os_fchmod() local 520 static const char * const _keywords[] = {"path", "mode", NULL}; in os_lchmod() local 573 static const char * const _keywords[] = {"path", "flags", "follow_symlinks", NULL}; in os_chflags() local 633 static const char * const _keywords[] = {"path", "flags", NULL}; in os_lchflags() local [all …]
|
D | _asynciomodule.c.h | 29 static const char * const _keywords[] = {"loop", NULL}; in _asyncio_Future___init__() local 142 static const char * const _keywords[] = {"", "context", NULL}; in _asyncio_Future_add_done_callback() local 196 static const char * const _keywords[] = {"msg", NULL}; in _asyncio_Future_cancel() local 309 static const char * const _keywords[] = {"coro", "loop", "name", "context", NULL}; in _asyncio_Task___init__() local 404 static const char * const _keywords[] = {"msg", NULL}; in _asyncio_Task_cancel() local 503 static const char * const _keywords[] = {"limit", NULL}; in _asyncio_Task_get_stack() local 547 static const char * const _keywords[] = {"limit", "file", NULL}; in _asyncio_Task_print_stack() local 706 static const char * const _keywords[] = {"stacklevel", NULL}; in _asyncio__get_event_loop() local 768 static const char * const _keywords[] = {"task", NULL}; in _asyncio__register_task() local 802 static const char * const _keywords[] = {"task", NULL}; in _asyncio__unregister_task() local [all …]
|
D | _testclinic.c.h | 1251 static const char * const _keywords[] = {"a", "b", NULL}; in keywords() local 1284 static const char * const _keywords[] = {"a", "b", NULL}; in keywords_kwonly() local 1317 static const char * const _keywords[] = {"a", "b", "c", NULL}; in keywords_opt() local 1363 static const char * const _keywords[] = {"a", "b", "c", "d", NULL}; in keywords_opt_kwonly() local 1420 static const char * const _keywords[] = {"a", "b", "c", NULL}; in keywords_kwonly_opt() local 1465 static const char * const _keywords[] = {"", "b", NULL}; in posonly_keywords() local 1498 static const char * const _keywords[] = {"", "b", NULL}; in posonly_kwonly() local 1532 static const char * const _keywords[] = {"", "b", "c", NULL}; in posonly_keywords_kwonly() local 1568 static const char * const _keywords[] = {"", "b", "c", "d", NULL}; in posonly_keywords_opt() local 1616 static const char * const _keywords[] = {"", "", "c", "d", NULL}; in posonly_opt_keywords_opt() local [all …]
|
D | zlibmodule.c.h | 28 static const char * const _keywords[] = {"", "level", "wbits", NULL}; in zlib_compress() local 99 static const char * const _keywords[] = {"", "wbits", "bufsize", NULL}; in zlib_decompress() local 195 …static const char * const _keywords[] = {"level", "method", "wbits", "memLevel", "strategy", "zdic… in zlib_compressobj() local 299 static const char * const _keywords[] = {"wbits", "zdict", NULL}; in zlib_decompressobj() local 354 static const char * const _keywords[] = {"", NULL}; in zlib_Compress_compress() local 409 static const char * const _keywords[] = {"", "max_length", NULL}; in zlib_Decompress_decompress() local 476 static const char * const _keywords[] = {"", NULL}; in zlib_Compress_flush() local 568 static const char * const _keywords[] = {"", NULL}; in zlib_Compress___deepcopy__() local 655 static const char * const _keywords[] = {"", NULL}; in zlib_Decompress___deepcopy__() local 693 static const char * const _keywords[] = {"", NULL}; in zlib_Decompress_flush() local
|
D | binascii.c.h | 52 static const char * const _keywords[] = {"", "backtick", NULL}; in binascii_b2a_uu() local 109 static const char * const _keywords[] = {"", "strict_mode", NULL}; in binascii_a2b_base64() local 157 static const char * const _keywords[] = {"", "newline", NULL}; in binascii_b2a_base64() local 325 static const char * const _keywords[] = {"data", "sep", "bytes_per_sep", NULL}; in binascii_b2a_hex() local 395 static const char * const _keywords[] = {"data", "sep", "bytes_per_sep", NULL}; in binascii_hexlify() local 522 static const char * const _keywords[] = {"data", "header", NULL}; in binascii_a2b_qp() local 575 static const char * const _keywords[] = {"data", "quotetabs", "istext", "header", NULL}; in binascii_b2a_qp() local
|
D | itertoolsmodule.c.h | 57 static const char * const _keywords[] = {"iterable", "key", NULL}; in itertools_groupby() local 380 static const char * const _keywords[] = {"iterable", "r", NULL}; in itertools_combinations() local 428 static const char * const _keywords[] = {"iterable", "r", NULL}; in itertools_combinations_with_replacement() local 475 static const char * const _keywords[] = {"iterable", "r", NULL}; in itertools_permutations() local 514 static const char * const _keywords[] = {"iterable", "func", "initial", NULL}; in itertools_accumulate() local 566 static const char * const _keywords[] = {"data", "selectors", NULL}; in itertools_compress() local 641 static const char * const _keywords[] = {"start", "step", NULL}; in itertools_count() local
|
D | _elementtree.c.h | 171 static const char * const _keywords[] = {"path", "namespaces", NULL}; in _elementtree_Element_find() local 211 static const char * const _keywords[] = {"path", "default", "namespaces", NULL}; in _elementtree_Element_findtext() local 257 static const char * const _keywords[] = {"path", "namespaces", NULL}; in _elementtree_Element_findall() local 296 static const char * const _keywords[] = {"path", "namespaces", NULL}; in _elementtree_Element_iterfind() local 335 static const char * const _keywords[] = {"key", "default", NULL}; in _elementtree_Element_get() local 373 static const char * const _keywords[] = {"tag", NULL}; in _elementtree_Element_iter() local 593 …static const char * const _keywords[] = {"element_factory", "comment_factory", "pi_factory", "inse… in _elementtree_TreeBuilder___init__() local 804 static const char * const _keywords[] = {"target", "encoding", NULL}; in _elementtree_XMLParser___init__() local
|
D | _ssl.c.h | 351 static const char * const _keywords[] = {"cb_type", NULL}; in _ssl__SSLSocket_get_channel_binding() local 534 static const char * const _keywords[] = {"certfile", "keyfile", "password", NULL}; in _ssl__SSLContext_load_cert_chain() local 582 static const char * const _keywords[] = {"cafile", "capath", "cadata", NULL}; in _ssl__SSLContext_load_verify_locations() local 643 …static const char * const _keywords[] = {"sock", "server_side", "server_hostname", "owner", "sessi… in _ssl__SSLContext__wrap_socket() local 712 …static const char * const _keywords[] = {"incoming", "outgoing", "server_side", "server_hostname",… in _ssl__SSLContext__wrap_bio() local 856 static const char * const _keywords[] = {"binary_form", NULL}; in _ssl__SSLContext_get_ca_certs() local 1184 static const char * const _keywords[] = {"txt", "name", NULL}; in _ssl_txt2obj() local 1274 static const char * const _keywords[] = {"store_name", NULL}; in _ssl_enum_certificates() local 1327 static const char * const _keywords[] = {"store_name", NULL}; in _ssl_enum_crls() local
|
D | pyexpat.c.h | 24 static const char * const _keywords[] = {"", "", NULL}; in pyexpat_xmlparser_Parse() local 66 static const char * const _keywords[] = {"", NULL}; in pyexpat_xmlparser_ParseFile() local 178 static const char * const _keywords[] = {"", "", NULL}; in pyexpat_xmlparser_ExternalEntityParserCreate() local 285 static const char * const _keywords[] = {"", NULL}; in pyexpat_xmlparser_UseForeignDTD() local 328 static const char * const _keywords[] = {"encoding", "namespace_separator", "intern", NULL}; in pyexpat_ParserCreate() local
|
D | _pickle.c.h | 109 …static const char * const _keywords[] = {"file", "protocol", "fix_imports", "buffer_callback", NUL… in _pickle_Pickler___init__() local 329 …static const char * const _keywords[] = {"file", "fix_imports", "encoding", "errors", "buffers", N… in _pickle_Unpickler___init__() local 500 …static const char * const _keywords[] = {"obj", "file", "protocol", "fix_imports", "buffer_callbac… in _pickle_dump() local 581 …static const char * const _keywords[] = {"obj", "protocol", "fix_imports", "buffer_callback", NULL… in _pickle_dumps() local 666 …static const char * const _keywords[] = {"file", "fix_imports", "encoding", "errors", "buffers", N… in _pickle_load() local 769 …static const char * const _keywords[] = {"", "fix_imports", "encoding", "errors", "buffers", NULL}; in _pickle_loads() local
|
D | _bisectmodule.c.h | 29 static const char * const _keywords[] = {"a", "x", "lo", "hi", "key", NULL}; in _bisect_bisect_right() local 112 static const char * const _keywords[] = {"a", "x", "lo", "hi", "key", NULL}; in _bisect_insort_right() local 192 static const char * const _keywords[] = {"a", "x", "lo", "hi", "key", NULL}; in _bisect_bisect_left() local 275 static const char * const _keywords[] = {"a", "x", "lo", "hi", "key", NULL}; in _bisect_insort_left() local
|
D | _csv.c.h | 43 static const char * const _keywords[] = {"name", NULL}; in _csv_unregister_dialect() local 77 static const char * const _keywords[] = {"name", NULL}; in _csv_get_dialect() local 114 static const char * const _keywords[] = {"new_limit", NULL}; in _csv_field_size_limit() local
|
D | _queuemodule.c.h | 55 static const char * const _keywords[] = {"item", "block", "timeout", NULL}; in _queue_SimpleQueue_put() local 107 static const char * const _keywords[] = {"item", NULL}; in _queue_SimpleQueue_put_nowait() local 148 static const char * const _keywords[] = {"block", "timeout", NULL}; in _queue_SimpleQueue_get() local
|
D | selectmodule.c.h | 525 static const char * const _keywords[] = {"sizehint", "flags", NULL}; in select_epoll() local 668 static const char * const _keywords[] = {"fd", "eventmask", NULL}; in select_epoll_register() local 722 static const char * const _keywords[] = {"fd", "eventmask", NULL}; in select_epoll_modify() local 768 static const char * const _keywords[] = {"fd", NULL}; in select_epoll_unregister() local 816 static const char * const _keywords[] = {"timeout", "maxevents", NULL}; in select_epoll_poll() local
|
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/clinic/ |
D | connection.c.h | 16 …static const char * const _keywords[] = {"database", "timeout", "detect_types", "isolation_level",… in pysqlite_connection_init() local 122 static const char * const _keywords[] = {"factory", NULL}; in pysqlite_connection_cursor() local 171 static const char * const _keywords[] = {"", "", "", "readonly", "name", NULL}; in blobopen() local 325 static const char * const _keywords[] = {"name", "narg", "func", "deterministic", NULL}; in pysqlite_connection_create_function() local 399 static const char * const _keywords[] = {"", "", "", NULL}; in create_window_function() local 455 static const char * const _keywords[] = {"name", "n_arg", "aggregate_class", NULL}; in pysqlite_connection_create_aggregate() local 508 static const char * const _keywords[] = {"authorizer_callback", NULL}; in pysqlite_connection_set_authorizer() local 542 static const char * const _keywords[] = {"progress_handler", "n", NULL}; in pysqlite_connection_set_progress_handler() local 581 static const char * const _keywords[] = {"trace_callback", NULL}; in pysqlite_connection_set_trace_callback() local 817 static const char * const _keywords[] = {"target", "pages", "progress", "name", "sleep", NULL}; in pysqlite_connection_backup() local [all …]
|
/aosp_15_r20/external/python/cpython3/Modules/_sre/clinic/ |
D | sre.c.h | 178 static const char * const _keywords[] = {"string", "pos", "endpos", NULL}; in _sre_SRE_Pattern_match() local 248 static const char * const _keywords[] = {"string", "pos", "endpos", NULL}; in _sre_SRE_Pattern_fullmatch() local 320 static const char * const _keywords[] = {"string", "pos", "endpos", NULL}; in _sre_SRE_Pattern_search() local 389 static const char * const _keywords[] = {"string", "pos", "endpos", NULL}; in _sre_SRE_Pattern_findall() local 461 static const char * const _keywords[] = {"string", "pos", "endpos", NULL}; in _sre_SRE_Pattern_finditer() local 530 static const char * const _keywords[] = {"string", "pos", "endpos", NULL}; in _sre_SRE_Pattern_scanner() local 599 static const char * const _keywords[] = {"string", "maxsplit", NULL}; in _sre_SRE_Pattern_split() local 650 static const char * const _keywords[] = {"repl", "string", "count", NULL}; in _sre_SRE_Pattern_sub() local 704 static const char * const _keywords[] = {"repl", "string", "count", NULL}; in _sre_SRE_Pattern_subn() local 783 …static const char * const _keywords[] = {"pattern", "flags", "code", "groups", "groupindex", "inde… in _sre_compile() local [all …]
|
/aosp_15_r20/external/python/cpython3/Objects/clinic/ |
D | odictobject.c.h | 21 static const char * const _keywords[] = {"iterable", "value", NULL}; in OrderedDict_fromkeys() local 63 static const char * const _keywords[] = {"key", "default", NULL}; in OrderedDict_setdefault() local 106 static const char * const _keywords[] = {"key", "default", NULL}; in OrderedDict_pop() local 147 static const char * const _keywords[] = {"last", NULL}; in OrderedDict_popitem() local 189 static const char * const _keywords[] = {"key", "last", NULL}; in OrderedDict_move_to_end() local
|
D | bytesobject.c.h | 47 static const char * const _keywords[] = {"sep", "maxsplit", NULL}; in bytes_split() local 198 static const char * const _keywords[] = {"sep", "maxsplit", NULL}; in bytes_rsplit() local 377 static const char * const _keywords[] = {"", "delete", NULL}; in bytes_translate() local 637 static const char * const _keywords[] = {"encoding", "errors", NULL}; in bytes_decode() local 708 static const char * const _keywords[] = {"keepends", NULL}; in bytes_splitlines() local 800 static const char * const _keywords[] = {"sep", "bytes_per_sep", NULL}; in bytes_hex() local 839 static const char * const _keywords[] = {"source", "encoding", "errors", NULL}; in bytes_new() local
|
D | bytearrayobject.c.h | 13 static const char * const _keywords[] = {"source", "encoding", "errors", NULL}; in bytearray___init__() local 213 static const char * const _keywords[] = {"", "delete", NULL}; in bytearray_translate() local 393 static const char * const _keywords[] = {"sep", "maxsplit", NULL}; in bytearray_split() local 492 static const char * const _keywords[] = {"sep", "maxsplit", NULL}; in bytearray_rsplit() local 846 static const char * const _keywords[] = {"encoding", "errors", NULL}; in bytearray_decode() local 930 static const char * const _keywords[] = {"keepends", NULL}; in bytearray_splitlines() local 1022 static const char * const _keywords[] = {"sep", "bytes_per_sep", NULL}; in bytearray_hex() local
|
D | memoryobject.c.h | 18 static const char * const _keywords[] = {"object", NULL}; in memoryview() local 71 static const char * const _keywords[] = {"format", "shape", NULL}; in memoryview_cast() local 159 static const char * const _keywords[] = {"order", NULL}; in memoryview_tobytes() local 231 static const char * const _keywords[] = {"sep", "bytes_per_sep", NULL}; in memoryview_hex() local
|
D | unicodeobject.c.h | 157 static const char * const _keywords[] = {"encoding", "errors", NULL}; in unicode_encode() local 227 static const char * const _keywords[] = {"tabsize", NULL}; in unicode_expandtabs() local 905 static const char * const _keywords[] = {"sep", "maxsplit", NULL}; in unicode_split() local 1004 static const char * const _keywords[] = {"sep", "maxsplit", NULL}; in unicode_rsplit() local 1062 static const char * const _keywords[] = {"keepends", NULL}; in unicode_splitlines() local 1296 static const char * const _keywords[] = {"object", "encoding", "errors", NULL}; in unicode_new() local
|
/aosp_15_r20/external/python/cpython3/Modules/cjkcodecs/clinic/ |
D | multibytecodec.c.h | 28 static const char * const _keywords[] = {"input", "errors", NULL}; in _multibytecodec_MultibyteCodec_encode() local 91 static const char * const _keywords[] = {"input", "errors", NULL}; in _multibytecodec_MultibyteCodec_decode() local 159 static const char * const _keywords[] = {"input", "final", NULL}; in _multibytecodec_MultibyteIncrementalEncoder_encode() local 265 static const char * const _keywords[] = {"input", "final", NULL}; in _multibytecodec_MultibyteIncrementalDecoder_decode() local 495 static const char * const _keywords[] = {"", NULL}; in _multibytecodec_MultibyteStreamWriter_write() local 528 static const char * const _keywords[] = {"", NULL}; in _multibytecodec_MultibyteStreamWriter_writelines() local
|
/aosp_15_r20/external/python/cpython3/Python/clinic/ |
D | bltinmodule.c.h | 37 … static const char * const _keywords[] = {"name", "globals", "locals", "fromlist", "level", NULL}; in builtin___import__() local 256 …static const char * const _keywords[] = {"source", "filename", "mode", "flags", "dont_inherit", "o… in builtin_compile() local 435 static const char * const _keywords[] = {"", "", "", "closure", NULL}; in builtin_exec() local 746 static const char * const _keywords[] = {"base", "exp", "mod", NULL}; in builtin_pow() local 797 static const char * const _keywords[] = {"sep", "end", "file", "flush", NULL}; in builtin_print() local 913 static const char * const _keywords[] = {"number", "ndigits", NULL}; in builtin_round() local 956 static const char * const _keywords[] = {"", "start", NULL}; in builtin_sum() local
|
/aosp_15_r20/external/python/cpython3/PC/clinic/ |
D | winsound.c.h | 26 static const char * const _keywords[] = {"sound", "flags", NULL}; in winsound_PlaySound() local 69 static const char * const _keywords[] = {"frequency", "duration", NULL}; in winsound_Beep() local 111 static const char * const _keywords[] = {"type", NULL}; in winsound_MessageBeep() local
|