HomeSort by relevance Sort by last modified time
    Searched refs:Content (Results 1 - 24 of 24) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/message/
MultipartMimeContent.java 10 public abstract boolean add(Content content);
13 * Return the Content type header to assign to the outgoing sip meassage.
22 * Set the content by its type.
24 * @param content
26 public abstract void addContent( Content content);
29 * Retrieve the list of Content that is part of this MultitypeMime content.
31 * @return - the content iterator. Returns an empty iterator if no content list present
    [all...]
Content.java 6 public interface Content {
8 public abstract void setContent(Object content);
17 * The default packing method. This packs the content to be appended to the
MultipartMimeContentImpl.java 21 * Content list for multipart mime content type.
27 private List<Content> contentList = new LinkedList<Content>();
36 * Creates a default content list.
47 * @see gov.nist.javax.sip.message.MultipartMimeContentExt#add(gov.nist.javax.sip.message.Content)
49 public boolean add(Content content) {
50 return contentList.add((ContentImpl) content);
71 for (Content content : this.contentList)
91 ContentImpl content = new ContentImpl(body, delimiter); local
128 ContentImpl content = new ContentImpl(rest, boundary); local
    [all...]
ContentImpl.java 8 public class ContentImpl implements Content {
12 * The content type header for this chunk of content.
15 private Object content; field in class:ContentImpl
25 public ContentImpl( String content, String boundary ) {
26 this.content = content;
36 public void setContent(Object content) {
37 this.content = content;
    [all...]
  /external/chromium/net/tools/testserver/
testserver.py 182 self.send_header('Content-type', 'text/html')
202 self.send_header('Content-type', 'text/html')
219 self.send_header('Content-type', 'text/html')
236 self.send_header('Content-type', 'text/html')
253 self.send_header('Content-type', 'text/html')
269 self.send_header('Content-type', 'text/html')
286 self.send_header('Content-type', 'text/html')
303 self.send_header('Content-type', 'text/html')
320 self.send_header('Content-type', 'text/html')
337 self.send_header('Content-type', 'text/html'
    [all...]
  /frameworks/base/media/libdrm/mobile1/include/xml/
xml_tinyParser.h 113 uint8_t *Content;
  /frameworks/base/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
CalcWindowEnergy_v5.s 20 @ Content: CalcWindowEnergy function armv5 assemble
AutoCorrelation_v5.s 20 @ Content: AutoCorrelation function armv5 assemble
PrePostMDCT_v5.s 20 @ Content: premdct and postmdct function armv5 assemble
band_nrg_v5.s 20 @ Content: CalcBandEnergy and CalcBandEnergyMS function armv5 assemble
Radix4FFT_v5.s 20 @ Content: Radix4FFT armv5 assemble
R4R8First_v5.s 20 @ Content: Radix8First and Radix4First function armv5 assemble
  /build/tools/droiddoc/templates-pdk/
customization.cs 46 <div class="g-section g-tpl-240" id="body-content">
61 <div class="g-section g-tpl-240" id="body-content">
76 <div class="g-section g-tpl-240" id="body-content">
91 <div class="g-section g-tpl-240" id="body-content">
106 <div class="g-section g-tpl-240" id="body-content">
121 <div class="g-section g-tpl-240" id="body-content">
155 Except as noted, this content is
158 restrictions, see the <a href="http://developer.android.com/license.html">Content
164 Except as noted, this content is licensed under <a
167 Content License</a>.<?cs
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacenc/src/asm/ARMV7/
PrePostMDCT_v7.s 20 @ Content: premdct and postmdct function armv7 assemble
R4R8First_v7.s 20 @ Content: Radix8First and Radix4First function armv7 assemble
Radix4FFT_v7.s 20 @ Content: Radix4FFT armv7 assemble
  /build/tools/droiddoc/templates-sdk/
customization.cs 103 <div class="g-section g-tpl-240" id="body-content">
113 <div class="g-section g-tpl-200" id="body-content">
128 <div class="g-section g-tpl-240" id="body-content">
143 <div class="g-section g-tpl-240" id="body-content">
225 Except as noted, this content is
228 restrictions, see the <a href="<?cs var:toroot ?>license.html">Content
234 Except as noted, this content is licensed under <a
237 Content License</a>.<?cs
  /development/scripts/app_engine_server/gae_shell/static/
shell.js 190 req.setRequestHeader('Content-type',
  /external/webkit/WebKitTools/Scripts/
run-webkit-tests 733 } elsif (/Content-Length: (\d+)\s*/) {
760 print DIFFOUT "Content-Length: $actualPNGSize\n";
763 print DIFFOUT "Content-Length: $expectedPNGSize\n";
768 if (/Content-Length: (\d+)\s*/) {
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 158 <li><a href="<?cs var:toroot ?>guide/topics/providers/content-providers.html">
159 <span class="en">Content Providers</span>
280 <span class="en">Content Provider Testing</span></a>
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 279 milliseconds