/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/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()
|
/external/antlr/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()
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | InteropClient.cs | 204 Console.WriteLine("running empty_unary"); in RunEmptyUnary() 207 Console.WriteLine("Passed!"); in RunEmptyUnary() 212 Console.WriteLine("running large_unary"); in RunLargeUnary() 221 Console.WriteLine("Passed!"); in RunLargeUnary() 226 Console.WriteLine("running client_streaming"); in RunClientStreamingAsync() 237 Console.WriteLine("Passed!"); in RunClientStreamingAsync() 242 Console.WriteLine("running server_streaming"); in RunServerStreamingAsync() 256 Console.WriteLine("Passed!"); in RunServerStreamingAsync() 261 Console.WriteLine("running ping_pong"); in RunPingPongAsync() 305 Console.WriteLine("Passed!"); in RunPingPongAsync() [all …]
|
D | RunnerClientServerTest.cs | 82 System.Console.WriteLine("Warming up"); in ClientServerRunner() 86 System.Console.WriteLine("Benchmarking"); in ClientServerRunner() 91 System.Console.WriteLine(stats); in ClientServerRunner() 92 …System.Console.WriteLine("avg micros/call " + (long) (stats.Latencies.Sum / stats.Latencies.Count … in ClientServerRunner()
|
/external/antlr/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/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/grpc-grpc/src/csharp/Grpc.Examples/ |
D | MathExamples.cs | 30 Console.WriteLine("Div Result: " + result); in DivExample() 36 Console.WriteLine("DivAsync Result: " + result); in DivAsyncExample() 44 Console.WriteLine("Fib Result: " + string.Join("|", result)); in FibExample() 60 Console.WriteLine("Sum Result: " + await call.ResponseAsync); in SumExample() 75 … Console.WriteLine("DivMany Result: " + string.Join("|", await call.ResponseStream.ToListAsync())); in DivManyExample() 96 Console.WriteLine("Avg Result: " + result); in DependendRequestsExample() 110 Console.WriteLine(string.Format("RPC ended with status {0}", ex.Status)); in HandleErrorExample()
|
/external/antlr/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/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | DFA.cs | 203 Console.Error.WriteLine(format, args); in DfaDebugMessage() 209 Console.Error.WriteLine("min[{0}]={1}", s, min[s]); in DfaDebugInvalidSymbol() 210 Console.Error.WriteLine("max[{0}]={1}", s, max[s]); in DfaDebugInvalidSymbol() 211 Console.Error.WriteLine("eot[{0}]={1}", s, eot[s]); in DfaDebugInvalidSymbol() 212 Console.Error.WriteLine("eof[{0}]={1}", s, eof[s]); in DfaDebugInvalidSymbol() 217 Console.Error.WriteLine(); in DfaDebugInvalidSymbol()
|
/external/antlr/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/antlr/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/skqp/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/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/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/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/JavaExtensions/ |
D | ExceptionExtensions.cs | 42 writer.WriteLine( e.ToString() ); in PrintStackTrace() 47 writer.WriteLine( " " + line ); in PrintStackTrace()
|
/external/grpc-grpc/examples/csharp/Helloworld/GreeterClient/ |
D | Program.cs | 31 Console.WriteLine("Greeting: " + reply.Message); in Main() 34 Console.WriteLine("Press any key to exit..."); in Main()
|
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/GreeterClient/ |
D | Program.cs | 31 Console.WriteLine("Greeting: " + reply.Message); in Main() 34 Console.WriteLine("Press any key to exit..."); in Main()
|
/external/grpc-grpc/src/csharp/Grpc.Examples.MathServer/ |
D | MathServer.cs | 38 Console.WriteLine("MathServer listening on port " + Port); in Main() 40 Console.WriteLine("Press any key to stop the server..."); in Main()
|