HomeSort by relevance Sort by last modified time
    Searched refs:keyword (Results 226 - 250 of 656) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
Collator.java 579 * collation. At this point, the only recognized keyword for this
591 * {@icu} Given a keyword, returns an array of all values for
592 * that keyword that are currently in use.
593 * @param keyword one of the keywords returned by getKeywords.
597 public static final String[] getKeywordValues(String keyword) {
606 // * plus input keyword and that value has different behavior than creation with the
624 // * requested locale, with respect to given keyword, for the
637 // * @param keyword a particular keyword as enumerated by
647 // public static final ULocale getFunctionalEquivalent(String keyword,
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/dist/
imports.go 126 // readKeyword reads the given keyword from the input.
127 // If the keyword is not present, readKeyword records a syntax error.
  /prebuilts/go/darwin-x86/src/go/token/
token.go 284 // Lookup maps an identifier to its keyword token or IDENT (if not a keyword).
  /prebuilts/go/linux-x86/src/cmd/dist/
imports.go 126 // readKeyword reads the given keyword from the input.
127 // If the keyword is not present, readKeyword records a syntax error.
  /prebuilts/go/linux-x86/src/go/token/
token.go 284 // Lookup maps an identifier to its keyword token or IDENT (if not a keyword).
  /external/python/cpython3/Python/
getargs.c 1594 const char *fname, *msg, *custom_msg, *keyword; local
1995 PyObject *keyword; local
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucol.h     [all...]
  /external/libjpeg-turbo/
wrjpgcom.c 378 keymatch (char *arg, const char *keyword, int minchars)
379 /* Case-insensitive matching of (possibly abbreviated) keyword switches. */
380 /* keyword is the constant keyword (must be lower case already), */
387 if ((ck = *keyword++) == '\0')
388 return 0; /* arg longer than keyword, no good */
  /external/python/cpython2/Lib/idlelib/
ColorDelegator.py 3 import keyword
15 kw = r"\b" + any("KEYWORD", keyword.kwlist) + r"\b"
18 # We don't know whether "print" is a function or a keyword,
19 # so we always treat is as a keyword (the most common case).
68 "KEYWORD": idleConf.GetHighlight(theme, "keyword"),
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ColorDelegator.py 3 import keyword
16 kw = r"\b" + any("KEYWORD", keyword.kwlist) + r"\b"
68 "KEYWORD": idleConf.GetHighlight(theme, "keyword"),
229 self.tag_add("KEYWORD",
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ColorDelegator.py 3 import keyword
16 kw = r"\b" + any("KEYWORD", keyword.kwlist) + r"\b"
68 "KEYWORD": idleConf.GetHighlight(theme, "keyword"),
229 self.tag_add("KEYWORD",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ColorDelegator.py 3 import keyword
16 kw = r"\b" + any("KEYWORD", keyword.kwlist) + r"\b"
68 "KEYWORD": idleConf.GetHighlight(theme, "keyword"),
229 self.tag_add("KEYWORD",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ColorDelegator.py 3 import keyword
16 kw = r"\b" + any("KEYWORD", keyword.kwlist) + r"\b"
68 "KEYWORD": idleConf.GetHighlight(theme, "keyword"),
229 self.tag_add("KEYWORD",
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
_ast_util.py 480 for keyword in node.keywords:
482 self.write(keyword.arg + '=')
483 self.visit(keyword.value)
645 for keyword in node.keywords:
647 self.write(keyword.arg + '=')
648 self.visit(keyword.value)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tarfile.py     [all...]
  /external/icu/icu4c/source/test/intltest/
loctest.cpp 1635 const char *keyword = NULL; local
1710 const char *keyword; member in struct:__anon21715
1740 const char *keyword; member in struct:__anon21716
    [all...]
  /external/python/cpython2/Lib/
tarfile.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tarfile.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
tarfile.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py     [all...]
  /external/python/cpython3/Modules/
_functoolsmodule.c 213 "dictionary of keyword arguments to future partial calls"},
250 /* Pack keyword arguments */
710 PyObject *key, *keyword, *value; local
741 for (pos = 0; PyDict_Next(kwds, &pos, &keyword, &value);) {
742 Py_INCREF(keyword);
743 PyTuple_SET_ITEM(key, key_pos++, keyword);
756 for (pos = 0; PyDict_Next(kwds, &pos, &keyword, &value);) {
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ULocaleTest.java 183 errln("failed to add foo keyword, got: " + uloc.getName());
187 errln("failed to add bar keyword, got: " + uloc.getName());
191 errln("failed to change bar keyword, got: " + uloc.getName());
195 errln("failed to delete bar keyword, got: " + uloc.getName());
4671 String keyword = d[0]; local
4692 String keyword = d[0]; local
4728 String keyword = d[0]; local
4768 String keyword = d[0]; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ULocaleTest.java 180 errln("failed to add foo keyword, got: " + uloc.getName());
184 errln("failed to add bar keyword, got: " + uloc.getName());
188 errln("failed to change bar keyword, got: " + uloc.getName());
192 errln("failed to delete bar keyword, got: " + uloc.getName());
4668 String keyword = d[0]; local
4689 String keyword = d[0]; local
4725 String keyword = d[0]; local
4765 String keyword = d[0]; local
    [all...]
  /external/netcat/
netcat.c 995 const char *keyword; member in struct:toskeywords
1028 for (t = toskeywords; t->keyword != NULL; t++) {
1029 if (strcmp(s, t->keyword) == 0) {

Completed in 866 milliseconds

1 2 3 4 5 6 7 8 91011>>