Searched defs:CONTENT_TYPE (Results 1 - 25 of 46) sorted by relevance

12

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSAttributeTableGenerator.java12 String CONTENT_TYPE = "contentType"; field in interface:CMSAttributeTableGenerator
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DFormEncodingBuilder.java25 private static final MediaType CONTENT_TYPE = field in class:FormEncodingBuilder
57 return RequestBody.create(CONTENT_TYPE, content.snapshot());
/external/apache-http/src/org/apache/http/client/utils/
H A DURLEncodedUtils.java59 public static final String CONTENT_TYPE = "application/x-www-form-urlencoded"; field in class:URLEncodedUtils
119 return (contentType != null && contentType.getValue().equalsIgnoreCase(CONTENT_TYPE));
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
H A Dprotobuf.py45 'CONTENT_TYPE',
50 CONTENT_TYPE = 'application/octet-stream' variable
H A Dprotojson.py41 'CONTENT_TYPE',
139 CONTENT_TYPE = 'application/json' variable in class:ProtoJson
360 CONTENT_TYPE = ProtoJson.CONTENT_TYPE variable
H A Dprotourlencode.py100 __all__ = ['CONTENT_TYPE',
106 CONTENT_TYPE = 'application/x-www-form-urlencoded' variable
H A Dremote_test.py844 CONTENT_TYPE = 'text/plain' variable in class:ProtocolsTest.testAddProtocolNoDefaultAlternatives.Protocol
/external/apache-http/src/org/apache/http/protocol/
H A DHTTP.java58 public static final String CONTENT_TYPE = "Content-Type"; field in class:HTTP
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
H A Dhttpclient_test.py28 CONTENT_TYPE = 'content-type: image/x-icon' variable in class:RealHttpFetchTest
44 name_value = real_http_fetch._GetHeaderNameValue(self.CONTENT_TYPE)
68 headers = [self.CONTENT_TYPE, self.COOKIE_1, self.FIRST_LINE]
79 headers = [self.CONTENT_TYPE, self.COOKIE_1, self.COOKIE_2, self.FIRST_LINE]
91 headers = [self.CONTENT_TYPE, self.COOKIE_1, self.FIRST_LINE,
103 bad_headers = [self.CONTENT_TYPE, self.BAD_HEADER, self.COOKIE_1]
113 misplaced_headers = [self.THIRD_LINE, self.CONTENT_TYPE,
/external/ims/rcs/rcsmanager/src/java/com/android/ims/internal/
H A DEABContract.java75 public static final String CONTENT_TYPE = field in class:EABContract.EABColumns
/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/android/src/com/android/internal/http/multipart/
H A DPart.java103 protected static final String CONTENT_TYPE = "Content-Type: "; field in class:Part
107 EncodingUtils.getAsciiBytes(CONTENT_TYPE);
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPHeaderNames.java72 public static final String CONTENT_TYPE = ContentTypeHeader.NAME; //24 field in interface:SIPHeaderNames
/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/apache-http/android/src/android/net/http/
H A DHeaders.java54 public final static String CONTENT_TYPE = "content-type"; field in class:Headers
129 CONTENT_TYPE,
209 if (name.equals(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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
H A DUpdateBugStateTask.java53 private static final String CONTENT_TYPE = "Content-type"; //$NON-NLS-1$ field in class:UpdateBugStateTask
607 sconn.setRequestProperty(CONTENT_TYPE, APPLICATION_X_WWW_FORM_URLENCODED);
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DTokenTypes.java75 public static final int CONTENT_TYPE = START + 38; field in interface:TokenTypes
/external/jetty/src/java/org/eclipse/jetty/http/
H A DHttpHeaders.java55 CONTENT_TYPE= "Content-Type", field in class:HttpHeaders
199 CONTENT_TYPE_BUFFER=CACHE.add(CONTENT_TYPE,CONTENT_TYPE_ORDINAL),
/external/caliper/lib/
H A Djsr311-api-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/ws/ javax/ws/rs/ javax/ws/rs/core/ ...
/external/guice/extensions/struts2/lib/
H A Dcommons-fileupload-1.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/fileupload/ ...
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-fileupload-1.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/fileupload/ ...
/external/libgdx/backends/gdx-backend-android/libs/
H A Dandroid-4.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...

Completed in 1460 milliseconds

12