HomeSort by relevance Sort by last modified time
    Searched defs:book (Results 1 - 5 of 5) sorted by null

  /external/tremolo/Tremolo/
res012.c 86 unsigned char book=(unsigned char)oggpack_read(opb,8); local
87 if(book>=ci->books)goto errout;
88 info->stagebooks[j*8+k]=book;
floor1.c 320 int book=info->klass[classv].class_subbook[cval&(csub-1)]; local
322 if(book!=0xff){
323 if((fit_value[j+k]=vorbis_book_decode(books+book,&vd->opb))==-1)
  /cts/tests/tests/net/src/android/net/cts/
UrlQuerySanitizerTest.java 48 final String query = "book=thinking in java&price=108";
49 final String book = "book"; local
54 uqs.registerParameters(new String[]{book, price}, UrlQuerySanitizer.getSpaceLegal());
56 assertTrue(uqs.hasParameter(book));
59 assertEquals(bookName, uqs.getValue(book));
63 assertFalse(uqs.hasParameter(book));
66 uqs.parseEntry(book, bookName);
67 assertTrue(uqs.hasParameter(book));
68 assertEquals(bookName, uqs.getValue(book));
    [all...]
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectsource_test.cc 72 using google::protobuf::testing::Book;
104 helper_.ResetTypeInfo(Book::descriptor());
284 Book empty;
286 DoTest(empty, Book::descriptor());
354 Book book; local
355 book.set_title("My Book");
356 book.set_allocated_author(author);
359 ->RenderString("title", "My Book")
425 Book* book = new Book(); local
460 Book book; local
478 Book book; local
488 Book book; local
500 Book* book = cyclic.mutable_m_book(); local
    [all...]
protostream_objectwriter_test.cc 65 using google::protobuf::testing::Book;
184 : BaseProtoStreamObjectWriterTest(Book::descriptor()) {}
195 Book empty;
203 Book book; local
204 book.set_title("My Title");
205 book.set_length(222);
206 book.set_content(content);
213 CheckOutput(book);
217 Book book local
253 Book book; local
    [all...]

Completed in 1191 milliseconds