Searched refs:Error (Results 1 - 25 of 2398) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DTestCaseEditController.java224 throw new Error("Wrong type");
264 throw new Error("Wrong type");
282 throw new Error("Wrong Type");
306 throw new Error("Wrong Type");
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as437 * "Efficient and Comfortable Error Recovery in Recursive Descent
H A DLexer.as112 throw new Error("Not implemented");
H A DRecognitionException.as63 public class RecognitionException extends Error {
H A DTokenRewriteStream.as143 throw new Error("replace: range invalid: "+fromIndex+".."+toIndex+"(size="+tokens.length+")");
344 throw new Error("replace op boundaries of "+rop+
377 throw new Error("insert op "+iop+
388 throw new Error("should only be one op per index");
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DBaseTree.as89 throw new Error("attempt to add child list to itself");
134 throw new Error("Can't set single child to a list");
161 throw new Error("indexes invalid; no children in list");
238 throw new Error("parents don't match; expected "+parent+" found "+this.parent);
241 throw new Error("child indexes don't match; expected "+i+" found "+this.childIndex);
329 throw new Error("Not implemented");
333 throw new Error("Not implemented");
337 throw new Error("Not implemented");
341 throw new Error("Not implemented");
345 throw new Error("No
[all...]
H A DBaseTreeAdaptor.as125 throw new Error("more than one node as root (TODO: make exception hierarchy)");
171 throw new Error("don't know enough about Tree node");
179 throw new Error("don't know enough about Tree node");
222 throw new Error("Not implemented - abstract function");
241 throw new Error("Not implemented - abstract function");
245 throw new Error("Not implemented - abstract function");
249 throw new Error("Not implemented - abstract function");
253 throw new Error("Not implemented - abstract function");
257 throw new Error("Not implemented - abstract function");
261 throw new Error("No
[all...]
H A DRewriteCardinalityException.as33 public class RewriteCardinalityException extends Error {
H A DRewriteRuleElementStream.as170 throw new Error("Not implemented"); // should be abstract
H A DRewriteRuleNodeStream.as24 throw new Error("dup can't be called for a node stream.");
H A DRewriteRuleTokenStream.as56 throw new Error("dup can't be called for a token stream.");
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugEventSocketProxy.cs133 ExceptionExtensions.PrintStackTrace(ioe, Console.Error);
142 ExceptionExtensions.PrintStackTrace(ioe, Console.Error);
H A DDebugParser.cs88 Console.Error.WriteLine(e);
89 ExceptionExtensions.PrintStackTrace(e, Console.Error);
H A DDebugTreeParser.cs91 Console.Error.WriteLine(e);
92 ExceptionExtensions.PrintStackTrace(e, Console.Error);
H A DProfiler.cs379 Console.Error.WriteLine(ToString());
380 Console.Error.WriteLine(GetDecisionStatsDump());
H A DRemoteDebugEventSocketListener.cs260 Console.Error.WriteLine(e);
261 ExceptionExtensions.PrintStackTrace(e, Console.Error);
281 Console.Error.WriteLine(e);
295 Console.Error.WriteLine(e);
296 ExceptionExtensions.PrintStackTrace(e, Console.Error);
302 Console.Error.WriteLine(ioe);
312 Console.Error.WriteLine(ioe);
339 Console.Error.WriteLine("unknown debug event: " + line);
411 Console.Error.println( "can't find class " + cnfe );
412 cnfe.printStackTrace( Console.Error );
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DJSystem.cs46 return Console.Error;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DErrorManager.cs50 //Error(MSG_INTERNAL_ERROR, msg);
51 Error(msg);
58 //Error(MSG_INTERNAL_ERROR, msg);
59 Error(msg);
84 public static void Error(/*int msgID,*/ object arg) method in class:Antlr.Runtime.Misc.ErrorManager
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DDFA.cs85 Console.Error.WriteLine("Enter DFA.predict for decision " + decisionNumber);
92 Console.Error.WriteLine("DFA " + decisionNumber + " state " + s + " LA(1)=" + (char)input.LA(1) + "(" + input.LA(1) +
97 Console.Error.WriteLine("DFA " + decisionNumber +
102 Console.Error.WriteLine("DFA " + decisionNumber +
114 Console.Error.WriteLine("accept; predict " + accept[s] + " from state " + s);
128 Console.Error.WriteLine("EOT transition");
147 Console.Error.WriteLine("EOT transition");
154 Console.Error.WriteLine("accept via EOF; predict " + accept[eof[s]] + " from " + eof[s]);
159 Console.Error.WriteLine("min[" + s + "]=" + min[s]);
160 Console.Error
191 public virtual void Error(NoViableAltException nvae) { method in class:Antlr.Runtime.DFA
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugEventSocketProxy.cs145 ExceptionExtensions.PrintStackTrace( ioe, Console.Error );
158 ExceptionExtensions.PrintStackTrace( ioe, Console.Error );
H A DDebugParser.cs97 Console.Error.WriteLine( e );
98 ExceptionExtensions.PrintStackTrace( e, Console.Error );
H A DDebugTreeParser.cs98 Console.Error.WriteLine( e );
99 ExceptionExtensions.PrintStackTrace( e, Console.Error );
H A DProfiler.cs422 Console.Error.WriteLine(ToString());
423 Console.Error.WriteLine(GetDecisionStatsDump());
H A DRemoteDebugEventSocketListener.cs319 Console.Error.WriteLine( e );
320 ExceptionExtensions.PrintStackTrace( e, Console.Error );
346 Console.Error.WriteLine( e );
364 Console.Error.WriteLine( e );
365 ExceptionExtensions.PrintStackTrace( e, Console.Error );
377 Console.Error.WriteLine( ioe );
392 Console.Error.WriteLine( ioe );
423 Console.Error.WriteLine( "unknown debug event: " + line );
531 Console.Error.println( "can't find class " + cnfe );
532 cnfe.printStackTrace( Console.Error );
[all...]

Completed in 3797 milliseconds

1234567891011>>