Home
last modified time | relevance | path

Searched refs:WriteLine (Results 1 - 21 of 21) sorted by relevance

/third_party/protobuf/csharp/src/AddressBook/
H A DProgram.cs48 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()
[all...]
H A DListPeople.cs47 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()
H A DAddPerson.cs102 Console.Error.WriteLine("Usage: AddPerson ADDRESS_BOOK_FILE"); in Main()
117 Console.WriteLine("{0}: File not found. Creating a new file.", args[0]); in Main()
/third_party/protobuf/csharp/src/Google.Protobuf.JsonDump/
H A DProgram.cs48 Console.Error.WriteLine("Usage: Google.Protobuf.JsonDump <descriptor type name> <input data>"); in Main()
49 Console.Error.WriteLine("The descriptor type name is the fully-qualified message name,"); in Main()
50 Console.Error.WriteLine("including assembly e.g. ProjectNamespace.Message,Company.Project"); in Main()
56 Console.Error.WriteLine("Unable to load type {0}.", args[0]); in Main()
61 Console.Error.WriteLine("Type {0} doesn't implement IMessage.", args[0]); in Main()
69 Console.WriteLine(message); in Main()
/third_party/libsnd/examples/
H A Dgenerate.cs196 Console.WriteLine("Error opening " + sfn); in Main()
197 Console.WriteLine("Error #" + sf_error(infile)); in Main()
219 Console.WriteLine("sf_format_check failed. Invalid encoding"); in Main()
228 Console.WriteLine("Error opening " + ofn); in Main()
229 Console.WriteLine("Error #" + sf_error(outfile)); in Main()
239 Console.WriteLine("done."); in Main()
/third_party/typescript/tests/baselines/reference/
H A DtypeInfer1.js4 WriteLine(s:string):void;
9 WriteLine: function(s:string):void {}
19 WriteLine: function (s) { }
H A DparserRealSource5.js47 this.outfile.WriteLine(this.builder);
110 this.outfile.WriteLine(this.builder);
H A DparserRealSource10.js342 outfile.WriteLine(this.toString() + ",on line" + line);
813 outfile.WriteLine(this.toString() + ",on line" + line);
H A Dparserharness.js700 public WriteLine(str) {
2673 WriterAggregator.prototype.WriteLine = function (str) {
/third_party/skia/experimental/xps_to_png/
H A Dxps_to_png.cs65 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()
/third_party/node/deps/v8/src/diagnostics/
H A Dcompilation-statistics.cc82 static void WriteLine(std::ostream& os, bool machine_format, const char* name, in WriteLine() function
160 WriteLine(os, ps.machine_output, phase_name.c_str(), phase_stats, in operator <<()
166 WriteLine(os, ps.machine_output, phase_kind_name.c_str(), phase_kind_stats, in operator <<()
172 WriteLine(os, ps.machine_output, "totals", s.total_stats_, s.total_stats_); in operator <<()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DRefStructCompatibilityTest.cs98 Console.WriteLine(e.Data); in RunOldCsharpCompilerAndCheckSuccess()
105 Console.WriteLine(e.Data); in RunOldCsharpCompilerAndCheckSuccess()
/third_party/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaBench.cs247 System.Console.WriteLine("\nError: dictionary size for benchmark must be >= 19 (512 KB)"); in LzmaBenchmark()
324 System.Console.WriteLine(); in LzmaBenchmark()
331 System.Console.WriteLine("---------------------------------------------------"); in LzmaBenchmark()
336 System.Console.WriteLine(" Average"); in LzmaBenchmark()
H A DLzmaAlone.cs81 System.Console.WriteLine("\nUsage: LZMA <e|d> [<switches>...] inputFile outputFile\n" + in PrintHelp()
116 // System.Console.WriteLine("\nCommand line error\n"); in IncorrectCommand()
121 System.Console.WriteLine("\nLZMA# 4.61 2008-11-23\n"); in Main2()
358 Console.WriteLine("{0} Caught exception #1.", e); in Main()
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DFieldMaskTree.cs267 Debug.WriteLine($"Cannot find field \"{entry.Key}\" in message type \"{descriptor.FullName}\""); in Merge()
276 Debug.WriteLine($"Field \"{field.FullName}\" is not a singular message field and cannot have sub-fields."); in Merge()
/third_party/skia/tools/
H A Dusing_skia_and_harfbuzz.cpp144 void WriteLine(const SkShaper& shaper, const char *text, size_t textBytes) { in WriteLine() function in Placement
219 placement.WriteLine(*shaper, line.c_str(), line.size()); in main()
/third_party/protobuf/csharp/src/Google.Protobuf.Conformance/
H A DProgram.cs60 Console.Error.WriteLine("Received EOF after {0} tests", count); in Main()
/third_party/node/deps/npm/node_modules/node-gyp/lib/
H A DFind-VisualStudio.cs204 Console.WriteLine(String.Format("[{0}]", string.Join(",", instances.ToArray()))); in PrintJson()
/third_party/lzma/CPP/7zip/UI/Common/
H A DHashCalc.cpp364 static void WriteLine(CDynLimBuf &hashFileString, in WriteLine() function
435 static void WriteLine(CDynLimBuf &hashFileString, in WriteLine() function
447 WriteLine(hashFileString, options, path, isDir, methodName, hashesString); in WriteLine()
618 WriteLine(hashFileString, in HashCalc()
1929 WriteLine(hashFileString, in UpdateItems()
1977 WriteLine(hashFileString, in UpdateItems()
/third_party/skia/third_party/externals/angle2/src/common/spirv/
H A Dspirv_instruction_builder_autogen.h36 void WriteLine(Blob *blob, IdRef file, LiteralInteger line, LiteralInteger column);
H A Dspirv_instruction_builder_autogen.cpp158 void WriteLine(Blob *blob, IdRef file, LiteralInteger line, LiteralInteger column) in WriteLine() function

Completed in 23 milliseconds