Searched refs:token_table (Results 1 – 10 of 10) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | action.c | 72 static struct token_entry token_table[] = { variable 115 for (i = 0; token_table[i].token != -1; i++) in get_token() 116 if (strncmp(cur_ptr, token_table[i].string, in get_token() 117 token_table[i].size) == 0) in get_token() 119 if (token_table[i].token != TOK_WHITE_SPACE) in get_token() 124 if (token_table[i].token != -1) { in get_token() 125 cur_ptr += token_table[i].size; in get_token() 126 return token_table[i].token; in get_token() 157 for(i = 0; token_table[i].token != -1; i++) in get_token() 158 if (strncmp(cur_ptr, token_table[i].string, in get_token() [all …]
|
D | action.h | 51 s = token_table[OP].string; \
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/ |
D | pump.py | 169 def FindFirstInLine(line, token_table): argument 171 for (regex, token_type) in token_table: 186 def FindFirst(lines, token_table, cursor): argument 194 m = FindFirstInLine(line, token_table)
|
/external/v8/testing/gtest/scripts/ |
D | pump.py | 169 def FindFirstInLine(line, token_table): argument 171 for (regex, token_type) in token_table: 186 def FindFirst(lines, token_table, cursor): argument 194 m = FindFirstInLine(line, token_table)
|
/external/googletest/googletest/scripts/ |
D | pump.py | 169 def FindFirstInLine(line, token_table): argument 171 for (regex, token_type) in token_table: 186 def FindFirst(lines, token_table, cursor): argument 194 m = FindFirstInLine(line, token_table)
|
/external/google-breakpad/src/testing/gtest/scripts/ |
D | pump.py | 169 def FindFirstInLine(line, token_table): argument 171 for (regex, token_type) in token_table: 186 def FindFirst(lines, token_table, cursor): argument 194 m = FindFirstInLine(line, token_table)
|
/external/protobuf/gtest/scripts/ |
D | pump.py | 170 def FindFirstInLine(line, token_table): argument 172 for (regex, token_type) in token_table: 187 def FindFirst(lines, token_table, cursor): argument 195 m = FindFirstInLine(line, token_table)
|
/external/bison/data/ |
D | bison.m4 | 263 b4_define_flag_if([token_table]) # Whether yytoken_table is demanded.
|
/external/bison/ |
D | NEWS | 1978 ** The %token_table declaration says to write a table of tokens (names
|
D | ChangeLog-2012 | 23830 Describe literal string tokens, %raw, %no_lines, %token_table.
|