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

1 23 4 5 6 7 8 91011

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRMismatchedTreeNodeException.h 33 NSInteger expecting; variable
36 @property (getter=getExpecting, setter=setExpecting:) NSInteger expecting; variable
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
MismatchedTokenException.pm 15 has 'expecting' => (
23 return $self->expecting;
28 return "MismatchedTokenException(" . $self->get_unexpected_type() . "!=" . $self->expecting . ")";
UnwantedTokenException.pm 19 if ($self->expecting == ANTLR::Runtime::Token->INVALID_TOKEN_TYPE) {
23 $exp = ", expected " . $self->expecting;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/
illegal.l 3 .*illegal.s:8: Error: expecting \( near 0x1000
5 .*illegal.s:9: Error: expecting \) near r5
6 .*illegal.s:10: Error: expecting \( near 0x1000r5\)
8 .*illegal.s:11: Error: expecting \( near 0x1000,r5
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
MissingTokenException.as 7 public function MissingTokenException(expecting:int, input:IntStream, inserted:Object) {
8 super(expecting, input);
13 return expecting;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
MismatchedNotSetException.cs 51 public MismatchedNotSetException(BitSet expecting, IIntStream input)
52 : base(expecting, input) {
55 public MismatchedNotSetException(string message, BitSet expecting, IIntStream input)
56 : base(message, expecting, input) {
59 public MismatchedNotSetException(string message, BitSet expecting, IIntStream input, Exception innerException)
60 : base(message, expecting, input, innerException) {
68 return "MismatchedNotSetException(" + UnexpectedType + "!=" + Expecting + ")";
MismatchedSetException.cs 54 public MismatchedSetException(BitSet expecting, IIntStream input)
56 this._expecting = expecting;
59 public MismatchedSetException(string message, BitSet expecting, IIntStream input)
61 this._expecting = expecting;
64 public MismatchedSetException(string message, BitSet expecting, IIntStream input, Exception innerException)
66 this._expecting = expecting;
74 this._expecting = (BitSet)info.GetValue("Expecting", typeof(BitSet));
77 public BitSet Expecting {
88 info.AddValue("Expecting", _expecting);
92 return "MismatchedSetException(" + UnexpectedType + "!=" + Expecting + ")"
    [all...]
MismatchedTreeNodeException.cs 55 public MismatchedTreeNodeException(int expecting, ITreeNodeStream input)
57 this._expecting = expecting;
60 public MismatchedTreeNodeException(string message, int expecting, ITreeNodeStream input)
62 this._expecting = expecting;
65 public MismatchedTreeNodeException(string message, int expecting, ITreeNodeStream input, Exception innerException)
67 this._expecting = expecting;
75 this._expecting = info.GetInt32("Expecting");
78 public int Expecting {
89 info.AddValue("Expecting", _expecting);
93 return "MismatchedTreeNodeException(" + UnexpectedType + "!=" + Expecting + ")"
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
MismatchedNotSetException.cs 56 public MismatchedNotSetException(BitSet expecting, IIntStream input)
57 : base(expecting, input)
61 public MismatchedNotSetException(string message, BitSet expecting, IIntStream input)
62 : base(message, expecting, input)
66 public MismatchedNotSetException(string message, BitSet expecting, IIntStream input, Exception innerException)
67 : base(message, expecting, input, innerException)
78 return "MismatchedNotSetException(" + UnexpectedType + "!=" + Expecting + ")";
MismatchedSetException.cs 59 public MismatchedSetException( BitSet expecting, IIntStream input )
62 this._expecting = expecting;
65 public MismatchedSetException(string message, BitSet expecting, IIntStream input)
68 this._expecting = expecting;
71 public MismatchedSetException(string message, BitSet expecting, IIntStream input, Exception innerException)
74 this._expecting = expecting;
83 this._expecting = (BitSet)info.GetValue("Expecting", typeof(BitSet));
86 public BitSet Expecting
100 info.AddValue("Expecting", _expecting);
105 return "MismatchedSetException(" + UnexpectedType + "!=" + Expecting + ")"
    [all...]
MismatchedTreeNodeException.cs 60 public MismatchedTreeNodeException( int expecting, ITreeNodeStream input )
63 this._expecting = expecting;
66 public MismatchedTreeNodeException(string message, int expecting, ITreeNodeStream input)
69 this._expecting = expecting;
72 public MismatchedTreeNodeException(string message, int expecting, ITreeNodeStream input, Exception innerException)
75 this._expecting = expecting;
84 this._expecting = info.GetInt32("Expecting");
87 public int Expecting
101 info.AddValue("Expecting", _expecting);
106 return "MismatchedTreeNodeException(" + UnexpectedType + "!=" + Expecting + ")"
    [all...]
MismatchedTokenException.cs 63 public MismatchedTokenException(int expecting, IIntStream input)
64 : this(expecting, input, null)
68 public MismatchedTokenException(int expecting, IIntStream input, IList<string> tokenNames)
71 this._expecting = expecting;
77 public MismatchedTokenException(string message, int expecting, IIntStream input, IList<string> tokenNames)
80 this._expecting = expecting;
86 public MismatchedTokenException(string message, int expecting, IIntStream input, IList<string> tokenNames, Exception innerException)
89 this._expecting = expecting;
101 this._expecting = info.GetInt32("Expecting");
105 public int Expecting
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
MismatchedNotSetException.js 1 org.antlr.runtime.MismatchedNotSetException = function(expecting, input) {
2 org.antlr.runtime.MismatchedNotSetException.superclass.constructor.call(this, expecting, input);
10 this.getUnexpectedType() + "!=" + this.expecting + ")";
  /prebuilts/go/darwin-x86/test/
switch2.go 14 case 0; // ERROR "expecting := or = or : or comma|expecting :"
18 case 0; // ERROR "expecting := or = or : or comma|expecting :"
37 if x: // ERROR "expecting case or default or }"
  /prebuilts/go/linux-x86/test/
switch2.go 14 case 0; // ERROR "expecting := or = or : or comma|expecting :"
18 case 0; // ERROR "expecting := or = or : or comma|expecting :"
37 if x: // ERROR "expecting case or default or }"
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestFastQueue.java 45 String expecting = "a b c d e"; local
47 assertEquals(expecting, found);
64 String expecting = "a b c d e"; local
66 assertEquals(expecting, found);
83 String expecting = "abcde"; local
85 assertEquals(expecting, found);
97 String expecting = "queue index 0 > last index -1"; local
99 assertEquals(expecting, found);
113 String expecting = "queue index 0 > last index -1"; local
115 assertEquals(expecting, found)
128 String expecting = "queue index 0 > last index -1"; local
    [all...]
TestLexer.java 191 boolean expecting = true; // should be ok
192 assertEquals(expecting, found);
203 boolean expecting = true; // should be ok
204 assertEquals(expecting, found);
215 boolean expecting = true; // should be ok
216 assertEquals(expecting, found);
231 boolean expecting = true; // should be ok
232 assertEquals(expecting, found);
240 String expecting = "match(\"\\n\\n\")"; local
250 String found = code.substring(m,m+expecting.length())
    [all...]
TestTreeWizard.java 51 String expecting = "ID"; local
52 assertEquals(expecting, found);
59 String expecting = "foo"; local
60 assertEquals(expecting, found);
67 String expecting = "A"; local
68 assertEquals(expecting, found);
75 String expecting = "(A B C D)"; local
76 assertEquals(expecting, found);
83 String expecting = "A B C"; local
84 assertEquals(expecting, found)
97 String expecting = "(A (B C) (B D) E)"; local
106 String expecting = "{10=[ID]}"; local
115 String expecting = "{5=[A], 6=[B], 7=[C], 8=[D]}"; local
124 String expecting = "{5=[A, A], 6=[B, B, B], 7=[C], 8=[D, D]}"; local
138 String expecting = "[B]"; local
153 String expecting = "[C]"; local
168 String expecting = "[B, B, B]"; local
183 String expecting = "[A, A]"; local
200 String expecting = "[B@A[0], B@A[1], B@A[2]]"; local
217 String expecting = "[A@nil[0], A@A[1]]"; local
232 String expecting = "[A]"; \/\/ shouldn't match overall root, just (A B) local
249 String expecting = "[A@A[2], A@D[0]]"; \/\/ shouldn't match overall root, just (A B) local
266 String expecting = "[foo@A[2]foo&bar, big@D[0]big&dog]"; local
398 String expecting = "[foo, big]"; local
    [all...]
TestTreeNodeStream.java 51 String expecting = " 101"; local
53 assertEquals(expecting, found);
55 expecting = " 101";
57 assertEquals(expecting, found);
68 String expecting = " 101 102 103 104"; local
70 assertEquals(expecting, found);
72 expecting = " 101 2 102 2 103 3 104 3";
74 assertEquals(expecting, found);
91 String expecting = " 101 102 103 104 105"; local
93 assertEquals(expecting, found)
108 String expecting = " 101 102 103"; local
123 String expecting = " 101"; local
137 String expecting = " 101 102"; local
355 String expecting = " 10 2 100 101 20 2 30 2 40 50 2 60 2 70 3 3 3 80 2 90 3 3 3"; local
    [all...]
  /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/valgrind/gdbserver_tests/
mcleak.stderr.exp 2 expecting details 10 bytes reachable
7 expecting to have NO details
8 expecting details +10 bytes lost, +21 bytes reachable
9 expecting details +65 bytes reachable
10 expecting to have NO details
11 expecting details +10 bytes reachable
12 expecting details -10 bytes reachable, +10 bytes lost
13 expecting details -10 bytes lost, +10 bytes reachable
14 expecting details 32 (+32) bytes lost, 33 (-32) bytes reachable
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testtree.py 28 expecting = "101"
30 self.failUnlessEqual(expecting, found)
32 expecting = "101"
34 self.failUnlessEqual(expecting, found)
77 expecting = "101 102 103 104"
79 self.failUnlessEqual(expecting, found)
81 expecting = "101 2 102 2 103 3 104 3"
83 self.failUnlessEqual(expecting, found)
100 expecting = "101 102 103 104 105"
102 self.failUnlessEqual(expecting, found
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue13273.go 50 type _ <-<-chan int // ERROR "unexpected <-, expecting chan"
51 <-<-chan int // ERROR "unexpected <-, expecting chan|expecting {" (new parser: same error as for type decl)
53 type _ <-chan<-int // ERROR "unexpected int, expecting chan|expecting chan"
54 <-chan<-int // ERROR "unexpected int, expecting chan|expecting {" (new parser: same error as for type decl)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue13273.go 50 type _ <-<-chan int // ERROR "unexpected <-, expecting chan"
51 <-<-chan int // ERROR "unexpected <-, expecting chan|expecting {" (new parser: same error as for type decl)
53 type _ <-chan<-int // ERROR "unexpected int, expecting chan|expecting chan"
54 <-chan<-int // ERROR "unexpected int, expecting chan|expecting {" (new parser: same error as for type decl)

Completed in 1154 milliseconds

1 23 4 5 6 7 8 91011