/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | UnicodeLocaleExtension.java | 26 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 in getUnicodeLocaleType() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | UnicodeLocaleExtension.java | 30 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 in getUnicodeLocaleType() [all...] |
/third_party/python/Modules/clinic/ |
H A D | _asynciomodule.c.h | 29 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() 309 static const char * const _keywords[] = {"coro", "loop", "name", "context", NULL}; in _asyncio_Task___init__() local 310 static _PyArg_Parser _parser = {NULL, _keywords, "Task", 0}; in _asyncio_Task___init__() 404 static const char * const _keywords[] = {"msg", NULL}; in _asyncio_Task_cancel() local 405 static _PyArg_Parser _parser = {NULL, _keywords, "cance in _asyncio_Task_cancel() 503 static const char * const _keywords[] = {"limit", NULL}; _asyncio_Task_get_stack() local 547 static const char * const _keywords[] = {"limit", "file", NULL}; _asyncio_Task_print_stack() local 706 static const char * const _keywords[] = {"stacklevel", NULL}; _asyncio__get_event_loop() local 768 static const char * const _keywords[] = {"task", NULL}; _asyncio__register_task() local 802 static const char * const _keywords[] = {"task", NULL}; _asyncio__unregister_task() local 838 static const char * const _keywords[] = {"loop", "task", NULL}; _asyncio__enter_task() local 876 static const char * const _keywords[] = {"loop", "task", NULL}; _asyncio__leave_task() local [all...] |
H A D | _hashopenssl.c.h | 86 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_sha in _hashlib_openssl_sha1() 342 static const char * const _keywords[] = {"string", "usedforsecurity", NULL}; _hashlib_openssl_sha224() local 394 static const char * const _keywords[] = {"string", "usedforsecurity", NULL}; _hashlib_openssl_sha256() local 446 static const char * const _keywords[] = {"string", "usedforsecurity", NULL}; _hashlib_openssl_sha384() local 498 static const char * const _keywords[] = {"string", "usedforsecurity", NULL}; _hashlib_openssl_sha512() local 552 static const char * const _keywords[] = {"string", "usedforsecurity", NULL}; _hashlib_openssl_sha3_224() local 608 static const char * const _keywords[] = {"string", "usedforsecurity", NULL}; _hashlib_openssl_sha3_256() local 664 static const char * const _keywords[] = {"string", "usedforsecurity", NULL}; _hashlib_openssl_sha3_384() local 720 static const char * const _keywords[] = {"string", "usedforsecurity", NULL}; _hashlib_openssl_sha3_512() local 776 static const char * const _keywords[] = {"string", "usedforsecurity", NULL}; _hashlib_openssl_shake_128() local 832 static const char * const _keywords[] = {"string", "usedforsecurity", NULL}; _hashlib_openssl_shake_256() local 888 static const char * const _keywords[] = {"hash_name", "password", "salt", "iterations", "dklen", NULL}; pbkdf2_hmac() local 974 static const char * const _keywords[] = {"password", "salt", "n", "r", "p", "maxmem", "dklen", NULL}; _hashlib_scrypt() local 1090 static const char * const _keywords[] = {"key", "msg", "digest", NULL}; _hashlib_hmac_singleshot() local 1148 static const char * const _keywords[] = {"key", "msg", "digestmod", NULL}; _hashlib_hmac_new() local 1223 static const char * const _keywords[] = {"msg", NULL}; _hashlib_HMAC_update() local [all...] |
H A D | zlibmodule.c.h | 28 static const char * const _keywords[] = {"", "level", "wbits", NULL}; in zlib_compress() local 29 static _PyArg_Parser _parser = {NULL, _keywords, "compress", 0}; in zlib_compress() 99 static const char * const _keywords[] = {"", "wbits", "bufsize", NULL}; in zlib_decompress() local 100 static _PyArg_Parser _parser = {NULL, _keywords, "decompress", 0}; in zlib_decompress() 195 static const char * const _keywords[] = {"level", "method", "wbits", "memLevel", "strategy", "zdict", NULL}; in zlib_compressobj() local 196 static _PyArg_Parser _parser = {NULL, _keywords, "compressobj", 0}; in zlib_compressobj() 299 static const char * const _keywords[] = {"wbits", "zdict", NULL}; in zlib_decompressobj() local 300 static _PyArg_Parser _parser = {NULL, _keywords, "decompressobj", 0}; in zlib_decompressobj() 354 static const char * const _keywords[] = {"", NULL}; in zlib_Compress_compress() local 355 static _PyArg_Parser _parser = {NULL, _keywords, "compres in zlib_Compress_compress() 409 static const char * const _keywords[] = {"", "max_length", NULL}; zlib_Decompress_decompress() local 476 static const char * const _keywords[] = {"", NULL}; zlib_Compress_flush() local 568 static const char * const _keywords[] = {"", NULL}; zlib_Compress___deepcopy__() local 655 static const char * const _keywords[] = {"", NULL}; zlib_Decompress___deepcopy__() local 693 static const char * const _keywords[] = {"", NULL}; zlib_Decompress_flush() local [all...] |
H A D | _csv.c.h | 43 static const char * const _keywords[] = {"name", NULL}; in _csv_unregister_dialect() local 44 static _PyArg_Parser _parser = {NULL, _keywords, "unregister_dialect", 0}; in _csv_unregister_dialect() 77 static const char * const _keywords[] = {"name", NULL}; in _csv_get_dialect() local 78 static _PyArg_Parser _parser = {NULL, _keywords, "get_dialect", 0}; in _csv_get_dialect() 114 static const char * const _keywords[] = {"new_limit", NULL}; in _csv_field_size_limit() local 115 static _PyArg_Parser _parser = {NULL, _keywords, "field_size_limit", 0}; in _csv_field_size_limit()
|
H A D | binascii.c.h | 52 static const char * const _keywords[] = {"", "backtick", NULL}; in binascii_b2a_uu() local 53 static _PyArg_Parser _parser = {NULL, _keywords, "b2a_uu", 0}; in binascii_b2a_uu() 109 static const char * const _keywords[] = {"", "strict_mode", NULL}; in binascii_a2b_base64() local 110 static _PyArg_Parser _parser = {NULL, _keywords, "a2b_base64", 0}; in binascii_a2b_base64() 157 static const char * const _keywords[] = {"", "newline", NULL}; in binascii_b2a_base64() local 158 static _PyArg_Parser _parser = {NULL, _keywords, "b2a_base64", 0}; in binascii_b2a_base64() 325 static const char * const _keywords[] = {"data", "sep", "bytes_per_sep", NULL}; in binascii_b2a_hex() local 326 static _PyArg_Parser _parser = {NULL, _keywords, "b2a_hex", 0}; in binascii_b2a_hex() 395 static const char * const _keywords[] = {"data", "sep", "bytes_per_sep", NULL}; in binascii_hexlify() local 396 static _PyArg_Parser _parser = {NULL, _keywords, "hexlif in binascii_hexlify() 522 static const char * const _keywords[] = {"data", "header", NULL}; binascii_a2b_qp() local 575 static const char * const _keywords[] = {"data", "quotetabs", "istext", "header", NULL}; binascii_b2a_qp() local [all...] |
H A D | posixmodule.c.h | 40 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_symlinks", NULL}; 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, "fchdi in os_fchdir() 408 static const char * const _keywords[] = {"path", "mode", "dir_fd", "follow_symlinks", NULL}; os_chmod() local 473 static const char * const _keywords[] = {"fd", "mode", NULL}; os_fchmod() local 520 static const char * const _keywords[] = {"path", "mode", NULL}; os_lchmod() local 573 static const char * const _keywords[] = {"path", "flags", "follow_symlinks", NULL}; os_chflags() local 633 static const char * const _keywords[] = {"path", "flags", NULL}; os_lchflags() local 680 static const char * const _keywords[] = {"path", NULL}; os_chroot() local 721 static const char * const _keywords[] = {"fd", NULL}; os_fsync() local 781 static const char * const _keywords[] = {"fd", NULL}; os_fdatasync() local 844 static const char * const _keywords[] = {"path", "uid", "gid", "dir_fd", "follow_symlinks", NULL}; os_chown() local 914 static const char * const _keywords[] = {"fd", "uid", "gid", NULL}; os_fchown() local 964 static const char * const _keywords[] = {"path", "uid", "gid", NULL}; os_lchown() local 1061 static const char * const _keywords[] = {"src", "dst", "src_dir_fd", "dst_dir_fd", "follow_symlinks", NULL}; os_link() local 1145 static const char * const _keywords[] = {"path", NULL}; os_listdir() local 1256 static const char * const _keywords[] = {"path", NULL}; os__getvolumepathname() local 1297 static const char * const _keywords[] = {"path", NULL}; os__path_splitroot() local 1336 static const char * const _keywords[] = {"path", NULL}; os__path_normpath() local 1376 static const char * const _keywords[] = {"path", "mode", "dir_fd", NULL}; os_mkdir() local 1470 static const char * const _keywords[] = {"which", "who", NULL}; os_getpriority() local 1514 static const char * const _keywords[] = {"which", "who", "priority", NULL}; os_setpriority() local 1568 static const char * const _keywords[] = {"src", "dst", "src_dir_fd", "dst_dir_fd", NULL}; os_rename() local 1636 static const char * const _keywords[] = {"src", "dst", "src_dir_fd", "dst_dir_fd", NULL}; os_replace() local 1702 static const char * const _keywords[] = {"path", "dir_fd", NULL}; os_rmdir() local 1750 static const char * const _keywords[] = {"command", NULL}; os_system() local 1807 static const char * const _keywords[] = {"command", NULL}; os_system() local 1888 static const char * const _keywords[] = {"path", "dir_fd", NULL}; os_unlink() local 1939 static const char * const _keywords[] = {"path", "dir_fd", NULL}; os_remove() local 2034 static const char * const _keywords[] = {"path", "times", "ns", "dir_fd", "follow_symlinks", NULL}; os_utime() local 2108 static const char * const _keywords[] = {"status", NULL}; os__exit() local 2196 static const char * const _keywords[] = {"path", "argv", "env", NULL}; os_execve() local 2268 static const char * const _keywords[] = {"", "", "", "file_actions", "setpgroup", "resetids", "setsid", "setsigmask", "setsigdef", "scheduler", NULL}; os_posix_spawn() local 2395 static const char * const _keywords[] = {"", "", "", "file_actions", "setpgroup", "resetids", "setsid", "setsigmask", "setsigdef", "scheduler", NULL}; os_posix_spawnp() local 2615 static const char * const _keywords[] = {"before", "after_in_child", "after_in_parent", NULL}; os_register_at_fork() local 2718 static const char * const _keywords[] = {"policy", NULL}; os_sched_get_priority_max() local 2757 static const char * const _keywords[] = {"policy", NULL}; os_sched_get_priority_min() local 2829 static const char * const _keywords[] = {"sched_priority", NULL}; os_sched_param() local 3498 static const char * const _keywords[] = {"pid", NULL}; os_getpgid() local 3959 static const char * const _keywords[] = {"options", NULL}; os_wait3() local 4001 static const char * const _keywords[] = {"pid", "options", NULL}; os_wait4() local 4185 static const char * const _keywords[] = {"pid", "flags", NULL}; os_pidfd_open() local 4226 static const char * const _keywords[] = {"path", "dir_fd", NULL}; os_readlink() local 4287 static const char * const _keywords[] = {"src", "dst", "target_is_directory", "dir_fd", NULL}; os_symlink() local 4537 static const char * const _keywords[] = {"path", "flags", "mode", "dir_fd", NULL}; os_open() local 4607 static const char * const _keywords[] = {"fd", NULL}; os_close() local 4713 static const char * const _keywords[] = {"fd", "fd2", "inheritable", NULL}; os_dup2() local 5142 static const char * const _keywords[] = {"out_fd", "in_fd", "offset", "count", "headers", "trailers", "flags", NULL}; os_sendfile() local 5221 static const char * const _keywords[] = {"out_fd", "in_fd", "offset", "count", "headers", "trailers", "flags", NULL}; os_sendfile() local 5307 static const char * const _keywords[] = {"out_fd", "in_fd", "offset", "count", NULL}; os_sendfile() local 5412 static const char * const _keywords[] = {"fd", NULL}; os_fstat() local 5741 static const char * const _keywords[] = {"src", "dst", "count", "offset_src", "offset_dst", NULL}; os_copy_file_range() local 5832 static const char * const _keywords[] = {"src", "dst", "count", "offset_src", "offset_dst", "flags", NULL}; os_splice() local 5917 static const char * const _keywords[] = {"path", "mode", "dir_fd", NULL}; os_mkfifo() local 5994 static const char * const _keywords[] = {"path", "mode", "device", "dir_fd", NULL}; os_mknod() local 6226 static const char * const _keywords[] = {"path", "length", NULL}; os_truncate() local 6604 static const char * const _keywords[] = {"status", NULL}; os_WIFCONTINUED() local 6648 static const char * const _keywords[] = {"status", NULL}; os_WIFSTOPPED() local 6692 static const char * const _keywords[] = {"status", NULL}; os_WIFSIGNALED() local 6736 static const char * const _keywords[] = {"status", NULL}; os_WIFEXITED() local 6780 static const char * const _keywords[] = {"status", NULL}; os_WEXITSTATUS() local 6824 static const char * const _keywords[] = {"status", NULL}; os_WTERMSIG() local 6868 static const char * const _keywords[] = {"status", NULL}; os_WSTOPSIG() local 6950 static const char * const _keywords[] = {"path", NULL}; os_statvfs() local 6991 static const char * const _keywords[] = {"path", NULL}; os__getdiskusage() local 7081 static const char * const _keywords[] = {"path", "name", NULL}; os_pathconf() local 7247 static const char * const _keywords[] = {"filepath", "operation", "arguments", "cwd", "show_cmd", NULL}; os_startfile() local 7380 static const char * const _keywords[] = {"fd", NULL}; os_device_encoding() local 7551 static const char * const _keywords[] = {"path", "attribute", "follow_symlinks", NULL}; os_getxattr() local 7615 static const char * const _keywords[] = {"path", "attribute", "value", "flags", "follow_symlinks", NULL}; os_setxattr() local 7704 static const char * const _keywords[] = {"path", "attribute", "follow_symlinks", NULL}; os_removexattr() local 7767 static const char * const _keywords[] = {"path", "follow_symlinks", NULL}; os_listxattr() local 7862 static const char * const _keywords[] = {"name", "flags", NULL}; os_memfd_create() local 7913 static const char * const _keywords[] = {"initval", "flags", NULL}; os_eventfd() local 7961 static const char * const _keywords[] = {"fd", NULL}; os_eventfd_read() local 7999 static const char * const _keywords[] = {"fd", "value", NULL}; os_eventfd_write() local 8366 static const char * const _keywords[] = {"follow_symlinks", NULL}; os_DirEntry_stat() local 8407 static const char * const _keywords[] = {"follow_symlinks", NULL}; os_DirEntry_is_dir() local 8453 static const char * const _keywords[] = {"follow_symlinks", NULL}; os_DirEntry_is_file() local 8540 static const char * const _keywords[] = {"path", NULL}; os_scandir() local 8586 static const char * const _keywords[] = {"path", NULL}; os_fspath() local 8620 static const char * const _keywords[] = {"size", "flags", NULL}; os_getrandom() local 8684 static const char * const _keywords[] = {"path", NULL}; os__add_dll_directory() local 8729 static const char * const _keywords[] = {"cookie", NULL}; os__remove_dll_directory() local 8777 static const char * const _keywords[] = {"status", NULL}; os_waitstatus_to_exitcode() local [all...] |
H A D | pyexpat.c.h | 24 static const char * const _keywords[] = {"", "", NULL}; in pyexpat_xmlparser_Parse() local 25 static _PyArg_Parser _parser = {NULL, _keywords, "Parse", 0}; in pyexpat_xmlparser_Parse() 66 static const char * const _keywords[] = {"", NULL}; in pyexpat_xmlparser_ParseFile() local 67 static _PyArg_Parser _parser = {NULL, _keywords, "ParseFile", 0}; in pyexpat_xmlparser_ParseFile() 178 static const char * const _keywords[] = {"", "", NULL}; in pyexpat_xmlparser_ExternalEntityParserCreate() local 179 static _PyArg_Parser _parser = {NULL, _keywords, "ExternalEntityParserCreate", 0}; in pyexpat_xmlparser_ExternalEntityParserCreate() 285 static const char * const _keywords[] = {"", NULL}; in pyexpat_xmlparser_UseForeignDTD() local 286 static _PyArg_Parser _parser = {NULL, _keywords, "UseForeignDTD", 0}; in pyexpat_xmlparser_UseForeignDTD() 328 static const char * const _keywords[] = {"encoding", "namespace_separator", "intern", NULL}; in pyexpat_ParserCreate() local 329 static _PyArg_Parser _parser = {NULL, _keywords, "ParserCreat in pyexpat_ParserCreate() [all...] |
H A D | _pickle.c.h | 109 static const char * const _keywords[] = {"file", "protocol", "fix_imports", "buffer_callback", NULL}; in _pickle_Pickler___init__() local 110 static _PyArg_Parser _parser = {NULL, _keywords, "Pickler", 0}; in _pickle_Pickler___init__() 329 static const char * const _keywords[] = {"file", "fix_imports", "encoding", "errors", "buffers", NULL}; in _pickle_Unpickler___init__() local 330 static _PyArg_Parser _parser = {NULL, _keywords, "Unpickler", 0}; in _pickle_Unpickler___init__() 500 static const char * const _keywords[] = {"obj", "file", "protocol", "fix_imports", "buffer_callback", NULL}; in _pickle_dump() local 501 static _PyArg_Parser _parser = {NULL, _keywords, "dump", 0}; in _pickle_dump() 581 static const char * const _keywords[] = {"obj", "protocol", "fix_imports", "buffer_callback", NULL}; in _pickle_dumps() local 582 static _PyArg_Parser _parser = {NULL, _keywords, "dumps", 0}; in _pickle_dumps() 666 static const char * const _keywords[] = {"file", "fix_imports", "encoding", "errors", "buffers", NULL}; in _pickle_load() local 667 static _PyArg_Parser _parser = {NULL, _keywords, "loa in _pickle_load() 769 static const char * const _keywords[] = {"", "fix_imports", "encoding", "errors", "buffers", NULL}; _pickle_loads() local [all...] |
H A D | itertoolsmodule.c.h | 57 static const char * const _keywords[] = {"iterable", "key", NULL}; in itertools_groupby() local 58 static _PyArg_Parser _parser = {NULL, _keywords, "groupby", 0}; in itertools_groupby() 380 static const char * const _keywords[] = {"iterable", "r", NULL}; in itertools_combinations() local 381 static _PyArg_Parser _parser = {NULL, _keywords, "combinations", 0}; in itertools_combinations() 428 static const char * const _keywords[] = {"iterable", "r", NULL}; in itertools_combinations_with_replacement() local 429 static _PyArg_Parser _parser = {NULL, _keywords, "combinations_with_replacement", 0}; in itertools_combinations_with_replacement() 475 static const char * const _keywords[] = {"iterable", "r", NULL}; in itertools_permutations() local 476 static _PyArg_Parser _parser = {NULL, _keywords, "permutations", 0}; in itertools_permutations() 514 static const char * const _keywords[] = {"iterable", "func", "initial", NULL}; in itertools_accumulate() local 515 static _PyArg_Parser _parser = {NULL, _keywords, "accumulat in itertools_accumulate() 566 static const char * const _keywords[] = {"data", "selectors", NULL}; itertools_compress() local 641 static const char * const _keywords[] = {"start", "step", NULL}; itertools_count() local [all...] |
H A D | grpmodule.c.h | 23 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()
|
H A D | _datetimemodule.c.h | 25 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()
|
H A D | _bisectmodule.c.h | 29 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()
|
H A D | _queuemodule.c.h | 55 static const char * const _keywords[] = {"item", "block", "timeout", NULL}; in _queue_SimpleQueue_put() local 56 static _PyArg_Parser _parser = {NULL, _keywords, "put", 0}; in _queue_SimpleQueue_put() 107 static const char * const _keywords[] = {"item", NULL}; in _queue_SimpleQueue_put_nowait() local 108 static _PyArg_Parser _parser = {NULL, _keywords, "put_nowait", 0}; in _queue_SimpleQueue_put_nowait() 148 static const char * const _keywords[] = {"block", "timeout", NULL}; in _queue_SimpleQueue_get() local 149 static _PyArg_Parser _parser = {NULL, _keywords, "get", 0}; in _queue_SimpleQueue_get()
|
/third_party/python/Objects/clinic/ |
H A D | odictobject.c.h | 21 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_en in OrderedDict_move_to_end() [all...] |
H A D | memoryobject.c.h | 18 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()
|
H A D | bytesobject.c.h | 47 static const char * const _keywords[] = {"sep", "maxsplit", NULL}; in bytes_split() local 48 static _PyArg_Parser _parser = {NULL, _keywords, "split", 0}; in bytes_split() 198 static const char * const _keywords[] = {"sep", "maxsplit", NULL}; in bytes_rsplit() local 199 static _PyArg_Parser _parser = {NULL, _keywords, "rsplit", 0}; in bytes_rsplit() 377 static const char * const _keywords[] = {"", "delete", NULL}; in bytes_translate() local 378 static _PyArg_Parser _parser = {NULL, _keywords, "translate", 0}; in bytes_translate() 637 static const char * const _keywords[] = {"encoding", "errors", NULL}; in bytes_decode() local 638 static _PyArg_Parser _parser = {NULL, _keywords, "decode", 0}; in bytes_decode() 708 static const char * const _keywords[] = {"keepends", NULL}; in bytes_splitlines() local 709 static _PyArg_Parser _parser = {NULL, _keywords, "splitline in bytes_splitlines() 800 static const char * const _keywords[] = {"sep", "bytes_per_sep", NULL}; bytes_hex() local 839 static const char * const _keywords[] = {"source", "encoding", "errors", NULL}; bytes_new() local [all...] |
H A D | descrobject.c.h | 12 static const char * const _keywords[] = {"mapping", NULL}; in mappingproxy_new() local 13 static _PyArg_Parser _parser = {NULL, _keywords, "mappingproxy", 0}; in mappingproxy_new() 75 static const char * const _keywords[] = {"fget", "fset", "fdel", "doc", NULL}; in property_init() local 76 static _PyArg_Parser _parser = {NULL, _keywords, "property", 0}; in property_init()
|
/third_party/python/Modules/_sre/clinic/ |
H A D | sre.c.h | 178 static const char * const _keywords[] = {"string", "pos", "endpos", NULL}; in _sre_SRE_Pattern_match() local 179 static _PyArg_Parser _parser = {NULL, _keywords, "match", 0}; in _sre_SRE_Pattern_match() 248 static const char * const _keywords[] = {"string", "pos", "endpos", NULL}; in _sre_SRE_Pattern_fullmatch() local 249 static _PyArg_Parser _parser = {NULL, _keywords, "fullmatch", 0}; in _sre_SRE_Pattern_fullmatch() 320 static const char * const _keywords[] = {"string", "pos", "endpos", NULL}; in _sre_SRE_Pattern_search() local 321 static _PyArg_Parser _parser = {NULL, _keywords, "search", 0}; in _sre_SRE_Pattern_search() 389 static const char * const _keywords[] = {"string", "pos", "endpos", NULL}; in _sre_SRE_Pattern_findall() local 390 static _PyArg_Parser _parser = {NULL, _keywords, "findall", 0}; in _sre_SRE_Pattern_findall() 461 static const char * const _keywords[] = {"string", "pos", "endpos", NULL}; in _sre_SRE_Pattern_finditer() local 462 static _PyArg_Parser _parser = {NULL, _keywords, "findite in _sre_SRE_Pattern_finditer() 530 static const char * const _keywords[] = {"string", "pos", "endpos", NULL}; _sre_SRE_Pattern_scanner() local 599 static const char * const _keywords[] = {"string", "maxsplit", NULL}; _sre_SRE_Pattern_split() local 650 static const char * const _keywords[] = {"repl", "string", "count", NULL}; _sre_SRE_Pattern_sub() local 704 static const char * const _keywords[] = {"repl", "string", "count", NULL}; _sre_SRE_Pattern_subn() local 783 static const char * const _keywords[] = {"pattern", "flags", "code", "groups", "groupindex", "indexgroup", NULL}; _sre_compile() local 851 static const char * const _keywords[] = {"template", NULL}; _sre_SRE_Match_expand() local 886 static const char * const _keywords[] = {"default", NULL}; _sre_SRE_Match_groups() local 926 static const char * const _keywords[] = {"default", NULL}; _sre_SRE_Match_groupdict() local [all...] |
/third_party/python/Modules/_sqlite/clinic/ |
H A D | connection.c.h | 16 static const char * const _keywords[] = {"database", "timeout", "detect_types", "isolation_level", "check_same_thread", "factory", "cached_statements", "uri", NULL}; in pysqlite_connection_init() local 17 static _PyArg_Parser _parser = {NULL, _keywords, "Connection", 0}; in pysqlite_connection_init() 122 static const char * const _keywords[] = {"factory", NULL}; in pysqlite_connection_cursor() local 123 static _PyArg_Parser _parser = {NULL, _keywords, "cursor", 0}; in pysqlite_connection_cursor() 171 static const char * const _keywords[] = {"", "", "", "readonly", "name", NULL}; in blobopen() local 172 static _PyArg_Parser _parser = {NULL, _keywords, "blobopen", 0}; in blobopen() 325 static const char * const _keywords[] = {"name", "narg", "func", "deterministic", NULL}; in pysqlite_connection_create_function() local 326 static _PyArg_Parser _parser = {NULL, _keywords, "create_function", 0}; in pysqlite_connection_create_function() 399 static const char * const _keywords[] = {"", "", "", NULL}; in create_window_function() local 400 static _PyArg_Parser _parser = {NULL, _keywords, "create_window_functio in create_window_function() 455 static const char * const _keywords[] = {"name", "n_arg", "aggregate_class", NULL}; pysqlite_connection_create_aggregate() local 508 static const char * const _keywords[] = {"authorizer_callback", NULL}; pysqlite_connection_set_authorizer() local 542 static const char * const _keywords[] = {"progress_handler", "n", NULL}; pysqlite_connection_set_progress_handler() local 581 static const char * const _keywords[] = {"trace_callback", NULL}; pysqlite_connection_set_trace_callback() local 817 static const char * const _keywords[] = {"target", "pages", "progress", "name", "sleep", NULL}; pysqlite_connection_backup() local 908 static const char * const _keywords[] = {"", "", NULL}; pysqlite_connection_create_collation() local 964 static const char * const _keywords[] = {"name", NULL}; serialize() local 1030 static const char * const _keywords[] = {"", "name", NULL}; deserialize() local [all...] |
/third_party/python/PC/clinic/ |
H A D | winsound.c.h | 26 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()
|
H A D | _testconsole.c.h | 24 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/cjkcodecs/clinic/ |
H A D | multibytecodec.c.h | 28 static const char * const _keywords[] = {"input", "errors", NULL}; in _multibytecodec_MultibyteCodec_encode() local 29 static _PyArg_Parser _parser = {NULL, _keywords, "encode", 0}; in _multibytecodec_MultibyteCodec_encode() 91 static const char * const _keywords[] = {"input", "errors", NULL}; in _multibytecodec_MultibyteCodec_decode() local 92 static _PyArg_Parser _parser = {NULL, _keywords, "decode", 0}; in _multibytecodec_MultibyteCodec_decode() 159 static const char * const _keywords[] = {"input", "final", NULL}; in _multibytecodec_MultibyteIncrementalEncoder_encode() local 160 static _PyArg_Parser _parser = {NULL, _keywords, "encode", 0}; in _multibytecodec_MultibyteIncrementalEncoder_encode() 265 static const char * const _keywords[] = {"input", "final", NULL}; in _multibytecodec_MultibyteIncrementalDecoder_decode() local 266 static _PyArg_Parser _parser = {NULL, _keywords, "decode", 0}; in _multibytecodec_MultibyteIncrementalDecoder_decode() 495 static const char * const _keywords[] = {"", NULL}; in _multibytecodec_MultibyteStreamWriter_write() local 496 static _PyArg_Parser _parser = {NULL, _keywords, "writ in _multibytecodec_MultibyteStreamWriter_write() 528 static const char * const _keywords[] = {"", NULL}; _multibytecodec_MultibyteStreamWriter_writelines() local [all...] |
/third_party/python/Python/clinic/ |
H A D | bltinmodule.c.h | 37 static const char * const _keywords[] = {"name", "globals", "locals", "fromlist", "level", NULL}; in builtin___import__() local 38 static _PyArg_Parser _parser = {NULL, _keywords, "__import__", 0}; in builtin___import__() 256 static const char * const _keywords[] = {"source", "filename", "mode", "flags", "dont_inherit", "optimize", "_feature_version", NULL}; in builtin_compile() local 257 static _PyArg_Parser _parser = {NULL, _keywords, "compile", 0}; in builtin_compile() 435 static const char * const _keywords[] = {"", "", "", "closure", NULL}; in builtin_exec() local 436 static _PyArg_Parser _parser = {NULL, _keywords, "exec", 0}; in builtin_exec() 746 static const char * const _keywords[] = {"base", "exp", "mod", NULL}; in builtin_pow() local 747 static _PyArg_Parser _parser = {NULL, _keywords, "pow", 0}; in builtin_pow() 797 static const char * const _keywords[] = {"sep", "end", "file", "flush", NULL}; in builtin_print() local 798 static _PyArg_Parser _parser = {NULL, _keywords, "prin in builtin_print() 913 static const char * const _keywords[] = {"number", "ndigits", NULL}; builtin_round() local 956 static const char * const _keywords[] = {"", "start", NULL}; builtin_sum() local [all...] |