HomeSort by relevance Sort by last modified time
    Searched full:addressbook (Results 1 - 18 of 18) sorted by null

  /external/protobuf/examples/
ListPeople.java 3 import com.example.tutorial.AddressBookProtos.AddressBook;
10 // Iterates though all people in the AddressBook and prints info about them.
11 static void Print(AddressBook addressBook) {
12 for (Person person: addressBook.getPersonList()) {
45 AddressBook addressBook =
46 AddressBook.parseFrom(new FileInputStream(args[0]));
48 Print(addressBook);
AddPerson.java 3 import com.example.tutorial.AddressBookProtos.AddressBook;
68 AddressBook.Builder addressBook = AddressBook.newBuilder();
73 addressBook.mergeFrom(input);
80 addressBook.addPerson(
86 addressBook.build().writeTo(output);
Makefile 14 rm -f protoc_middleman addressbook.pb.cc addressbook.pb.h addressbook_pb2.py com/example/tutorial/AddressBookProtos.java
20 protoc_middleman: addressbook.proto
21 protoc --cpp_out=. --java_out=. --python_out=. addressbook.proto
26 c++ add_person.cc addressbook.pb.cc -o add_person_cpp `pkg-config --cflags --libs protobuf`
30 c++ list_people.cc addressbook.pb.cc -o list_people_cpp `pkg-config --cflags --libs protobuf`
list_people.cc 6 #include "addressbook.pb.h"
9 // Iterates though all people in the AddressBook and prints info about them.
10 void ListPeople(const tutorial::AddressBook& address_book) {
51 tutorial::AddressBook address_book;
addressbook.proto 28 message AddressBook {
list_people.py 8 # Iterates though all people in the AddressBook and prints info about them.
31 address_book = addressbook_pb2.AddressBook()
add_person.cc 6 #include "addressbook.pb.h"
66 tutorial::AddressBook address_book;
add_person.py 42 address_book = addressbook_pb2.AddressBook()
  /external/libmtp/examples/
evolution-sync.sh 12 #EADDEXP=`which evolution-addressbook-export`
14 EADDEXP="/usr/libexec/evolution/2.6/evolution-addressbook-export"
26 # evolution-addressbook-export -l
28 # "file:///home/nt271/.evolution/addressbook/local/system
30 # "file:///home/nt271/.evolution/addressbook/local/1158600180.5386.0@sierra"
32 # I only want the Microphoto addressbook and the output will be
34 EVOLUTION_CONTACTS="file:///home/linus/.evolution/addressbook/local/system"
54 echo "evolution-addressbook-export present in $EADDEXP, OK."
56 echo "Cannot locate evolution-addressbook-export!!"
69 # Use evolution-addressbook-export (installed with Evolution) t
    [all...]
  /external/chromium/chrome/browser/autofill/
personal_data_manager_mac.mm 7 #import <AddressBook/AddressBook.h>
67 ABAddressBook* addressBook = [ABAddressBook sharedAddressBook];
68 ABPerson* me = [addressBook me];
  /external/protobuf/
Makefile.am 63 examples/addressbook.proto \
Makefile.in 307 examples/addressbook.proto \
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLocaleUtils.java 417 Log.i(TAG, "AddressBook Labels [" + mLocale.toString() + "]: "
  /external/libmtp/src/
libmtp.h 185 * Addressbook and Business card filetype test
    [all...]
libmtp.h.in 183 * Addressbook and Business card filetype test
  /external/zxing/core/
core.jar 
  /external/chromium-trace/trace-viewer/test_data/
v8.log 24 shared-library,"/System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook",0x985c8180,0x987c2274
    [all...]
  /external/webkit/Source/WebKit/mac/
ChangeLog-2006-02-09     [all...]

Completed in 285 milliseconds