/external/antlr/antlr-3.4/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()
|
/external/antlr/antlr-3.4/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 | 280 if ( ute.Expecting == TokenTypes.EndOfFile ) in GetErrorMessage() 286 tokenName = tokenNames[ute.Expecting]; in GetErrorMessage() 295 if ( mte.Expecting == TokenTypes.EndOfFile ) in GetErrorMessage() 301 tokenName = tokenNames[mte.Expecting]; in GetErrorMessage() 309 if ( mte.Expecting == TokenTypes.EndOfFile ) in GetErrorMessage() 315 tokenName = tokenNames[mte.Expecting]; in GetErrorMessage() 324 if ( mtne.Expecting == TokenTypes.EndOfFile ) in GetErrorMessage() 330 tokenName = tokenNames[mtne.Expecting]; in GetErrorMessage() 355 " expecting set " + mse.Expecting; in GetErrorMessage() 361 " expecting set " + mse.Expecting; in GetErrorMessage()
|
D | MismatchedSetException.cs | 86 public BitSet Expecting property in Antlr.Runtime.MismatchedSetException 105 return "MismatchedSetException(" + UnexpectedType + "!=" + Expecting + ")"; in ToString()
|
D | MismatchedTreeNodeException.cs | 87 public int Expecting property in Antlr.Runtime.MismatchedTreeNodeException 106 return "MismatchedTreeNodeException(" + UnexpectedType + "!=" + Expecting + ")"; in ToString()
|
D | Lexer.cs | 342 …cter " + GetCharErrorDisplay( e.Character ) + " expecting " + GetCharErrorDisplay( mte.Expecting ); in GetErrorMessage() 361 …= "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " + mse.Expecting; in GetErrorMessage() 366 …= "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " + mse.Expecting; in GetErrorMessage()
|
/external/v8/test/webkit/ |
D | instance-of-immediates-expected.txt | 29 PASS (1 instanceof 1) threw exception TypeError: Expecting a function in instanceof check, but got … 30 PASS ({} instanceof 1) threw exception TypeError: Expecting a function in instanceof check, but got… 31 PASS (obj instanceof 1) threw exception TypeError: Expecting a function in instanceof check, but go… 32 PASS (1 instanceof {}) threw exception TypeError: Expecting a function in instanceof check, but got… 33 PASS ({} instanceof {}) threw exception TypeError: Expecting a function in instanceof check, but go… 34 PASS (obj instanceof {}) threw exception TypeError: Expecting a function in instanceof check, but g…
|
D | property-getters-and-setters-expected.txt | 43 …tter__('a', null) threw exception TypeError: Object.prototype.__defineSetter__: Expecting function. 44 …Setter__('a', o5) threw exception TypeError: Object.prototype.__defineSetter__: Expecting function. 45 …tter__('a', null) threw exception TypeError: Object.prototype.__defineGetter__: Expecting function. 46 …Getter__('a', o5) threw exception TypeError: Object.prototype.__defineGetter__: Expecting function.
|
/external/v8/test/message/ |
D | instanceof.out | 1 *%(basename)s:28: TypeError: Expecting a function in instanceof check, but got 2 4 TypeError: Expecting a function in instanceof check, but got 2
|
/external/antlr/antlr-3.4/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/lldb/scripts/Python/ |
D | python-typemaps.swig | 49 PyErr_SetString(PyExc_ValueError, "Expecting an integer"); 81 PyErr_SetString(PyExc_ValueError, "Expecting a string"); 96 PyErr_SetString(PyExc_ValueError, "Expecting a string"); 111 PyErr_SetString(PyExc_ValueError, "Expecting a string"); 127 PyErr_SetString(PyExc_ValueError, "Expecting a string or byte array"); 140 PyErr_SetString(PyExc_ValueError, "Expecting an integer or long object");
|
/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_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 | tutor10_1_4.err | 1 ./test/relaxng/tutor10_1_4.xml:1: element foo: Relax-NG validity error : Expecting a 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 | tutor3_7_err | 1 ./test/relaxng/tutor3_7.rng:1: element element: Relax-NG validity error : Expecting an element , go…
|
D | tutor8_2_5.err | 1 ./test/relaxng/tutor8_2_5.xml:1: element head: Relax-NG validity error : Expecting an element title…
|
/external/libxml2/result/VC/ |
D | ElementValid6.rdr | 4 …:8: element doc: validity error : Element doc content does not follow the DTD, Expecting more child
|