HomeSort by relevance Sort by last modified time
    Searched full:expecting (Results 51 - 75 of 2100) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
UnwantedTokenException.cs 53 public UnwantedTokenException(int expecting, IIntStream input)
54 : base(expecting, input) {
57 public UnwantedTokenException(int expecting, IIntStream input, IList<string> tokenNames)
58 : base(expecting, input, tokenNames) {
61 public UnwantedTokenException(string message, int expecting, IIntStream input, IList<string> tokenNames)
62 : base(message, expecting, input, tokenNames) {
65 public UnwantedTokenException(string message, int expecting, IIntStream input, IList<string> tokenNames, Exception innerException)
66 : base(message, expecting, input, tokenNames, innerException) {
82 string expected = (TokenNames != null && Expecting >= 0 && Expecting < TokenNames.Count) ? TokenNames[Expecting] : Expecting.ToString()
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
UnwantedTokenException.cs 58 public UnwantedTokenException(int expecting, IIntStream input)
59 : base(expecting, input)
63 public UnwantedTokenException(int expecting, IIntStream input, IList<string> tokenNames)
64 : base(expecting, input, tokenNames)
68 public UnwantedTokenException(string message, int expecting, IIntStream input, IList<string> tokenNames)
69 : base(message, expecting, input, tokenNames)
73 public UnwantedTokenException(string message, int expecting, IIntStream input, IList<string> tokenNames, Exception innerException)
74 : base(message, expecting, input, tokenNames, innerException)
95 string expected = (TokenNames != null && Expecting >= 0 && Expecting < TokenNames.Count) ? TokenNames[Expecting] : Expecting.ToString()
    [all...]
  /external/valgrind/gdbserver_tests/
mcleak.stdinB.gdb 14 # fprintf(stderr, "expecting details 10 bytes reachable\n"); fflush(stderr); breakme();
20 # fprintf(stderr, "expecting to have NO details\n"); fflush(stderr);
28 # fprintf(stderr, "expecting details +10 bytes lost, +21 bytes reachable\n"); fflush(stderr); breakme();
36 # fprintf(stderr, "expecting details +65 bytes reachable\n"); fflush(stderr); breakme();
42 # fprintf(stderr, "expecting to have NO details\n"); fflush(stderr); breakme();
49 # fprintf(stderr, "expecting details +10 bytes reachable\n"); fflush(stderr); breakme();
56 # fprintf(stderr, "expecting details -10 bytes reachable, +10 bytes lost\n"); fflush(stderr); breakme();
63 # fprintf(stderr, "expecting details -10 bytes lost, +10 bytes reachable\n"); fflush(stderr); breakme();
70 # fprintf(stderr, "expecting details 32 (+32) bytes lost, 33 (-32) bytes reachable\n"); fflush(stderr); breakme();
  /external/antlr/antlr-3.4/gunit/src/main/resources/org/antlr/gunit/
junit.stg 47 testTreeRuleMethod(methodName,testTreeRuleName,testRuleName,test,tokenType,expecting) ::= <<
52 Object expecting = <expecting>;
54 assertEquals("testing rule "+<testTreeRuleName>, expecting, actual);
58 testTreeRuleMethod2(methodName,testTreeRuleName,testRuleName,test,returnType,expecting) ::= <<
63 assertTrue("testing rule "+<testTreeRuleName>, <expecting>);
67 testRuleMethod(isLexicalRule,methodName,testRuleName,test,tokenType,expecting) ::= <<
72 Object expecting = <expecting>;
74 assertEquals("testing rule "+<testRuleName>, expecting, actual)
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
MissingTokenException.js 1 org.antlr.runtime.MissingTokenException = function(expecting, input, inserted) {
4 this, expecting, input);
13 return this.expecting;
  /prebuilts/go/darwin-x86/test/fixedbugs/issue19467.dir/
z.go 25 expecting := []string{
30 if frames[i].Function != expecting[i] {
31 log.Fatalf("frame %d: got %s, want %s", i, frames[i].Function, expecting[i])
  /prebuilts/go/linux-x86/test/fixedbugs/issue19467.dir/
z.go 25 expecting := []string{
30 if frames[i].Function != expecting[i] {
31 log.Fatalf("frame %d: got %s, want %s", i, frames[i].Function, expecting[i])
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
UnwantedTokenException.pm 19 if ($self->expecting == ANTLR::Runtime::Token->INVALID_TOKEN_TYPE) {
23 $exp = ", expected " . $self->expecting;
  /external/libxml2/result/HTML/
entities.html.err 1 ./test/HTML/entities.html:1: HTML parser error : htmlParseEntityRef: expecting ';'
7 ./test/HTML/entities.html:3: HTML parser error : htmlParseEntityRef: expecting ';'
wired.html.err 1 ./test/HTML/wired.html:6: HTML parser error : htmlParseEntityRef: expecting ';'
4 ./test/HTML/wired.html:6: HTML parser error : htmlParseEntityRef: expecting ';'
7 ./test/HTML/wired.html:6: HTML parser error : htmlParseEntityRef: expecting ';'
10 ./test/HTML/wired.html:6: HTML parser error : htmlParseEntityRef: expecting ';'
13 ./test/HTML/wired.html:6: HTML parser error : htmlParseEntityRef: expecting ';'
16 ./test/HTML/wired.html:6: HTML parser error : htmlParseEntityRef: expecting ';'
19 ./test/HTML/wired.html:52: HTML parser error : htmlParseEntityRef: expecting ';'
22 ./test/HTML/wired.html:52: HTML parser error : htmlParseEntityRef: expecting ';'
25 ./test/HTML/wired.html:52: HTML parser error : htmlParseEntityRef: expecting ';'
28 ./test/HTML/wired.html:52: HTML parser error : htmlParseEntityRef: expecting ';'
    [all...]
758518-entity.html.sax 3 SAX.error: htmlParseEntityRef: expecting ';'
758605.html.sax 3 SAX.error: htmlParseEntityRef: expecting ';'
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestNFAConstruction.java 45 String expecting = local
51 checkRule(g, "a", expecting);
58 String expecting = local
65 checkRule(g, "a", expecting);
72 /* expecting (0)--Ep-->(1)--Ep-->(2)--A-->(3)--Ep-->(4)--Ep-->(5,end)
76 String expecting = local
88 checkRule(g, "a", expecting);
96 String expecting = local
110 checkRule(g, "A", expecting);
118 String expecting local
132 String expecting = local
145 String expecting = local
166 String expecting = local
187 String expecting = local
215 String expecting = local
233 String expecting = local
250 String expecting = local
279 String expecting = local
296 String expecting = local
313 String expecting = local
330 String expecting = local
353 String expecting = local
379 String expecting = local
398 String expecting = local
424 String expecting = local
448 String expecting = local
472 String expecting = local
491 String expecting = local
516 String expecting = local
533 String expecting = local
554 String expecting = local
590 String expecting = local
657 String expecting = local
676 String expecting = local
694 String expecting = local
713 String expecting = local
732 String expecting = local
757 String expecting = local
784 String expecting = local
796 String expecting = local
814 String expecting = local
833 String expecting = local
852 String expecting = local
865 String expecting = local
882 String expecting = local
904 String expecting = local
919 String expecting = local
942 String expecting = local
957 String expecting = local
986 String expecting = local
1007 String expecting = local
1036 String expecting = local
1058 String expecting = local
1085 String expecting = local
1112 String expecting = local
1132 String expecting = local
1158 String expecting = local
1178 String expecting = local
    [all...]
TestDFAConversion.java 46 String expecting = local
49 checkDecision(g, 1, expecting, null, null, null, null, 0);
56 String expecting = local
60 checkDecision(g, 1, expecting, null, null, null, null, 0);
68 String expecting = local
72 checkDecision(g, 1, expecting, null, null, null, null, 0);
80 String expecting = local
87 checkDecision(g, 1, expecting, unreachableAlts,
127 String expecting = local
145 checkDecision(g, 1, expecting, unreachableAlts
155 String expecting = local
200 String expecting = local
223 String expecting = local
245 String expecting = local
268 String expecting = local
295 String expecting = local
322 String expecting = local
361 String expecting = local
394 String expecting = local
428 String expecting = local
453 String expecting = local
480 String expecting = local
506 String expecting = local
528 String expecting = local
565 Set expecting = new HashSet() {{add("a"); add("b");}}; local
594 Set expecting = new HashSet() {{add("a"); add("b");}}; local
625 Set expecting = new HashSet() {{add("a"); add("b"); add("d"); add("e");}}; local
634 String expecting = local
658 String expecting = local
684 String expecting = local
703 String expecting = local
723 String expecting = local
736 String expecting = local
772 String expecting = local
840 String expecting = local
850 String expecting = local
860 String expecting = local
871 String expecting = local
882 String expecting = local
898 String expecting = local
914 String expecting = local
924 String expecting = local
934 String expecting = local
947 String expecting = local
970 String expecting = local
993 String expecting = local
1014 String expecting = local
1026 String expecting = local
1040 String expecting = local
1056 String expecting = local
1072 String expecting = local
1101 String expecting = local
1120 String expecting = local
1131 String expecting = local
1141 String expecting = local
1152 String expecting = local
1162 String expecting = local
1173 String expecting = \/\/ still looks like block local
1184 String expecting = local
1197 String expecting = local
1234 String expecting = local
1255 String expecting = local
1276 String expecting = local
1296 String expecting = local
1330 String expecting = local
1365 String expecting = local
1382 String expecting = local
1400 String expecting = local
1422 String expecting = local
1445 String expecting = local
1468 String expecting = local
1516 String expecting = local
1528 String expecting = local
1575 String expecting = local
1593 String expecting = local
    [all...]
TestCharDFAConversion.java 51 String expecting = local
56 checkDecision(g, 1, expecting, null);
67 String expecting = local
73 checkDecision(g, 1, expecting, null);
85 String expecting = local
90 checkDecision(g, 1, expecting, null);
101 String expecting = local
106 checkDecision(g, 1, expecting, null);
120 String expecting = local
132 checkDecision(g, 1, expecting, null)
140 String expecting = local
159 String expecting = local
183 String expecting = local
198 String expecting = local
212 String expecting = local
235 String expecting = local
247 String expecting = local
257 String expecting = local
269 String expecting = local
279 String expecting = local
289 String expecting = local
299 String expecting = local
311 String expecting = local
327 String expecting = local
340 String expecting = local
372 String expecting = local
396 String expecting = local
416 String expecting = local
428 String expecting = local
440 String expecting = local
452 String expecting = local
465 String expecting = local
478 String expecting = local
492 String expecting = local
504 String expecting = local
    [all...]
TestASTConstruction.java 43 String expecting = local
46 assertEquals(expecting, found);
53 String expecting = local
56 assertEquals(expecting, found);
64 String expecting = local
67 assertEquals(expecting, found);
75 String expecting = local
78 assertEquals(expecting, found);
86 String expecting = local
89 assertEquals(expecting, found)
97 String expecting = local
108 String expecting = local
119 String expecting = local
130 String expecting = local
140 String expecting = local
150 String expecting = local
160 String expecting = local
170 String expecting = local
180 String expecting = local
190 String expecting = local
200 String expecting = local
210 String expecting = local
220 String expecting = local
230 String expecting = local
240 String expecting = local
250 String expecting = local
261 String expecting = local
271 String expecting = local
281 String expecting = local
291 String expecting = local
301 String expecting = local
312 String expecting = local
322 String expecting = local
332 String expecting = local
344 String expecting = local
355 String expecting = local
366 String expecting = local
    [all...]
TestTreeIterator.java 46 String expecting = "A EOF"; local
48 assertEquals(expecting, found);
57 String expecting = "nil DOWN A B UP EOF"; local
59 assertEquals(expecting, found);
68 String expecting = "A DOWN B UP EOF"; local
70 assertEquals(expecting, found);
79 String expecting = "A DOWN B C UP EOF"; local
81 assertEquals(expecting, found);
90 String expecting = "A DOWN B DOWN C UP UP EOF"; local
92 assertEquals(expecting, found)
101 String expecting = "A DOWN B DOWN C DOWN D E UP F UP G UP EOF"; local
112 String expecting = "A DOWN B DOWN C DOWN D E UP F UP G UP EOF"; local
    [all...]
  /external/libxml2/result/VC/
ElementValid5 1 ./test/VC/ElementValid5:7: element doc: validity error : Element doc content does not follow the DTD, expecting (a , b* , c+), got (a b c b)
ElementValid7 1 ./test/VC/ElementValid7:7: element doc: validity error : Element doc content does not follow the DTD, expecting ((a | b)* , c+ , a , b? , c , a?), got (a b a c c a)
  /external/libxml2/result/relaxng/
565219_0.err 1 ./test/relaxng/565219_0.xml:1: element foo: Relax-NG validity error : Element foo has wrong namespace: expecting http://bar.com/
565219_2.err 1 ./test/relaxng/565219_2.xml:1: element foo: Relax-NG validity error : Element foo has wrong namespace: expecting http://bar.com/
tutor10_1_5.err 1 ./test/relaxng/tutor10_1_5.xml:1: element foo: Relax-NG validity error : Element foo has wrong namespace: expecting http://www.example.com
tutor10_1_6.err 1 ./test/relaxng/tutor10_1_6.xml:1: element foo: Relax-NG validity error : Element foo has wrong namespace: expecting http://www.example.com
tutor3_5_2.err 1 ./test/relaxng/tutor3_5_2.xml:2: element email: Relax-NG validity error : Expecting element name, got email
  /external/libxml2/result/valid/
766956.xml.err 1 test/valid/dtds/766956.dtd:2: parser error : PEReference: expecting ';'

Completed in 1323 milliseconds

1 23 4 5 6 7 8 91011>>