HomeSort by relevance Sort by last modified time
    Searched full:book (Results 26 - 50 of 667) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/protobuf/examples/
ListPeople.java 36 // Main function: Reads the entire address book from a file and prints all
44 // Read the existing address book.
list_people.py 25 # Main procedure: Reads the entire address book from a file and prints all
33 # Read the existing address book.
AddPerson.java 59 // Main function: Reads the entire address book from a file,
70 // Read the existing address book.
84 // Write the new address book back to disk.
  /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/chromium/chrome/browser/autofill/
personal_data_manager_mac.mm 21 // This implementation makes use of the Address Book API. Profiles are
23 // user's Address Book. The caller passes a vector of profiles into the
24 // the constructer and then initiate the fetch from the Mac Address Book "me"
38 // Import the "me" card from the Mac Address Book and fill in |profiles_|.
61 // from the active user's address book. It looks for the user address
102 // Name and company information is stored once in the Address Book against
121 // Addresss information from the Address Book may span multiple lines.
186 // Note, we traverse in reverse order so that top values in address book
243 // Populate |auxiliary_profiles_| with the Address Book data.
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t022scopes.g 19 /* 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/valgrind/main/docs/xml/
dist-docs.xml 2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
7 <book id="dist" xreflabel="Distribution Documents">
77 </book>
manual.xml 2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
7 <book id="manual" xreflabel="Valgrind User Manual">
50 </book>
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
GLPageBookView.java 32 * to provide page book view's whose main part is a {@link GLFunctionTraceViewer}.
44 protected IPage createDefaultPage(PageBook book) {
47 page.createControl(book);
  /external/chromium_org/components/autofill/core/common/
autofill_pref_names.cc 11 // Currently applies to Address Book "me" card on Mac. False on Win and Linux.
  /external/chromium_org/third_party/jstemplate/tutorial_examples/
03-environ.html 2 <head><title>Address Book Using Jstemplates</title>
09-jsvalues.html 2 <head><title>Address Book Using Jstemplates</title>
  /external/libvorbis/vq/
make_floor_books.pl 4 # information for building a floor book set in one spec file.
57 # build book.vqd 0-3 [noguard]
59 # build a huffman book (no mapping)
84 die "Couldn't append to output book.\n\tcommand:$command\n"
bookutil.c 25 int _best(codebook *book, float *a, int step){
27 int dim=book->dim;
29 int minval=book->minval;
30 int del=book->delta;
31 int qv=book->quantvals;
50 if(book->c->lengthlist[index]<=0){
51 const static_codebook *c=book->c;
55 int maxval = book->minval + book->delta*(book->quantvals-1)
    [all...]
latticetune.c 35 latticetune book.vqh input.vqd [unused_entriesp]
37 latticetune produces book.vqh on stdout */
77 fprintf(stderr,"Provided book is not a latticebook.\n");
  /external/sil-fonts/
fonts.mk 20 Padauk-book.ttf \
  /packages/services/Telephony/src/com/android/phone/
IccProvider.java 20 * ICC address book content provider.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Netscape_Suite.py 21 _subcode = 'book'
  /external/chromium_org/third_party/angle/samples/gles2_book/Common/Win32/
esUtil_TGA.c 2 // Book: OpenGL(R) ES 2.0 Programming Guide
8 // http://www.opengles-book.com
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
CsimFileHandler.java 51 // The EFids in UICC phone book entries are decided by the card manufacturer.
53 // the global 3g phone book path.
UsimFileHandler.java 69 // The EFids in USIM phone book entries are decided by the card manufacturer.
71 // the phone book path.
  /external/valgrind/main/docs/lib/
vg-fo.xsl 25 book toc,title
35 book/article nop
182 <!-- customised book title-page template -->
183 <xsl:template name="book.titlepage">
186 <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
188 <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
190 <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
192 <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
194 <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
196 <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
    [all...]
vg-faq2txt.xsl 24 book nop
38 <!-- book templates -->
39 <xsl:template match="book">
40 <xsl:call-template name="book.titlepage"/>
44 <xsl:template name="book.titlepage">
47 <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
49 <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
51 <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
53 <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
60 <xsl:template match="title" mode="book.titlepage.recto.auto.mode"
    [all...]
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager_mac.mm 29 const char kAddressBookOrigin[] = "OS X Address Book";
31 // This implementation makes use of the Address Book API. Profiles are
33 // user's Address Book. The caller passes a vector of profiles into the
34 // the constructer and then initiate the fetch from the Mac Address Book "me"
48 // Import the "me" card from the Mac Address Book and fill in |profiles_|.
73 // from the active user's address book. It looks for the user address
145 // Name and company information is stored once in the Address Book against
164 // Addresss information from the Address Book may span multiple lines.
235 // Note, we traverse in reverse order so that top values in address book
267 // Populate |auxiliary_profiles_| with the Address Book data
    [all...]
  /external/chromium_org/third_party/angle/samples/gles2_book/Common/
esShader.c 2 // Book: OpenGL(R) ES 2.0 Programming Guide
8 // http://www.opengles-book.com

Completed in 524 milliseconds

12 3 4 5 6 7 8 91011>>