Home
last modified time | relevance | path

Searched refs:keyword (Results 151 - 175 of 225) sorted by relevance

123456789

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dcdjpeg.h136 EXTERN(boolean) keymatch(char *arg, const char *keyword, int minchars);
/third_party/python/Modules/
H A D_functoolsmodule.c187 /* Merging keyword arguments using the vectorcall convention is messy, so
300 /* bpo-27840, bpo-29318: dictionary of keyword parameters must be in partial_call()
341 "dictionary of keyword arguments to future partial calls"},
384 /* Pack keyword arguments */ in partial_repr()
815 PyObject *key, *keyword, *value; in lru_cache_make_key() local
854 for (pos = 0; PyDict_Next(kwds, &pos, &keyword, &value);) { in lru_cache_make_key()
855 Py_INCREF(keyword); in lru_cache_make_key()
856 PyTuple_SET_ITEM(key, key_pos++, keyword); in lru_cache_make_key()
869 for (pos = 0; PyDict_Next(kwds, &pos, &keyword, &value);) { in lru_cache_make_key()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DULocaleTest.java184 errln("failed to add foo keyword, got: " + uloc.getName()); in TestSetULocaleKeywords()
188 errln("failed to add bar keyword, got: " + uloc.getName()); in TestSetULocaleKeywords()
192 errln("failed to change bar keyword, got: " + uloc.getName()); in TestSetULocaleKeywords()
196 errln("failed to delete bar keyword, got: " + uloc.getName()); in TestSetULocaleKeywords()
992 /* currency keyword overrides PRE_EURO and EURO currency */ in TestCanonicalization()
4136 {"en_US_POSIX@va=posix2", "en-US-u-va-posix2"}, // if keyword va=xxx already exists, variant POSIX is simply dropped in TestToLanguageTag()
4255 assertEquals("BCP47 syntax has ICU keyword value", "latn", val); in TestConstructorAcceptsBCP47()
4258 assertEquals("ICU syntax has ICU keyword value", "latn", val); in TestConstructorAcceptsBCP47()
4261 assertEquals("Default, ICU keyword", null, val); in TestConstructorAcceptsBCP47()
4395 * Test that if you use any locale without keyword tha
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Drbbimonkeytest.h135 bool setKeywordParameter(const UnicodeString &keyword, const UnicodeString &value, UErrorCode &status);
/third_party/icu/icu4c/source/i18n/
H A Dnumber_mapper.cpp469 const char* keyword = StandardPlural::getKeyword(static_cast<StandardPlural::Form>(plural)); in setTo() local
471 patternString = cpi.getCurrencyPluralPattern(keyword, patternString); in setTo()
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_mapper.cpp469 const char* keyword = StandardPlural::getKeyword(static_cast<StandardPlural::Form>(plural)); in setTo() local
471 patternString = cpi.getCurrencyPluralPattern(keyword, patternString); in setTo()
/third_party/mesa3d/src/util/format/
H A Du_format_parse.py255 for keyword in ['_UNORM', '_SRGB']:
256 if keyword in self.name:
/third_party/node/deps/v8/src/objects/
H A Djs-plural-rules.cc307 std::string keyword; in ResolvedOptions() local
309 category->toUTF8String(keyword).data()); in ResolvedOptions()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_mapper.cpp458 const char* keyword = StandardPlural::getKeyword(static_cast<StandardPlural::Form>(plural)); in setTo() local
460 patternString = cpi.getCurrencyPluralPattern(keyword, patternString); in setTo()
/third_party/python/Lib/lib2to3/
H A Dfixer_util.py15 def KeywordArg(keyword, value):
17 [keyword, Leaf(token.EQUAL, "="), value])
/third_party/python/Parser/
H A Dasdl.py383 def _at_keyword(self, keyword):
385 self.cur_token.value == keyword)
/third_party/python/Lib/
H A Dcgitb.py25 import keyword namespace
90 if ttype == tokenize.NAME and token not in keyword.kwlist:
H A Dsmtpd.py442 def _strip_command_keyword(self, keyword, arg):
443 keylen = len(keyword)
444 if arg[:keylen].upper() == keyword:
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
H A DRBBIMonkeyTest.java345 boolean setKeywordParameter(String keyword, String value) { in setKeywordParameter() argument
346 if (keyword.equals("locale")) { in setKeywordParameter()
350 if (keyword.equals("type")) { in setKeywordParameter()
407 // Recognize character class definition and keyword lines in compileRules()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBIMonkeyTest.java342 boolean setKeywordParameter(String keyword, String value) { in setKeywordParameter() argument
343 if (keyword.equals("locale")) { in setKeywordParameter()
347 if (keyword.equals("type")) { in setKeywordParameter()
404 // Recognize character class definition and keyword lines in compileRules()
/third_party/mbedtls/tests/scripts/
H A Dgenerate_psa_tests.py774 for keyword in alg_keywords.copy():
776 if re.match(pattern, keyword):
777 alg_keywords.remove(keyword)
/third_party/python/Lib/http/
H A Dserver.py169 where <command> is a (case-sensitive) keyword such as GET or POST,
520 def send_header(self, keyword, value):
526 ("%s: %s\r\n" % (keyword, value)).encode('latin-1', 'strict'))
528 if keyword.lower() == 'connection':
/third_party/skia/third_party/externals/freetype/src/type42/
H A Dt42parse.c946 /* We stop when we find an `end' keyword or '>' */ in t42_parse_charstrings()
1119 /* if the keyword has a dedicated callback, call it */ in t42_load_keyword()
1127 /* now the keyword is either a simple field or a table of fields; */ in t42_load_keyword()
1197 /* skip the `FontDirectory' keyword */ in FT_LOCAL_DEF()
1202 /* look up the `known' keyword */ in FT_LOCAL_DEF()
1221 /* skip the `known' keyword and the token following it */ in FT_LOCAL_DEF()
1252 /* now compare the immediate name to the keyword table */ in FT_LOCAL_DEF()
1257 T1_Field keyword = (T1_Field)&t42_keywords[i]; in FT_LOCAL_DEF() local
1258 FT_Byte *name = (FT_Byte*)keyword->ident; in FT_LOCAL_DEF()
1271 keyword ); in FT_LOCAL_DEF()
[all...]
/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/
H A DStableAPI.java576 * Remove the virtual keyword in Cpp prototype
1054 for (String keyword : format_keywords) { in formatCode()
1055 if (str.startsWith(keyword)) { in formatCode()
1056 str = str.replaceFirst(keyword, "<tt>" + keyword + "</tt>"); in formatCode()
/third_party/node/lib/
H A Drepl.js830 function _parseREPLKeyword(keyword, rest) {
831 const cmd = this.commands[keyword];
906 // Check to see if a REPL keyword was used. If it returns true,
913 const keyword = matches && matches[1];
915 if (ReflectApply(_parseREPLKeyword, self, [keyword, rest]) === true) {
919 self.output.write('Invalid REPL keyword\n');
1637 REPLServer.prototype.defineCommand = function(keyword, cmd) {
1643 this.commands[keyword] = cmd;
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceBundle.java99 * Returns a functionally equivalent locale, considering keywords as well, for the specified keyword.
102 * @param keyword a particular keyword to consider (such as "collation" )
107 * @param omitDefault if true, omit keyword and value if default.
113 String resName, String keyword, ULocale locID, in getFunctionalEquivalent()
115 String kwVal = locID.getKeywordValue(keyword); in getFunctionalEquivalent()
127 kwVal = ""; // default tag is treated as no keyword in getFunctionalEquivalent()
176 // we need to re calculate the "default" keyword. in getFunctionalEquivalent()
215 // we need to re calculate the "default" keyword. in getFunctionalEquivalent()
233 "Could not find locale containing requested or default keyword in getFunctionalEquivalent()
112 getFunctionalEquivalent(String baseName, ClassLoader loader, String resName, String keyword, ULocale locID, boolean isAvailable[], boolean omitDefault) getFunctionalEquivalent() argument
253 getKeywordValues(String baseName, String keyword) getKeywordValues() argument
[all...]
/third_party/node/deps/v8/third_party/jinja2/
H A Dcompiler.py6 from keyword import iskeyword as is_python_keyword
413 A leading comma is added automatically. The extra keyword
415 error could occur. The extra keyword arguments should be given
418 # if any of the given keyword arguments is a python keyword
1825 for keyword in node.options:
1826 self.writeline("context.eval_ctx.%s = " % keyword.key)
1827 self.visit(keyword.value, frame)
1829 val = keyword.value.as_const(frame.eval_ctx)
1833 setattr(frame.eval_ctx, keyword
[all...]
/third_party/node/tools/inspector_protocol/jinja2/
H A Dcompiler.py13 from keyword import iskeyword as is_python_keyword
411 A leading comma is added automatically. The extra keyword
413 error could occour. The extra keyword arguments should be given
416 # if any of the given keyword arguments is a python keyword
1703 for keyword in node.options:
1704 self.writeline('context.eval_ctx.%s = ' % keyword.key)
1705 self.visit(keyword.value, frame)
1707 val = keyword.value.as_const(frame.eval_ctx)
1711 setattr(frame.eval_ctx, keyword
[all...]
/third_party/skia/third_party/externals/jinja2/
H A Dcompiler.py6 from keyword import iskeyword as is_python_keyword
413 A leading comma is added automatically. The extra keyword
415 error could occur. The extra keyword arguments should be given
418 # if any of the given keyword arguments is a python keyword
1825 for keyword in node.options:
1826 self.writeline("context.eval_ctx.%s = " % keyword.key)
1827 self.visit(keyword.value, frame)
1829 val = keyword.value.as_const(frame.eval_ctx)
1833 setattr(frame.eval_ctx, keyword
[all...]
/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1load.c51 * callback when it encounters an immediate keyword.
1223 /* if the keyword has a dedicated callback, call it */ in t1_load_keyword()
1233 /* now, the keyword is either a simple field, or a table of fields; */ in t1_load_keyword()
1319 FT_TRACE1(( "t1_load_keyword: ignoring keyword `%s'" in t1_load_keyword()
1993 /* we stop when we find a `def' or `end' keyword */ in parse_charstrings()
2377 /* now compare the immediate name to the keyword table */ in parse_dict()
2378 T1_Field keyword = (T1_Field)t1_keywords; in parse_dict() local
2386 name = (FT_Byte*)keyword->ident; in parse_dict()
2427 if ( !( dict & keyword->dict ) ) in parse_dict()
2431 keyword in parse_dict()
[all...]

Completed in 35 milliseconds

123456789