HomeSort by relevance Sort by last modified time
    Searched refs:TERMINAL (Results 1 - 11 of 11) sorted by null

  /cts/tools/dasm/src/java_cup/
sym.java 23 static final int TERMINAL = 7;
lexer.java 10 * input (System.in) and returns integers corresponding to the terminal
18 * "parser" PARSER "terminal" TERMINAL
119 keywords.put("terminal", new Integer(sym.TERMINAL));
  /external/qemu/
json-lexer.c 63 #define TERMINAL(state) [0 ... 0x7F] = (state)
65 /* Return whether TERMINAL is a terminal state and the transition to it
67 below uses the TERMINAL macro. */
68 #define TERMINAL_NEEDED_LOOKAHEAD(old_state, terminal) \
69 (json_lexer[(old_state)][0] == (terminal))
152 TERMINAL(JSON_INTEGER),
159 TERMINAL(JSON_FLOAT),
174 TERMINAL(JSON_FLOAT),
186 TERMINAL(JSON_INTEGER)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
term.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
term.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
term.h     [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 153 TERMINAL,
208 ** Configurations also contain a follow-set which is a list of terminal
282 int nsymbol; /* Number of terminal and nonterminal symbols */
283 int nterminal; /* Number of terminal symbols */
290 char *tokentype; /* Type of terminal symbols in the parser stack */
291 char *vartype; /* The default type of non-terminal symbols */
301 char *vardest; /* Code for the default non-terminal destructor */
684 ** The first set is the set of all terminal symbols which can begin
707 if( sp->type!=TERMINAL || sp->lambda==LEMON_FALSE ) break;
724 if( s2->type==TERMINAL ){
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /external/opencv/cv/src/
cvstereogc.cpp 136 const int TERMINAL = -1, ORPHAN = -2;
154 v->parent = TERMINAL;

Completed in 506 milliseconds