/external/libxml2/doc/ |
D | Makefile.am | 21 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/ |
D | list_people.cc | 10 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()
|
D | Makefile | 15 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
|
D | add_person.cc | 10 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()
|
D | ListPeople.java | 3 import com.example.tutorial.AddressBookProtos.AddressBook; 4 import com.example.tutorial.AddressBookProtos.Person;
|
D | addressbook.proto | 11 package tutorial; package 15 option java_package = "com.example.tutorial";
|
D | AddPerson.java | 3 import com.example.tutorial.AddressBookProtos.AddressBook; 4 import com.example.tutorial.AddressBookProtos.Person;
|
/external/python/cpython3/Doc/tutorial/ |
D | venv.rst | 47 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 …]
|
D | index.rst | 23 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/llvm/docs/tutorial/ |
D | OCamlLangImpl1.rst | 11 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 …]
|
D | LangImpl01.rst | 11 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 …]
|
D | BuildingAJIT4.rst | 8 **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
|
D | BuildingAJIT3.rst | 8 **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
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/ |
D | OCamlLangImpl1.rst | 11 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 …]
|
D | LangImpl01.rst | 11 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 …]
|
D | BuildingAJIT4.rst | 8 **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/ |
D | susp-ignored.csv | 159 tutorial/datastructures,,:value,key:value pairs within the braces adds initial key:value pairs 160 tutorial/datastructures,,:value,It is also possible to delete a key:value 161 tutorial/stdlib2,,:start,"fields = struct.unpack('<IIIHH', data[start:start+16])" 162 tutorial/stdlib2,,:start,extra = data[start:start+extra_size] 163 tutorial/stdlib2,,:start,filename = data[start:start+filenamesize] 164 tutorial/stdlib2,,:config,"logging.warning('Warning:config file %s not found', 'server.conf')" 165 tutorial/stdlib2,,:config,WARNING:root:Warning:config file server.conf not found 166 tutorial/stdlib2,,:Critical,CRITICAL:root:Critical error -- shutting down 167 tutorial/stdlib2,,:Error,ERROR:root:Error occurred 168 tutorial/stdlib2,,:root,CRITICAL:root:Critical error -- shutting down [all …]
|
/external/tensorflow/tensorflow/contrib/session_bundle/ |
D | manifest.proto | 8 // 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/ |
D | c-test-tutorial-simple.txt | 4 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/bcc/ |
D | QUICKSTART.md | 18 For examples, please refer to the [tutorial](docs/tutorial.md#1-general-performance).
|
/external/flatbuffers/docs/source/ |
D | CUsage.md | 41 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/ |
D | index.rst | 23 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/python/cpython3/Doc/tools/ |
D | susp-ignored.csv | 259 tutorial/datastructures,,:value,It is also possible to delete a key:value 260 tutorial/datastructures,,:value,key:value pairs within the braces adds initial key:value pairs 261 tutorial/stdlib2,,:config,"logging.warning('Warning:config file %s not found', 'server.conf')" 262 tutorial/stdlib2,,:config,WARNING:root:Warning:config file server.conf not found 263 tutorial/stdlib2,,:Critical,CRITICAL:root:Critical error -- shutting down 264 tutorial/stdlib2,,:Error,ERROR:root:Error occurred 265 tutorial/stdlib2,,:root,CRITICAL:root:Critical error -- shutting down 266 tutorial/stdlib2,,:root,ERROR:root:Error occurred 267 tutorial/stdlib2,,:root,WARNING:root:Warning:config file server.conf not found 268 tutorial/stdlib2,,:start,extra = data[start:start+extra_size] [all …]
|
/external/catch2/docs/ |
D | Readme.md | 4 To get the most out of Catch2, start with the [tutorial](tutorial.md#top).
|
/external/syzkaller/ |
D | README.md | 27 …rofiles/blob/master/docs/harbian_qa/fuzz_testing/syzkaller_general.md) (tutorial on how to setup s… 28 …iles/blob/master/docs/harbian_qa/fuzz_testing/syzkaller_crash_demo.md) (tutorial on how to extend … 36 …itryVyukov/syzkaller-the-next-gen-kernel-fuzzer) (basics of operations, tutorial on how to run syz…
|