Home
last modified time | relevance | path

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

1234567891011

/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/python/cpython3/Doc/tutorial/
Dvenv.rst47 python3 -m venv tutorial-env
49 This will create the ``tutorial-env`` directory if it doesn't exist,
57 tutorial-env\Scripts\activate.bat
61 source tutorial-env/bin/activate
75 $ source ~/envs/tutorial-env/bin/activate
76 (tutorial-env) $ python
82 '~/envs/tutorial-env/lib/python3.5/site-packages']
97 (tutorial-env) $ pip search astronomy
113 (tutorial-env) $ pip install novas
125 (tutorial-env) $ pip install requests==2.6.0
[all …]
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/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/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/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
/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/tensorflow/tensorflow/contrib/session_bundle/
Dmanifest.proto8 // WARNING(break-tutorial-inline-code): The following code snippet is
9 // in-lined in tutorials, please update tutorial documents accordingly
54 // WARNING(break-tutorial-inline-code): The following code snippet is
55 // in-lined in tutorials, please update tutorial documents accordingly
/external/ltp/doc/
Dc-test-tutorial-simple.txt4 This is a step-by-step tutorial on writing a simple C LTP test, where topics
10 LTP tests can be written in C or Shell script. This tutorial is only for tests
53 made by an executable and prints them. We will use this later in the tutorial.
217 +statx01+ executable. Unless you have heavily deviated from the tutorial, and
308 you to diverge from the tutorial and then easily come back again.
831 tutorial and 'rebase' it. You should try following along with your own
838 152d39fe7 (HEAD -> tutorial-rebase2, tutorial-rebase) tutorial: Start Submitting patch section
840 bb0332bd7 tutorial: Fix review problems
843 c26e1be7a fixup! tutorial
844 1e24a5fb5 (me/tutorial-rebase) fixup! tutorial
[all …]
/external/tensorflow/tensorflow/docs_src/tutorials/
Drecurrent_quickdraw.md12 In this tutorial we'll show how to build an RNN-based recognizer for this
19 tutorial. The input is a drawing that is encoded as a sequence of strokes of
27 This tutorial uses the data from actual [Quick, Draw!] games [that is publicly
31 ## Run the tutorial code
33 To try the code for this tutorial:
36 1. Download the [tutorial code]
44 1. Execute the tutorial code with the following command to train the RNN-based
45 model described in this tutorial. Make sure to adjust the paths to point to
59 We make the data that we use in this tutorial available as `TFRecord` files
222 estimators, we recommend @{$get_started/custom_estimators$this tutorial}.
[all …]
Dwide_and_deep.md11 In this tutorial, we'll introduce how to use the tf.estimator API to jointly
38 To try the code for this tutorial:
42 2. Download [the tutorial code](https://github.com/tensorflow/models/tree/master/official/wide_dee…
48 4. Execute the tutorial code with the following command to train the wide and
49 deep model described in this tutorial:
139 the TensorFlow tutorial on @{$word2vec$Vector Representations of Words} or
211 @{$wide$TensorFlow Linear Model tutorial}. See `data_download.py` as well as
238 Note that this tutorial is just a quick example on a small dataset to get you
Drecurrent.md10 In this tutorial we will show how to train a recurrent neural network on
22 For the purpose of this tutorial, we will reproduce the results from
29 This tutorial references the following files from `models/tutorials/rnn/ptb` in the [TensorFlow mod…
38 The data required for this tutorial is in the `data/` directory of the
199 of this tutorial. Then, extract the PTB dataset underneath your home directory
216 There are 3 supported model configurations in the tutorial code: "small",
/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/cpython3/Doc/tools/
Dsusp-ignored.csv252 tutorial/datastructures,,:value,It is also possible to delete a key:value
253 tutorial/datastructures,,:value,key:value pairs within the braces adds initial key:value pairs
254 tutorial/stdlib2,,:config,"logging.warning('Warning:config file %s not found', 'server.conf')"
255 tutorial/stdlib2,,:config,WARNING:root:Warning:config file server.conf not found
256 tutorial/stdlib2,,:Critical,CRITICAL:root:Critical error -- shutting down
257 tutorial/stdlib2,,:Error,ERROR:root:Error occurred
258 tutorial/stdlib2,,:root,CRITICAL:root:Critical error -- shutting down
259 tutorial/stdlib2,,:root,ERROR:root:Error occurred
260 tutorial/stdlib2,,:root,WARNING:root:Warning:config file server.conf not found
261 tutorial/stdlib2,,:start,extra = data[start:start+extra_size]
[all …]
/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

1234567891011