Home
last modified time | relevance | path

Searched refs:Expecting (Results 1 – 25 of 37) sorted by relevance

12

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DUnwantedTokenException.cs95 … expected = (TokenNames != null && Expecting >= 0 && Expecting < TokenNames.Count) ? TokenNames[Ex… in ToString()
98 if (Expecting == TokenTypes.Invalid) in ToString()
DMismatchedTokenException.cs105 public int Expecting property in Antlr.Runtime.MismatchedTokenException
135 …xpected = ( TokenNames != null && Expecting >= 0 && Expecting < TokenNames.Count ) ? TokenNames[Ex… in ToString()
DBaseRecognizer.cs282 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()
DMismatchedTreeNodeException.cs87 public int Expecting property in Antlr.Runtime.MismatchedTreeNodeException
106 return "MismatchedTreeNodeException(" + UnexpectedType + "!=" + Expecting + ")"; in ToString()
DMismatchedSetException.cs86 public BitSet Expecting property in Antlr.Runtime.MismatchedSetException
105 return "MismatchedSetException(" + UnexpectedType + "!=" + Expecting + ")"; in ToString()
DLexer.cs350 …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/
DUnwantedTokenException.cs82 … expected = (TokenNames != null && Expecting >= 0 && Expecting < TokenNames.Count) ? TokenNames[Ex… in ToString()
85 if (Expecting == TokenTypes.Invalid) { in ToString()
DMismatchedTokenException.cs98 public int Expecting { property in Antlr.Runtime.MismatchedTokenException
130 … expected = (TokenNames != null && Expecting >= 0 && Expecting < TokenNames.Count) ? TokenNames[Ex… in ToString()
DBaseRecognizer.cs255 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()
DMismatchedSetException.cs77 public BitSet Expecting { property in Antlr.Runtime.MismatchedSetException
92 return "MismatchedSetException(" + UnexpectedType + "!=" + Expecting + ")"; in ToString()
DMismatchedTreeNodeException.cs78 public int Expecting { property in Antlr.Runtime.MismatchedTreeNodeException
93 return "MismatchedTreeNodeException(" + UnexpectedType + "!=" + Expecting + ")"; in ToString()
DLexer.cs284 …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()
DMismatchedNotSetException.cs68 return "MismatchedNotSetException(" + UnexpectedType + "!=" + Expecting + ")"; in ToString()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimLexer.cs359 …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/
D558452_1.err1 ./test/relaxng/558452_1.xml:2: element doc: Relax-NG validity error : Expecting an element , got no…
Dtutor10_1_4.err1 ./test/relaxng/tutor10_1_4.xml:1: element foo: Relax-NG validity error : Expecting a namespace for …
Dtutor10_2_4.err1 ./test/relaxng/tutor10_2_4.xml:1: element foo: Relax-NG validity error : Expecting no namespace for…
Dtutor10_2_3.err1 ./test/relaxng/tutor10_2_3.xml:1: element foo: Relax-NG validity error : Expecting no namespace for…
Dtutor3_5_2.err1 ./test/relaxng/tutor3_5_2.xml:2: element email: Relax-NG validity error : Expecting element name, g…
Dtutor8_2_5.err1 ./test/relaxng/tutor8_2_5.xml:1: element head: Relax-NG validity error : Expecting an element title…
Dtutor3_7_err1 ./test/relaxng/tutor3_7.rng:1: element element: Relax-NG validity error : Expecting an element , go…
/external/libxml2/result/valid/
D781333.xml.err.rdr4 ….xml:5: element a: validity error : Element a content does not follow the DTD, Expecting more child
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1479 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/
DElementValid6.rdr4 …:8: element doc: validity error : Element doc content does not follow the DTD, Expecting more child
DElementValid7.rdr4 …:8: element doc: validity error : Element doc content does not follow the DTD, Expecting more child

12