HomeSort by relevance Sort by last modified time
    Searched full:book (Results 1 - 25 of 658) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libvorbis/lib/
codebook.c 261 int vorbis_book_encode(codebook *book, int a, oggpack_buffer *b){
262 if(a<0 || a>=book->c->entries)return(0);
263 oggpack_write(b,book->codelist[a],book->c->lengthlist[a]);
264 return(book->c->lengthlist[a]);
283 STIN long decode_packed_entry_number(codebook *book, oggpack_buffer *b){
284 int read=book->dec_maxlength;
286 long lok = oggpack_look(b,book->dec_firsttablen);
289 long entry = book->dec_firsttable[lok];
292 hi=book->used_entries-(entry&0x7fff)
    [all...]
codebook.h 91 extern int _best(codebook *book, float *a, int step);
95 extern int vorbis_book_besterror(codebook *book,float *a,int step,int addmul);
96 extern long vorbis_book_codeword(codebook *book,int entry);
97 extern long vorbis_book_codelen(codebook *book,int entry);
104 extern int vorbis_book_encode(codebook *book, int a, oggpack_buffer *b);
106 extern long vorbis_book_decode(codebook *book, oggpack_buffer *b);
107 extern long vorbis_book_decodevs_add(codebook *book, float *a,
109 extern long vorbis_book_decodev_set(codebook *book, float *a,
111 extern long vorbis_book_decodev_add(codebook *book, float *a,
113 extern long vorbis_book_decodevv_add(codebook *book, float **a
    [all...]
  /external/valgrind/main/docs/xml/
licenses.xml 2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
5 <book id="licenses" xreflabel="GNU Licenses">
27 </book>
tech-docs.xml 2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
6 <book id="tech-docs" xreflabel="Valgrind Technical Documentation">
27 </book>
  /external/chromium_org/components/autofill/core/common/
autofill_pref_names.cc 19 // Book on Mac. This preference is important since the first time Chrome
20 // attempts to access the user's Address Book, Cocoa presents a blocking dialog
25 // The number of times that the access Address Book prompt has been shown. It
37 // Whether Autofill should try to use the Mac Address Book. If this value is
  /external/libvorbis/vq/
metrics.c 126 int i,k,book; local
148 for(book=0;book<books;book++){
150 codebook *b=bs[book];
154 fprintf(stderr,"Book %d statistics:------------------\n",book);
158 sprintf(buffer,"%s-%d-mse.m",basename,book);
169 sqrt((histogram_errorsq[book]+i*dim)[k]/histogram[book][i]))
    [all...]
localcodebook.h 93 extern int _best(codebook *book, float *a, int step);
97 extern int vorbis_book_besterror(codebook *book,float *a,int step,int addmul);
98 extern long vorbis_book_codeword(codebook *book,int entry);
99 extern long vorbis_book_codelen(codebook *book,int entry);
106 extern int vorbis_book_encode(codebook *book, int a, oggpack_buffer *b);
108 extern long vorbis_book_decode(codebook *book, oggpack_buffer *b);
109 extern long vorbis_book_decodevs_add(codebook *book, float *a,
111 extern long vorbis_book_decodev_set(codebook *book, float *a,
113 extern long vorbis_book_decodev_add(codebook *book, float *a,
115 extern long vorbis_book_decodevv_add(codebook *book, float **a
    [all...]
  /external/protobuf/examples/
README.txt 2 address book. Two programs are provided, each with three different
4 example adds a new person to an address book, prompting the user to input
6 address book. The examples use the exact same format in all three languages,
7 so you can, for example, use add_person_java to create an address book and then
21 All of these programs simply take an address book file as their parameter.
add_person.cc 53 // Main function: Reads the entire address book from a file,
69 // Read the existing address book.
74 cerr << "Failed to parse address book." << endl;
83 // Write the new address book back to disk.
86 cerr << "Failed to write address book." << endl;
add_person.py 35 # Main procedure: Reads the entire address book from a file,
44 # Read the existing address book.
55 # Write the new address book back to disk.
list_people.cc 39 // Main function: Reads the entire address book from a file and prints all
54 // Read the existing address book.
57 cerr << "Failed to parse address book." << endl;
addressbook.proto 27 // Our address book file is just one of these.
  /external/chromium_org/v8/test/webkit/fast/js/kde/
Prototype.js 45 function Book(name, author){
46 this.base = Item; // set Item constructor as method of Book object
50 Book.prototype = new Item;
51 var b = new Book("a book", "Fred"); // create object instance
53 shouldBe("b.name", "'a book'");
  /external/oprofile/m4/
docbook.m4 37 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
38 <book id="test">
39 </book>
  /external/tremolo/Tremolo/
codebook.h 75 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,
codebook.c 376 /* static book is not cleared; we're likely called on the lookup and
626 ogg_uint32_t decode_packed_entry_number(codebook *book,
629 static inline ogg_uint32_t decode_packed_entry_number(codebook *book,
632 int read=book->dec_maxlength;
644 switch (book->dec_method)
648 /* book->dec_nodeb==1, book->dec_leafw==1 */
650 unsigned char *t=(unsigned char *)book->dec_table;
661 /* book->dec_nodeb==1, book->dec_leafw!=1 *
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t022scopes.g 19 /* 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 */
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
bit_cnt.h 31 code book number table
52 code book index table
74 code book lav table
  /external/javassist/src/main/javassist/bytecode/analysis/
package.html 11 class file and Java bytecode. For more details, read this book:
  /external/javassist/src/main/javassist/bytecode/
package.html 10 class file and Java bytecode. For more details, read this book:
  /external/zxing/qr_scanner/
README.google 13 Removed all code that is not directly related to scanning a QR code, such as product search, book
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager_mac.mm 34 // The maximum number of instances when the access Address Book prompt should
38 // There is an uncommon sequence of events that causes the Address Book
40 // 1. Chrome has previously presented the Address Book permissions dialog.
43 // 4. Chrome attempts to access the Address Book for the first time since (2).
45 // Book when the user focuses most form fields, so (4) generally occurs before
49 // the Address Book unless the user explicitly asks Chrome to do so. The
51 // of pulling information from the Address Book.
53 // Set to true after the Address Book is accessed for the first time.
59 const char kAddressBookOrigin[] = "OS X Address Book";
61 // Whether Chrome has attempted to access the Mac Address Book
    [all...]
  /docs/source.android.com/src/source/
git-resources.jd 22 <p>The <a href="http://book.git-scm.com">Git Community Book</a> (maintained by Scott Chacon) </p>
  /external/chromium_org/third_party/jstemplate/tutorial_examples/
06-jsdisplay.html 30 Address Book
32 <span jsdisplay="addresses.length==0">Address book is empty.</span>
07-jsdisplay-empty.html 26 Address Book
28 <span jsdisplay="addresses.length==0">Address book is empty.</span>

Completed in 637 milliseconds

1 2 3 4 5 6 7 8 91011>>