Searched refs:token_table (Results 1 – 4 of 4) 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/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)
|