Searched refs:expecting (Results 101 - 125 of 132) sorted by relevance

123456

/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestRewriteAST.java1086 String expecting =
1089 assertEquals(expecting, found);
1103 String expecting =
1106 assertEquals(expecting, found);
1120 String expecting =
1123 assertEquals(expecting, found);
1137 String expecting =
1140 assertEquals(expecting, found);
1339 assertEquals("line 1:4 extraneous input '34' expecting ID\n", this.stderrDuringParse);
1371 assertEquals("line 1:0 mismatched input 'x' expecting se
[all...]
/external/bison/data/
H A Dyacc.c868 YY_("syntax error, unexpected %s, expecting %s");
869 YY_("syntax error, unexpected %s, expecting %s or %s");
870 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
871 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
876 static char const yyexpecting[] = ", expecting %s";
H A Dlalr1.cc871 res += (!count++) ? ", expecting " : " or ";
/external/elfutils/src/
H A Dldscript.c1182 YY_("syntax error, unexpected %s, expecting %s");
1183 YY_("syntax error, unexpected %s, expecting %s or %s");
1184 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1185 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
1190 static char const yyexpecting[] = ", expecting %s";
/external/libpcap/
H A Dgrammar.c2770 YY_("syntax error, unexpected %s, expecting %s");
2771 YY_("syntax error, unexpected %s, expecting %s or %s");
2772 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
2773 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
2778 static char const yyexpecting[] = ", expecting %s";
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_tab.cpp1697 YY_("syntax error, unexpected %s, expecting %s");
1698 YY_("syntax error, unexpected %s, expecting %s or %s");
1699 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1700 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
1705 static char const yyexpecting[] = ", expecting %s";
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3baserecognizer.c539 recognizer->state->exception->expecting = nextt;
651 recognizer->state->exception->expecting = ttype;
1140 if (ex->expecting == ANTLR3_TOKEN_EOF)
1146 ANTLR3_FPRINTF(stderr, " : Extraneous input - expected %s ...\n", tokenNames[ex->expecting]);
1160 ANTLR3_FPRINTF(stderr, " : Missing token (%d)...\n", ex->expecting);
1164 if (ex->expecting == ANTLR3_TOKEN_EOF)
1170 ANTLR3_FPRINTF(stderr, " : Missing %s \n", tokenNames[ex->expecting]);
1188 // We were expecting to see one thing and got another. This is the
1203 if (ex->expecting == ANTLR3_TOKEN_EOF)
1209 ANTLR3_FPRINTF(stderr, " : expected %s ...\n", tokenNames[ex->expecting]);
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as203 if ( ute.expecting== TokenConstants.EOF ) {
207 tokenName = tokenNames[ute.expecting];
210 " expecting "+tokenName;
215 if ( mite.expecting == TokenConstants.EOF ) {
219 tokenName = tokenNames[mite.expecting];
226 if ( mte.expecting== TokenConstants.EOF ) {
230 tokenName = tokenNames[mte.expecting];
233 " expecting "+tokenName;
238 if ( mtne.expecting==TokenConstants.EOF ) {
242 tokenName = tokenNames[mtne.expecting];
[all...]
/external/bison/tests/
H A Dtestsuite7173 10-19: syntax error, unexpected 'y', expecting 'x'
7229 30-39: syntax error, unexpected 'x', expecting ')'
7254 130-139: syntax error, unexpected 'y', expecting \$end
7688 10-19: syntax error, unexpected 'y', expecting 'x'
7744 30-39: syntax error, unexpected 'x', expecting ')'
7769 130-139: syntax error, unexpected 'y', expecting \$end
8238 10-19: syntax error, unexpected 'y', expecting 'x'
8294 30-39: syntax error, unexpected 'x', expecting ')'
8319 130-139: syntax error, unexpected 'y', expecting \$end
8722 10-19: syntax error, unexpected 'y', expecting '
[all...]
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt057autoAST.py679 expecting = "id list=[a,b],a b"
680 self.assertEquals(expecting, found)
697 expecting = "id list=[a,b],(a b)"
698 self.assertEquals(expecting, found)
849 self.assertEquals(["line 1:4 extraneous input u'34' expecting ID"],
888 self.assertEquals(["line 1:0 mismatched input u'x' expecting set None"], errors)
921 self.assertEquals(["line 1:3 mismatched input '<EOF>' expecting INT"], errors)
940 self.assertEquals(["line 1:4 extraneous input u'ick' expecting INT"],
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dbasic.rb40 e.expecting.should == '0'
172 exc.expecting.should == 'f'
220 exc.expecting.should == 'f'
274 exc.expecting.should == 'f'
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
H A DITreeNodeStreamFixture.cs390 String expecting = " 101 2 102 2 103 3 104 2 105 3 106 2 107 3 108 109 3";
392 Assert.AreEqual(expecting, found);
575 String expecting = buf.ToString();
577 Assert.AreEqual(expecting, found);
579 expecting = buf2.ToString();
581 Assert.AreEqual(expecting, found);
/external/bison/src/
H A Dparse-gram.c1316 YY_("syntax error, unexpected %s, expecting %s");
1317 YY_("syntax error, unexpected %s, expecting %s or %s");
1318 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1319 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
1324 static char const yyexpecting[] = ", expecting %s";
/external/mesa3d/src/glsl/
H A Dglsl_parser.cpp2368 YY_("syntax error, unexpected %s, expecting %s");
2369 YY_("syntax error, unexpected %s, expecting %s or %s");
2370 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
2371 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
2376 static char const yyexpecting[] = ", expecting %s";
/external/ppp/pppd/plugins/rp-pppoe/
H A Dif.c83 void expecting(int prim, union DL_primitives *dlp);
847 expecting(DL_INFO_ACK, dlp);
921 expecting(DL_OK_ACK, dlp);
953 expecting(DL_BIND_ACK, dlp);
1049 void expecting(int prim, union DL_primitives *dlp) function
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dparser.ml47 | [< >] -> raise (Stream.Error "unknown token when expecting an expression.")
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dparser.ml47 | [< >] -> raise (Stream.Error "unknown token when expecting an expression.")
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dparser.ml47 | [< >] -> raise (Stream.Error "unknown token when expecting an expression.")
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dip_conntrack.h95 unsigned int expecting; member in struct:ip_conntrack
/external/qemu/
H A Dvnc.h290 void vnc_read_when(VncState *vs, VncReadEvent *func, size_t expecting);
/external/elfutils/libcpu/
H A Di386_parse.c1173 YY_("syntax error, unexpected %s, expecting %s");
1174 YY_("syntax error, unexpected %s, expecting %s or %s");
1175 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1176 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
1181 static char const yyexpecting[] = ", expecting %s";
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-parse.c1358 YY_("syntax error, unexpected %s, expecting %s");
1359 YY_("syntax error, unexpected %s, expecting %s or %s");
1360 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1361 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
1366 static char const yyexpecting[] = ", expecting %s";
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dparser.ml83 | [< >] -> raise (Stream.Error "unknown token when expecting an expression.")
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dparser.ml83 | [< >] -> raise (Stream.Error "unknown token when expecting an expression.")
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dparser.ml97 | [< >] -> raise (Stream.Error "unknown token when expecting an expression.")

Completed in 923 milliseconds

123456