Searched refs:Console (Results 1 – 12 of 12) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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() 61 Console.Write("Action? "); in Main() 62 Console.Out.Flush(); in Main() 63 char choice = Console.ReadKey().KeyChar; in Main() 64 Console.WriteLine(); in Main() [all …]
|
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() 59 Console.Write(" Mobile phone #: "); in Print() 62 Console.Write(" Home phone #: "); in Print() 65 Console.Write(" Work phone #: "); 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()
|
D | AddPerson.cs | 102 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() 122 addressBook.People.Add(PromptForAddress(Console.In, Console.Out)); in Main()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.JsonDump/ |
D | Program.cs | 48 … 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()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/ |
D | Program.cs | 49 var input = new BinaryReader(Console.OpenStandardInput()); in Main() 50 var output = new BinaryWriter(Console.OpenStandardOutput()); in Main() 58 Console.Error.WriteLine("Received EOF after {0} tests", count); in Main()
|
/frameworks/base/libs/hwui/ |
D | Properties.h | 177 enum class ProfileType { None, Console, Bars }; enumerator
|
D | Properties.cpp | 103 sProfileType = ProfileType::Console; in load()
|
/frameworks/base/config/ |
D | preloaded-classes | 5619 java.io.Console
|
D | hiddenapi-greylist-max-o.txt | 109931 Ljava/io/Console$LineReader; 109932 Ljava/io/Console$LineReader;-><init>(Ljava/io/Reader;)V 109933 Ljava/io/Console$LineReader;->cb:[C 109934 Ljava/io/Console$LineReader;->in:Ljava/io/Reader; 109935 Ljava/io/Console$LineReader;->leftoverLF:Z 109936 Ljava/io/Console$LineReader;->nChars:I 109937 Ljava/io/Console$LineReader;->nextChar:I 109938 Ljava/io/Console;-><init>()V 109939 Ljava/io/Console;-><init>(Ljava/io/InputStream;Ljava/io/OutputStream;)V 109940 Ljava/io/Console;->cons:Ljava/io/Console; [all …]
|
D | boot-image-profile.txt | 38678 Ljava/io/Console;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 39767 public final class Console implements java.io.Flushable { 39769 method public java.io.Console format(java.lang.String, java.lang.Object...); 39770 method public java.io.Console printf(java.lang.String, java.lang.Object...); 42030 method public static java.io.Console console();
|
/frameworks/base/api/ |
D | current.txt | 58270 public final class Console implements java.io.Flushable { 58272 method public java.io.Console format(String, java.lang.Object...); 58273 method public java.io.Console printf(String, java.lang.Object...); 60833 method @Nullable public static java.io.Console console();
|