Home
last modified time | relevance | path

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

1234

/third_party/python/Modules/clinic/
Dzlibmodule.c.h26 static const char * const _keywords[] = {"", "level", NULL}; in zlib_compress() local
27 static _PyArg_Parser _parser = {NULL, _keywords, "compress", 0}; in zlib_compress()
87 static const char * const _keywords[] = {"", "wbits", "bufsize", NULL}; in zlib_decompress() local
88 static _PyArg_Parser _parser = {NULL, _keywords, "decompress", 0}; in zlib_decompress()
183 …static const char * const _keywords[] = {"level", "method", "wbits", "memLevel", "strategy", "zdic… in zlib_compressobj() local
184 static _PyArg_Parser _parser = {NULL, _keywords, "compressobj", 0}; in zlib_compressobj()
287 static const char * const _keywords[] = {"wbits", "zdict", NULL}; in zlib_decompressobj() local
288 static _PyArg_Parser _parser = {NULL, _keywords, "decompressobj", 0}; in zlib_decompressobj()
342 static const char * const _keywords[] = {"", NULL}; in zlib_Compress_compress() local
343 static _PyArg_Parser _parser = {"y*:compress", _keywords, 0}; in zlib_Compress_compress()
[all …]
D_curses_panel.c.h21 static const char * const _keywords[] = { NULL}; in _curses_panel_panel_bottom() local
22 static _PyArg_Parser _parser = {":bottom", _keywords, 0}; in _curses_panel_panel_bottom()
52 static const char * const _keywords[] = { NULL}; in _curses_panel_panel_hide() local
53 static _PyArg_Parser _parser = {":hide", _keywords, 0}; in _curses_panel_panel_hide()
81 static const char * const _keywords[] = { NULL}; in _curses_panel_panel_show() local
82 static _PyArg_Parser _parser = {":show", _keywords, 0}; in _curses_panel_panel_show()
110 static const char * const _keywords[] = { NULL}; in _curses_panel_panel_top() local
111 static _PyArg_Parser _parser = {":top", _keywords, 0}; in _curses_panel_panel_top()
194 static const char * const _keywords[] = {"", "", NULL}; in _curses_panel_panel_move() local
195 static _PyArg_Parser _parser = {"ii:move", _keywords, 0}; in _curses_panel_panel_move()
[all …]
D_asynciomodule.c.h29 static const char * const _keywords[] = {"loop", NULL}; in _asyncio_Future___init__() local
30 static _PyArg_Parser _parser = {NULL, _keywords, "Future", 0}; in _asyncio_Future___init__()
142 static const char * const _keywords[] = {"", "context", NULL}; in _asyncio_Future_add_done_callback() local
143 static _PyArg_Parser _parser = {NULL, _keywords, "add_done_callback", 0}; in _asyncio_Future_add_done_callback()
196 static const char * const _keywords[] = {"msg", NULL}; in _asyncio_Future_cancel() local
197 static _PyArg_Parser _parser = {NULL, _keywords, "cancel", 0}; in _asyncio_Future_cancel()
326 static const char * const _keywords[] = {"coro", "loop", "name", NULL}; in _asyncio_Task___init__() local
327 static _PyArg_Parser _parser = {NULL, _keywords, "Task", 0}; in _asyncio_Task___init__()
429 static const char * const _keywords[] = {"msg", NULL}; in _asyncio_Task_cancel() local
430 static _PyArg_Parser _parser = {NULL, _keywords, "cancel", 0}; in _asyncio_Task_cancel()
[all …]
D_hashopenssl.c.h86 static const char * const _keywords[] = {"length", NULL}; in EVPXOF_digest() local
87 static _PyArg_Parser _parser = {NULL, _keywords, "digest", 0}; in EVPXOF_digest()
133 static const char * const _keywords[] = {"length", NULL}; in EVPXOF_hexdigest() local
134 static _PyArg_Parser _parser = {NULL, _keywords, "hexdigest", 0}; in EVPXOF_hexdigest()
184 static const char * const _keywords[] = {"name", "string", "usedforsecurity", NULL}; in EVP_new() local
185 static _PyArg_Parser _parser = {NULL, _keywords, "new", 0}; in EVP_new()
238 static const char * const _keywords[] = {"string", "usedforsecurity", NULL}; in _hashlib_openssl_md5() local
239 static _PyArg_Parser _parser = {NULL, _keywords, "openssl_md5", 0}; in _hashlib_openssl_md5()
290 static const char * const _keywords[] = {"string", "usedforsecurity", NULL}; in _hashlib_openssl_sha1() local
291 static _PyArg_Parser _parser = {NULL, _keywords, "openssl_sha1", 0}; in _hashlib_openssl_sha1()
[all …]
D_sre.c.h178 static const char * const _keywords[] = {"string", "pos", "endpos", NULL}; in _sre_SRE_Pattern_match() local
179 static _PyArg_Parser _parser = {"O|nn:match", _keywords, 0}; in _sre_SRE_Pattern_match()
212 static const char * const _keywords[] = {"string", "pos", "endpos", NULL}; in _sre_SRE_Pattern_fullmatch() local
213 static _PyArg_Parser _parser = {"O|nn:fullmatch", _keywords, 0}; in _sre_SRE_Pattern_fullmatch()
248 static const char * const _keywords[] = {"string", "pos", "endpos", NULL}; in _sre_SRE_Pattern_search() local
249 static _PyArg_Parser _parser = {"O|nn:search", _keywords, 0}; in _sre_SRE_Pattern_search()
281 static const char * const _keywords[] = {"string", "pos", "endpos", NULL}; in _sre_SRE_Pattern_findall() local
282 static _PyArg_Parser _parser = {NULL, _keywords, "findall", 0}; in _sre_SRE_Pattern_findall()
353 static const char * const _keywords[] = {"string", "pos", "endpos", NULL}; in _sre_SRE_Pattern_finditer() local
354 static _PyArg_Parser _parser = {"O|nn:finditer", _keywords, 0}; in _sre_SRE_Pattern_finditer()
[all …]
D_testmultiphase.c.h25 static const char * const _keywords[] = { NULL}; in _testmultiphase_StateAccessType_get_defining_module() local
26 static _PyArg_Parser _parser = {":get_defining_module", _keywords, 0}; in _testmultiphase_StateAccessType_get_defining_module()
60 static const char * const _keywords[] = {"n", "twice", NULL}; in _testmultiphase_StateAccessType_increment_count_clinic() local
61 static _PyArg_Parser _parser = {"|i$p:increment_count_clinic", _keywords, 0}; in _testmultiphase_StateAccessType_increment_count_clinic()
92 static const char * const _keywords[] = { NULL}; in _testmultiphase_StateAccessType_get_count() local
93 static _PyArg_Parser _parser = {":get_count", _keywords, 0}; in _testmultiphase_StateAccessType_get_count()
Dposixmodule.c.h40 static const char * const _keywords[] = {"path", "dir_fd", "follow_symlinks", NULL}; in os_stat() local
41 static _PyArg_Parser _parser = {NULL, _keywords, "stat", 0}; in os_stat()
99 static const char * const _keywords[] = {"path", "dir_fd", NULL}; in os_lstat() local
100 static _PyArg_Parser _parser = {NULL, _keywords, "lstat", 0}; in os_lstat()
172 …static const char * const _keywords[] = {"path", "mode", "dir_fd", "effective_ids", "follow_symlin… in os_access() local
173 static _PyArg_Parser _parser = {NULL, _keywords, "access", 0}; in os_access()
309 static const char * const _keywords[] = {"path", NULL}; in os_chdir() local
310 static _PyArg_Parser _parser = {NULL, _keywords, "chdir", 0}; in os_chdir()
351 static const char * const _keywords[] = {"fd", NULL}; in os_fchdir() local
352 static _PyArg_Parser _parser = {NULL, _keywords, "fchdir", 0}; in os_fchdir()
[all …]
D_gdbmmodule.c.h108 static const char * const _keywords[] = { NULL}; in _gdbm_gdbm_keys() local
109 static _PyArg_Parser _parser = {":keys", _keywords, 0}; in _gdbm_gdbm_keys()
141 static const char * const _keywords[] = { NULL}; in _gdbm_gdbm_firstkey() local
142 static _PyArg_Parser _parser = {":firstkey", _keywords, 0}; in _gdbm_gdbm_firstkey()
179 static const char * const _keywords[] = {"", NULL}; in _gdbm_gdbm_nextkey() local
180 static _PyArg_Parser _parser = {"s#:nextkey", _keywords, 0}; in _gdbm_gdbm_nextkey()
216 static const char * const _keywords[] = { NULL}; in _gdbm_gdbm_reorganize() local
217 static _PyArg_Parser _parser = {":reorganize", _keywords, 0}; in _gdbm_gdbm_reorganize()
248 static const char * const _keywords[] = { NULL}; in _gdbm_gdbm_sync() local
249 static _PyArg_Parser _parser = {":sync", _keywords, 0}; in _gdbm_gdbm_sync()
D_queuemodule.c.h53 static const char * const _keywords[] = {"item", "block", "timeout", NULL}; in _queue_SimpleQueue_put() local
54 static _PyArg_Parser _parser = {NULL, _keywords, "put", 0}; in _queue_SimpleQueue_put()
105 static const char * const _keywords[] = {"item", NULL}; in _queue_SimpleQueue_put_nowait() local
106 static _PyArg_Parser _parser = {NULL, _keywords, "put_nowait", 0}; in _queue_SimpleQueue_put_nowait()
146 static const char * const _keywords[] = {"block", "timeout", NULL}; in _queue_SimpleQueue_get() local
147 static _PyArg_Parser _parser = {"|pO:get", _keywords, 0}; in _queue_SimpleQueue_get()
181 static const char * const _keywords[] = { NULL}; in _queue_SimpleQueue_get_nowait() local
182 static _PyArg_Parser _parser = {":get_nowait", _keywords, 0}; in _queue_SimpleQueue_get_nowait()
Dpyexpat.c.h24 static const char * const _keywords[] = {"", "", NULL}; in pyexpat_xmlparser_Parse() local
25 static _PyArg_Parser _parser = {"O|i:Parse", _keywords, 0}; in pyexpat_xmlparser_Parse()
56 static const char * const _keywords[] = {"", NULL}; in pyexpat_xmlparser_ParseFile() local
57 static _PyArg_Parser _parser = {"O:ParseFile", _keywords, 0}; in pyexpat_xmlparser_ParseFile()
166 static const char * const _keywords[] = {"", "", NULL}; in pyexpat_xmlparser_ExternalEntityParserCreate() local
167 static _PyArg_Parser _parser = {"z|s:ExternalEntityParserCreate", _keywords, 0}; in pyexpat_xmlparser_ExternalEntityParserCreate()
237 static const char * const _keywords[] = {"", NULL}; in pyexpat_xmlparser_UseForeignDTD() local
238 static _PyArg_Parser _parser = {"|p:UseForeignDTD", _keywords, 0}; in pyexpat_xmlparser_UseForeignDTD()
271 static const char * const _keywords[] = {"encoding", "namespace_separator", "intern", NULL}; in pyexpat_ParserCreate() local
272 static _PyArg_Parser _parser = {NULL, _keywords, "ParserCreate", 0}; in pyexpat_ParserCreate()
Dsha512module.c.h21 static const char * const _keywords[] = { NULL}; in SHA512Type_copy() local
22 static _PyArg_Parser _parser = {":copy", _keywords, 0}; in SHA512Type_copy()
95 static const char * const _keywords[] = {"string", "usedforsecurity", NULL}; in _sha512_sha512() local
96 static _PyArg_Parser _parser = {NULL, _keywords, "sha512", 0}; in _sha512_sha512()
146 static const char * const _keywords[] = {"string", "usedforsecurity", NULL}; in _sha512_sha384() local
147 static _PyArg_Parser _parser = {NULL, _keywords, "sha384", 0}; in _sha512_sha384()
Dsha256module.c.h21 static const char * const _keywords[] = { NULL}; in SHA256Type_copy() local
22 static _PyArg_Parser _parser = {":copy", _keywords, 0}; in SHA256Type_copy()
95 static const char * const _keywords[] = {"string", "usedforsecurity", NULL}; in _sha256_sha256() local
96 static _PyArg_Parser _parser = {NULL, _keywords, "sha256", 0}; in _sha256_sha256()
146 static const char * const _keywords[] = {"string", "usedforsecurity", NULL}; in _sha256_sha224() local
147 static _PyArg_Parser _parser = {NULL, _keywords, "sha224", 0}; in _sha256_sha224()
D_dbmmodule.c.h39 static const char * const _keywords[] = { NULL}; in _dbm_dbm_keys() local
40 static _PyArg_Parser _parser = {":keys", _keywords, 0}; in _dbm_dbm_keys()
69 static const char * const _keywords[] = {"", "", NULL}; in _dbm_dbm_get() local
70 static _PyArg_Parser _parser = {"s#|O:get", _keywords, 0}; in _dbm_dbm_get()
105 static const char * const _keywords[] = {"", "", NULL}; in _dbm_dbm_setdefault() local
106 static _PyArg_Parser _parser = {"s#|O:setdefault", _keywords, 0}; in _dbm_dbm_setdefault()
Ditertoolsmodule.c.h56 static const char * const _keywords[] = {"iterable", "key", NULL}; in itertools_groupby() local
57 static _PyArg_Parser _parser = {NULL, _keywords, "groupby", 0}; in itertools_groupby()
372 static const char * const _keywords[] = {"iterable", "r", NULL}; in itertools_combinations() local
373 static _PyArg_Parser _parser = {NULL, _keywords, "combinations", 0}; in itertools_combinations()
420 static const char * const _keywords[] = {"iterable", "r", NULL}; in itertools_combinations_with_replacement() local
421 static _PyArg_Parser _parser = {NULL, _keywords, "combinations_with_replacement", 0}; in itertools_combinations_with_replacement()
467 static const char * const _keywords[] = {"iterable", "r", NULL}; in itertools_permutations() local
468 static _PyArg_Parser _parser = {NULL, _keywords, "permutations", 0}; in itertools_permutations()
506 static const char * const _keywords[] = {"iterable", "func", "initial", NULL}; in itertools_accumulate() local
507 static _PyArg_Parser _parser = {NULL, _keywords, "accumulate", 0}; in itertools_accumulate()
[all …]
D_bisectmodule.c.h29 static const char * const _keywords[] = {"a", "x", "lo", "hi", "key", NULL}; in _bisect_bisect_right() local
30 static _PyArg_Parser _parser = {NULL, _keywords, "bisect_right", 0}; in _bisect_bisect_right()
112 static const char * const _keywords[] = {"a", "x", "lo", "hi", "key", NULL}; in _bisect_insort_right() local
113 static _PyArg_Parser _parser = {NULL, _keywords, "insort_right", 0}; in _bisect_insort_right()
192 static const char * const _keywords[] = {"a", "x", "lo", "hi", "key", NULL}; in _bisect_bisect_left() local
193 static _PyArg_Parser _parser = {NULL, _keywords, "bisect_left", 0}; in _bisect_bisect_left()
275 static const char * const _keywords[] = {"a", "x", "lo", "hi", "key", NULL}; in _bisect_insort_left() local
276 static _PyArg_Parser _parser = {NULL, _keywords, "insort_left", 0}; in _bisect_insort_left()
Dgrpmodule.c.h23 static const char * const _keywords[] = {"id", NULL}; in grp_getgrgid() local
24 static _PyArg_Parser _parser = {NULL, _keywords, "getgrgid", 0}; in grp_getgrgid()
57 static const char * const _keywords[] = {"name", NULL}; in grp_getgrnam() local
58 static _PyArg_Parser _parser = {NULL, _keywords, "getgrnam", 0}; in grp_getgrnam()
D_datetimemodule.c.h25 static const char * const _keywords[] = {"year", "week", "weekday", NULL}; in iso_calendar_date_new() local
26 static _PyArg_Parser _parser = {NULL, _keywords, "IsoCalendarDate", 0}; in iso_calendar_date_new()
77 static const char * const _keywords[] = {"tz", NULL}; in datetime_datetime_now() local
78 static _PyArg_Parser _parser = {NULL, _keywords, "now", 0}; in datetime_datetime_now()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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()
/third_party/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()
/third_party/python/Objects/clinic/
Dodictobject.c.h21 static const char * const _keywords[] = {"iterable", "value", NULL}; in OrderedDict_fromkeys() local
22 static _PyArg_Parser _parser = {NULL, _keywords, "fromkeys", 0}; in OrderedDict_fromkeys()
63 static const char * const _keywords[] = {"key", "default", NULL}; in OrderedDict_setdefault() local
64 static _PyArg_Parser _parser = {NULL, _keywords, "setdefault", 0}; in OrderedDict_setdefault()
106 static const char * const _keywords[] = {"key", "default", NULL}; in OrderedDict_pop() local
107 static _PyArg_Parser _parser = {NULL, _keywords, "pop", 0}; in OrderedDict_pop()
147 static const char * const _keywords[] = {"last", NULL}; in OrderedDict_popitem() local
148 static _PyArg_Parser _parser = {NULL, _keywords, "popitem", 0}; in OrderedDict_popitem()
189 static const char * const _keywords[] = {"key", "last", NULL}; in OrderedDict_move_to_end() local
190 static _PyArg_Parser _parser = {NULL, _keywords, "move_to_end", 0}; in OrderedDict_move_to_end()
Dmemoryobject.c.h18 static const char * const _keywords[] = {"object", NULL}; in memoryview() local
19 static _PyArg_Parser _parser = {NULL, _keywords, "memoryview", 0}; in memoryview()
71 static const char * const _keywords[] = {"format", "shape", NULL}; in memoryview_cast() local
72 static _PyArg_Parser _parser = {NULL, _keywords, "cast", 0}; in memoryview_cast()
159 static const char * const _keywords[] = {"order", NULL}; in memoryview_tobytes() local
160 static _PyArg_Parser _parser = {NULL, _keywords, "tobytes", 0}; in memoryview_tobytes()
231 static const char * const _keywords[] = {"sep", "bytes_per_sep", NULL}; in memoryview_hex() local
232 static _PyArg_Parser _parser = {NULL, _keywords, "hex", 0}; in memoryview_hex()
Dbytesobject.c.h29 static const char * const _keywords[] = {"sep", "maxsplit", NULL}; in bytes_split() local
30 static _PyArg_Parser _parser = {NULL, _keywords, "split", 0}; in bytes_split()
180 static const char * const _keywords[] = {"sep", "maxsplit", NULL}; in bytes_rsplit() local
181 static _PyArg_Parser _parser = {NULL, _keywords, "rsplit", 0}; in bytes_rsplit()
359 static const char * const _keywords[] = {"", "delete", NULL}; in bytes_translate() local
360 static _PyArg_Parser _parser = {NULL, _keywords, "translate", 0}; in bytes_translate()
619 static const char * const _keywords[] = {"encoding", "errors", NULL}; in bytes_decode() local
620 static _PyArg_Parser _parser = {NULL, _keywords, "decode", 0}; in bytes_decode()
690 static const char * const _keywords[] = {"keepends", NULL}; in bytes_splitlines() local
691 static _PyArg_Parser _parser = {NULL, _keywords, "splitlines", 0}; in bytes_splitlines()
[all …]
/third_party/python/PC/clinic/
Dwinsound.c.h26 static const char * const _keywords[] = {"sound", "flags", NULL}; in winsound_PlaySound() local
27 static _PyArg_Parser _parser = {NULL, _keywords, "PlaySound", 0}; in winsound_PlaySound()
69 static const char * const _keywords[] = {"frequency", "duration", NULL}; in winsound_Beep() local
70 static _PyArg_Parser _parser = {NULL, _keywords, "Beep", 0}; in winsound_Beep()
111 static const char * const _keywords[] = {"type", NULL}; in winsound_MessageBeep() local
112 static _PyArg_Parser _parser = {NULL, _keywords, "MessageBeep", 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 = {NULL, _keywords, "write_input", 0}; in _testconsole_write_input()
66 static const char * const _keywords[] = {"file", NULL}; in _testconsole_read_output() local
67 static _PyArg_Parser _parser = {NULL, _keywords, "read_output", 0}; in _testconsole_read_output()
/third_party/python/Modules/_sqlite/clinic/
Dconnection.c.h21 static const char * const _keywords[] = {"factory", NULL}; in pysqlite_connection_cursor() local
22 static _PyArg_Parser _parser = {NULL, _keywords, "cursor", 0}; in pysqlite_connection_cursor()
114 static const char * const _keywords[] = {"name", "narg", "func", "deterministic", NULL}; in pysqlite_connection_create_function() local
115 static _PyArg_Parser _parser = {NULL, _keywords, "create_function", 0}; in pysqlite_connection_create_function()
177 static const char * const _keywords[] = {"name", "n_arg", "aggregate_class", NULL}; in pysqlite_connection_create_aggregate() local
178 static _PyArg_Parser _parser = {NULL, _keywords, "create_aggregate", 0}; in pysqlite_connection_create_aggregate()
229 static const char * const _keywords[] = {"authorizer_callback", NULL}; in pysqlite_connection_set_authorizer() local
230 static _PyArg_Parser _parser = {NULL, _keywords, "set_authorizer", 0}; in pysqlite_connection_set_authorizer()
263 static const char * const _keywords[] = {"progress_handler", "n", NULL}; in pysqlite_connection_set_progress_handler() local
264 static _PyArg_Parser _parser = {NULL, _keywords, "set_progress_handler", 0}; in pysqlite_connection_set_progress_handler()
[all …]

1234