Searched refs:NOT_LITERAL (Results 1 - 12 of 12) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dsre_constants.py56 NOT_LITERAL = "not_literal" variable
118 NOT_LITERAL, NOT_LITERAL_IGNORE,
162 NOT_LITERAL: NOT_LITERAL_IGNORE
H A Dsre_parse.py146 UNITCODES = (ANY, RANGE, IN, LITERAL, NOT_LITERAL, CATEGORY)
468 subpatternappend((NOT_LITERAL, set[1][1])) # optimization
H A Dsre_compile.py28 _LITERAL_CODES = set([LITERAL, NOT_LITERAL])
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dsre_constants.py56 NOT_LITERAL = "not_literal" variable
118 NOT_LITERAL, NOT_LITERAL_IGNORE,
162 NOT_LITERAL: NOT_LITERAL_IGNORE
H A Dsre_parse.py146 UNITCODES = (ANY, RANGE, IN, LITERAL, NOT_LITERAL, CATEGORY)
468 subpatternappend((NOT_LITERAL, set[1][1])) # optimization
H A Dsre_compile.py28 _LITERAL_CODES = set([LITERAL, NOT_LITERAL])
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dsre_constants.py56 NOT_LITERAL = "not_literal" variable
118 NOT_LITERAL, NOT_LITERAL_IGNORE,
162 NOT_LITERAL: NOT_LITERAL_IGNORE
H A Dsre_parse.py146 UNITCODES = (ANY, RANGE, IN, LITERAL, NOT_LITERAL, CATEGORY)
468 subpatternappend((NOT_LITERAL, set[1][1])) # optimization
H A Dsre_compile.py28 _LITERAL_CODES = set([LITERAL, NOT_LITERAL])
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dsre_constants.py56 NOT_LITERAL = "not_literal" variable
118 NOT_LITERAL, NOT_LITERAL_IGNORE,
162 NOT_LITERAL: NOT_LITERAL_IGNORE
H A Dsre_parse.py146 UNITCODES = (ANY, RANGE, IN, LITERAL, NOT_LITERAL, CATEGORY)
468 subpatternappend((NOT_LITERAL, set[1][1])) # optimization
H A Dsre_compile.py28 _LITERAL_CODES = set([LITERAL, NOT_LITERAL])

Completed in 302 milliseconds