Home
last modified time | relevance | path

Searched refs:tutorial (Results 1 – 25 of 160) sorted by relevance

1234567

/external/libxml2/doc/
DMakefile.am21 EXTRA_DIST_wc = xmlcatalog_man.xml $(wildcard tutorial/*.html) \
22 $(wildcard tutorial/*.c) $(wildcard tutorial/*.pdf) \
23 $(wildcard tutorial/images/*.png) \
24 $(wildcard tutorial/images/callouts/*.png) $(wildcard API*.html) \
173 tutorial/apa.html \
174 tutorial/apb.html \
175 tutorial/apc.html \
176 tutorial/apd.html \
177 tutorial/ape.html \
178 tutorial/apf.html \
[all …]
/external/protobuf/examples/
Dlist_people.cc10 void ListPeople(const tutorial::AddressBook& address_book) { in ListPeople()
12 const tutorial::Person& person = address_book.people(i); in ListPeople()
21 const tutorial::Person::PhoneNumber& phone_number = person.phones(j); in ListPeople()
24 case tutorial::Person::MOBILE: in ListPeople()
27 case tutorial::Person::HOME: in ListPeople()
30 case tutorial::Person::WORK: in ListPeople()
51 tutorial::AddressBook address_book; in main()
DMakefile15 rm -f javac_middleman AddPerson*.class ListPeople*.class com/example/tutorial/*.class
16 …rm -f protoc_middleman addressbook.pb.cc addressbook.pb.h addressbook_pb2.py com/example/tutorial/…
18 rm -f protoc_middleman_go tutorial/*.pb.go add_person_go list_people_go
19 rmdir tutorial 2>/dev/null || true
20 rmdir com/example/tutorial 2>/dev/null || true
29 mkdir tutorial # make directory for go package
30 protoc --go_out=tutorial addressbook.proto
54 javac AddPerson.java ListPeople.java com/example/tutorial/AddressBookProtos.java
Dadd_person.cc10 void PromptForAddress(tutorial::Person* person) { in PromptForAddress()
35 tutorial::Person::PhoneNumber* phone_number = person->add_phones(); in PromptForAddress()
42 phone_number->set_type(tutorial::Person::MOBILE); in PromptForAddress()
44 phone_number->set_type(tutorial::Person::HOME); in PromptForAddress()
46 phone_number->set_type(tutorial::Person::WORK); in PromptForAddress()
66 tutorial::AddressBook address_book; in main()
DListPeople.java3 import com.example.tutorial.AddressBookProtos.AddressBook;
4 import com.example.tutorial.AddressBookProtos.Person;
Daddressbook.proto11 package tutorial; package
15 option java_package = "com.example.tutorial";
DAddPerson.java3 import com.example.tutorial.AddressBookProtos.AddressBook;
4 import com.example.tutorial.AddressBookProtos.Person;
/external/libmicrohttpd/doc/chapters/
Dintroduction.inc1 This tutorial is for developers who want to learn how they can add HTTP serving
10 of the functions used in the tutorial. Furthermore, the reader is
13 @emph{GNU libmicrohttpd} is assumed to be already installed. This tutorial
15 this tutorial has only been tested on @emph{GNU/Linux} machines even though
21 This tutorial was originally written by Sebastian Gerhardt for MHD
/external/libmicrohttpd/doc/
DMakefile.in147 $(srcdir)/libmicrohttpd-tutorial.info
149 DVIS = libmicrohttpd.dvi libmicrohttpd-tutorial.dvi
150 PDFS = libmicrohttpd.pdf libmicrohttpd-tutorial.pdf
151 PSS = libmicrohttpd.ps libmicrohttpd-tutorial.ps
152 HTMLS = libmicrohttpd.html libmicrohttpd-tutorial.html
153 TEXINFOS = libmicrohttpd.texi libmicrohttpd-tutorial.texi
427 libmicrohttpd-tutorial.cps \
428 libmicrohttpd-tutorial.dvi
432 libmicrohttpd-tutorial.texi
557 $(srcdir)/libmicrohttpd-tutorial.info: libmicrohttpd-tutorial.texi
[all …]
DMakefile.am9 libmicrohttpd-tutorial.cps \
10 libmicrohttpd-tutorial.dvi
13 libmicrohttpd-tutorial.texi
Dlibmicrohttpd-tutorial.texi3 @setfilename libmicrohttpd-tutorial.info
8 @settitle A tutorial for GNU libmicrohttpd
18 * libmicrohttpdtutorial: (libmicrohttpd). A tutorial for GNU libmicrohttpd.
22 This tutorial documents GNU libmicrohttpd version @value{VERSION}, last
/external/llvm/docs/tutorial/
DOCamlLangImpl1.rst11 Welcome to the "Implementing a language with LLVM" tutorial. This
12 tutorial runs through the implementation of a simple language, showing
13 how fun and easy it can be. This tutorial will get you up and started as
15 code in this tutorial can also be used as a playground to hack on other
18 The goal of this tutorial is to progressively unveil our language,
24 It is useful to point out ahead of time that this tutorial is really
34 I've tried to put this tutorial together in a way that makes chapters
36 in the various pieces. The structure of the tutorial is:
41 make this tutorial maximally understandable and hackable, we choose
47 and basic AST construction. This tutorial describes recursive descent
[all …]
DLangImpl01.rst11 Welcome to the "Implementing a language with LLVM" tutorial. This
12 tutorial runs through the implementation of a simple language, showing
13 how fun and easy it can be. This tutorial will get you up and started as
15 code in this tutorial can also be used as a playground to hack on other
18 The goal of this tutorial is to progressively unveil our language,
24 It is useful to point out ahead of time that this tutorial is really
34 I've tried to put this tutorial together in a way that makes chapters
36 in the various pieces. The structure of the tutorial is:
41 make this tutorial maximally understandable and hackable, we choose
47 basic AST construction. This tutorial describes recursive descent
[all …]
DBuildingAJIT4.rst8 **This tutorial is under active development. It is incomplete and details may
15 Welcome to Chapter 4 of the "Building an ORC-based JIT in LLVM" tutorial. This
DBuildingAJIT3.rst8 **This tutorial is under active development. It is incomplete and details may
15 Welcome to Chapter 3 of the "Building an ORC-based JIT in LLVM" tutorial. This
DBuildingAJIT5.rst8 **This tutorial is under active development. It is incomplete and details may
15 Welcome to Chapter 5 of the "Building an ORC-based JIT in LLVM" tutorial. This
/external/python/cpython2/Doc/tools/
Dsusp-ignored.csv157 tutorial/datastructures,,:value,key:value pairs within the braces adds initial key:value pairs
158 tutorial/datastructures,,:value,It is also possible to delete a key:value
159 tutorial/stdlib2,,:start,"fields = struct.unpack('<IIIHH', data[start:start+16])"
160 tutorial/stdlib2,,:start,extra = data[start:start+extra_size]
161 tutorial/stdlib2,,:start,filename = data[start:start+filenamesize]
162 tutorial/stdlib2,,:config,"logging.warning('Warning:config file %s not found', 'server.conf')"
163 tutorial/stdlib2,,:config,WARNING:root:Warning:config file server.conf not found
164 tutorial/stdlib2,,:Critical,CRITICAL:root:Critical error -- shutting down
165 tutorial/stdlib2,,:Error,ERROR:root:Error occurred
166 tutorial/stdlib2,,:root,CRITICAL:root:Critical error -- shutting down
[all …]
/external/flatbuffers/docs/source/
DCUsage.md41 In the tutorial we used the call `Monster_create_as_root` to create the
52 // ... same as in the tutorial.
83 The tutorial uses a bottom up approach. In C it is also possible to use
85 other. In the tutorial there is no deep nesting, so the difference is
171 The `FLATBUFFERS_WRAP_NAMESPACE` approach used in the tutorial is convenient
182 elaborate the reader section of the tutorial with tests for this. Recall
195 In the tutorial we used a single call to add a union. Here we show
/external/python/cpython2/Doc/tutorial/
Dindex.rst23 This tutorial introduces the reader informally to the basic concepts and
26 so the tutorial can be read off-line as well.
33 This tutorial does not attempt to be comprehensive and cover every single
/external/curl/docs/libcurl/
DMakefile.am39 libcurl-tutorial.3 curl_easy_reset.3 curl_easy_escape.3 \
60 libcurl-tutorial.html curl_easy_reset.html curl_easy_escape.html \
80 curl_share_strerror.pdf curl_global_init_mem.pdf libcurl-tutorial.pdf \
/external/parameter-framework/asio-1.10.6/
DREADME4 See doc/index.html for API documentation and a tutorial.
/external/eigen/doc/
DTopicResizing.dox8 Is linked from the tutorial on the Matrix class.
DTopicScalarTypes.dox8 Is linked from the tutorial on the Matrix class.
DTopicEigenExpressionTemplates.dox8 Is linked from the tutorial on arithmetic ops.
/external/lisa/ipynb/tutorial/
D01_IPythonNotebooksUsage.ipynb267 "/home/derkling/Code/lisa/ipynb/tutorial\r\n"
350 " tutorial/01_IPythonNotebooksUsage.ipynb\n",
351 " tutorial/.ipynb_checkpoints/01_IPythonNotebooksUsage-checkpoint.ipynb\n",
386 …"- Complete tutorial on Notebooks: http://nbviewer.jupyter.org/github/ipython/ipython/blob/3.x/exa…

1234567