Home
last modified time | relevance | path

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

12

/external/python/cpython3/Modules/clinic/
D_sre.c.h83 static const char * const _keywords[] = {"string", "pos", "endpos", "pattern", NULL}; in _sre_SRE_Pattern_match() local
84 static _PyArg_Parser _parser = {"|Onn$O:match", _keywords, 0}; in _sre_SRE_Pattern_match()
119 static const char * const _keywords[] = {"string", "pos", "endpos", "pattern", NULL}; in _sre_SRE_Pattern_fullmatch() local
120 static _PyArg_Parser _parser = {"|Onn$O:fullmatch", _keywords, 0}; in _sre_SRE_Pattern_fullmatch()
157 static const char * const _keywords[] = {"string", "pos", "endpos", "pattern", NULL}; in _sre_SRE_Pattern_search() local
158 static _PyArg_Parser _parser = {"|Onn$O:search", _keywords, 0}; in _sre_SRE_Pattern_search()
193 static const char * const _keywords[] = {"string", "pos", "endpos", "source", NULL}; in _sre_SRE_Pattern_findall() local
194 static _PyArg_Parser _parser = {"|Onn$O:findall", _keywords, 0}; in _sre_SRE_Pattern_findall()
229 static const char * const _keywords[] = {"string", "pos", "endpos", NULL}; in _sre_SRE_Pattern_finditer() local
230 static _PyArg_Parser _parser = {"O|nn:finditer", _keywords, 0}; in _sre_SRE_Pattern_finditer()
[all …]
Dposixmodule.c.h40 static const char * const _keywords[] = {"path", "dir_fd", "follow_symlinks", NULL}; in os_stat() local
41 static _PyArg_Parser _parser = {"O&|$O&p:stat", _keywords, 0}; in os_stat()
78 static const char * const _keywords[] = {"path", "dir_fd", NULL}; in os_lstat() local
79 static _PyArg_Parser _parser = {"O&|$O&:lstat", _keywords, 0}; in os_lstat()
139 …static const char * const _keywords[] = {"path", "mode", "dir_fd", "effective_ids", "follow_symlin… in os_access() local
140 static _PyArg_Parser _parser = {"O&i|$O&pp:access", _keywords, 0}; in os_access()
246 static const char * const _keywords[] = {"path", NULL}; in os_chdir() local
247 static _PyArg_Parser _parser = {"O&:chdir", _keywords, 0}; in os_chdir()
284 static const char * const _keywords[] = {"fd", NULL}; in os_fchdir() local
285 static _PyArg_Parser _parser = {"O&:fchdir", _keywords, 0}; in os_fchdir()
[all …]
D_asynciomodule.c.h29 static const char * const _keywords[] = {"loop", NULL}; in _asyncio_Future___init__() local
30 static _PyArg_Parser _parser = {"|$O:Future", _keywords, 0}; in _asyncio_Future___init__()
244 static const char * const _keywords[] = {"coro", "loop", NULL}; in _asyncio_Task___init__() local
245 static _PyArg_Parser _parser = {"O|$O:Task", _keywords, 0}; in _asyncio_Task___init__()
279 static const char * const _keywords[] = {"loop", NULL}; in _asyncio_Task_current_task() local
280 static _PyArg_Parser _parser = {"|O:current_task", _keywords, 0}; in _asyncio_Task_current_task()
311 static const char * const _keywords[] = {"loop", NULL}; in _asyncio_Task_all_tasks() local
312 static _PyArg_Parser _parser = {"|O:all_tasks", _keywords, 0}; in _asyncio_Task_all_tasks()
411 static const char * const _keywords[] = {"limit", NULL}; in _asyncio_Task_get_stack() local
412 static _PyArg_Parser _parser = {"|$O:get_stack", _keywords, 0}; in _asyncio_Task_get_stack()
[all …]
D_elementtree.c.h149 static const char * const _keywords[] = {"path", "namespaces", NULL}; in _elementtree_Element_find() local
150 static _PyArg_Parser _parser = {"O|O:find", _keywords, 0}; in _elementtree_Element_find()
181 static const char * const _keywords[] = {"path", "default", "namespaces", NULL}; in _elementtree_Element_findtext() local
182 static _PyArg_Parser _parser = {"O|OO:findtext", _keywords, 0}; in _elementtree_Element_findtext()
213 static const char * const _keywords[] = {"path", "namespaces", NULL}; in _elementtree_Element_findall() local
214 static _PyArg_Parser _parser = {"O|O:findall", _keywords, 0}; in _elementtree_Element_findall()
244 static const char * const _keywords[] = {"path", "namespaces", NULL}; in _elementtree_Element_iterfind() local
245 static _PyArg_Parser _parser = {"O|O:iterfind", _keywords, 0}; in _elementtree_Element_iterfind()
275 static const char * const _keywords[] = {"key", "default", NULL}; in _elementtree_Element_get() local
276 static _PyArg_Parser _parser = {"O|O:get", _keywords, 0}; in _elementtree_Element_get()
[all …]
D_pickle.c.h96 static const char * const _keywords[] = {"file", "protocol", "fix_imports", NULL}; in _pickle_Pickler___init__() local
97 static _PyArg_Parser _parser = {"O|Op:Pickler", _keywords, 0}; in _pickle_Pickler___init__()
289 static const char * const _keywords[] = {"file", "fix_imports", "encoding", "errors", NULL}; in _pickle_Unpickler___init__() local
290 static _PyArg_Parser _parser = {"O|$pss:Unpickler", _keywords, 0}; in _pickle_Unpickler___init__()
397 static const char * const _keywords[] = {"obj", "file", "protocol", "fix_imports", NULL}; in _pickle_dump() local
398 static _PyArg_Parser _parser = {"OO|O$p:dump", _keywords, 0}; in _pickle_dump()
443 static const char * const _keywords[] = {"obj", "protocol", "fix_imports", NULL}; in _pickle_dumps() local
444 static _PyArg_Parser _parser = {"O|O$p:dumps", _keywords, 0}; in _pickle_dumps()
499 static const char * const _keywords[] = {"file", "fix_imports", "encoding", "errors", NULL}; in _pickle_load() local
500 static _PyArg_Parser _parser = {"O|$pss:load", _keywords, 0}; in _pickle_load()
[all …]
Dzlibmodule.c.h26 static const char * const _keywords[] = {"", "level", NULL}; in zlib_compress() local
27 static _PyArg_Parser _parser = {"y*|i:compress", _keywords, 0}; in zlib_compress()
70 static const char * const _keywords[] = {"", "wbits", "bufsize", NULL}; in zlib_decompress() local
71 static _PyArg_Parser _parser = {"y*|iO&:decompress", _keywords, 0}; in zlib_decompress()
132 …static const char * const _keywords[] = {"level", "method", "wbits", "memLevel", "strategy", "zdic… in zlib_compressobj() local
133 static _PyArg_Parser _parser = {"|iiiiiy*:compressobj", _keywords, 0}; in zlib_compressobj()
178 static const char * const _keywords[] = {"wbits", "zdict", NULL}; in zlib_decompressobj() local
179 static _PyArg_Parser _parser = {"|iO:decompressobj", _keywords, 0}; in zlib_decompressobj()
260 static const char * const _keywords[] = {"", "max_length", NULL}; in zlib_Decompress_decompress() local
261 static _PyArg_Parser _parser = {"y*|O&:decompress", _keywords, 0}; in zlib_Decompress_decompress()
D_ssl.c.h482 static const char * const _keywords[] = {"certfile", "keyfile", "password", NULL}; in _ssl__SSLContext_load_cert_chain() local
483 static _PyArg_Parser _parser = {"O|OO:load_cert_chain", _keywords, 0}; in _ssl__SSLContext_load_cert_chain()
516 static const char * const _keywords[] = {"cafile", "capath", "cadata", NULL}; in _ssl__SSLContext_load_verify_locations() local
517 static _PyArg_Parser _parser = {"|OOO:load_verify_locations", _keywords, 0}; in _ssl__SSLContext_load_verify_locations()
556 static const char * const _keywords[] = {"sock", "server_side", "server_hostname", NULL}; in _ssl__SSLContext__wrap_socket() local
557 static _PyArg_Parser _parser = {"O!i|O:_wrap_socket", _keywords, 0}; in _ssl__SSLContext__wrap_socket()
590 …static const char * const _keywords[] = {"incoming", "outgoing", "server_side", "server_hostname",… in _ssl__SSLContext__wrap_bio() local
591 static _PyArg_Parser _parser = {"O!O!i|O:_wrap_bio", _keywords, 0}; in _ssl__SSLContext__wrap_bio()
712 static const char * const _keywords[] = {"binary_form", NULL}; in _ssl__SSLContext_get_ca_certs() local
713 static _PyArg_Parser _parser = {"|p:get_ca_certs", _keywords, 0}; in _ssl__SSLContext_get_ca_certs()
[all …]
Dgrpmodule.c.h23 static const char * const _keywords[] = {"id", NULL}; in grp_getgrgid() local
24 static _PyArg_Parser _parser = {"O:getgrgid", _keywords, 0}; in grp_getgrgid()
55 static const char * const _keywords[] = {"name", NULL}; in grp_getgrnam() local
56 static _PyArg_Parser _parser = {"U:getgrnam", _keywords, 0}; in grp_getgrnam()
Dsha256module.c.h84 static const char * const _keywords[] = {"string", NULL}; in _sha256_sha256() local
85 static _PyArg_Parser _parser = {"|O:sha256", _keywords, 0}; in _sha256_sha256()
114 static const char * const _keywords[] = {"string", NULL}; in _sha256_sha224() local
115 static _PyArg_Parser _parser = {"|O:sha224", _keywords, 0}; in _sha256_sha224()
Dsha512module.c.h84 static const char * const _keywords[] = {"string", NULL}; in _sha512_sha512() local
85 static _PyArg_Parser _parser = {"|O:sha512", _keywords, 0}; in _sha512_sha512()
114 static const char * const _keywords[] = {"string", NULL}; in _sha512_sha384() local
115 static _PyArg_Parser _parser = {"|O:sha384", _keywords, 0}; in _sha512_sha384()
D_lzmamodule.c.h94 static const char * const _keywords[] = {"data", "max_length", NULL}; in _lzma_LZMADecompressor_decompress() local
95 static _PyArg_Parser _parser = {"y*|n:decompress", _keywords, 0}; in _lzma_LZMADecompressor_decompress()
145 static const char * const _keywords[] = {"format", "memlimit", "filters", NULL}; in _lzma_LZMADecompressor___init__() local
146 static _PyArg_Parser _parser = {"|iOO:LZMADecompressor", _keywords, 0}; in _lzma_LZMADecompressor___init__()
Dbinascii.c.h115 static const char * const _keywords[] = {"data", "newline", NULL}; in binascii_b2a_base64() local
116 static _PyArg_Parser _parser = {"y*|$i:b2a_base64", _keywords, 0}; in binascii_b2a_base64()
492 static const char * const _keywords[] = {"data", "header", NULL}; in binascii_a2b_qp() local
493 static _PyArg_Parser _parser = {"O&|i:a2b_qp", _keywords, 0}; in binascii_a2b_qp()
532 static const char * const _keywords[] = {"data", "quotetabs", "istext", "header", NULL}; in binascii_b2a_qp() local
533 static _PyArg_Parser _parser = {"y*|iii:b2a_qp", _keywords, 0}; in binascii_b2a_qp()
D_datetimemodule.c.h26 static const char * const _keywords[] = {"tz", NULL}; in datetime_datetime_now() local
27 static _PyArg_Parser _parser = {"|O:now", _keywords, 0}; in datetime_datetime_now()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
DUnicodeLocaleExtension.java26 private SortedMap<String, String> _keywords = EMPTY_SORTED_MAP; field in UnicodeLocaleExtension
33 CA_JAPANESE._keywords = new TreeMap<String, String>();
34 CA_JAPANESE._keywords.put("ca", "japanese");
38 NU_THAI._keywords = new TreeMap<String, String>();
39 NU_THAI._keywords.put("nu", "thai");
53 _keywords = keywords; in UnicodeLocaleExtension()
56 if (_attributes.size() > 0 || _keywords.size() > 0) { in UnicodeLocaleExtension()
61 for (Entry<String, String> keyword : _keywords.entrySet()) { in UnicodeLocaleExtension()
79 return Collections.unmodifiableSet(_keywords.keySet()); in getUnicodeLocaleKeys()
83 return _keywords.get(unicodeLocaleKey); in getUnicodeLocaleType()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DUnicodeLocaleExtension.java26 private SortedMap<String, String> _keywords = EMPTY_SORTED_MAP; field in UnicodeLocaleExtension
33 CA_JAPANESE._keywords = new TreeMap<String, String>();
34 CA_JAPANESE._keywords.put("ca", "japanese");
38 NU_THAI._keywords = new TreeMap<String, String>();
39 NU_THAI._keywords.put("nu", "thai");
53 _keywords = keywords; in UnicodeLocaleExtension()
56 if (_attributes.size() > 0 || _keywords.size() > 0) { in UnicodeLocaleExtension()
61 for (Entry<String, String> keyword : _keywords.entrySet()) { in UnicodeLocaleExtension()
79 return Collections.unmodifiableSet(_keywords.keySet()); in getUnicodeLocaleKeys()
83 return _keywords.get(unicodeLocaleKey); in getUnicodeLocaleType()
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DUnicodeLocaleExtension.java30 private SortedMap<String, String> _keywords = EMPTY_SORTED_MAP; field in UnicodeLocaleExtension
37 CA_JAPANESE._keywords = new TreeMap<String, String>();
38 CA_JAPANESE._keywords.put("ca", "japanese");
42 NU_THAI._keywords = new TreeMap<String, String>();
43 NU_THAI._keywords.put("nu", "thai");
57 _keywords = keywords; in UnicodeLocaleExtension()
60 if (_attributes.size() > 0 || _keywords.size() > 0) { in UnicodeLocaleExtension()
65 for (Entry<String, String> keyword : _keywords.entrySet()) { in UnicodeLocaleExtension()
83 return Collections.unmodifiableSet(_keywords.keySet()); in getUnicodeLocaleKeys()
87 return _keywords.get(unicodeLocaleKey); in getUnicodeLocaleType()
/external/python/cpython3/PC/clinic/
Dwinsound.c.h26 static const char * const _keywords[] = {"sound", "flags", NULL}; in winsound_PlaySound() local
27 static _PyArg_Parser _parser = {"Oi:PlaySound", _keywords, 0}; in winsound_PlaySound()
63 static const char * const _keywords[] = {"frequency", "duration", NULL}; in winsound_Beep() local
64 static _PyArg_Parser _parser = {"ii:Beep", _keywords, 0}; in winsound_Beep()
96 static const char * const _keywords[] = {"type", NULL}; in winsound_MessageBeep() local
97 static _PyArg_Parser _parser = {"|i:MessageBeep", _keywords, 0}; in winsound_MessageBeep()
D_testconsole.c.h24 static const char * const _keywords[] = {"file", "s", NULL}; in _testconsole_write_input() local
25 static _PyArg_Parser _parser = {"OS:write_input", _keywords, 0}; in _testconsole_write_input()
59 static const char * const _keywords[] = {"file", NULL}; in _testconsole_read_output() local
60 static _PyArg_Parser _parser = {"O:read_output", _keywords, 0}; in _testconsole_read_output()
Dwinreg.c.h90 static const char * const _keywords[] = {"exc_type", "exc_value", "traceback", NULL}; in winreg_HKEYType___exit__() local
91 static _PyArg_Parser _parser = {"OOO:__exit__", _keywords, 0}; in winreg_HKEYType___exit__()
248 static const char * const _keywords[] = {"key", "sub_key", "reserved", "access", NULL}; in winreg_CreateKeyEx() local
249 static _PyArg_Parser _parser = {"O&Z|ii:CreateKeyEx", _keywords, 0}; in winreg_CreateKeyEx()
347 static const char * const _keywords[] = {"key", "sub_key", "access", "reserved", NULL}; in winreg_DeleteKeyEx() local
348 static _PyArg_Parser _parser = {"O&u|ii:DeleteKeyEx", _keywords, 0}; in winreg_DeleteKeyEx()
633 static const char * const _keywords[] = {"key", "sub_key", "reserved", "access", NULL}; in winreg_OpenKey() local
634 static _PyArg_Parser _parser = {"O&Z|ii:OpenKey", _keywords, 0}; in winreg_OpenKey()
685 static const char * const _keywords[] = {"key", "sub_key", "reserved", "access", NULL}; in winreg_OpenKeyEx() local
686 static _PyArg_Parser _parser = {"O&Z|ii:OpenKeyEx", _keywords, 0}; in winreg_OpenKeyEx()
/external/python/cpython3/Objects/clinic/
Dbytesobject.c.h29 static const char * const _keywords[] = {"sep", "maxsplit", NULL}; in bytes_split() local
30 static _PyArg_Parser _parser = {"|On:split", _keywords, 0}; in bytes_split()
148 static const char * const _keywords[] = {"sep", "maxsplit", NULL}; in bytes_rsplit() local
149 static _PyArg_Parser _parser = {"|On:rsplit", _keywords, 0}; in bytes_rsplit()
294 static const char * const _keywords[] = {"", "delete", NULL}; in bytes_translate() local
295 static _PyArg_Parser _parser = {"O|O:translate", _keywords, 0}; in bytes_translate()
425 static const char * const _keywords[] = {"encoding", "errors", NULL}; in bytes_decode() local
426 static _PyArg_Parser _parser = {"|ss:decode", _keywords, 0}; in bytes_decode()
459 static const char * const _keywords[] = {"keepends", NULL}; in bytes_splitlines() local
460 static _PyArg_Parser _parser = {"|i:splitlines", _keywords, 0}; in bytes_splitlines()
Dbytearrayobject.c.h64 static const char * const _keywords[] = {"", "delete", NULL}; in bytearray_translate() local
65 static _PyArg_Parser _parser = {"O|O:translate", _keywords, 0}; in bytearray_translate()
194 static const char * const _keywords[] = {"sep", "maxsplit", NULL}; in bytearray_split() local
195 static _PyArg_Parser _parser = {"|On:split", _keywords, 0}; in bytearray_split()
268 static const char * const _keywords[] = {"sep", "maxsplit", NULL}; in bytearray_rsplit() local
269 static _PyArg_Parser _parser = {"|On:rsplit", _keywords, 0}; in bytearray_rsplit()
560 static const char * const _keywords[] = {"encoding", "errors", NULL}; in bytearray_decode() local
561 static _PyArg_Parser _parser = {"|ss:decode", _keywords, 0}; in bytearray_decode()
607 static const char * const _keywords[] = {"keepends", NULL}; in bytearray_splitlines() local
608 static _PyArg_Parser _parser = {"|i:splitlines", _keywords, 0}; in bytearray_splitlines()
/external/python/cpython3/Modules/_sha3/clinic/
Dsha3module.c.h18 static const char * const _keywords[] = {"string", NULL}; in py_sha3_new() local
19 static _PyArg_Parser _parser = {"|O:sha3_224", _keywords, 0}; in py_sha3_new()
111 static const char * const _keywords[] = {"length", NULL}; in _sha3_shake_128_digest() local
112 static _PyArg_Parser _parser = {"k:digest", _keywords, 0}; in _sha3_shake_128_digest()
141 static const char * const _keywords[] = {"length", NULL}; in _sha3_shake_128_hexdigest() local
142 static _PyArg_Parser _parser = {"k:hexdigest", _keywords, 0}; in _sha3_shake_128_hexdigest()
/external/python/cpython3/Modules/cjkcodecs/clinic/
Dmultibytecodec.c.h28 static const char * const _keywords[] = {"input", "errors", NULL}; in _multibytecodec_MultibyteCodec_encode() local
29 static _PyArg_Parser _parser = {"O|z:encode", _keywords, 0}; in _multibytecodec_MultibyteCodec_encode()
66 static const char * const _keywords[] = {"input", "errors", NULL}; in _multibytecodec_MultibyteCodec_decode() local
67 static _PyArg_Parser _parser = {"y*|z:decode", _keywords, 0}; in _multibytecodec_MultibyteCodec_decode()
103 static const char * const _keywords[] = {"input", "final", NULL}; in _multibytecodec_MultibyteIncrementalEncoder_encode() local
104 static _PyArg_Parser _parser = {"O|i:encode", _keywords, 0}; in _multibytecodec_MultibyteIncrementalEncoder_encode()
152 static const char * const _keywords[] = {"input", "final", NULL}; in _multibytecodec_MultibyteIncrementalDecoder_decode() local
153 static _PyArg_Parser _parser = {"y*|i:decode", _keywords, 0}; in _multibytecodec_MultibyteIncrementalDecoder_decode()
/external/python/cpython3/Modules/_io/clinic/
Dtextio.c.h27 static const char * const _keywords[] = {"decoder", "translate", "errors", NULL}; in _io_IncrementalNewlineDecoder___init__() local
28 static _PyArg_Parser _parser = {"Oi|O:IncrementalNewlineDecoder", _keywords, 0}; in _io_IncrementalNewlineDecoder___init__()
59 static const char * const _keywords[] = {"input", "final", NULL}; in _io_IncrementalNewlineDecoder_decode() local
60 static _PyArg_Parser _parser = {"O|i:decode", _keywords, 0}; in _io_IncrementalNewlineDecoder_decode()
160 …static const char * const _keywords[] = {"buffer", "encoding", "errors", "newline", "line_bufferin… in _io_TextIOWrapper___init__() local
161 static _PyArg_Parser _parser = {"O|zzzii:TextIOWrapper", _keywords, 0}; in _io_TextIOWrapper___init__()
Dbufferedio.c.h327 static const char * const _keywords[] = {"raw", "buffer_size", NULL}; in _io_BufferedReader___init__() local
328 static _PyArg_Parser _parser = {"O|n:BufferedReader", _keywords, 0}; in _io_BufferedReader___init__()
360 static const char * const _keywords[] = {"raw", "buffer_size", NULL}; in _io_BufferedWriter___init__() local
361 static _PyArg_Parser _parser = {"O|n:BufferedWriter", _keywords, 0}; in _io_BufferedWriter___init__()
464 static const char * const _keywords[] = {"raw", "buffer_size", NULL}; in _io_BufferedRandom___init__() local
465 static _PyArg_Parser _parser = {"O|n:BufferedRandom", _keywords, 0}; in _io_BufferedRandom___init__()

12