Home
last modified time | relevance | path

Searched refs:keyword (Results 101 - 125 of 273) sorted by relevance

1234567891011

/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
H A Dpvrusb2-debugifc.c106 const char *keyword) in debugifc_match_keyword()
109 if (!keyword) return 0; in debugifc_match_keyword()
110 kl = strlen(keyword); in debugifc_match_keyword()
112 return !memcmp(buf,keyword,kl); in debugifc_match_keyword()
105 debugifc_match_keyword(const char *buf,unsigned int count, const char *keyword) debugifc_match_keyword() argument
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/
H A Dpvrusb2-debugifc.c106 const char *keyword) in debugifc_match_keyword()
109 if (!keyword) return 0; in debugifc_match_keyword()
110 kl = strlen(keyword); in debugifc_match_keyword()
112 return !memcmp(buf,keyword,kl); in debugifc_match_keyword()
105 debugifc_match_keyword(const char *buf,unsigned int count, const char *keyword) debugifc_match_keyword() argument
/third_party/cups-filters/utils/
H A Dcups-browsed.c1352 pwg_ppdize_name(const char *ipp, /* I - IPP keyword */ in pwg_ppdize_name()
2102 const char *keyword; /* Keyword value */ in get_mediadata() local
2123 keyword = ippGetString(attr, i, NULL); in get_mediadata()
2124 pwg_ppdize_name(keyword, ppdname, sizeof(ppdname)); in get_mediadata()
2303 const char *keyword; in get_colormodel() local
2324 keyword = ippGetString(attr, i, NULL); in get_colormodel()
2325 if (!have_bi_level && (!strcasecmp(keyword, "black_1") || in get_colormodel()
2326 !strcmp(keyword, "bi-level") || in get_colormodel()
2327 !strcmp(keyword, "process-bi-level"))) { in get_colormodel()
2330 } else if (!have_mono &&(!strcasecmp(keyword, "sgray_ in get_colormodel()
2436 const char *keyword; get_finishingtemplate() local
2471 const char *keyword; get_printing_data() local
2959 const char *keyword; get_cluster_default_attributes() local
7677 char keyword[1024], *keyptr; update_cups_queues() local
[all...]
/third_party/node/lib/internal/test_runner/
H A Dharness.js235 ArrayPrototypeForEach(['skip', 'todo', 'only'], (keyword) => {
236 test[keyword] = (name, options, fn) => {
239 [keyword]: true,
/third_party/node/deps/v8/src/parsing/
H A Dscanner-inl.h89 #define KEYWORD_CHECK(keyword, token) in IsKeywordStart()
112 #define KEYWORD(keyword, token) keyword in CanBeKeywordCharacter()
187 // Character flags for the fast path of scanning a keyword or identifier token.
298 // Could be a keyword or identifier. in ScanIdentifierOrKeywordInner()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DPluralFormatUnitTest.java135 assertEquals("should use first occurrence of the 'odd' keyword", "foo", pf.format(1)); in TestApplyPatternAndFormat()
137 assertEquals("should use first occurrence of the 'other' keyword", "bar", pf.format(2)); in TestApplyPatternAndFormat()
140 assertEquals("should use first occurrence of the 'other' keyword", "foo", pf.format(2)); in TestApplyPatternAndFormat()
142 // omit other keyword. in TestApplyPatternAndFormat()
156 // Test invalid keyword. in TestApplyPatternAndFormat()
160 errln("Defining a message for an invalid keyword should result in " + in TestApplyPatternAndFormat()
165 // -- comma between keyword{message} clauses in TestApplyPatternAndFormat()
167 // -- keyword{message1}{message2} in TestApplyPatternAndFormat()
171 errln("Separating keyword{message} items with other characters " + in TestApplyPatternAndFormat()
183 errln("Defining multiple messages after a keyword shoul in TestApplyPatternAndFormat()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DPluralFormatUnitTest.java133 assertEquals("should use first occurrence of the 'odd' keyword", "foo", pf.format(1)); in TestApplyPatternAndFormat()
135 assertEquals("should use first occurrence of the 'other' keyword", "bar", pf.format(2)); in TestApplyPatternAndFormat()
138 assertEquals("should use first occurrence of the 'other' keyword", "foo", pf.format(2)); in TestApplyPatternAndFormat()
140 // omit other keyword. in TestApplyPatternAndFormat()
154 // Test invalid keyword. in TestApplyPatternAndFormat()
158 errln("Defining a message for an invalid keyword should result in " + in TestApplyPatternAndFormat()
163 // -- comma between keyword{message} clauses in TestApplyPatternAndFormat()
165 // -- keyword{message1}{message2} in TestApplyPatternAndFormat()
169 errln("Separating keyword{message} items with other characters " + in TestApplyPatternAndFormat()
181 errln("Defining multiple messages after a keyword shoul in TestApplyPatternAndFormat()
[all...]
/test/testfwk/arkxtest/jsunit/src/module/kit/
H A DSysTestKit.js56 static async existKeyword(keyword, timeout) {
58 if (!reg.test(keyword)) {
59 throw new Error('keyword must contain more than one string, and only letters and numbers are supported.');
64 let cmd = 'hilog -x | grep -i \'' + keyword + '\' | wc -l';
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
H A DICUResourceBundleCollationTest.java140 errln("Error - 'standard' is in the keyword list twice!"); in TestKeywordValues()
146 errln("Error - 'standard' was not in the collation tree as a keyword."); in TestKeywordValues()
148 logln("'standard' was found as a collation keyword."); in TestKeywordValues()
160 private void getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String keyword, in getFunctionalEquivalentTestCases() argument
175 ULocale equivLocale = ICUResourceBundle.getFunctionalEquivalent(path, cl, resName, keyword, inLocale, isAvail, truncate); in getFunctionalEquivalentTestCases()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DICUResourceBundleCollationTest.java143 errln("Error - 'standard' is in the keyword list twice!"); in TestKeywordValues()
149 errln("Error - 'standard' was not in the collation tree as a keyword."); in TestKeywordValues()
151 logln("'standard' was found as a collation keyword."); in TestKeywordValues()
163 private void getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String keyword, in getFunctionalEquivalentTestCases() argument
178 ULocale equivLocale = ICUResourceBundle.getFunctionalEquivalent(path, cl, resName, keyword, inLocale, isAvail, truncate); in getFunctionalEquivalentTestCases()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dcdjpeg.c91 * Case-insensitive matching of possibly-abbreviated keyword switches.
92 * keyword is the constant keyword (must be lower case already),
97 keymatch(char *arg, const char *keyword, int minchars) in GLOBAL()
103 if ((ck = *keyword++) == '\0') in GLOBAL()
104 return FALSE; /* arg longer than keyword, no good */ in GLOBAL()
/kernel/linux/linux-5.10/security/keys/encrypted-keys/
H A Dencrypted.c179 char *p, *keyword; in datablob_parse() local
181 keyword = strsep(&datablob, " \t"); in datablob_parse()
182 if (!keyword) { in datablob_parse()
186 key_cmd = match_token(keyword, key_tokens, args); in datablob_parse()
230 pr_info("encrypted_key: keyword \'%s\' not allowed " in datablob_parse()
231 "when called from .update method\n", keyword); in datablob_parse()
238 pr_info("encrypted_key: keyword \'%s\' not allowed " in datablob_parse()
239 "when called from .update method\n", keyword); in datablob_parse()
251 pr_info("encrypted_key: keyword \'%s\' not allowed " in datablob_parse()
253 keyword); in datablob_parse()
[all...]
/kernel/linux/linux-6.6/security/keys/encrypted-keys/
H A Dencrypted.c184 char *p, *keyword; in datablob_parse() local
186 keyword = strsep(&datablob, " \t"); in datablob_parse()
187 if (!keyword) { in datablob_parse()
191 key_cmd = match_token(keyword, key_tokens, args); in datablob_parse()
235 pr_info("encrypted_key: keyword \'%s\' not allowed " in datablob_parse()
236 "when called from .update method\n", keyword); in datablob_parse()
244 pr_info("encrypted_key: keyword \'%s\' not allowed " in datablob_parse()
245 "when called from .update method\n", keyword); in datablob_parse()
257 pr_info("encrypted_key: keyword \'%s\' not allowed " in datablob_parse()
259 keyword); in datablob_parse()
[all...]
/third_party/node/deps/npm/node_modules/color-convert/
H A Dconversions.js24 keyword: {channels: 1, labels: ['keyword']},
177 convert.rgb.keyword = function (rgb) {
186 for (const keyword of Object.keys(cssKeywords)) {
187 const value = cssKeywords[keyword];
195 currentClosestKeyword = keyword;
202 convert.keyword.rgb = function (keyword) {
203 return cssKeywords[keyword];
/third_party/ffmpeg/libavformat/
H A Dconcatdec.c419 const char *keyword; member
463 uint8_t *cursor, *keyword; in concat_parse_script() local
479 keyword = get_keyword(&cursor); in concat_parse_script()
480 if (!*keyword || *keyword == '#') in concat_parse_script()
483 if (!strcmp(dir->keyword, keyword)) in concat_parse_script()
486 av_log(avf, AV_LOG_ERROR, "Line %d: unknown keyword '%s'\n", in concat_parse_script()
487 line, keyword); in concat_parse_script()
493 av_log(avf, AV_LOG_ERROR, "Line %d: %s not allowed if safe\n", line, keyword); in concat_parse_script()
[all...]
/third_party/python/Lib/
H A Dtarfile.py1172 that contains a list of keyword, value pairs. The values
1178 for keyword, value in pax_headers.items():
1190 for keyword, value in pax_headers.items():
1191 keyword = keyword.encode("utf-8")
1199 l = len(keyword) + len(value) + 3 # ' ' + '=' + '\n'
1206 records += bytes(str(p), "ascii") + b" " + keyword + b"=" + value + b"\n"
1410 # "%d %s=%s\n" % (length, keyword, value). length is the size
1469 keyword = self._decode_pax_field(raw_keyword, "utf-8", "utf-8",
1471 if keyword i
[all...]
/third_party/icu/icu4c/source/common/
H A Dlocdispnames.cpp611 icu::LocalUEnumerationPointer kenum; /* keyword enumeration */ in uloc_getDisplayName()
681 /* adjust for call to get keyword */ in uloc_getDisplayName()
789 uloc_getDisplayKeyword(const char* keyword, in uloc_getDisplayKeyword() argument
809 keyword, in uloc_getDisplayKeyword()
810 keyword, in uloc_getDisplayKeyword()
821 const char* keyword, in uloc_getDisplayKeywordValue()
838 /* get the keyword value */ in uloc_getDisplayKeywordValue()
842 ulocimp_getKeywordValue(locale, keyword, sink, status); in uloc_getDisplayKeywordValue()
846 * if the keyword is equal to currency .. then to get the display name in uloc_getDisplayKeywordValue()
849 if(uprv_stricmp(keyword, _kCurrenc in uloc_getDisplayKeywordValue()
820 uloc_getDisplayKeywordValue( const char* locale, const char* keyword, const char* displayLocale, UChar* dest, int32_t destCapacity, UErrorCode* status) uloc_getDisplayKeywordValue() argument
[all...]
H A Duresimp.h214 * Returns a functionally equivalent locale (considering keywords) for the specified keyword.
219 * @param keyword locale keyword. Example: "collation"
224 * @param omitDefault if true, omit keyword and value if default. 'de_DE\@collation=standard' -> 'de_DE'
231 const char *path, const char *resName, const char *keyword, const char *locid,
235 * Given a tree path and keyword, return a string enumeration of all possible values for that keyword.
237 * @param keyword a particular keyword to consider, must match a top level resource name
242 ures_getKeywordValues(const char *path, const char *keyword, UErrorCod
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dlocdispnames.cpp611 icu::LocalUEnumerationPointer kenum; /* keyword enumeration */ in uloc_getDisplayName()
681 /* adjust for call to get keyword */ in uloc_getDisplayName()
789 uloc_getDisplayKeyword(const char* keyword, in uloc_getDisplayKeyword() argument
809 keyword, in uloc_getDisplayKeyword()
810 keyword, in uloc_getDisplayKeyword()
821 const char* keyword, in uloc_getDisplayKeywordValue()
838 /* get the keyword value */ in uloc_getDisplayKeywordValue()
842 ulocimp_getKeywordValue(locale, keyword, sink, status); in uloc_getDisplayKeywordValue()
846 * if the keyword is equal to currency .. then to get the display name in uloc_getDisplayKeywordValue()
849 if(uprv_stricmp(keyword, _kCurrenc in uloc_getDisplayKeywordValue()
820 uloc_getDisplayKeywordValue( const char* locale, const char* keyword, const char* displayLocale, char16_t* dest, int32_t destCapacity, UErrorCode* status) uloc_getDisplayKeywordValue() argument
[all...]
H A Duresimp.h214 * Returns a functionally equivalent locale (considering keywords) for the specified keyword.
219 * @param keyword locale keyword. Example: "collation"
224 * @param omitDefault if true, omit keyword and value if default. 'de_DE\@collation=standard' -> 'de_DE'
231 const char *path, const char *resName, const char *keyword, const char *locid,
235 * Given a tree path and keyword, return a string enumeration of all possible values for that keyword.
237 * @param keyword a particular keyword to consider, must match a top level resource name
242 ures_getKeywordValues(const char *path, const char *keyword, UErrorCod
[all...]
/test/testfwk/xdevice/src/xdevice/_core/resource/template/static/components/
H A DcaseTable.js84 props: ["list", "keyword", "keyname"],
122 if (this.keyword) {
123 filterData = filterData.filter(item => item[1].toLowerCase().includes(this.keyword.toLowerCase()))
H A DsuiteTable.js67 props: ["list", "keyword"],
103 if (this.keyword) {
104 filterData = filterData.filter(item => item.name.toLowerCase().includes(this.keyword.toLowerCase()))
/third_party/cups-filters/filter/pdftopdf/
H A Dpdftopdf_jcl.cc51 ((ppd_option_t *)(choices[i]->option))->keyword); in emitJCLOptions()
57 ((ppd_option_t *)(choices[i]->option))->keyword, in emitJCLOptions()
129 keyword. We need to read this keyword manually from the PPD and replace in emitPreamble()
130 the content of ppd->jcl_ps by the value of this keyword, so that in emitPreamble()
/third_party/skia/third_party/externals/icu/source/common/
H A Duresimp.h211 * Returns a functionally equivalent locale (considering keywords) for the specified keyword.
216 * @param keyword locale keyword. Example: "collation"
221 * @param omitDefault if true, omit keyword and value if default. 'de_DE\@collation=standard' -> 'de_DE'
228 const char *path, const char *resName, const char *keyword, const char *locid,
232 * Given a tree path and keyword, return a string enumeration of all possible values for that keyword.
234 * @param keyword a particular keyword to consider, must match a top level resource name
239 ures_getKeywordValues(const char *path, const char *keyword, UErrorCod
[all...]
/third_party/icu/icu4c/source/i18n/unicode/
H A Dcoll.h737 * collation. At this point, the only recognized keyword for this
747 * Given a keyword, create a string enumeration of all values
748 * for that keyword that are currently in use.
749 * @param keyword a particular keyword as enumerated by
750 * ucol_getKeywords. If any other keyword is passed in, status is set
753 * @return a string enumeration over collation keyword values, or NULL
757 static StringEnumeration* U_EXPORT2 getKeywordValues(const char *keyword, UErrorCode& status);
763 * plus input keyword and that value has different behavior than creation with the
765 * @param keyword on
[all...]

Completed in 26 milliseconds

1234567891011