Searched refs:syntaxerror (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/testdata/script/ |
D | test_syntax_error_says_fail.txt | 5 ! go test syntaxerror 10 cd syntaxerror 11 ! go test syntaxerror 15 -- syntaxerror/go.mod -- 16 module syntaxerror 19 -- syntaxerror/x.go -- 21 -- syntaxerror/x_test.go --
|
D | mod_get_errors.txt | 45 import _ "example.com/badimport/syntaxerror" 54 -- badimport/syntaxerror/syntaxerror.go -- 55 pack-age syntaxerror // sic
|
D | test_match_no_tests_build_failure.txt | 5 ! go test -run ThisWillNotMatch syntaxerror 10 module syntaxerror
|
/aosp_15_r20/external/python/cpython3/Parser/ |
D | tokenizer.c | 43 static int syntaxerror(struct tok_state *tok, const char *format, ...); 1088 syntaxerror(tok, "source code cannot contain null bytes"); in tok_nextc() 1159 syntaxerror(struct tok_state *tok, const char *format, ...) in syntaxerror() function 1224 syntaxerror(tok, "%U", errmsg); in parser_warn() 1308 syntaxerror(tok, "invalid %s literal", kind); in verify_end_of_number() 1359 syntaxerror(tok, "invalid character '%c' (U+%s)", ch, hex); in verify_identifier() 1362 syntaxerror(tok, "invalid non-printable character U+%s", hex); in verify_identifier() 1385 syntaxerror(tok, "invalid decimal literal"); in tok_decimal_tail() 1786 return syntaxerror(tok, "invalid hexadecimal literal"); in tok_get() 1805 return syntaxerror(tok, in tok_get() [all …]
|
/aosp_15_r20/out/soong/ |
D | build.aosp_shiba.ninja.globs | 26067 …res/templates/mojibake.txt","external/python/jinja/tests/res/templates/syntaxerror.html","external… 26162 …syntaxerror.html","Excludes":null,"Matches":["external/python/jinja/tests/res/templates/syntaxerro…
|
D | build.aosp_shiba.9.ninja | 914580 external/python/jinja/tests/res/templates/syntaxerror.html $ 1022309 external/python/jinja/tests/res/templates/syntaxerror.html $ 1130528 external/python/jinja/tests/res/templates/syntaxerror.html $ 1238257 external/python/jinja/tests/res/templates/syntaxerror.html $
|