OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_is_identifier
(Results
1 - 4
of
4
) sorted by null
/external/selinux/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
...]
Completed in 161 milliseconds