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

  /cts/tools/dasm/src/java_cup/runtime/
lr_parser.java 95 * <dt> void syntax_error(token cur_token)
99 * <dt> void unrecovered_syntax_error(token cur_token)
237 protected token cur_token; field in class:lr_parser
355 * @param cur_token the current lookahead token.
357 public void syntax_error(token cur_token)
367 * @param cur_token the current lookahead token.
369 public void unrecovered_syntax_error(token cur_token)
497 cur_token = scan();
509 act = get_action(((symbol)stack.peek()).parse_state, cur_token.sym);
515 cur_token.parse_state = act-1
    [all...]
  /external/chromium_org/tools/gn/
parser.cc 122 return cur_token().type() == type;
156 if (cur_token().type() == types[i])
159 *err_ = Err(cur_token(), error_message);
189 while (!at_end() && !IsStatementBreak(cur_token().type()) &&
190 precedence <= expressions_[cur_token().type()].precedence) {
329 list->set_begin_token(cur_token());
347 *err_ = Err(cur_token(), "Trailing comma");
350 list->set_end_token(cur_token());
365 *err_ = Err(cur_token(), "Unexpected here, should be newline.");
385 Token token = at_end() ? tokens_[tokens_.size() - 1] : cur_token();
    [all...]
parser.h 86 const Token& cur_token() const { return tokens_[cur_]; } function in class:Parser
  /external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 156 foreach ($tokens as $cur_token) {
157 if ($cur_token[0] == "tag") {
159 $result .= $cur_token[1];
160 if (preg_match("@$sp_tags_to_skip@", $cur_token[1], $matches)) {
164 $t = $cur_token[1];
265 foreach ($tokens as $cur_token) {
266 if ($cur_token[0] == "tag") {
268 $result .= $cur_token[1];
269 if (preg_match("@$sp_tags_to_skip@", $cur_token[1], $matches)) {
273 $t = $cur_token[1]
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /dalvik/dx/etc/
jasmin.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 66 milliseconds