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

1 2

  /external/oauth/core/src/main/java/net/oauth/client/
ExcerptInputStream.java 14 * A marker that's appended to the excerpt if it's less than the complete
24 while ((read = read(excerpt, total, LIMIT - total)) != -1 && ((total += read) < LIMIT));
27 System.arraycopy(ELLIPSIS, 0, excerpt, total, ELLIPSIS.length);
30 System.arraycopy(excerpt, 0, tmp, 0, total);
31 excerpt = tmp;
37 private byte[] excerpt = new byte[LIMIT + ELLIPSIS.length]; field in class:ExcerptInputStream
42 return excerpt;
URLConnectionClient.java 84 byte[] excerpt = null;
100 excerpt = ex.getExcerpt();
108 return new URLConnectionResponse(request, headers.toString(), excerpt, connection);
  /frameworks/base/docs/html/training/design-navigation/
descendant-lateral.jd 70 alt="Example button-based navigation interface with relevant screen map excerpt. Also shows dashboard pattern discussed below." id="figure-buttons">
72 <p class="img-caption"><strong>Figure 3.</strong> Example button-based navigation interface with relevant screen map excerpt. Also shows dashboard pattern discussed below.</p>
93 alt="Example list-, grid-, and carousel-based navigation interfaces with relevant screen map excerpt" id="figure-lists">
95 <p class="img-caption"><strong>Figure 4.</strong> Example list-, grid-, and carousel-based navigation interfaces with relevant screen map excerpt.</p>
115 alt="Example phone and tablet tab-based navigation interfaces with relevant screen map excerpt" id="figure-tabs">
117 <p class="img-caption"><strong>Figure 5.</strong> Example phone and tablet tab-based navigation interfaces with relevant screen map excerpt.</p>
153 alt="Example horizontal paging navigation interface with relevant screen map excerpt" id="figure-paging">
155 <p class="img-caption"><strong>Figure 6.</strong> Example horizontal paging navigation interface with relevant screen map excerpt.</p>
  /external/oauth/core/src/main/java/net/oauth/client/httpclient4/
HttpClient4.java 67 byte[] excerpt = null;
74 excerpt = e.getExcerpt();
91 return new HttpMethodResponse(httpRequest, httpResponse, excerpt, request.getContentCharset());
  /external/iptables/libipq/
ipq_set_mode.3 79 In this case, the following code excerpt:
  /external/bluetooth/glib/docs/reference/gobject/
tut_tools.xml 102 The following code excerpt shows what these comments look like.
  /frameworks/base/docs/html/guide/topics/connectivity/
sip.jd 236 <p>The following code excerpt opens the local profile for making calls and/or
238 <code>mSipManager.makeAudioCall</code>. This excerpt also sets the action
425 <p>This code excerpt from <strong>SipDemo</strong> shows how the {@link
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
widget_design.jd 300 alt="Excerpt flexible layouts and attributes for an example music widget"
303 <p class="img-caption"><strong>Figure 6.</strong> Excerpt flexible layouts and attributes.</p>
  /frameworks/base/docs/html/training/basics/network-ops/
xml.jd 75 <p>Here is an excerpt from the feed that's being parsed in the sample app. Each
383 <p>In the excerpt shown below, the <code>loadPage()</code> method does the
managing.jd 212 <p>As you can see in the manifest excerpt above, the sample app's activity
  /external/mksh/src/
expr.c 798 /* --- begin of wcwidth.c excerpt --- */
914 /* --- end of wcwidth.c excerpt --- */
funcs.c     [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 85 # - Run Markdown on excerpt, then remove all tags.
86 # - Add paragraph tag around the excerpt, but remove it for the excerpt rss.
123 # - Run Markdown on excerpt then remove paragraph tags.
    [all...]
  /external/strace/
strace.1 147 An excerpt from stracing and interrupting the command ``sleep 666'' is:
  /frameworks/base/docs/html/guide/topics/appwidgets/
index.jd     [all...]
  /frameworks/base/docs/html/guide/topics/admin/
device-admin.jd 299 <p>Here is an excerpt from the Device Administration sample manifest:</p>
    [all...]
  /development/samples/SearchableDictionary/res/raw/
definitions.txt 346 excerpt - n. a passage selected from a larger work
    [all...]
  /frameworks/base/tests/DumpRenderTree/assets/results/
layout_tests_passed.txt     [all...]
  /frameworks/base/core/java/android/app/
Activity.java 535 * <p>Here is an excerpt from a calendar activity that stores the user's
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/share/info/
gdb.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/share/info/
gdb.info     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/
gdb.info     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/
gdb.info     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/
gdb.info     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/info/
bfd.info     [all...]

Completed in 828 milliseconds

1 2