HomeSort by relevance Sort by last modified time
    Searched refs:tutorial (Results 1 - 13 of 13) sorted by null

  /external/protobuf/examples/
list_people.cc 10 void ListPeople(const tutorial::AddressBook& address_book) {
12 const tutorial::Person& person = address_book.person(i);
21 const tutorial::Person::PhoneNumber& phone_number = person.phone(j);
24 case tutorial::Person::MOBILE:
27 case tutorial::Person::HOME:
30 case tutorial::Person::WORK:
51 tutorial::AddressBook address_book;
add_person.cc 10 void PromptForAddress(tutorial::Person* person) {
35 tutorial::Person::PhoneNumber* phone_number = person->add_phone();
42 phone_number->set_type(tutorial::Person::MOBILE);
44 phone_number->set_type(tutorial::Person::HOME);
46 phone_number->set_type(tutorial::Person::WORK);
66 tutorial::AddressBook address_book;
Makefile 13 rm -f javac_middleman AddPerson*.class ListPeople*.class com/example/tutorial/*.class
14 rm -f protoc_middleman addressbook.pb.cc addressbook.pb.h addressbook_pb2.py com/example/tutorial/AddressBookProtos.java
16 rmdir com/example/tutorial 2>/dev/null || true
33 javac AddPerson.java ListPeople.java com/example/tutorial/AddressBookProtos.java
ListPeople.java 3 import com.example.tutorial.AddressBookProtos.AddressBook;
4 import com.example.tutorial.AddressBookProtos.Person;
AddPerson.java 3 import com.example.tutorial.AddressBookProtos.AddressBook;
4 import com.example.tutorial.AddressBookProtos.Person;
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-resource-browser.css 23 #resource-browser-results .tagged-tutorial {
24 background-image: url(images/resource-tutorial.png);
android-developer-docs.js 177 var tutorialList = $('#devdoc-nav-tutorial-list');
246 _renderResourceList('tutorial', tutorialList);
  /external/llvm/docs/tutorial/
Makefile 1 ##===- docs/tutorial/Makefile ------------------------------*- Makefile -*-===##
16 HTML_DIR := $(DESTDIR)$(PROJ_docsdir)/html/tutorial
19 $(Echo) Installing HTML Tutorial Documentation
26 $(Echo) Uninstalling Tutorial Documentation
  /frameworks/base/docs/html/resources/
resources_toc.cs 31 <div><a href="<?cs var:toroot ?>resources/browser.html?tag=tutorial">
41 <ul id="devdoc-nav-tutorial-list">
resources-data.js 4 'tutorial': 'Tutorial',
587 en: 'An application for saving notes. Similar (but not identical) to the <a href="/resources/tutorials/notepad/index.html">Notepad tutorial</a>.'
697 en: 'The test application for the Activity Testing tutorial. It tests the Spinner example application.'
826 tags: ['tutorial'],
836 tags: ['tutorial', 'ui', 'layout'],
846 tags: ['tutorial', 'ui', 'bestpractice'],
856 tags: ['tutorial', 'data'],
859 en: 'Notepad Tutorial'
862 en: 'A multi-part tutorial discussing intermediate-level concepts such as data access.
    [all...]
  /external/llvm/docs/
Makefile 11 DIRS := CommandGuide tutorial
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
mmxp2_32.asm 14 ; conversion routine from the mmx programming tutorial pages).
  /external/iproute2/doc/
ip-cref.tex 25 from the \verb|iproute2| package. It is not a tutorial or user's guide.
    [all...]

Completed in 989 milliseconds