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

  /external/chromium_org/tools/grit/grit/
pseudo_rtl.py 38 # Lex text so that we don't interfere with html tokens and entities.
43 TOKENS = [ lazy_re.compile(
45 re.I | re.S # html tokens are case-insensitive
74 for token in TOKENS:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/reftests/
extract_reference_link_unittest.py 46 <meta name="flags" content="TOKENS" />
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3Tree.g 53 : ^(TOKENS tokenSpec+)
ANTLRv3.g 36 tokens {
108 : TOKENS tokenSpec+ '}' -> ^(TOKENS tokenSpec+)
598 TOKENS
599 : 'tokens' WS_LOOP '{'