/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
rlcompleter.py | 107 import keyword
110 for word in keyword.kwlist:
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
TestPluralRuleGeneration.java | 66 for (String keyword : rules.getKeywords()) { 67 String rulesString = rules.getRules(keyword);
|
/external/icu/icu4c/source/common/ |
uresimp.h | 153 * Returns a functionally equivalent locale (considering keywords) for the specified keyword. 158 * @param keyword locale keyword. Example: "collation" 163 * @param omitDefault if TRUE, omit keyword and value if default. 'de_DE\@collation=standard' -> 'de_DE' 170 const char *path, const char *resName, const char *keyword, const char *locid, 174 * Given a tree path and keyword, return a string enumeration of all possible values for that keyword. 176 * @param keyword a particular keyword to consider, must match a top level resource name 181 ures_getKeywordValues(const char *path, const char *keyword, UErrorCode *status) [all...] |
uloc.cpp | 460 const char *keyword; /* keyword, or NULL if none */ member in struct:CanonicalizationMap 461 const char *value; /* keyword value, or NULL if kw==NULL */ 519 const char *keyword; /* keyword, or NULL if none */ member in struct:VariantMap 520 const char *value; /* keyword value, or NULL if kw==NULL */ 603 * @param status return status (keyword too long) 604 * @return length of the keyword name 612 *status = U_ILLEGAL_ARGUMENT_ERROR; /* malformed keyword name */ 618 /* keyword name too long for internal buffer * 633 char keyword[ULOC_KEYWORD_BUFFER_LEN]; member in struct:__anon23858 [all...] |
/external/llvm/utils/lit/lit/ |
TestRunner.py | 588 # Convert the keyword and line to UTF-8 strings and yield the 592 keyword,ln = match.groups() 593 yield (line_number, to_string(keyword.decode('utf-8')), 678 An enumeration representing the style of an integrated test keyword or 681 TAG: A keyword taking no value. Ex 'END.' 682 COMMAND: A Keyword taking a list of shell commands. Ex 'RUN:' 683 LIST: A keyword taking a comma separated list of value. Ex 'XFAIL:' 684 CUSTOM: A keyword with custom parsing semantics. 695 keyword: The keyword to parse for. It must end in either '.' or ':' [all...] |
/external/python/cpython2/Lib/ |
rlcompleter.py | 103 import keyword 107 for word in keyword.kwlist:
|
/external/tensorflow/tensorflow/contrib/graph_editor/ |
select.py | 656 TypeError: if the optional keyword argument graph is not a `tf.Graph` 660 ValueError: if one of the keyword arguments is unexpected or if a regular 661 expression is used without passing a graph as a keyword argument. 686 raise ValueError("Use the keyword argument 'graph' to use regex.") 722 TypeError: if the optional keyword argument graph is not a `tf.Graph` 726 ValueError: if one of the keyword arguments is unexpected or if a regular 727 expression is used without passing a graph as a keyword argument. 752 raise ValueError("Use the keyword argument 'graph' to use regex.") 790 TypeError: if the optional keyword argument graph is not a `tf.Graph` 793 ValueError: if one of the keyword arguments is unexpected or if a regula [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
RelativeDateTimeFormatter.java | 861 private static final DateTimeUnit orNullFromString(CharSequence keyword) { 863 switch (keyword.length()) { 865 if ("day".contentEquals(keyword)) { 867 } else if ("sun".contentEquals(keyword)) { 869 } else if ("mon".contentEquals(keyword)) { 871 } else if ("tue".contentEquals(keyword)) { 873 } else if ("wed".contentEquals(keyword)) { 875 } else if ("thu".contentEquals(keyword)) { 877 } else if ("fri".contentEquals(keyword)) { 879 } else if ("sat".contentEquals(keyword)) { [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
RelativeDateTimeFormatter.java | [all...] |
/external/ImageMagick/MagickCore/ |
log.c | 1450 keyword[MagickPathExtent], local [all...] |
configure.c | 1137 keyword[MagickPathExtent], local [all...] |
/external/deqp/external/openglcts/modules/gles31/ |
es31cLayoutBindingTests.hpp | 77 char const* keyword; // uniform, buffer member in struct:glcts::LayoutBindingParameters
|
/external/icu/icu4c/source/i18n/ |
reldatefmt.cpp | 384 static RelAbsUnit unitOrNegativeFromString(const char* keyword, int32_t length) { 388 if (uprv_strncmp(keyword, "day", length) == 0) { 390 } else if (uprv_strncmp(keyword, "sun", length) == 0) { 392 } else if (uprv_strncmp(keyword, "mon", length) == 0) { 394 } else if (uprv_strncmp(keyword, "tue", length) == 0) { 396 } else if (uprv_strncmp(keyword, "wed", length) == 0) { 398 } else if (uprv_strncmp(keyword, "thu", length) == 0) { 400 } else if (uprv_strncmp(keyword, "fri", length) == 0) { 402 } else if (uprv_strncmp(keyword, "sat", length) == 0) { 407 if (uprv_strncmp(keyword, "hour", length) == 0) [all...] |
plurfmt.cpp | 425 // The keyword is empty until we need to match against a non-explicit, not-"other" value. 426 // Then we get the keyword from the selector. 428 // or if the only non-explicit keyword is "other".) 429 UnicodeString keyword; local 432 // to avoid matching the keyword again (duplicates are allowed) 438 // We remember the first matching-keyword sub-message if we have not seen 442 // We avoid matching the keyword twice by also setting haveKeywordMatch=true 443 // at the first keyword match. 464 // plural keyword like "few" or "other" 469 if(0 == keyword.compare(other)) 518 UnicodeString keyword; local [all...] |
/external/mesa3d/src/mapi/glapi/gen/ |
gl_apitemp.py | 61 keyword = "KEYWORD1" 63 keyword = "KEYWORD1_ALT" 100 print '%s %s KEYWORD2 NAME(%s)(%s);' % (keyword, f.return_type, n, f.get_parameter_string(name)) 103 print '%s %s KEYWORD2 NAME(%s)(%s)' % (keyword, f.return_type, n, f.get_parameter_string(name))
|
/external/skia/experimental/wasm-skp-debugger/ |
karma.conf.js | 8 // available frameworks: https://npmjs.org/browse/keyword/karma-adapter 26 // available reporters: https://npmjs.org/browse/keyword/karma-reporter
|
/external/skia/modules/canvaskit/ |
karma.conf.js | 8 // available frameworks: https://npmjs.org/browse/keyword/karma-adapter 29 // available reporters: https://npmjs.org/browse/keyword/karma-reporter
|
/external/skqp/experimental/canvaskit/ |
karma.conf.js | 8 // available frameworks: https://npmjs.org/browse/keyword/karma-adapter 27 // available reporters: https://npmjs.org/browse/keyword/karma-reporter
|
/external/toybox/scripts/ |
config2help.c | 130 char *keyword(char *name, char *line) function 248 // source or config keyword at left edge? 250 if ((s = keyword("config", line))) { 255 } else if ((s = keyword("source", line))) parse(s); 268 else if ((s = keyword("depends", line)) && (s = keyword("on", s))) 270 else if (keyword("help", line)) sym->help_indent = -1; 352 if (catch->help && (that = keyword("usage:", catch->help->data))) {
|
/external/icu/icu4c/source/test/cintltst/ |
cloctst.c | 1738 const char *keyword = NULL; local 1833 const char *keyword; member in struct:__anon24134 2313 const char* keyword =NULL; local 2395 const char* keyword =NULL; local 2438 const char* keyword =NULL; local 6221 const char* keyword = DATA[i][0]; local 6258 const char* keyword = DATA[i][0]; local 6310 const char* keyword = DATA[i][0]; local 6365 const char* keyword = DATA[i][0]; local [all...] |
/external/cldr/tools/java/org/unicode/cldr/tool/ |
ShowPlurals.java | 149 String keyword = count.toString(); local 150 FixedDecimalSamples exampleList = pluralRules.getDecimalSamples(keyword, PluralRules.SampleType.INTEGER); // plurals.getSamples9999(count); 151 FixedDecimalSamples exampleList2 = pluralRules.getDecimalSamples(keyword, PluralRules.SampleType.DECIMAL); 160 String rule = pluralRules.getRules(keyword); 169 String samplePattern = samplePatterns.get(pluralType.standardType, Count.valueOf(keyword)); // CldrUtility.get(samplePatterns.keywordToPattern, Count.valueOf(keyword));
|
WritePluralRulesSpreadsheets.java | 125 for (String keyword : keywords) { 126 System.out.print("\t" + Count.valueOf(keyword)); 127 HashSet<Double> items = new HashSet<>(rules.getSamples(keyword, SampleType.INTEGER)); 155 for (String keyword : keywords) { 156 String sample2 = samplePatterns.get(PluralType.CARDINAL, Count.valueOf(keyword));
|
/external/v8/src/torque/ |
earley-parser.cc | 146 // Check if matched pattern coincides with a keyword. Prefer the keyword in 155 // Now check for a keyword (that doesn't overlap with a pattern). 156 // Iterate from the end to ensure that if one keyword is a prefix of another, 159 const std::string& keyword = it->first; local 160 if (static_cast<size_t>(end - *pos) < keyword.size()) continue; 161 if (keyword == std::string(*pos, *pos + keyword.size())) { 162 *pos += keyword.size();
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
ULocale.java | 82 * <li>'PREEURO' and 'EURO' variants are converted to currency keyword form, 251 // special keyword key for Unicode locale attributes 301 * canonicalized id. The 3rd is the keyword. The 4th is the keyword value. 400 * separated by underscores, followed by an optional keyword list. The 404 * start of the keyword list is indicated by '@', and consists of two 405 * or more keyword/value pairs separated by semicolons(';'). 538 // Locale -> ULocale mapping requires BCP47 keyword mapping data that is currently 748 // Compare keyword keys 753 // Compare keyword value [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
ULocale.java | 81 * <li>'PREEURO' and 'EURO' variants are converted to currency keyword form, 285 // special keyword key for Unicode locale attributes 339 * canonicalized id. The 3rd is the keyword. The 4th is the keyword value. 439 * separated by underscores, followed by an optional keyword list. The 443 * start of the keyword list is indicated by '@', and consists of two 444 * or more keyword/value pairs separated by semicolons(';'). 583 // Locale -> ULocale mapping requires BCP47 keyword mapping data that is currently 799 // Compare keyword keys 804 // Compare keyword value [all...] |