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

  /cts/tools/dasm/src/java_cup/
sym.java 23 static final int TERMINAL = 7;
  /external/qemu/qobject/
json-lexer.c 65 #define TERMINAL(state) [0 ... 0x7F] = (state)
67 /* Return whether TERMINAL is a terminal state and the transition to it
69 below uses the TERMINAL macro. */
70 #define TERMINAL_NEEDED_LOOKAHEAD(old_state, terminal) \
71 (json_lexer[(old_state)][0] == (terminal))
156 TERMINAL(JSON_INTEGER),
163 TERMINAL(JSON_FLOAT),
178 TERMINAL(JSON_FLOAT),
190 TERMINAL(JSON_INTEGER)
    [all...]
  /external/opencv/cv/src/
cvstereogc.cpp 136 const int TERMINAL = -1, ORPHAN = -2;
154 v->parent = TERMINAL;
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-api/1.5/
gmaven-runtime-api-1.5.jar 
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
term.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
term.h     [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 

Completed in 428 milliseconds