/external/libvpx/examples/includes/geshi/contrib/ |
langcheck.php | 458 foreach($keywords as $id => $kw) { 459 if(!is_string($kw)) { 461 } else if (!strlen($kw)) { 463 } else if (preg_match('/^([\(\)\{\}\[\]\^=.,:;\-+\*\/%\$\"\'\?]|&[\w#]\w*;)+$/i', $kw)) { 464 report_error(TYPE_NOTICE, "Language file contains an keyword ('$kw') at \$language_data['KEYWORDS'][$key][$id] which seems to be better suited for the symbols section!"); 469 foreach($kw_diffs as $kw => $kw_count) { variable 471 report_error(TYPE_WARNING, "Language file contains per-group duplicate keyword '$kw' in \$language_data['KEYWORDS'][$key]!"); 486 foreach($kw_diffs as $kw) { 520 report_error(TYPE_WARNING, "Language file contains cross-group duplicate keyword '$kw' in \$language_data['KEYWORDS'][$key] and \$language_data['KEYWORDS'][$key2]!"); [all...] |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/ |
LogCatFilterSettingsSerializer.java | 138 String kw = getKeyword(pref.substring(index)); local 139 if (kw == null) { 142 index += kw.length() + KW_DELIM.length(); 149 kv.add(kw);
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/ |
NativeHeapDataImporter.java | 120 String kw = sc.next(); local 121 if (!NativeAllocationInfo.ALLOCATIONS_KW.equals(kw)) { 123 expectedKeywordErrorMessage(NativeAllocationInfo.ALLOCATIONS_KW, kw)); 128 kw = sc.next(); 129 if (!NativeAllocationInfo.SIZE_KW.equals(kw)) { 131 expectedKeywordErrorMessage(NativeAllocationInfo.SIZE_KW, kw)); 136 kw = sc.next(); 137 if (!NativeAllocationInfo.TOTAL_SIZE_KW.equals(kw)) { 139 expectedKeywordErrorMessage(NativeAllocationInfo.TOTAL_SIZE_KW, kw)); 150 kw = sc.next() [all...] |
/system/core/init/ |
init_parser.c | 69 #define kw_is(kw, type) (keyword_info[kw].flags & (type)) 70 #define kw_name(kw) (keyword_info[kw].name) 71 #define kw_func(kw) (keyword_info[kw].func) 72 #define kw_nargs(kw) (keyword_info[kw].nargs) 162 void parse_new_section(struct parse_state *state, int kw, 167 switch(kw) { 214 int kw = lookup_keyword(args[0]); local 478 int i, kw, kw_nargs; local 663 int kw, n; local [all...] |
/external/icu4c/common/ |
locid.cpp | 997 char *kw = keywords; local 999 while(*kw) { 1001 kw += uprv_strlen(kw)+1;
|
uloc.c | 125 "ku", "kum", "kut", "kv", "kw", "ky", "la", "lad", 237 /* "ku", "kum", "kut", "kv", "kw", "ky", "la", "lad", */ 342 "KM", "KN", "KP", "KR", "KW", "KY", "KZ", "LA", 413 /* "KM", "KN", "KP", "KR", "KW", "KY", "KZ", "LA", */ 455 const char *value; /* keyword value, or NULL if kw==NULL */ 521 const char *value; /* keyword value, or NULL if kw==NULL */ 1472 char *kw = ((UKeywordsContext *)en->context)->keywords; local [all...] |
/external/icu4c/i18n/ |
smpdtfmt.cpp | 1355 char kw[ULOC_KEYWORD_AND_VALUES_CAPACITY]; local [all...] |
/external/icu4c/test/cintltst/ |
creststn.c | 2481 const char *kw; local [all...] |
/prebuilt/common/jython/ |
jython.jar | |