/external/libxml2/win32/ |
D | configure.js | 205 vf.WriteLine("# " + versionFile); 206 vf.WriteLine("# This file is generated automatically by " + WScript.ScriptName + "."); 212 vf.WriteLine(s); 215 vf.WriteLine(s); 218 vf.WriteLine(s); 221 vf.WriteLine(s); 226 vf.WriteLine("XML_SRCDIR=" + srcDirXml); 227 vf.WriteLine("UTILS_SRCDIR=" + srcDirUtils); 228 vf.WriteLine("WITH_TRIO=" + (withTrio? "1" : "0")); 229 vf.WriteLine("WITH_THREADS=" + withThreads); [all …]
|
/external/protobuf/csharp/src/AddressBook/ |
D | Program.cs | 48 Console.Error.WriteLine("Usage: AddressBook [file]"); in Main() 49 … Console.Error.WriteLine("If the filename isn't specified, \"addressbook.data\" is used instead."); in Main() 57 Console.WriteLine("Options:"); in Main() 58 Console.WriteLine(" L: List contents"); in Main() 59 Console.WriteLine(" A: Add new person"); in Main() 60 Console.WriteLine(" Q: Quit"); in Main() 64 Console.WriteLine(); in Main() 82 Console.WriteLine("Unknown option: {0}", choice); in Main() 88 Console.WriteLine("Exception executing action: {0}", e); in Main() 90 Console.WriteLine(); in Main()
|
D | ListPeople.cs | 47 Console.WriteLine("Person ID: {0}", person.Id); in Print() 48 Console.WriteLine(" Name: {0}", person.Name); in Print() 51 Console.WriteLine(" E-mail address: {0}", person.Email); in Print() 68 Console.WriteLine(phoneNumber.Number); in Print() 80 Console.Error.WriteLine("Usage: ListPeople ADDRESS_BOOK_FILE"); in Main() 86 … Console.WriteLine("{0} doesn't exist. Add a person to create the file first.", args[0]); in Main()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | TraceDebugEventListener.cs | 52 Console.Out.WriteLine( "enterRule " + ruleName ); in EnterRule() 56 Console.Out.WriteLine( "exitRule " + ruleName ); in ExitRule() 60 Console.Out.WriteLine( "enterSubRule" ); in EnterSubRule() 64 Console.Out.WriteLine( "exitSubRule" ); in ExitSubRule() 68 Console.Out.WriteLine( "location " + line + ":" + pos ); in Location() 78 Console.Out.WriteLine( "consumeNode " + ID + " " + text + " " + type ); in ConsumeNode() 86 Console.Out.WriteLine( "LT " + i + " " + ID + " " + text + " " + type ); in LT() 96 Console.Out.WriteLine( "nilNode " + adaptor.GetUniqueID( t ) ); in NilNode() 104 Console.Out.WriteLine( "create " + ID + ": " + text + ", " + type ); in CreateNode() 112 Console.Out.WriteLine( "create " + ID + ": " + tokenIndex ); in CreateNode() [all …]
|
D | Profiler.cs | 130 … Console.WriteLine("examine memo " + ruleName + " at " + input.Index + ": " + stopIndex); in ExamineRuleMemoization() 155 Console.WriteLine("memoize " + ruleName); in Memoize() 173 … Console.WriteLine("enterDecision canBacktrack=" + couldBacktrack + " " + decisionNumber + in EnterDecision() 213 Console.WriteLine("exitDecision " + decisionNumber + " in " + d.decision.ruleName + in ExitDecision() 223 Console.WriteLine("consume token " + token); in ConsumeToken() 244 Console.WriteLine("consume " + thisRefIndex + " " + depth + " tokens ahead in " + in ConsumeToken() 276 …Console.WriteLine("LT(" + i + ")=" + t + " index " + t.TokenIndex + " relative to " + d.decision.r… in LT() 285 Console.WriteLine("set last token " + lastRealTokenTouchedInDecision); in LT() 324 Console.WriteLine("enter backtrack " + level); in BeginBacktrack() 339 Console.WriteLine("exit backtrack " + level + ": " + successful); in EndBacktrack() [all …]
|
D | RemoteDebugEventSocketListener.cs | 319 Console.Error.WriteLine( e ); in EventHandler() 346 Console.Error.WriteLine( e ); in OpenConnection() 364 Console.Error.WriteLine( e ); in CloseConnection() 377 Console.Error.WriteLine( ioe ); in CloseConnection() 392 Console.Error.WriteLine( ioe ); in CloseConnection() 413 @out.WriteLine( "ack" ); in Ack() 423 Console.Error.WriteLine( "unknown debug event: " + line ); in Dispatch() 638 Console.Error.WriteLine( "unknown debug event: " + line ); in Dispatch()
|
D | Tracer.cs | 61 Console.Out.WriteLine( "> " + ruleName + " lookahead(1)=" + GetInputSymbol( 1 ) ); in EnterRule() 72 Console.Out.WriteLine( "< " + ruleName + " lookahead(1)=" + GetInputSymbol( 1 ) ); in ExitRule()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | TraceDebugEventListener.cs | 48 Console.Out.WriteLine("enterRule " + ruleName); in EnterRule() 51 Console.Out.WriteLine("exitRule " + ruleName); in ExitRule() 54 Console.Out.WriteLine("enterSubRule"); in EnterSubRule() 57 Console.Out.WriteLine("exitSubRule"); in ExitSubRule() 60 Console.Out.WriteLine("location " + line + ":" + pos); in Location() 69 Console.Out.WriteLine("consumeNode " + ID + " " + text + " " + type); in ConsumeNode() 76 Console.Out.WriteLine("LT " + i + " " + ID + " " + text + " " + type); in LT() 85 Console.Out.WriteLine("nilNode " + adaptor.GetUniqueID(t)); in NilNode() 92 Console.Out.WriteLine("create " + ID + ": " + text + ", " + type); in CreateNode() 99 Console.Out.WriteLine("create " + ID + ": " + tokenIndex); in CreateNode() [all …]
|
D | Profiler.cs | 125 … Console.WriteLine("examine memo " + ruleName + " at " + input.Index + ": " + stopIndex); in ExamineRuleMemoization() 146 Console.WriteLine("memoize " + ruleName); in Memoize() 161 … Console.WriteLine("enterDecision canBacktrack=" + couldBacktrack + " " + decisionNumber + in EnterDecision() 198 Console.WriteLine("exitDecision " + decisionNumber + " in " + d.decision.ruleName + in ExitDecision() 207 Console.WriteLine("consume token " + token); in ConsumeToken() 225 Console.WriteLine("consume " + thisRefIndex + " " + depth + " tokens ahead in " + in ConsumeToken() 251 …Console.WriteLine("LT(" + i + ")=" + t + " index " + t.TokenIndex + " relative to " + d.decision.r… in LT() 259 Console.WriteLine("set last token " + lastRealTokenTouchedInDecision); in LT() 297 Console.WriteLine("enter backtrack " + level); in BeginBacktrack() 310 Console.WriteLine("exit backtrack " + level + ": " + successful); in EndBacktrack() [all …]
|
D | RemoteDebugEventSocketListener.cs | 260 Console.Error.WriteLine(e); in EventHandler() 281 Console.Error.WriteLine(e); in OpenConnection() 295 Console.Error.WriteLine(e); in CloseConnection() 302 Console.Error.WriteLine(ioe); in CloseConnection() 312 Console.Error.WriteLine(ioe); in CloseConnection() 331 @out.WriteLine("ack"); in Ack() 339 Console.Error.WriteLine("unknown debug event: " + line); in Dispatch() 490 Console.Error.WriteLine("unknown debug event: " + line); in Dispatch()
|
D | Tracer.cs | 64 …Console.Out.WriteLine("> " + grammarFileName + " " + ruleName + " lookahead(1)=" + GetInputSymbol(… in EnterRule() 75 …Console.Out.WriteLine("< " + grammarFileName + " " + ruleName + " lookahead(1)=" + GetInputSymbol(… in ExitRule()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | DFA.cs | 85 Console.Error.WriteLine("Enter DFA.predict for decision " + decisionNumber); in Predict() 92 …Console.Error.WriteLine("DFA " + decisionNumber + " state " + s + " LA(1)=" + (char)input.LA(1) + … in Predict() 97 Console.Error.WriteLine("DFA " + decisionNumber + in Predict() 102 Console.Error.WriteLine("DFA " + decisionNumber + in Predict() 114 … Console.Error.WriteLine("accept; predict " + accept[s] + " from state " + s); in Predict() 128 Console.Error.WriteLine("EOT transition"); in Predict() 147 Console.Error.WriteLine("EOT transition"); in Predict() 154 … Console.Error.WriteLine("accept via EOF; predict " + accept[eof[s]] + " from " + eof[s]); in Predict() 159 Console.Error.WriteLine("min[" + s + "]=" + min[s]); in Predict() 160 Console.Error.WriteLine("max[" + s + "]=" + max[s]); in Predict() [all …]
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | DFA.cs | 100 Console.Error.WriteLine( "Enter DFA.predict for decision " + decisionNumber ); in Predict() 109 …Console.Error.WriteLine( "DFA " + decisionNumber + " state " + s + " LA(1)=" + (char)input.LA( 1 )… in Predict() 116 Console.Error.WriteLine( "DFA " + decisionNumber + in Predict() 122 Console.Error.WriteLine( "DFA " + decisionNumber + in Predict() 136 … Console.Error.WriteLine( "accept; predict " + accept[s] + " from state " + s ); in Predict() 153 Console.Error.WriteLine( "EOT transition" ); in Predict() 173 Console.Error.WriteLine( "EOT transition" ); in Predict() 181 … Console.Error.WriteLine( "accept via EOF; predict " + accept[eof[s]] + " from " + eof[s] ); in Predict() 187 Console.Error.WriteLine( "min[" + s + "]=" + min[s] ); in Predict() 188 Console.Error.WriteLine( "max[" + s + "]=" + max[s] ); in Predict() [all …]
|
/external/protobuf/csharp/src/Google.Protobuf.JsonDump/ |
D | Program.cs | 47 … Console.Error.WriteLine("Usage: Google.Protobuf.JsonDump <descriptor type name> <input data>"); in Main() 48 … Console.Error.WriteLine("The descriptor type name is the fully-qualified message name,"); in Main() 49 … Console.Error.WriteLine("including assembly e.g. ProjectNamespace.Message,Company.Project"); in Main() 55 Console.Error.WriteLine("Unable to load type {0}.", args[0]); in Main() 60 Console.Error.WriteLine("Type {0} doesn't implement IMessage.", args[0]); in Main() 68 Console.WriteLine(message); in Main()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/ |
D | TestActionFeatures.g3 | 35 : EOF {Console.WriteLine($dynamicScopeAttr::i);} 42 : EOF {Console.WriteLine($dynamicNegativeIndexedScopeAttr[-1]::i);} 49 : EOF {Console.WriteLine($dynamicNegativeIndexedScopeAttr[0]::i);} 56 : EOF {Console.WriteLine($isolatedDynamicScope.Count);}
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | BufferedTreeNodeStream.cs | 417 Console.Out.WriteLine( "start last node: " + i + " size==" + nodes.Count ); in getLastTreeNode() 425 Console.Out.WriteLine( "stop at node: " + i + " " + nodes[i] ); in getLastTreeNode() 593 Console.Out.WriteLine( "toString" ); in ToString() 606 Console.Out.WriteLine( start ); in ToString() 608 Console.Out.WriteLine( ( (CommonTree)stop ).Token ); in ToString() 610 Console.Out.WriteLine( stop ); in ToString()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | BufferedTreeNodeStream.cs | 353 Console.Out.WriteLine( "start last node: " + i + " size==" + nodes.Count ); in getLastTreeNode() 361 Console.Out.WriteLine( "stop at node: " + i + " " + nodes[i] ); in getLastTreeNode() 498 Console.Out.WriteLine("toString"); in ToString() 509 Console.Out.WriteLine(start); in ToString() 511 Console.Out.WriteLine(((CommonTree)stop).Token); in ToString() 513 Console.Out.WriteLine(stop); in ToString()
|
/external/skia/experimental/xps_to_png/ |
D | xps_to_png.cs | 65 System.Console.WriteLine(filename); in convert() 76 System.Console.WriteLine(e); in try_convert() 84 System.Console.WriteLine("usage:\n\txps_to_png [-dDPI] [XPS_FILES]\n\n"); in Main() 96 System.Console.WriteLine("file missing: '" + arg + "'\n\n"); in Main()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/JavaExtensions/ |
D | ExceptionExtensions.cs | 42 writer.WriteLine( e.ToString() ); in PrintStackTrace() 47 writer.WriteLine( " " + line ); in PrintStackTrace()
|
/external/v8/src/ |
D | compilation-statistics.cc | 63 static void WriteLine(std::ostream& os, bool machine_format, const char* name, in WriteLine() function 144 WriteLine(os, ps.machine_output, phase_name.c_str(), phase_stats, in operator <<() 150 WriteLine(os, ps.machine_output, phase_kind_name.c_str(), phase_kind_stats, in operator <<() 156 WriteLine(os, ps.machine_output, "totals", s.total_stats_, s.total_stats_); in operator <<()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | IOExtensions.cs | 63 writer.WriteLine(); in println() 69 writer.WriteLine( value ); in println()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
D | IOExtensions.cs | 65 writer.WriteLine(); in println() 71 writer.WriteLine( value ); in println()
|
D | ExceptionExtensions.cs | 74 writer.WriteLine(e.ToString()); in PrintStackTrace() 78 writer.WriteLine(" " + line); in PrintStackTrace()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/ |
D | Program.cs | 42 Console.WriteLine("Original tree: " + t.ToStringTree()); in _Main() 50 Console.WriteLine("Simplified tree: " + t.ToStringTree()); in _Main()
|
/external/flatbuffers/tests/FlatBuffers.Test/ |
D | Program.cs | 50 Console.WriteLine("{0}: FAILED when invoking {1} with error {2}", in Main() 59 Console.WriteLine("{0} tests run, {1} failed", testResults.Count, failedCount); in Main()
|