/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
re_tests.py | 7 [SUCCEED, FAIL, SYNTAX_ERROR] = range(3) 43 # 2: the expected result (SUCCEED, FAIL, SYNTAX_ERROR) 58 ('(?P<foo_123', '', SYNTAX_ERROR), # Unterminated group identifier 59 ('(?P<1>a)', '', SYNTAX_ERROR), # Begins with a digit 60 ('(?P<!>a)', '', SYNTAX_ERROR), # Begins with an illegal char 61 ('(?P<foo!>a)', '', SYNTAX_ERROR), # Begins with an illegal char 64 ('(?P<foo_123>a)(?P=foo_123', 'aa', SYNTAX_ERROR), 65 ('(?P<foo_123>a)(?P=1)', 'aa', SYNTAX_ERROR), 66 ('(?P<foo_123>a)(?P=!)', 'aa', SYNTAX_ERROR), 67 ('(?P<foo_123>a)(?P=foo_124', 'aa', SYNTAX_ERROR), # Backref to undefined grou [all...] |
test_re.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
re_tests.py | 7 [SUCCEED, FAIL, SYNTAX_ERROR] = range(3) 43 # 2: the expected result (SUCCEED, FAIL, SYNTAX_ERROR) 58 ('(?P<foo_123', '', SYNTAX_ERROR), # Unterminated group identifier 59 ('(?P<1>a)', '', SYNTAX_ERROR), # Begins with a digit 60 ('(?P<!>a)', '', SYNTAX_ERROR), # Begins with an illegal char 61 ('(?P<foo!>a)', '', SYNTAX_ERROR), # Begins with an illegal char 64 ('(?P<foo_123>a)(?P=foo_123', 'aa', SYNTAX_ERROR), 65 ('(?P<foo_123>a)(?P=1)', 'aa', SYNTAX_ERROR), 66 ('(?P<foo_123>a)(?P=!)', 'aa', SYNTAX_ERROR), 67 ('(?P<foo_123>a)(?P=foo_124', 'aa', SYNTAX_ERROR), # Backref to undefined grou [all...] |
test_re.py | [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
dtptngen_impl.h | 155 SYNTAX_ERROR,
|
msgfmt.cpp | 659 goto SYNTAX_ERROR; 668 goto SYNTAX_ERROR; 693 goto SYNTAX_ERROR; 698 SYNTAX_ERROR: [all...] |
/external/icu4c/i18n/ |
dtptngen_impl.h | 156 SYNTAX_ERROR,
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/ |
en.stg | 96 SYNTAX_ERROR(arg) ::= "syntax error: <arg>"
|
/external/antlr/antlr-3.4/lib/ |
antlr-3.4-complete.jar | |
/prebuilts/misc/common/antlr/ |
antlr-3.4-complete.jar | |