/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | UnwantedTokenException.cs | 95 … expected = (TokenNames != null && Expecting >= 0 && Expecting < TokenNames.Count) ? TokenNames[Ex… in ToString() 98 if (Expecting == TokenTypes.Invalid) in ToString()
|
D | MismatchedTokenException.cs | 105 public int Expecting property in Antlr.Runtime.MismatchedTokenException 135 …xpected = ( TokenNames != null && Expecting >= 0 && Expecting < TokenNames.Count ) ? TokenNames[Ex… in ToString()
|
D | BaseRecognizer.cs | 282 if ( ute.Expecting == TokenTypes.EndOfFile ) in GetErrorMessage() 288 tokenName = tokenNames[ute.Expecting]; in GetErrorMessage() 297 if ( mte.Expecting == TokenTypes.EndOfFile ) in GetErrorMessage() 303 tokenName = tokenNames[mte.Expecting]; in GetErrorMessage() 311 if ( mte.Expecting == TokenTypes.EndOfFile ) in GetErrorMessage() 317 tokenName = tokenNames[mte.Expecting]; in GetErrorMessage() 326 if ( mtne.Expecting == TokenTypes.EndOfFile ) in GetErrorMessage() 332 tokenName = tokenNames[mtne.Expecting]; in GetErrorMessage() 357 " expecting set " + mse.Expecting; in GetErrorMessage() 363 " expecting set " + mse.Expecting; in GetErrorMessage()
|
D | MismatchedTreeNodeException.cs | 87 public int Expecting property in Antlr.Runtime.MismatchedTreeNodeException 106 return "MismatchedTreeNodeException(" + UnexpectedType + "!=" + Expecting + ")"; in ToString()
|
D | MismatchedSetException.cs | 86 public BitSet Expecting property in Antlr.Runtime.MismatchedSetException 105 return "MismatchedSetException(" + UnexpectedType + "!=" + Expecting + ")"; in ToString()
|
D | Lexer.cs | 350 …cter " + GetCharErrorDisplay( e.Character ) + " expecting " + GetCharErrorDisplay( mte.Expecting ); in GetErrorMessage() 369 …= "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " + mse.Expecting; in GetErrorMessage() 374 …= "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " + mse.Expecting; in GetErrorMessage()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | UnwantedTokenException.cs | 82 … expected = (TokenNames != null && Expecting >= 0 && Expecting < TokenNames.Count) ? TokenNames[Ex… in ToString() 85 if (Expecting == TokenTypes.Invalid) { in ToString()
|
D | MismatchedTokenException.cs | 98 public int Expecting { property in Antlr.Runtime.MismatchedTokenException 130 … expected = (TokenNames != null && Expecting >= 0 && Expecting < TokenNames.Count) ? TokenNames[Ex… in ToString()
|
D | BaseRecognizer.cs | 255 if (ute.Expecting == TokenTypes.EndOfFile) { in GetErrorMessage() 258 tokenName = tokenNames[ute.Expecting]; in GetErrorMessage() 265 if (mte.Expecting == TokenTypes.EndOfFile) { in GetErrorMessage() 268 tokenName = tokenNames[mte.Expecting]; in GetErrorMessage() 274 if (mte.Expecting == TokenTypes.EndOfFile) { in GetErrorMessage() 277 tokenName = tokenNames[mte.Expecting]; in GetErrorMessage() 284 if (mtne.Expecting == TokenTypes.EndOfFile) { in GetErrorMessage() 287 tokenName = tokenNames[mtne.Expecting]; in GetErrorMessage() 306 " expecting set " + mse.Expecting; in GetErrorMessage() 310 " expecting set " + mse.Expecting; in GetErrorMessage()
|
D | MismatchedSetException.cs | 77 public BitSet Expecting { property in Antlr.Runtime.MismatchedSetException 92 return "MismatchedSetException(" + UnexpectedType + "!=" + Expecting + ")"; in ToString()
|
D | MismatchedTreeNodeException.cs | 78 public int Expecting { property in Antlr.Runtime.MismatchedTreeNodeException 93 return "MismatchedTreeNodeException(" + UnexpectedType + "!=" + Expecting + ")"; in ToString()
|
D | Lexer.cs | 284 …haracter " + GetCharErrorDisplay(e.Character) + " expecting " + GetCharErrorDisplay(mte.Expecting); in GetErrorMessage() 297 …g = "mismatched character " + GetCharErrorDisplay(e.Character) + " expecting set " + mse.Expecting; in GetErrorMessage() 300 …g = "mismatched character " + GetCharErrorDisplay(e.Character) + " expecting set " + mse.Expecting; in GetErrorMessage()
|
D | MismatchedNotSetException.cs | 68 return "MismatchedNotSetException(" + UnexpectedType + "!=" + Expecting + ")"; in ToString()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
D | SlimLexer.cs | 359 …cter " + GetCharErrorDisplay( e.Character ) + " expecting " + GetCharErrorDisplay( mte.Expecting ); in GetErrorMessage() 378 …= "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " + mse.Expecting; in GetErrorMessage() 383 …= "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " + mse.Expecting; in GetErrorMessage()
|
/external/libxml2/result/relaxng/ |
D | 558452_1.err | 1 ./test/relaxng/558452_1.xml:2: element doc: Relax-NG validity error : Expecting an element , got no…
|
D | tutor10_1_4.err | 1 ./test/relaxng/tutor10_1_4.xml:1: element foo: Relax-NG validity error : Expecting a namespace for …
|
D | tutor10_2_4.err | 1 ./test/relaxng/tutor10_2_4.xml:1: element foo: Relax-NG validity error : Expecting no namespace for…
|
D | tutor10_2_3.err | 1 ./test/relaxng/tutor10_2_3.xml:1: element foo: Relax-NG validity error : Expecting no namespace for…
|
D | tutor3_5_2.err | 1 ./test/relaxng/tutor3_5_2.xml:2: element email: Relax-NG validity error : Expecting element name, g…
|
D | tutor8_2_5.err | 1 ./test/relaxng/tutor8_2_5.xml:1: element head: Relax-NG validity error : Expecting an element title…
|
D | tutor3_7_err | 1 ./test/relaxng/tutor3_7.rng:1: element element: Relax-NG validity error : Expecting an element , go…
|
/external/libxml2/result/valid/ |
D | 781333.xml.err.rdr | 4 ….xml:5: element a: validity error : Element a content does not follow the DTD, Expecting more child
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 1479 property Expecting: Integer read FExpecting write FExpecting; property 1517 property Expecting: Integer read FExpecting write FExpecting; property 1553 property Expecting: IBitSet read FExpecting write FExpecting; property 2963 + '!=' + IntToStr(Expecting) + ')'; 2978 if (Expecting = TToken.INVALID_TOKEN_TYPE) then 2981 Exp := ', expected ' + IntToStr(Expecting); 2999 Result := Expecting; 3026 + '!=' + IntToStr(Expecting) + ')'; 3072 + '!=' + Expecting.ToString + ')'; 3080 + '!=' + Expecting.ToString + ')'; [all …]
|
/external/libxml2/result/VC/ |
D | ElementValid6.rdr | 4 …:8: element doc: validity error : Element doc content does not follow the DTD, Expecting more child
|
D | ElementValid7.rdr | 4 …:8: element doc: validity error : Element doc content does not follow the DTD, Expecting more child
|