Home
last modified time | relevance | path

Searched refs:book (Results 1 – 25 of 244) sorted by relevance

12345678910

/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource_test.cc369 Book book; in TEST_P() local
370 book.set_title("My Book"); in TEST_P()
371 book.set_allocated_author(author); in TEST_P()
379 DoTest(book, Book::descriptor()); in TEST_P()
440 Book* book = new Book(); in TEST_P() local
441 book->set_length(250); in TEST_P()
442 book->set_published(2014L); in TEST_P()
444 nested.set_allocated_book(book); in TEST_P()
475 Book book; in TEST_P() local
479 Book_Label* label = book.add_labels(); in TEST_P()
[all …]
Dprotostream_objectwriter_test.cc201 Book book; in TEST_P() local
202 book.set_title("My Title"); in TEST_P()
203 book.set_length(222); in TEST_P()
204 book.set_content(content); in TEST_P()
211 CheckOutput(book); in TEST_P()
215 Book book; in TEST_P() local
216 book.set_title("Some Book"); in TEST_P()
217 book.set_length(102); in TEST_P()
218 Publisher* publisher = book.mutable_publisher(); in TEST_P()
220 Author* robert = book.mutable_author(); in TEST_P()
[all …]
/external/tremolo/Tremolo/
Dcodebook.c653 ogg_uint32_t decode_packed_entry_number(codebook *book,
656 static inline ogg_uint32_t decode_packed_entry_number(codebook *book, in decode_packed_entry_number() argument
659 int read=book->dec_maxlength; in decode_packed_entry_number()
671 switch (book->dec_method) in decode_packed_entry_number()
677 unsigned char *t=(unsigned char *)book->dec_table; in decode_packed_entry_number()
690 unsigned char *t=(unsigned char *)book->dec_table; in decode_packed_entry_number()
709 chase=((ogg_uint16_t *)(book->dec_table))[chase*2+((lok>>i)&1)]; in decode_packed_entry_number()
720 ogg_uint16_t *t=(ogg_uint16_t *)book->dec_table; in decode_packed_entry_number()
738 chase=((ogg_uint32_t *)(book->dec_table))[chase*2+((lok>>i)&1)]; in decode_packed_entry_number()
757 long vorbis_book_decode(codebook *book, oggpack_buffer *b){ in vorbis_book_decode() argument
[all …]
Dcodebook.h75 extern long vorbis_book_decode(codebook *book, oggpack_buffer *b);
76 extern long vorbis_book_decodevs_add(codebook *book, ogg_int32_t *a,
78 extern long vorbis_book_decodev_set(codebook *book, ogg_int32_t *a,
80 extern long vorbis_book_decodev_add(codebook *book, ogg_int32_t *a,
82 extern long vorbis_book_decodevv_add(codebook *book, ogg_int32_t **a,
/external/protobuf/examples/
Dlist_people.go34 func listPeople(w io.Writer, book *pb.AddressBook) {
35 for _, p := range book.People {
54 book := &pb.AddressBook{}
55 if err := proto.Unmarshal(in, book); err != nil {
60 listPeople(os.Stdout, book)
Dadd_person.go110 book := &pb.AddressBook{}
112 if err := proto.Unmarshal(in, book); err != nil {
121 book.People = append(book.People, addr)
125 out, err := proto.Marshal(book)
DREADME.md4 address book. Two programs are provided for each supported language. The
5 add_person example adds a new person to an address book, prompting the user to
7 the address book. The examples use the exact same format in all three languages,
8 so you can, for example, use add_person_java to create an address book and then
51 simply take an address book file as their parameter. The add_person_cpp
90 scripts) and can be used to create/display an address book data file.
Dlist_people.dart35 // Reads the entire address book from a file and prints all
43 // Read the existing address book.
/external/rust/crates/criterion/ci/
Dscript.sh12 cd book
15 cp -r book/book/html/ target/doc/book/
/external/libxml2/result/XInclude/
Ddocids.xml.rdr1 0 10 book 0 0
2 0 1 book 0 0
35 0 15 book 0 0
/external/rust/crates/rand/
DREADME.md5 [![Book](https://img.shields.io/badge/book-master-yellow.svg)](https://rust-random.github.io/book/)
18 ([see the book](https://rust-random.github.io/book/crates.html))
19 - Fast implementations of the best-in-class [cryptographic](https://rust-random.github.io/book/gu…
20 …[non-cryptographic](https://rust-random.github.io/book/guide-rngs.html#basic-pseudo-random-number-…
25 - [Portably reproducible output](https://rust-random.github.io/book/portability.html)
43 - [The Rust Rand Book](https://rust-random.github.io/book)
57 To get started using Rand, see [The Book](https://rust-random.github.io/book).
76 reading the [Upgrade Guide](https://rust-random.github.io/book/update.html).
/external/lua/doc/
Dlua.css136 table.book td {
140 table.book td.cover {
144 table.book img {
148 table.book span {
/external/libxml2/result/
Disolat3.rdr7 <!ENTITY book "La Peste: Albert Camus,
13 2 3 #text 0 1 book
Disolat3.rde7 <!ENTITY book "La Peste: Albert Camus,
13 2 3 #text 0 1 book
/external/sonic/samples/
Dtest1.txt1 …about me without you have read a book by the name of The Adventures of Tom Sawyer; but that ain't …
/external/antlr/runtime/JavaScript/tests/functional/
Dt022scopes.g19 /* rule scopes, from the book, final beta, p.147 */
36 /* rule scopes, from the book, final beta, p.148 */
62 /* recursive rule scopes, from the book, final beta, p.150 */
/external/antlr/runtime/Python3/tests/
Dt022scopes.g19 /* rule scopes, from the book, final beta, p.147 */
36 /* rule scopes, from the book, final beta, p.148 */
61 /* recursive rule scopes, from the book, final beta, p.150 */
/external/antlr/runtime/Python/tests/
Dt022scopes.g19 /* rule scopes, from the book, final beta, p.147 */
36 /* rule scopes, from the book, final beta, p.148 */
61 /* recursive rule scopes, from the book, final beta, p.150 */
/external/protobuf/csharp/src/AddressBook/
DSampleUsage.cs59 AddressBook book = new AddressBook in Main()
63 bytes = book.ToByteArray(); in Main()
/external/antlr/runtime/Cpp/tests/
Dt022scopes.g30 /* rule scopes, from the book, final beta, p.147 */
47 /* rule scopes, from the book, final beta, p.148 */
72 /* recursive rule scopes, from the book, final beta, p.150 */
/external/doclava/res/assets/templates-sdk/
Dyaml_navtree.cs7 if:book.root ?><?cs var:book.root ?>:<?cs
/external/llvm-project/polly/test/ScopInfo/
Dinvalid_add_rec_after_invariant_load_remapping.ll22 define void @vorbis_book_decodev_set(%struct.codebook.48.118.748.1882.2972* %book) #1 {
34 …s %struct.codebook.48.118.748.1882.2972, %struct.codebook.48.118.748.1882.2972* %book, i64 0, i32 4
38 …s %struct.codebook.48.118.748.1882.2972, %struct.codebook.48.118.748.1882.2972* %book, i64 0, i32 0
/external/protobuf/src/google/protobuf/util/internal/testdata/
Dbooks.proto44 // A book
87 // A publisher of a book, tests required fields.
92 // An author of a book
189 optional Book book = 1; field
195 repeated uint32 book = 1 [packed = true]; // Packed to optional message. field
/external/python/cpython2/Doc/library/
Dothergui.rst25 book, `GUI Programming with Python: QT Edition
27 Rempt. The *PyQt4* bindings also have a book, `Rapid GUI Programming
41 of user-contributed modules. wxPython has a book, `wxPython in Action
/external/cldr/docs/
Dreports.css10 div.book-only { background-color: #00FFFF; }
15 .book-only { display: none; }
22 div.book { margin:0; } /* add a margin for entire document, currently 0 */
49 td p.stdp { } /* book specific - ignore on web */
226 span.specials-book { display: none; }
228 span.glyphs-book { display: none; }

12345678910