HomeSort by relevance Sort by last modified time
    Searched refs:expecting (Results 1 - 25 of 263) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
MismatchedSetException.java 31 public BitSet expecting; field in class:MismatchedSetException
36 public MismatchedSetException(BitSet expecting, IntStream input) {
38 this.expecting = expecting;
42 return "MismatchedSetException("+getUnexpectedType()+"!="+expecting+")";
MismatchedTokenException.java 32 public int expecting = Token.INVALID_TOKEN_TYPE; field in class:MismatchedTokenException
37 public MismatchedTokenException(int expecting, IntStream input) {
39 this.expecting = expecting;
43 return "MismatchedTokenException("+getUnexpectedType()+"!="+expecting+")";
MismatchedTreeNodeException.java 36 public int expecting; field in class:MismatchedTreeNodeException
41 public MismatchedTreeNodeException(int expecting, TreeNodeStream input) {
43 this.expecting = expecting;
47 return "MismatchedTreeNodeException("+getUnexpectedType()+"!="+expecting+")";
MismatchedNotSetException.java 34 public MismatchedNotSetException(BitSet expecting, IntStream input) {
35 super(expecting, input);
39 return "MismatchedNotSetException("+getUnexpectedType()+"!="+expecting+")";
UnwantedTokenException.java 35 public UnwantedTokenException(int expecting, IntStream input) {
36 super(expecting, input);
44 String exp = ", expected "+expecting;
45 if ( expecting==Token.INVALID_TOKEN_TYPE ) {
MissingTokenException.java 30 /** We were expecting a token but it's not found. The current token
38 public MissingTokenException(int expecting, IntStream input, Object inserted) {
39 super(expecting, input);
44 return expecting;
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
MismatchedSetException.as 31 public var expecting:BitSet;
33 public function MismatchedSetException(expecting:BitSet, input:IntStream) {
35 this.expecting = expecting;
39 return "MismatchedSetException("+unexpectedType+"!="+expecting+")";
MismatchedTokenException.as 32 public var expecting:int = TokenConstants.INVALID_TOKEN_TYPE;
34 public function MismatchedTokenException(expecting:int, input:IntStream) {
36 this.expecting = expecting;
40 return "MismatchedTokenException("+unexpectedType+"!="+expecting+")";
MismatchedNotSetException.as 32 public function MismatchedNotSetException(expecting:BitSet, input:IntStream) {
33 super(expecting, input);
MismatchedTreeNodeException.as 5 public var expecting:int;
7 public function MismatchedTreeNodeException(expecting:int, input:TreeNodeStream) {
9 this.expecting = expecting;
13 return "MismatchedTreeNodeException("+unexpectedType+"!="+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...]
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...]
TestIntervalSet.java 46 String expecting = "99"; local
47 assertEquals(s.toString(), expecting); local
55 String expecting = "{1, 122, 65520}"; local
56 assertEquals(s.toString(), expecting); local
64 String expecting = "{1, 48..57, 97..122}"; local
65 assertEquals(s.toString(), expecting); local
71 String expecting = "13..15"; local
73 assertEquals(result, expecting);
79 String expecting = "100"; local
81 assertEquals(result, expecting);
87 String expecting = "{}"; local
95 String expecting = "{}"; local
104 String expecting = "{1..49, 51..1000, 2000..3000}"; local
114 String expecting = "{1..4, 6..49, 61..249, 301..1000}"; local
122 String expecting = "{}"; local
130 String expecting = "2"; local
143 String expecting = "{1..2, 4..49, 61..249, 1000..2000, 9999}"; local
151 String expecting = "{10..11, 16..20}"; local
159 String expecting = "12..20"; local
172 String expecting = "10..14"; local
185 String expecting = "{}"; local
195 String expecting = "56..60"; local
213 String expecting = "116"; local
221 Boolean expecting = new Boolean(true); local
238 Boolean expecting = new Boolean(true); local
253 String expecting = "{}"; \/\/ 15 - {1..5, 10..20} = {} local
276 String expecting = "{15, 18}"; local
286 String expecting = "{15, 18}"; local
295 String expecting = "102"; local
303 String expecting = "102"; local
311 String expecting = "97..98"; local
321 String expecting = "0..65534"; local
330 String expecting = "0..65534"; local
342 String expecting = "0..65534"; local
351 String expecting = "1..30"; local
360 String expecting = "32"; local
369 String expecting = "[5, 20, 21, 22, 23, 24, 25, 50, 51, 52, 53, 54, 55]"; local
386 String expecting = "{0..113, 115, 117..200}"; local
    [all...]
TestJavaCodeGeneration.java 49 boolean expecting = true; // should be ok
50 assertEquals(expecting, found);
62 boolean expecting = true; // should be ok
63 assertEquals(expecting, found);
109 boolean expecting = true; // should be ok
110 assertEquals(expecting, found);
124 boolean expecting = true; // should be ok
125 assertEquals(expecting, found);
137 boolean expecting = true; // should be ok
138 assertEquals(expecting, found)
    [all...]
TestSyntaxErrors.java 43 String expecting = "line 1:1 no viable alternative at input 'e'\n"; local
45 assertEquals(expecting, result);
57 String expecting = "line 1:2 no viable alternative at input 'e'\n"; local
59 assertEquals(expecting, result);
70 String expecting = "line 1:3 no viable alternative at input 'e'\n"; local
72 assertEquals(expecting, result);
87 String expecting = "line 1:0 no viable alternative at input '('\n"; local
89 assertEquals(expecting, result);
109 String expecting = "{HARDWARE,SOFTWARE}\n"; local
110 assertEquals(expecting, result)
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t048rewrite.py 29 expecting = "0abc"
30 self.failUnlessEqual(result, expecting)
38 expecting = "abcx"
39 self.failUnlessEqual(result, expecting)
48 expecting = "axbxc"
49 self.failUnlessEqual(result, expecting)
57 expecting = "xbc"
58 self.failUnlessEqual(result, expecting)
66 expecting = "abx"
67 self.failUnlessEqual(result, expecting)
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
MismatchedTokenException.js 1 org.antlr.runtime.MismatchedTokenException = function(expecting, input) {
3 this.expecting = org.antlr.runtime.Token.INVALID_TOKEN_TYPE;
7 this.expecting = expecting;
16 this.getUnexpectedType() + "!=" + this.expecting + ")";
MismatchedTreeNodeException.js 1 org.antlr.runtime.MismatchedTreeNodeException = function(expecting, input) {
2 if (expecting && input) {
5 this.expecting = expecting;
14 this.getUnexpectedType() + "!=" + this.expecting + ")";
UnwantedTokenException.js 2 org.antlr.runtime.UnwantedTokenException = function(expecting, input) {
5 this, expecting, input);
16 var exp = ", expected "+this.expecting;
17 if ( this.expecting===org.antlr.runtime.Token.INVALID_TOKEN_TYPE ) {
  /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...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
mpx-inval-1.l 2 .*:6: Error: expecting valid branch instruction after `bnd'
3 .*:7: Error: expecting valid branch instruction after `bnd'
4 .*:8: Error: expecting valid branch instruction after `bnd'
6 .*:9: Error: expecting valid branch instruction after `bnd'
8 .*:10: Error: expecting valid branch instruction after `bnd'
9 .*:11: Error: expecting valid branch instruction after `bnd'
10 .*:14: Error: expecting valid branch instruction after `bnd'
11 .*:15: Error: expecting valid branch instruction after `bnd'
12 .*:16: Error: expecting valid branch instruction after `bnd'
13 .*:17: Error: expecting valid branch instruction after `bnd
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRMismatchedNotSetException.h 38 ANTLRBitSet *expecting; variable
40 @property (retain, getter=getExpecting, setter=setExpecting) ANTLRBitSet *expecting; variable
44 Follow:(ANTLRBitSet *)expecting;
47 - (id) initWithStream:(id<ANTLRIntStream>)anInput Follow:(ANTLRBitSet *)expecting;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRMismatchedNotSetException.h 38 ANTLRBitSet *expecting; variable
40 @property (retain, getter=getExpecting, setter=setExpecting) ANTLRBitSet *expecting; variable
44 Follow:(ANTLRBitSet *)expecting;
47 - (id) initWithStream:(id<ANTLRIntStream>)anInput Follow:(ANTLRBitSet *)expecting;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRMismatchedNotSetException.h 38 ANTLRBitSet *expecting; variable
40 @property (retain, getter=getExpecting, setter=setExpecting) ANTLRBitSet *expecting; variable
44 Follow:(ANTLRBitSet *)expecting;
47 - (id) initWithStream:(id<ANTLRIntStream>)anInput Follow:(ANTLRBitSet *)expecting;

Completed in 308 milliseconds

1 2 3 4 5 6 7 8 91011