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

  /external/ply/ply/example/BASIC/
basiclex.py 48 t_STRING = r'\".*?\"'
  /external/ply/ply/ply/
ctokens.py 112 t_STRING = r'\"([^\\\n]|(\\.))*?\"'
cpp.py 234 self.t_STRING = tok.type
406 macro.value[i].type = self.t_STRING
749 if tokens[0].value != '<' and tokens[0].type != self.t_STRING:
764 elif tokens[0].type == self.t_STRING:
    [all...]
  /test/vts-testcase/kernel/api/proc/
ProcCpuInfoTest.py 37 t_STRING = r'[^:^ ^\t^\n]+'
KernelProcFileTestBase.py 97 t_STRING = r'[a-zA-Z\(\)_0-9\-@]+'
  /external/ply/ply/example/GardenSnake/
GardenSnake.py 84 def t_STRING(t):

Completed in 2827 milliseconds