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

  /external/selinux/python/sepolgen/src/sepolgen/
lex.py 34 _is_identifier = re.compile(r'^[a-zA-Z0-9_]+$') variable
556 if not _is_identifier.match(n):
    [all...]
yacc.py 603 _is_identifier = re.compile(r'^[a-zA-Z0-9_-~]+$') variable
631 if not _is_identifier.match(prodname):
649 if not _is_identifier.match(s) and s != '%prec':
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
lex.py 34 _is_identifier = re.compile(r'^[a-zA-Z0-9_]+$') variable
556 if not _is_identifier.match(n):
    [all...]
yacc.py 603 _is_identifier = re.compile(r'^[a-zA-Z0-9_-~]+$') variable
631 if not _is_identifier.match(prodname):
649 if not _is_identifier.match(s) and s != '%prec':
    [all...]
  /external/libmojo/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...]

Completed in 111 milliseconds