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

  /external/libmicrohttpd/src/microhttpd/
test_postprocessor_amp.c 11 const char* content_encoding, const char* data,
  /external/chromium-trace/catapult/third_party/Paste/paste/
fileapp.py 40 ``content_encoding``
179 content_type, content_encoding = self.guess_type()
182 if content_encoding and 'content_encoding' not in kwargs:
183 kwargs['content_encoding'] = content_encoding
343 content_type, content_encoding = mimetypes.guess_type(info.filename)
346 if content_encoding is not None:
348 content_encoding = content_encoding)
    [all...]
  /external/chromium-trace/catapult/third_party/WebOb/webob/
response.py 521 content_encoding = header_getter('Content-Encoding', '14.11') variable in class:Response
960 if self.content_encoding == 'gzip':
968 self.content_encoding = 'gzip'
971 content_encoding = self.content_encoding or 'identity'
972 if content_encoding == 'identity':
974 if content_encoding not in ('gzip', 'deflate'):
976 "I don't know how to decode the content %s" % content_encoding)
977 if content_encoding == 'gzip':
982 self.content_encoding = Non
    [all...]
static.py 27 content_type, content_encoding = mimetypes.guess_type(filename)
29 kw.setdefault('content_encoding', content_encoding)
  /external/chromium-trace/catapult/catapult_build/
dev_server.py 103 content_type, content_encoding = \
106 return content_type, content_encoding
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
mock_storage_service.py 68 self.content_encoding = None
102 self.content_encoding = merge_headers_by_name('Content-Encoding',
test_key.py 424 self.assertEqual(check.content_encoding, 'gzip')
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
key.py 45 :ivar content_encoding: The value of the `Content-Encoding` HTTP header.
131 self.content_encoding = value
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 596 ContentEncoding* const content_encoding = local
598 if (!content_encoding) {
610 content_encoding_entries_[content_encoding_entries_size_] = content_encoding;
    [all...]
mkvparser.cpp 4950 ContentEncoding* const content_encoding = local
    [all...]
  /external/libxml2/
xmlIO.c 2043 char * content_encoding = NULL; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 554 ContentEncoding* const content_encoding = local
556 if (!content_encoding) {
568 content_encoding_entries_[content_encoding_entries_size_] = content_encoding;
    [all...]
mkvparser.cpp 6075 ContentEncoding* const content_encoding = local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
key.py 59 :ivar content_encoding: The value of the `Content-Encoding` HTTP header.
111 self.content_encoding = None
    [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc 4949 ContentEncoding* const content_encoding = local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.cpp 5103 ContentEncoding* const content_encoding = new ContentEncoding(); local
    [all...]

Completed in 1991 milliseconds