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

  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sql_1.h 85 SUCCESS,SYNTAX_ERROR,LEXICAL_ERROR,FAILED,BUFFER_TOO_SMALL
  /external/squashfs-tools/squashfs-tools/
action.c 280 SYNTAX_ERROR("Non-existent test \"%s\"\n", name);
323 SYNTAX_ERROR("Unexpected token \"%s\", expected "
340 SYNTAX_ERROR("Unexpected token \"%s\", expected "
352 SYNTAX_ERROR("Unexpected number of arguments, expected %d, "
389 SYNTAX_ERROR("Unexpected token \"%s\", expected test "
408 SYNTAX_ERROR("Expected \"&&\", \"||\" or "
418 SYNTAX_ERROR("Unexpected \")\", expected "
427 SYNTAX_ERROR("Unexpected token \"%s\", expected "
456 SYNTAX_ERROR("Unexpected token \"%s\", expected name\n",
466 SYNTAX_ERROR("Non-existent action \"%s\"\n", string)
    [all...]
action.h 71 #define SYNTAX_ERROR(S, ARGS...) { \
  /external/icu/icu4c/source/i18n/
dtptngen_impl.h 159 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>"
  /prebuilts/tools/common/m2/repository/net/sourceforge/cssparser/cssparser/0.9.13/
cssparser-0.9.13.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 579 milliseconds