/external/llvm/utils/emacs/ |
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)
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/ |
feed.js | 331 var keywords = JSON.parse(window.localStorage.getItem('keywords')); 333 if (keywords) { 334 for (i = 0; i < keywords.length; i++) { 335 if (topicVal == keywords[i]) { 356 var keywords = JSON.parse(window.localStorage.getItem('keywords')); 360 if (!topics && !keywords) { 373 if (keywords) { 374 for (i = 0; i < (keywords.length); i++) [all...] |
/external/icu4c/i18n/unicode/ |
upluralrules.h | 19 * values onto a small set of keywords. Rules are constructed from a text 20 * description, consisting of a series of keywords and conditions. 28 * Keywords: ICU locale data has 6 predefined values -
|
/external/libvpx/examples/includes/geshi/geshi/ |
lisp.php | 15 * - Added support for :keywords and ::access (Denis Mashkevich) 51 'KEYWORDS' => array( 92 'KEYWORDS' => array(
|
lolcode.php | 56 'KEYWORDS' => array( 98 'KEYWORDS' => array( 145 'KEYWORDS' => array(
|
ocaml-brief.php | 47 'KEYWORDS' => array( 48 /* main OCaml keywords */ 68 'KEYWORDS' => array(
|
pic16.php | 47 'KEYWORDS' => array( 87 'KEYWORDS' => array( 134 'KEYWORDS' => array(
|
smalltalk.php | 48 'KEYWORDS' => array( 59 'KEYWORDS' => array( 132 GESHI_SEARCH => '(self|super|true|false|nil)', //keywords again (to avoid matching in next regexp)
|
vhdl.php | 50 'KEYWORDS' => array( 51 /*keywords*/ 90 'KEYWORDS' => array(
|
bnf.php | 53 'KEYWORDS' => array(), 61 'KEYWORDS' => array(),
|
idl.php | 43 'KEYWORDS' => array( 71 'KEYWORDS' => array(
|
intercal.php | 47 'KEYWORDS' => array( 70 'KEYWORDS' => array(
|
robots.php | 42 'KEYWORDS' => array( 55 'KEYWORDS' => array(
|
text.php | 53 'KEYWORDS' => array(), 59 'KEYWORDS' => array(),
|
/external/markdown/docs/extensions/ |
Meta-Data.txt | 20 Meta-data consists of a series of keywords and values defined at the beginning 33 The keywords are case-insensitive and may consist of letters, numbers, 79 Extension and the keywords they are known to support:
|
/tools/motodev/src/plugins/db.core/src/com/motorolamobility/studio/android/db/core/model/ |
TableModel.java | 95 * Validates the name to be different from SQLite keywords.
106 String[] keywords =
local 127 for (String keyword : keywords)
|
/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/webkit/Source/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/ |
7.4.2-1-n.js | 27 The following tokens are ECMAScript keywords and may not be used as 49 var TITLE = "Keywords";
|
7.4.2-10-n.js | 27 The following tokens are ECMAScript keywords and may not be used as 49 var TITLE = "Keywords";
|
7.4.2-11-n.js | 27 The following tokens are ECMAScript keywords and may not be used as 49 var TITLE = "Keywords";
|
7.4.2-12-n.js | 27 The following tokens are ECMAScript keywords and may not be used as 49 var TITLE = "Keywords";
|
7.4.2-13-n.js | 27 The following tokens are ECMAScript keywords and may not be used as 49 var TITLE = "Keywords";
|
7.4.2-14-n.js | 27 The following tokens are ECMAScript keywords and may not be used as 49 var TITLE = "Keywords";
|
7.4.2-15-n.js | 27 The following tokens are ECMAScript keywords and may not be used as 49 var TITLE = "Keywords";
|
7.4.2-16-n.js | 27 The following tokens are ECMAScript keywords and may not be used as 49 var TITLE = "Keywords";
|