Home
last modified time | relevance | path

Searched defs:_keywords (Results 1 – 25 of 60) sorted by relevance

123

/external/python/cpython3/Modules/clinic/
D_asynciomodule.c.h29 static const char * const _keywords[] = {"loop", NULL}; in _asyncio_Future___init__() local
133 static const char * const _keywords[] = {"", "context", NULL}; in _asyncio_Future_add_done_callback() local
268 static const char * const _keywords[] = {"coro", "loop", NULL}; in _asyncio_Task___init__() local
303 static const char * const _keywords[] = {"loop", NULL}; in _asyncio_Task_current_task() local
335 static const char * const _keywords[] = {"loop", NULL}; in _asyncio_Task_all_tasks() local
435 static const char * const _keywords[] = {"limit", NULL}; in _asyncio_Task_get_stack() local
472 static const char * const _keywords[] = {"limit", "file", NULL}; in _asyncio_Task_print_stack() local
599 static const char * const _keywords[] = {"task", NULL}; in _asyncio__register_task() local
631 static const char * const _keywords[] = {"task", NULL}; in _asyncio__unregister_task() local
665 static const char * const _keywords[] = {"loop", "task", NULL}; in _asyncio__enter_task() local
[all …]
D_sre.c.h173 static const char * const _keywords[] = {"string", "pos", "endpos", NULL}; in _sre_SRE_Pattern_match() local
206 static const char * const _keywords[] = {"string", "pos", "endpos", NULL}; in _sre_SRE_Pattern_fullmatch() local
241 static const char * const _keywords[] = {"string", "pos", "endpos", NULL}; in _sre_SRE_Pattern_search() local
274 static const char * const _keywords[] = {"string", "pos", "endpos", NULL}; in _sre_SRE_Pattern_findall() local
309 static const char * const _keywords[] = {"string", "pos", "endpos", NULL}; in _sre_SRE_Pattern_finditer() local
341 static const char * const _keywords[] = {"string", "pos", "endpos", NULL}; in _sre_SRE_Pattern_scanner() local
374 static const char * const _keywords[] = {"string", "maxsplit", NULL}; in _sre_SRE_Pattern_split() local
406 static const char * const _keywords[] = {"repl", "string", "count", NULL}; in _sre_SRE_Pattern_sub() local
439 static const char * const _keywords[] = {"repl", "string", "count", NULL}; in _sre_SRE_Pattern_subn() local
498 …static const char * const _keywords[] = {"pattern", "flags", "code", "groups", "groupindex", "inde… in _sre_compile() local
[all …]
Dposixmodule.c.h40 static const char * const _keywords[] = {"path", "dir_fd", "follow_symlinks", NULL}; in os_stat() local
78 static const char * const _keywords[] = {"path", "dir_fd", NULL}; in os_lstat() local
139 …static const char * const _keywords[] = {"path", "mode", "dir_fd", "effective_ids", "follow_symlin… in os_access() local
246 static const char * const _keywords[] = {"path", NULL}; in os_chdir() local
284 static const char * const _keywords[] = {"fd", NULL}; in os_fchdir() local
337 static const char * const _keywords[] = {"path", "mode", "dir_fd", "follow_symlinks", NULL}; in os_chmod() local
377 static const char * const _keywords[] = {"fd", "mode", NULL}; in os_fchmod() local
415 static const char * const _keywords[] = {"path", "mode", NULL}; in os_lchmod() local
460 static const char * const _keywords[] = {"path", "flags", "follow_symlinks", NULL}; in os_chflags() local
502 static const char * const _keywords[] = {"path", "flags", NULL}; in os_lchflags() local
[all …]
Dgrpmodule.c.h23 static const char * const _keywords[] = {"id", NULL}; in grp_getgrgid() local
55 static const char * const _keywords[] = {"name", NULL}; in grp_getgrnam() local
D_pickle.c.h96 static const char * const _keywords[] = {"file", "protocol", "fix_imports", NULL}; in _pickle_Pickler___init__() local
289 static const char * const _keywords[] = {"file", "fix_imports", "encoding", "errors", NULL}; in _pickle_Unpickler___init__() local
397 static const char * const _keywords[] = {"obj", "file", "protocol", "fix_imports", NULL}; in _pickle_dump() local
443 static const char * const _keywords[] = {"obj", "protocol", "fix_imports", NULL}; in _pickle_dumps() local
499 static const char * const _keywords[] = {"file", "fix_imports", "encoding", "errors", NULL}; in _pickle_load() local
547 static const char * const _keywords[] = {"data", "fix_imports", "encoding", "errors", NULL}; in _pickle_loads() local
D_elementtree.c.h167 static const char * const _keywords[] = {"path", "namespaces", NULL}; in _elementtree_Element_find() local
199 static const char * const _keywords[] = {"path", "default", "namespaces", NULL}; in _elementtree_Element_findtext() local
231 static const char * const _keywords[] = {"path", "namespaces", NULL}; in _elementtree_Element_findall() local
262 static const char * const _keywords[] = {"path", "namespaces", NULL}; in _elementtree_Element_iterfind() local
293 static const char * const _keywords[] = {"key", "default", NULL}; in _elementtree_Element_get() local
340 static const char * const _keywords[] = {"tag", NULL}; in _elementtree_Element_iter() local
369 static const char * const _keywords[] = {"tag", NULL}; in _elementtree_Element_getiterator() local
557 static const char * const _keywords[] = {"element_factory", NULL}; in _elementtree_TreeBuilder___init__() local
642 static const char * const _keywords[] = {"html", "target", "encoding", NULL}; in _elementtree_XMLParser___init__() local
Dzlibmodule.c.h26 static const char * const _keywords[] = {"", "level", NULL}; in zlib_compress() local
70 static const char * const _keywords[] = {"", "wbits", "bufsize", NULL}; in zlib_decompress() local
132 …static const char * const _keywords[] = {"level", "method", "wbits", "memLevel", "strategy", "zdic… in zlib_compressobj() local
178 static const char * const _keywords[] = {"wbits", "zdict", NULL}; in zlib_decompressobj() local
260 static const char * const _keywords[] = {"", "max_length", NULL}; in zlib_Decompress_decompress() local
D_queuemodule.c.h53 static const char * const _keywords[] = {"item", "block", "timeout", NULL}; in _queue_SimpleQueue_put() local
88 static const char * const _keywords[] = {"item", NULL}; in _queue_SimpleQueue_put_nowait() local
127 static const char * const _keywords[] = {"block", "timeout", NULL}; in _queue_SimpleQueue_get() local
D_hashopenssl.c.h26 …static const char * const _keywords[] = {"password", "salt", "n", "r", "p", "maxmem", "dklen", NUL… in _hashlib_scrypt() local
74 static const char * const _keywords[] = {"key", "msg", "digest", NULL}; in _hashlib_hmac_digest() local
Dsha256module.c.h84 static const char * const _keywords[] = {"string", NULL}; in _sha256_sha256() local
114 static const char * const _keywords[] = {"string", NULL}; in _sha256_sha224() local
Dsha512module.c.h84 static const char * const _keywords[] = {"string", NULL}; in _sha512_sha512() local
114 static const char * const _keywords[] = {"string", NULL}; in _sha512_sha384() local
D_struct.c.h23 static const char * const _keywords[] = {"format", NULL}; in Struct___init__() local
97 static const char * const _keywords[] = {"buffer", "offset", NULL}; in Struct_unpack_from() local
245 static const char * const _keywords[] = {"", "buffer", "offset", NULL}; in unpack_from() local
D_datetimemodule.c.h26 static const char * const _keywords[] = {"tz", NULL}; in datetime_datetime_now() local
D_ssl.c.h331 static const char * const _keywords[] = {"cb_type", NULL}; in _ssl__SSLSocket_get_channel_binding() local
513 static const char * const _keywords[] = {"certfile", "keyfile", "password", NULL}; in _ssl__SSLContext_load_cert_chain() local
547 static const char * const _keywords[] = {"cafile", "capath", "cadata", NULL}; in _ssl__SSLContext_load_verify_locations() local
589 …static const char * const _keywords[] = {"sock", "server_side", "server_hostname", "owner", "sessi… in _ssl__SSLContext__wrap_socket() local
626 …static const char * const _keywords[] = {"incoming", "outgoing", "server_side", "server_hostname",… in _ssl__SSLContext__wrap_bio() local
737 static const char * const _keywords[] = {"binary_form", NULL}; in _ssl__SSLContext_get_ca_certs() local
1048 static const char * const _keywords[] = {"txt", "name", NULL}; in _ssl_txt2obj() local
1114 static const char * const _keywords[] = {"store_name", NULL}; in _ssl_enum_certificates() local
1153 static const char * const _keywords[] = {"store_name", NULL}; in _ssl_enum_crls() local
/external/python/cpython3/Objects/clinic/
Dodictobject.c.h21 static const char * const _keywords[] = {"iterable", "value", NULL}; in OrderedDict_fromkeys() local
55 static const char * const _keywords[] = {"key", "default", NULL}; in OrderedDict_setdefault() local
88 static const char * const _keywords[] = {"last", NULL}; in OrderedDict_popitem() local
120 static const char * const _keywords[] = {"key", "last", NULL}; in OrderedDict_move_to_end() local
Ddescrobject.c.h12 static const char * const _keywords[] = {"mapping", NULL}; in mappingproxy_new() local
71 static const char * const _keywords[] = {"fget", "fset", "fdel", "doc", NULL}; in property_init() local
Dlongobject.c.h12 static const char * const _keywords[] = {"", "base", NULL}; in long_new() local
152 static const char * const _keywords[] = {"length", "byteorder", "signed", NULL}; in int_to_bytes() local
199 static const char * const _keywords[] = {"bytes", "byteorder", "signed", NULL}; in int_from_bytes() local
Dbytesobject.c.h29 static const char * const _keywords[] = {"sep", "maxsplit", NULL}; in bytes_split() local
148 static const char * const _keywords[] = {"sep", "maxsplit", NULL}; in bytes_rsplit() local
294 static const char * const _keywords[] = {"", "delete", NULL}; in bytes_translate() local
425 static const char * const _keywords[] = {"encoding", "errors", NULL}; in bytes_decode() local
459 static const char * const _keywords[] = {"keepends", NULL}; in bytes_splitlines() local
Dstructseq.c.h12 static const char * const _keywords[] = {"sequence", "dict", NULL}; in structseq_new() local
Dmoduleobject.c.h20 static const char * const _keywords[] = {"name", "doc", NULL}; in module___init__() local
Dcomplexobject.c.h20 static const char * const _keywords[] = {"real", "imag", NULL}; in complex_new() local
/external/python/cpython3/PC/clinic/
Dwinsound.c.h26 static const char * const _keywords[] = {"sound", "flags", NULL}; in winsound_PlaySound() local
63 static const char * const _keywords[] = {"frequency", "duration", NULL}; in winsound_Beep() local
96 static const char * const _keywords[] = {"type", NULL}; in winsound_MessageBeep() local
D_testconsole.c.h24 static const char * const _keywords[] = {"file", "s", NULL}; in _testconsole_write_input() local
59 static const char * const _keywords[] = {"file", NULL}; in _testconsole_read_output() local
/external/python/cpython3/Modules/cjkcodecs/clinic/
Dmultibytecodec.c.h28 static const char * const _keywords[] = {"input", "errors", NULL}; in _multibytecodec_MultibyteCodec_encode() local
66 static const char * const _keywords[] = {"input", "errors", NULL}; in _multibytecodec_MultibyteCodec_decode() local
103 static const char * const _keywords[] = {"input", "final", NULL}; in _multibytecodec_MultibyteIncrementalEncoder_encode() local
152 static const char * const _keywords[] = {"input", "final", NULL}; in _multibytecodec_MultibyteIncrementalDecoder_decode() local
/external/python/cpython3/Python/clinic/
Dtraceback.c.h19 static const char * const _keywords[] = {"tb_next", "tb_frame", "tb_lasti", "tb_lineno", NULL}; in tb_new() local

123