HomeSort by relevance Sort by last modified time
    Searched defs:keywords (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/protobuf/editors/
protobuf-mode.el 6 ;; Keywords: google protobuf languages
105 ;; The following keywords do not fit well in keyword classes defined by
123 ;; Remove syntax for "do" and "else" keywords.
127 ;; Remove syntax for "for", "if", "switch" and "while" keywords.
131 ;; Remove syntax for "break", "continue", "goto" and "return" keywords.
139 ;; Remove case label syntax for the "case" and "default" keywords.
158 (defconst protobuf-font-lock-keywords-1 (c-lang-const c-matchers-1 protobuf)
161 (defconst protobuf-font-lock-keywords-2 (c-lang-const c-matchers-2 protobuf)
164 (defconst protobuf-font-lock-keywords-3 (c-lang-const c-matchers-3 protobuf)
167 (defvar protobuf-font-lock-keywords protobuf-font-lock-keywords-
    [all...]
  /external/v8/test/mjsunit/
keywords-and-reserved_words.js 28 // Test proper handling of keywords, future reserved words and
33 // http://trac.webkit.org/export/89109/trunk/LayoutTests/fast/js/script-tests/keywords-and-reserved_words.js
60 // All non-strict keywords are also keywords in strict code.
107 // Not keywords - these are all just identifiers.
126 // 7.6.1.1 Keywords
127 var keywords = [ variable
144 for (var i = 0; i < keywords.length; i++) {
145 testKeyword(keywords[i]);
object-literal.js 108 // Test keywords are valid as property names in initializers and dot-access.
109 var keywords = [ variable
190 for (var i = 0; i < keywords.length; i++) {
191 testKeywordProperty(keywords[i]);
  /external/llvm/utils/lit/
setup.py 15 keywords = 'test C++ automatic discovery', variable
  /external/llvm/utils/emacs/
llvm-mode.el 8 (defvar llvm-font-lock-keywords
28 ;; Keywords
121 font-lock-defaults `(llvm-font-lock-keywords))
tablegen-mode.el 14 (defvar tablegen-font-lock-keywords
36 ;; Keywords
39 ;; Type keywords
43 (put 'tablegen-mode 'font-lock-defaults '(tablegen-font-lock-keywords))
108 font-lock-defaults `(tablegen-font-lock-keywords)
  /build/tools/
java-event-log-tags.py 116 keywords = frozenset(["abstract", "continue", "for", "new", "switch", "assert", variable
128 if out in keywords:
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
KeywordsBox.java 27 * List of keywords according to 3GPP 26.244.
33 private String[] keywords; field in class:KeywordsBox
44 return keywords;
51 public void setKeywords(String[] keywords) {
52 this.keywords = keywords;
57 for (String keyword : keywords) {
68 keywords = new String[keywordCount];
71 keywords[i] = IsoTypeReader.readString(content);
79 IsoTypeWriter.writeUInt8(byteBuffer, keywords.length)
    [all...]
  /cts/tools/dasm/src/java_cup/
lexer.java 67 /** Table of keywords. Keywords are initially treated as identifiers.
69 * they match one of the keywords. The string of the name is the key here,
72 protected static Hashtable keywords = new Hashtable(23); field in class:lexer
108 /** Initialize the scanner. This sets up the keywords and char_symbols
114 keywords.put("package", new Integer(sym.PACKAGE));
115 keywords.put("import", new Integer(sym.IMPORT));
116 keywords.put("code", new Integer(sym.CODE));
117 keywords.put("action", new Integer(sym.ACTION));
118 keywords.put("parser", new Integer(sym.PARSER))
    [all...]
  /external/icu4c/test/intltest/
selfmts.cpp 115 // ICU 4.8 does not check for duplicate keywords any more.
168 logln("SelectFormat Unit test: Testing format() with keyword method and with invalid keywords...");
171 UnicodeString keywords[] = { local
186 for (int32_t i = 0; i < LENGTHOF(keywords); i++ ){
188 selFmt->format( keywords[i], result , ignore , status);
191 keywords[i]+" ("+u_errorName(status)+")");
plurults.cpp 356 StringEnumeration *keywords = rules->getKeywords(status); local
362 while (NULL != (keyword = keywords->snext(status))) {
386 errln("keywords don't match");
391 delete keywords;
  /external/icu4c/i18n/
currpinf.cpp 290 StringEnumeration* keywords = fPluralRules->getKeywords(ec); local
293 while ((pluralCount = keywords->next(NULL, ec)) != NULL) {
328 delete keywords;
dcfmtsym.cpp 355 const char* keywords[UNUM_CURRENCY_SPACING_COUNT] = { local
364 currencySpcBeforeSym[i] = ures_getUnicodeStringByKey(dataRes, keywords[i], &localStatus);
373 currencySpcAfterSym[i] = ures_getUnicodeStringByKey(dataRes, keywords[i], &localStatus);
tmutfmt.cpp 392 StringEnumeration* keywords = fPluralRules->getKeywords(err); local
397 while ((pluralCount = const_cast<UnicodeString*>(keywords->snext(err))) != NULL) {
404 delete keywords;
575 StringEnumeration* keywords = fPluralRules->getKeywords(err); local
578 while ((pluralCount = keywords->snext(err)) != NULL) {
607 delete keywords;
    [all...]
ucol_tok.cpp 2251 char *keywords = (char *)locale_getKeywordsStart(locale); local
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeTypedArray.java 251 String[] keywords = s.split("\\|"); local
252 for (String keyword : keywords) {
  /ndk/sources/host-tools/nawk-20071023/
lex.c 46 Keyword keywords[] ={ /* keep sorted: binary searched */ variable
460 n = binsearch(w, keywords, sizeof(keywords)/sizeof(keywords[0]));
462 kp = keywords + n;
  /external/chromium/chrome/browser/webdata/
web_data_service.h 107 std::vector<TemplateURL*> keywords; member in struct:WDKeywordsResult
111 // Version of the built-in keywords. A value of 0 indicates a first run.
307 // Keywords
323 // Fetches the keywords.
327 // Sets the keywords used for the default search provider.
330 // Sets the version of the builtin keywords.
558 // Keywords.
  /external/chromium/testing/gmock/scripts/generator/cpp/
ast.py 45 from cpp import keywords namespace
417 modifiers: [str] type modifiers (keywords) eg, const, mutable, etc.
493 if keywords.IsKeyword(t.name):
564 if keywords.IsKeyword(p.name):
739 if (keywords.IsKeyword(token.name) and
740 not keywords.IsBuiltinType(token.name)):
    [all...]
  /external/icu4c/common/
locid.cpp 91 char *keywords, int32_t keywordCapacity,
890 char *keywords; member in class:KeywordEnumeration
901 : keywords((char *)&fgClassID), current((char *)&fgClassID), length(0) {
906 keywords = (char *)uprv_malloc(keywordLen+1);
907 if (keywords == NULL) {
911 uprv_memcpy(keywords, keys, keywordLen);
912 keywords[keywordLen] = 0;
913 current = keywords + currentIndex;
925 return new KeywordEnumeration(keywords, length, (int32_t)(current - keywords), status)
977 char keywords[256]; local
    [all...]
uloc.cpp 57 char *keywords, int32_t keywordCapacity,
559 /* ### Keywords **************************************************/
637 char *keywords, int32_t keywordCapacity,
656 /* we will grab pairs, trim spaces, lowercase keywords, sort and return *
1456 char* keywords; member in struct:UKeywordsContext
1547 char keywords[256]; local
    [all...]
  /external/openssh/
readconf.c 146 } keywords[] = { variable in typeref:struct:__anon12450
337 for (i = 0; keywords[i].name; i++)
338 if (strcasecmp(cp, keywords[i].name) == 0)
339 return keywords[i].opcode;
    [all...]
servconf.c 343 } keywords[] = { variable in typeref:struct:__anon12457
479 for (i = 0; keywords[i].name; i++)
480 if (strcasecmp(cp, keywords[i].name) == 0) {
481 *flags = keywords[i].flags;
482 return keywords[i].opcode;
    [all...]
  /external/v8/test/cctest/
test-parsing.cc 50 static const KeywordToken keywords[] = { local
60 for (int i = 0; (key_token = keywords[i]).keyword != NULL; i++) {
68 // The scanner should parse Harmony keywords for this test.
    [all...]
  /packages/apps/Music/src/com/android/music/
PlaylistBrowserActivity.java 474 String [] keywords = null; local
477 keywords = new String[searchWords.length];
481 keywords[i] = '%' + searchWords[i] + '%';
494 mCols, whereclause, keywords, MediaStore.Audio.Playlists.NAME);
499 mCols, whereclause, keywords, MediaStore.Audio.Playlists.NAME);

Completed in 1445 milliseconds

1 2 3