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

  /external/squashfs-tools/squashfs-tools/
action.h 51 s = token_table[OP].string; \
action.c 72 static struct token_entry token_table[] = { variable in typeref:struct:token_entry
115 for (i = 0; token_table[i].token != -1; i++)
116 if (strncmp(cur_ptr, token_table[i].string,
117 token_table[i].size) == 0)
119 if (token_table[i].token != TOK_WHITE_SPACE)
124 if (token_table[i].token != -1) {
125 cur_ptr += token_table[i].size;
126 return token_table[i].token;
157 for(i = 0; token_table[i].token != -1; i++)
158 if (strncmp(cur_ptr, token_table[i].string
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
rl78-parse.y 1197 token_table[] =
1342 #define NUM_TOKENS (sizeof (token_table) / sizeof (token_table[0]))
    [all...]
rx-parse.y 946 token_table[] =
1103 #define NUM_TOKENS (sizeof (token_table) / sizeof (token_table[0]))
    [all...]
  /external/google-breakpad/src/testing/gtest/scripts/
pump.py 72 TOKEN_TABLE = [
169 def FindFirstInLine(line, token_table):
171 for (regex, token_type) in token_table:
186 def FindFirst(lines, token_table, cursor):
194 m = FindFirstInLine(line, token_table)
312 found = FindFirst(lines, TOKEN_TABLE, pos)
  /external/protobuf/gtest/scripts/
pump.py 72 TOKEN_TABLE = [
170 def FindFirstInLine(line, token_table):
172 for (regex, token_type) in token_table:
187 def FindFirst(lines, token_table, cursor):
195 m = FindFirstInLine(line, token_table)
302 found = FindFirst(lines, TOKEN_TABLE, pos)
  /external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
pump.py 72 TOKEN_TABLE = [
169 def FindFirstInLine(line, token_table):
171 for (regex, token_type) in token_table:
186 def FindFirst(lines, token_table, cursor):
194 m = FindFirstInLine(line, token_table)
312 found = FindFirst(lines, TOKEN_TABLE, pos)

Completed in 471 milliseconds