HomeSort by relevance Sort by last modified time
    Searched defs:contentType (Results 101 - 125 of 886) sorted by null

1 2 3 45 6 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
isSupported13.java 52 String contentType = getContentType();
53 preload(contentType, "staff", false);
isSupported14.java 52 String contentType = getContentType();
53 preload(contentType, "staff", false);
localName02.java 59 String contentType = getContentType();
60 preload(contentType, "staffNS", false);
nodehasattributes01.java 54 String contentType = getContentType();
55 preload(contentType, "staff", false);
nodehasattributes02.java 67 String contentType = getContentType();
68 preload(contentType, "staffNS", false);
nodehasattributes03.java 53 String contentType = getContentType();
54 preload(contentType, "staffNS", false);
nodeissupported03.java 69 String contentType = getContentType();
70 preload(contentType, "staffNS", false);
nodeissupported04.java 56 String contentType = getContentType();
57 preload(contentType, "staffNS", false);
nodeissupported05.java 69 String contentType = getContentType();
70 preload(contentType, "staffNS", false);
nodesetprefix06.java 56 String contentType = getContentType();
57 preload(contentType, "staffNS", true);
nodesetprefix07.java 57 String contentType = getContentType();
58 preload(contentType, "staffNS", true);
ownerDocument01.java 56 String contentType = getContentType();
57 preload(contentType, "staff", false);
ownerElement02.java 57 String contentType = getContentType();
58 preload(contentType, "staff", false);
prefix01.java 59 String contentType = getContentType();
60 preload(contentType, "staffNS", false);
publicId01.java 57 String contentType = getContentType();
58 preload(contentType, "staffNS", false);
  /packages/apps/Browser/src/com/android/browser/
DataUri.java 45 String contentType = uri.substring(DATA_URI_PREFIX.length(),
48 if (contentType.contains(BASE_64_ENCODING)) {
51 int semiIndex = contentType.indexOf(';');
53 mMimeType = contentType.substring(0, semiIndex);
55 mMimeType = contentType;
  /external/apache-http/src/org/apache/http/entity/
AbstractHttpEntity.java 59 protected Header contentType;
89 * {@link #contentType contentType} attribute.
94 return this.contentType;
124 * {@link #contentType contentType} attribute.
126 * @param contentType the new Content-Encoding header, or
129 public void setContentType(final Header contentType) {
130 this.contentType = contentType;
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ContentTypeParser.java 48 public ContentTypeParser(String contentType) {
49 super(contentType);
58 ContentType contentType = new ContentType();
69 contentType.setContentType(type.getTokenValue());
76 contentType.setContentSubType(subType.getTokenValue());
77 super.parse(contentType);
83 return contentType;
  /frameworks/base/core/java/com/android/internal/http/multipart/
PartBase.java 45 private String contentType;
57 * @param contentType The content type, or <code>null</code>
61 public PartBase(String name, String contentType, String charSet, String transferEncoding) {
67 this.contentType = contentType;
88 return this.contentType;
122 * @param contentType the content type, or <code>null</code> to exclude the content type header
124 public void setContentType(String contentType) {
125 this.contentType = contentType;
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
attrcreatetextnode.java 57 String contentType = getContentType();
58 preload(contentType, "staff", true);
attrcreatetextnode2.java 56 String contentType = getContentType();
57 preload(contentType, "staff", true);
attreffectivevalue.java 53 String contentType = getContentType();
54 preload(contentType, "staff", false);
attrentityreplacement.java 58 String contentType = getContentType();
59 preload(contentType, "staff", true);
attrname.java 54 String contentType = getContentType();
55 preload(contentType, "staff", false);
attrnextsiblingnull.java 53 String contentType = getContentType();
54 preload(contentType, "staff", false);

Completed in 487 milliseconds

1 2 3 45 6 7 8 91011>>