/external/protobuf/examples/ |
D | list_people.cc | 12 const tutorial::Person& person = address_book.person(i); in ListPeople() local 14 cout << "Person ID: " << person.id() << endl; in ListPeople() 15 cout << " Name: " << person.name() << endl; in ListPeople() 16 if (person.has_email()) { in ListPeople() 17 cout << " E-mail address: " << person.email() << endl; in ListPeople() 20 for (int j = 0; j < person.phone_size(); j++) { in ListPeople() 21 const tutorial::Person::PhoneNumber& phone_number = person.phone(j); in ListPeople()
|
D | list_people.py | 10 for person in address_book.person: 11 print "Person ID:", person.id 12 print " Name:", person.name 13 if person.HasField('email'): 14 print " E-mail address:", person.email 16 for phone_number in person.phone:
|
D | ListPeople.java | 12 for (Person person: addressBook.getPersonList()) { in Print() 13 System.out.println("Person ID: " + person.getId()); in Print() 14 System.out.println(" Name: " + person.getName()); in Print() 15 if (person.hasEmail()) { in Print() 16 System.out.println(" E-mail address: " + person.getEmail()); in Print() 19 for (Person.PhoneNumber phoneNumber : person.getPhoneList()) { in Print()
|
D | add_person.py | 9 def PromptForAddress(person): argument 10 person.id = int(raw_input("Enter person ID number: ")) 11 person.name = raw_input("Enter name: ") 15 person.email = email 22 phone_number = person.phone.add() 53 PromptForAddress(address_book.person.add())
|
D | AddPerson.java | 17 Person.Builder person = Person.newBuilder(); in PromptForAddress() local 20 person.setId(Integer.valueOf(stdin.readLine())); in PromptForAddress() 23 person.setName(stdin.readLine()); in PromptForAddress() 28 person.setEmail(email); in PromptForAddress() 53 person.addPhone(phoneNumber); in PromptForAddress() 56 return person.build(); in PromptForAddress()
|
D | add_person.cc | 10 void PromptForAddress(tutorial::Person* person) { in PromptForAddress() argument 14 person->set_id(id); in PromptForAddress() 18 getline(cin, *person->mutable_name()); in PromptForAddress() 24 person->set_email(email); in PromptForAddress() 35 tutorial::Person::PhoneNumber* phone_number = person->add_phone(); in PromptForAddress()
|
D | addressbook.proto | 10 required int32 id = 2; // Unique ID number for this person. 29 repeated Person person = 1; field
|
D | README.txt | 4 example adds a new person to an address book, prompting the user to input 5 the person's information. The list_people example lists people already in the
|
/external/icu4c/samples/ufortune/resources/ |
D | root.txt | 125 "A candidate is a person who gets money from the rich and votes from the 128 "A celebrity is a person who is known for his well-knownness.", 165 "A consultant is a person who borrows your watch, tells you what time it 184 "A cynic is a person searching for an honest man, with a stolen
|
/external/dropbear/ |
D | NOTICE | 15 Permission is hereby granted, free of charge, to any person obtaining a copy 72 Permission is hereby granted, free of charge, to any person
|
D | LICENSE | 15 Permission is hereby granted, free of charge, to any person obtaining a copy 72 Permission is hereby granted, free of charge, to any person
|
/external/webkit/WebKitTools/simplejson/ |
D | LICENSE.txt | 3 Permission is hereby granted, free of charge, to any person obtaining a copy of
|
/external/elfutils/po/ |
D | Makevars | 17 # expected to transfer the copyright for their translations to this person
|
/external/elfutils/libelf-po/ |
D | Makevars | 17 # expected to transfer the copyright for their translations to this person
|
/external/libffi/ |
D | NOTICE | 4 Permission is hereby granted, free of charge, to any person obtaining
|
D | LICENSE | 4 Permission is hereby granted, free of charge, to any person obtaining
|
/external/expat/ |
D | NOTICE | 5 Permission is hereby granted, free of charge, to any person obtaining
|
/external/giflib/ |
D | NOTICE | 3 Permission is hereby granted, free of charge, to any person obtaining a copy
|
/external/zlib/contrib/dotzlib/ |
D | LICENSE_1_0.txt | 3 Permission is hereby granted, free of charge, to any person or organization
|
/external/embunit/src/ |
D | NOTICE | 1 Permission is hereby granted, free of charge, to any person obtaining
|
/external/webkit/JavaScriptGlue/icu/ |
D | LICENSE | 7 Permission is hereby granted, free of charge, to any person obtaining a copy of this
|
/external/webkit/JavaScriptCore/icu/ |
D | LICENSE | 7 Permission is hereby granted, free of charge, to any person obtaining a copy of this
|
/external/libxml2/ |
D | NOTICE | 7 Permission is hereby granted, free of charge, to any person obtaining a copy
|
/external/webkit/WebCore/icu/ |
D | LICENSE | 7 Permission is hereby granted, free of charge, to any person obtaining a copy of this
|
/external/icu4c/ |
D | NOTICE | 9 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and a… 40 Permission is hereby granted, free of charge, to any person obtaining a copy
|