/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | ICUResourceBundleTest.java | 787 private void getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String keyword, in getFunctionalEquivalentTestCases() argument 802 ULocale equivLocale = ICUResourceBundle.getFunctionalEquivalent(path, cl, resName, keyword, inLocale, isAvail, truncate); in getFunctionalEquivalentTestCases()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | ICUResourceBundleTest.java | 787 private void getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String keyword, in getFunctionalEquivalentTestCases() argument 802 ULocale equivLocale = ICUResourceBundle.getFunctionalEquivalent(path, cl, resName, keyword, inLocale, isAvail, truncate); in getFunctionalEquivalentTestCases()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | makepng.c | 1247 clear_text(png_text *text, png_charp keyword) in clear_text() argument 1250 text->key = keyword; in clear_text() 1331 text.lang_key = params[2]; /* translated keyword */ in insert_iTXt()
|
/third_party/python/Lib/test/ |
H A D | test_pydoc.py | 8 import keyword namespace 1438 sorted(keyword.kwlist))
|
H A D | test_grammar.py | 651 # keyword argument type tests 659 self.fail('Bytes should not work as keyword argument names') 660 # keyword only argument tests 675 # keyword arguments after *arglist 852 for keyword in keywords: 853 custom_msg = "call to '{}'".format(keyword) 855 source = case.format(keyword)
|
/third_party/python/Parser/ |
H A D | action_helpers.c | 1251 keyword_ty keyword = asdl_seq_GET(e->v.Call.keywords, i); in _PyPegen_arguments_parsing_error() local 1252 if (!keyword->arg) { in _PyPegen_arguments_parsing_error() 1259 msg = "positional argument follows keyword argument unpacking"; in _PyPegen_arguments_parsing_error() 1261 msg = "positional argument follows keyword argument"; in _PyPegen_arguments_parsing_error()
|
/third_party/python/Python/ |
H A D | ast_opt.c | 775 CALL_SEQ(astfold_keyword, keyword, node_->v.Call.keywords); in astfold_expr() 894 CALL_SEQ(astfold_keyword, keyword, node_->v.ClassDef.keywords); in astfold_stmt()
|
H A D | ast_unparse.c | 245 /* vararg, or bare '*' if no varargs but keyword-only arguments present */ in append_ast_args() 254 /* keyword-only arguments */ in append_ast_args() 567 APPEND(keyword, (keyword_ty)asdl_seq_GET(e->v.Call.keywords, i)); in append_ast_call()
|
H A D | ceval.c | 1099 // Finally, the keyword subpatterns: in match_class() 5915 const char *kind = positional ? "positional" : "keyword-only"; 5958 /* Count missing keyword-only args. */ 5977 const char *format = " positional argument%s (and %zd keyword-only argument%s)"; 6053 " as keyword arguments: '%U'", 6144 /* Create a dictionary for keyword parameters (**kwags) */ 6200 /* Handle keyword arguments */ 6205 PyObject *keyword = PyTuple_GET_ITEM(kwnames, i); local 6209 if (keyword == NULL || !PyUnicode_Check(keyword)) { [all...] |
/third_party/python/Lib/test/test_capi/ |
H A D | test_getargs.py | 624 # positional and keyword args 638 # missing optional keyword args, skipping tuples 663 # extraneous keyword arg 667 self.assertEqual(str(err), "'arg666' is an invalid keyword argument for this function") 675 self.assertEqual(str(err), "'\udc80' is an invalid keyword argument for this function") 688 # positional and keyword args 702 # missing optional keyword args, skipping tuples 740 # extraneous keyword arg 742 "'monster' is an invalid keyword argument for this function"): 747 "'\udc80' is an invalid keyword argumen [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | intl-objects.cc | 2314 for (const char* keyword = keywords->next(&length, status); in LookupAndValidateUnicodeExtensions() 2315 keyword != nullptr; keyword = keywords->next(&length, status)) { in LookupAndValidateUnicodeExtensions() 2316 // Ignore failures in ICU and skip to the next keyword. in LookupAndValidateUnicodeExtensions() 2324 icu_locale->getKeywordValue(keyword, value, ULOC_FULLNAME_CAPACITY, status); in LookupAndValidateUnicodeExtensions() 2326 // Ignore failures in ICU and skip to the next keyword. in LookupAndValidateUnicodeExtensions() 2334 const char* bcp47_key = uloc_toUnicodeLocaleKey(keyword); in LookupAndValidateUnicodeExtensions()
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | filters.py | 623 using the wrapstring keyword argument. 683 raise FilterArgumentError('can\'t handle positional and keyword ' 1088 raise FilterArgumentError('Unexpected keyword argument %r' %
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | BusLogic.c | 3621 blogic_parse parses an individual option keyword. It returns true 3622 and updates the pointer if the keyword is recognized and false otherwise. 3625 static bool __init blogic_parse(char **str, char *keyword) in blogic_parse() argument 3628 while (*keyword != '\0') { in blogic_parse() 3630 char keywordch = *keyword++; in blogic_parse()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | BusLogic.c | 3477 blogic_parse parses an individual option keyword. It returns true 3478 and updates the pointer if the keyword is recognized and false otherwise. 3481 static bool __init blogic_parse(char **str, char *keyword) in blogic_parse() argument 3484 while (*keyword != '\0') { in blogic_parse() 3486 char keywordch = *keyword++; in blogic_parse()
|
/third_party/toybox/toys/pending/ |
H A D | dhcpd.c | 131 char *keyword; member 690 // keyword handler variable address default 754 if (!strcmp(confkey[count].keyword,tokens[0])) { in parse_server_config() 755 dbg("got config : %15s : ", confkey[count].keyword); in parse_server_config()
|
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | common.h | 847 * "no_keep_domain" keyword. 858 /* Structure for "aggregator" keyword. */ 909 /* The global ACL referred by "use_group" keyword. */ 952 bool tomoyo_permstr(const char *string, const char *keyword);
|
H A D | common.c | 135 /* String table for PREFERENCE keyword. */ 546 * tomoyo_find_yesno - Find values for specified keyword. 549 * @find: Name of keyword. 572 * @find: Name of keyword. 1137 const char *keyword; in tomoyo_write_domain2() member 1150 tomoyo_callback[i].keyword)) in tomoyo_write_domain2() 1366 * tomoyo_set_group - Print "acl_group " header keyword and category name.
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | common.h | 847 * "no_keep_domain" keyword. 858 /* Structure for "aggregator" keyword. */ 909 /* The global ACL referred by "use_group" keyword. */ 952 bool tomoyo_permstr(const char *string, const char *keyword);
|
H A D | common.c | 136 /* String table for PREFERENCE keyword. */ 538 * tomoyo_find_yesno - Find values for specified keyword. 541 * @find: Name of keyword. 564 * @find: Name of keyword. 1129 const char *keyword; in tomoyo_write_domain2() member 1142 tomoyo_callback[i].keyword)) in tomoyo_write_domain2() 1358 * tomoyo_set_group - Print "acl_group " header keyword and category name.
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | check-format.pl | 172 my $keyword_opening_brace; # name of previous keyword, used if $line_opening_brace != 0 831 && !($1 =~ m/^(sizeof|if|else|while|do|for|switch|case|default|break|continue|goto|return|void|char|signed|unsigned|int|short|long|float|double|typedef|enum|struct|union|auto|extern|static|const|volatile|register)$/) # not keyword 913 my $keyword = $1; 914 report("code after $keyword: ") if $2 =~ /:.*[^\s@].*$/;
|
/third_party/openssl/util/ |
H A D | check-format.pl | 172 my $keyword_opening_brace; # name of previous keyword, used if $line_opening_brace != 0 831 && !($1 =~ m/^(sizeof|if|else|while|do|for|switch|case|default|break|continue|goto|return|void|char|signed|unsigned|int|short|long|float|double|typedef|enum|struct|union|auto|extern|static|const|volatile|register)$/) # not keyword 913 my $keyword = $1; 914 report("code after $keyword: ") if $2 =~ /:.*[^\s@].*$/;
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_ccamisc.c | 1497 const char *keyword, in cca_query_crypto_facility() 1533 memcpy(preqparm->rule_array, keyword, sizeof(preqparm->rule_array)); in cca_query_crypto_facility() 1496 cca_query_crypto_facility(u16 cardnr, u16 domain, const char *keyword, u8 *rarray, size_t *rarraylen, u8 *varray, size_t *varraylen) cca_query_crypto_facility() argument
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | zcrypt_ccamisc.c | 1504 const char *keyword, in cca_query_crypto_facility() 1540 memcpy(preqparm->rule_array, keyword, sizeof(preqparm->rule_array)); in cca_query_crypto_facility() 1503 cca_query_crypto_facility(u16 cardnr, u16 domain, const char *keyword, u8 *rarray, size_t *rarraylen, u8 *varray, size_t *varraylen) cca_query_crypto_facility() argument
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_helpers.cc | 162 for (const auto keyword : kKeywordList) { in MakeKeywordsMap() 163 result->emplace(keyword); in MakeKeywordsMap() 783 // If the field name is a keyword, we append the underscore back to keep it in SafeFunctionName()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |