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

1 2

  /external/apache-http/android/src/com/android/internal/http/multipart/
FilePart.java 60 public static final String DEFAULT_CONTENT_TYPE = "application/octet-stream";
87 * {@link #DEFAULT_CONTENT_TYPE default} is used
95 contentType == null ? DEFAULT_CONTENT_TYPE : contentType,
136 * {@link #DEFAULT_CONTENT_TYPE default} is used
170 * {@link #DEFAULT_CONTENT_TYPE default} is used
StringPart.java 56 public static final String DEFAULT_CONTENT_TYPE = "text/plain";
82 DEFAULT_CONTENT_TYPE,
  /external/chromium-trace/catapult/third_party/WebOb/docs/pycon2011/
response_table.rst 12 default_content_type x x default_mimetype wb default: "text/html", wz: "text/plain"
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
remote_test.py 753 self.assertEquals('application/x-json', config.default_content_type)
763 self.assertEquals('application/json', config.default_content_type)
782 self.assertEquals('application/json', config.default_content_type)
852 default_content_type='text/blar',
862 default_content_type='text/plain',
871 default_content_type='text/plain',
transport.py 176 protocol, 'default', default_content_type=protocol.CONTENT_TYPE)
249 if content_type == self.protocol_config.default_content_type:
344 headers={'Content-type': self.protocol_config.default_content_type,
remote.py 1020 CONTENT_TYPE: Used as the default content-type if default_content_type
1029 default_content_type: The default content type for the protocol. Overrides
1087 def default_content_type(self): member in class:ProtocolConfig
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/webapp/
service_handlers.py 69 default_content_type: Default content type for handler responses.
174 default_content_type,
181 default_content_type: Default content type supported by mapper.
187 self.__default_content_type = default_content_type
200 def default_content_type(self): member in class:RPCMapper
252 handler.response.headers['Content-Type'] = self.default_content_type
468 self.response.headers['content-type'] = mapper.default_content_type
service_handlers_test.py 273 self.rpc_mapper1.default_content_type = 'application/x-www-form-urlencoded'
277 self.rpc_mapper2.default_content_type = 'application/json'
879 self.assertEquals('my-content-type', mapper.default_content_type)
895 self.assertEquals('my-content-type', mapper.default_content_type)
    [all...]
  /external/apache-http/src/org/apache/http/protocol/
HTTP.java 95 public final static String DEFAULT_CONTENT_TYPE = OCTET_STREAM_TYPE;
  /external/chromium-trace/catapult/third_party/WebOb/docs/
index.txt 214 ``default_content_type`` to set this automatically on
271 ``default_content_type`` you can override this behavior.
wiki-example.txt 428 ``default_charset`` (``"utf8"``), or ``default_content_type``
reference.txt 972 ... default_content_type = 'text/html'
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/wsgi/
service.py 134 content_type=protocol.default_content_type,
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
translation_helper.py 74 DEFAULT_CONTENT_TYPE = 'application/octet-stream'
128 obj_metadata.contentType = DEFAULT_CONTENT_TYPE
    [all...]
gcs_json_api.py 79 from gslib.translation_helper import DEFAULT_CONTENT_TYPE
    [all...]
boto_translation.py 80 from gslib.translation_helper import DEFAULT_CONTENT_TYPE
    [all...]
copy_helper.py 94 from gslib.translation_helper import DEFAULT_CONTENT_TYPE
    [all...]
  /external/chromium-trace/catapult/third_party/WebOb/webob/
response.py 76 default_content_type = 'text/html' variable in class:Response
114 content_type = self.default_content_type
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /external/robolectric/v1/lib/main/
httpcore-4.0.1.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar 

Completed in 828 milliseconds

1 2