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

1 2 34 5 6 7 8 91011>>

  /external/libxml2/result/valid/
766956.xml.err.rdr 1 test/valid/dtds/766956.dtd:2: parser error : PEReference: expecting ';'
  /external/smali/smalidea/testData/
InvalidClassDirective2.txt 12 PsiErrorElement:extraneous input '.super' expecting CLASS_DESCRIPTOR
InvalidClassDirective3.txt 13 PsiErrorElement:extraneous input '.class' expecting CLASS_DESCRIPTOR
InvalidField2.txt 16 PsiErrorElement:mismatched input '.blah' expecting COLON
SuperClassInvalidSyntax.txt 17 PsiErrorElement:mismatched input '<EOF>' expecting CLASS_DESCRIPTOR
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue17328.go 11 for ; ; i++) { // ERROR "unexpected \), expecting { after for clause"
issue18092.go 14 } // ERROR "expecting :"
issue19667.go 13 } // ERROR "unexpected }, expecting expression"
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/darwin-x86/test/syntax/
composite.go 10 3 // ERROR "need trailing comma before newline in composite literal|expecting comma or }"
ddd.go 10 g(f..3) // ERROR "unexpected literal \.3, expecting name or \("
semi4.go 11 { // ERROR "unexpected {, expecting for loop condition"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue17328.go 11 for ; ; i++) { // ERROR "unexpected \), expecting { after for clause"
issue18092.go 14 } // ERROR "expecting :"
issue19667.go 13 } // ERROR "unexpected }, expecting expression"
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/syntax/
composite.go 10 3 // ERROR "need trailing comma before newline in composite literal|expecting comma or }"
ddd.go 10 g(f..3) // ERROR "unexpected literal \.3, expecting name or \("
semi4.go 11 { // ERROR "unexpected {, expecting for loop condition"
  /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/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 + ")";
MissingTokenException.cs 40 * We were expecting a token but it's not found. The current token
59 public MissingTokenException(int expecting, IIntStream input, object inserted)
60 : this(expecting, input, inserted, null) {
63 public MissingTokenException(int expecting, IIntStream input, object inserted, IList<string> tokenNames)
64 : base(expecting, input, tokenNames) {
68 public MissingTokenException(string message, int expecting, IIntStream input, object inserted, IList<string> tokenNames)
69 : base(message, expecting, input, tokenNames) {
73 public MissingTokenException(string message, int expecting, IIntStream input, object inserted, IList<string> tokenNames, Exception innerException)
74 : base(message, expecting, input, tokenNames, innerException) {
84 return 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 + ")";
MissingTokenException.cs 41 * We were expecting a token but it's not found. The current token
64 public MissingTokenException(int expecting, IIntStream input, object inserted)
65 : this(expecting, input, inserted, null)
69 public MissingTokenException(int expecting, IIntStream input, object inserted, IList<string> tokenNames)
70 : base(expecting, input, tokenNames)
75 public MissingTokenException(string message, int expecting, IIntStream input, object inserted, IList<string> tokenNames)
76 : base(message, expecting, input, tokenNames)
81 public MissingTokenException(string message, int expecting, IIntStream input, object inserted, IList<string> tokenNames, Exception innerException)
82 : base(message, expecting, input, tokenNames, innerException)
96 return Expecting;
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
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...]

Completed in 1150 milliseconds

1 2 34 5 6 7 8 91011>>