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

  /external/libchrome/third_party/ply/
lex.py 58 _is_identifier = re.compile(r'^[a-zA-Z0-9_]+$') variable
597 if not _is_identifier.match(n):
    [all...]
yacc.py 1126 _is_identifier = re.compile(r'^[a-zA-Z0-9_-]+$') variable
    [all...]
  /external/ply/ply/ply/
lex.py 53 _is_identifier = re.compile(r'^[a-zA-Z0-9_]+$') variable
606 if not _is_identifier.match(n):
    [all...]
yacc.py 1285 _is_identifier = re.compile(r'^[a-zA-Z0-9_-]+$') variable
    [all...]
  /external/selinux/python/sepolgen/src/sepolgen/
lex.py 53 _is_identifier = re.compile(r'^[a-zA-Z0-9_]+$') variable
606 if not _is_identifier.match(n):
    [all...]
yacc.py 1285 _is_identifier = re.compile(r'^[a-zA-Z0-9_-]+$') variable
    [all...]

Completed in 212 milliseconds