Searched refs:CONTENT_TYPE (Results 1 - 25 of 29) sorted by relevance

12

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSAttributeTableGenerator.java12 static final String CONTENT_TYPE = "contentType"; field in interface:CMSAttributeTableGenerator
H A DDefaultSignedAttributeTableGenerator.java67 parameters.get(CMSAttributeTableGenerator.CONTENT_TYPE);
H A DCMSSignedGenerator.java174 param.put(CMSAttributeTableGenerator.CONTENT_TYPE, contentType);
H A DSignerInfoGenerator.java254 param.put(CMSAttributeTableGenerator.CONTENT_TYPE, contentType);
/external/apache-http/src/org/apache/http/client/entity/
H A DUrlEncodedFormEntity.java59 setContentType(URLEncodedUtils.CONTENT_TYPE);
73 setContentType(URLEncodedUtils.CONTENT_TYPE);
/external/apache-http/src/org/apache/http/protocol/
H A DHTTP.java53 public static final String CONTENT_TYPE = "Content-Type"; field in class:HTTP
H A DRequestContent.java90 HTTP.CONTENT_TYPE )) {
H A DResponseContent.java83 HTTP.CONTENT_TYPE )) {
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DContentTypeParser.java63 this.headerName(TokenTypes.CONTENT_TYPE);
H A DTokenTypes.java75 public static final int CONTENT_TYPE = START + 38; field in interface:TokenTypes
H A DLexer.java184 TokenTypes.CONTENT_TYPE);
209 TokenTypes.CONTENT_TYPE);
/external/apache-http/src/org/apache/http/entity/
H A DAbstractHttpEntity.java144 h = new BasicHeader(HTTP.CONTENT_TYPE, ctString);
/external/apache-http/src/org/apache/http/client/utils/
H A DURLEncodedUtils.java54 public static final String CONTENT_TYPE = "application/x-www-form-urlencoded"; field in class:URLEncodedUtils
114 return (contentType != null && contentType.getValue().equalsIgnoreCase(CONTENT_TYPE));
/external/chromium/net/http/
H A Dhttp_atom_list.h24 HTTP_ATOM(CONTENT_TYPE)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbugTools.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/releng/ org/eclipse/releng/util/ ...
/external/oauth/core/src/main/java/net/oauth/client/
H A DURLConnectionResponse.java83 if (CONTENT_TYPE.equalsIgnoreCase(name)) {
89 headers.add(new OAuth.Parameter(CONTENT_TYPE, connection
H A DOAuthClient.java281 headers.add(new OAuth.Parameter(HttpMessage.CONTENT_TYPE,
303 headers.add(new OAuth.Parameter(HttpMessage.CONTENT_TYPE,
/external/oauth/core/src/main/java/net/oauth/http/
H A DHttpMessage.java97 return getCharset(getHeader(CONTENT_TYPE));
155 public static final String CONTENT_TYPE = "Content-Type"; field in class:HttpMessage
/external/apache-http/src/org/apache/http/impl/entity/
H A DEntityDeserializer.java92 Header contentTypeHeader = message.getFirstHeader(HTTP.CONTENT_TYPE);
/external/guava/guava/src/com/google/common/net/
H A DHttpHeaders.java47 public static final String CONTENT_TYPE = "Content-Type"; field in class:HttpHeaders
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DContentType.java79 super(CONTENT_TYPE);
H A DNameMap.java125 putNameMap(CONTENT_TYPE, ContentType.class.getName()); //24
H A DSIPHeaderNames.java72 public static final String CONTENT_TYPE = ContentTypeHeader.NAME; //24 field in interface:SIPHeaderNames
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dgenlingware.pl119 CONTENT_TYPE TEXTANA
148 "CONTENT_TYPE" => 5,
/external/oauth/core/src/main/java/net/oauth/
H A DOAuthMessage.java145 return getHeader(HttpMessage.CONTENT_TYPE);

Completed in 449 milliseconds

12