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

  /external/chromium_org/third_party/mesa/src/src/gallium/tools/trace/
parse.py 249 expected_tokens = ('null', 'bool', 'int', 'uint', 'float', 'string', 'enum', 'array', 'struct', 'ptr', 'bytes')
251 if self.token.name_or_data in expected_tokens:
254 raise TokenMismatch(" or " .join(expected_tokens), self.token)
  /external/mesa3d/src/gallium/tools/trace/
parse.py 249 expected_tokens = ('null', 'bool', 'int', 'uint', 'float', 'string', 'enum', 'array', 'struct', 'ptr', 'bytes')
251 if self.token.name_or_data in expected_tokens:
254 raise TokenMismatch(" or " .join(expected_tokens), self.token)
  /external/v8/test/cctest/
test-parsing.cc 617 i::Token::Value* expected_tokens,
625 i::Token::Value expected = expected_tokens[i];
632 } while (expected_tokens[i] != i::Token::ILLEGAL);
    [all...]
  /external/chromium_org/v8/test/cctest/
test-parsing.cc 619 i::Token::Value* expected_tokens,
627 i::Token::Value expected = expected_tokens[i];
634 } while (expected_tokens[i] != i::Token::ILLEGAL);
    [all...]
  /external/chromium/testing/gmock/scripts/generator/cpp/
ast.py 851 def _GetVarTokensUpTo(self, expected_token_type, *expected_tokens):
855 last_token.name not in expected_tokens):
    [all...]

Completed in 364 milliseconds