HomeSort by relevance Sort by last modified time
    Searched full:mime (Results 226 - 250 of 712) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/platform/network/
ResourceHandle.cpp 126 // We shouldn't content sniff file URLs as their MIME type should be established via their extension.
  /external/webkit/WebCore/platform/network/cf/
ResourceResponseCFNet.cpp 75 // FIXME: We may need to do MIME type sniffing here (unless that is done in CFURLResponseGetMIMEType).
  /external/webkit/WebCore/platform/text/
TextCodecICU.cpp 89 // Try MIME before trying IANA to pick up commonly used names like
92 const char* standardName = ucnv_getStandardName(name, "MIME", &error);
96 // which are not preferred MIME names but are widely used.
185 const char* standardName = ucnv_getStandardName(name, "MIME", &error);
  /external/webkit/WebCore/platform/win/
MIMETypeRegistryWin.cpp 52 String path = "MIME\\Database\\Content Type\\" + type;
  /external/webkit/WebKit/mac/Plugins/
WebBaseNetscapePluginView.h 83 MIMEType:(NSString *)MIME
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland/
NOTES 14 Mime-Version: 1.0
  /frameworks/base/include/media/stagefright/
MetaData.h 32 kKeyMIMEType = 'mime', // cstring
  /packages/apps/Email/src/com/android/email/mail/internet/
MimeHeader.java 34 * into the MIME data by LocalStore.fetch.
  /packages/apps/Email/src/org/apache/james/mime4j/
SimpleContentHandler.java 50 * MIME rfc:s) of the <code>Content-Type</code> and
BodyDescriptor.java 26 * Encapsulates the values of the MIME-specific header fields
66 * a MIME message or part.
  /external/opencore/nodes/pvmediaoutputnode/src/
pv_media_output_node.cpp 536 (0, "PVMediaOutputNode::SkipMediaData() called - Mime=%s", iSinkFormatString.get_str()));
647 (0, "PVMediaOutputNode::ResuestCompleted - EDiscard success - Mime=%s",
    [all...]
  /dalvik/libcore/luni/src/main/java/java/net/
URIEncoderDecoder.java 27 * application/x-www-form-urlencoded} MIME content type. It contains helper
170 * x-www-form-urlencoded} MIME content type using the UTF-8 encoding scheme.
  /external/opencore/codecs_v2/audio/gsm_amr/common/dec/include/
pvgsmamrdecoderinterface.h 51 * AMR-WB MIME/storage format, see RFC 3267 (sections 5.1 and 5.3) for details
81 * bytes consumed varies frame to frame. This is use for mime/ietf data
  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
pvmf_jitter_buffer_impl.cpp     [all...]
pvmf_rtcp_proto_impl.cpp 241 PVMF_JB_LOG_RTCPDATATRAFFIC_IN_E((0, "PVMFJitterBufferNode::ProcessIncomingRTCPReport- RTCP_BYE_RECVD: Mime=%s", irRTPDataJitterBuffer.GetMimeType()));
459 PVMF_JB_LOG_RTCPDATATRAFFIC_OUT((0, "RTCP_PKT: Mime=%s, MaxSNRecvd=%d, MaxTSRecvd=%d, MaxSNRet=%d, MaxTSRet=%d", irRTPDataJitterBuffer.GetMimeType(), jbStats.maxSeqNumReceived, jbStats.maxTimeStampRegistered, jbStats.lastRetrievedSeqNum, jbStats.maxTimeStampRetrieved));
515 PVMF_JB_LOG_RTCPDATATRAFFIC_OUT((0, "RTCP_PKT: Mime=%s, RTP_TS=%d, C_CLOCK=%d, DIFF=%d", irRTPDataJitterBuffer.GetMimeType(), converted_ts, clientClock32, diff32));
537 PVMF_JB_LOG_RTCPDATATRAFFIC_OUT((0, "NADU_PKT: Mime=%s, PDelay=%d, FBS_BYTES=%d, FBS=%d, NSN=%d",
    [all...]
  /external/webkit/WebCore/loader/
CachedResource.h 152 // List of acceptable MIME types separated by ",".
153 // A MIME type may contain a wildcard, e.g. "text/*".
  /external/webkit/WebKit/win/Interfaces/
IWebDataSource.idl 86 a MIME type to a class. The representation is created once the MIME type
IWebViewPrivate.idl 180 @abstract Returns the mime type for a certian file extension.
182 @result The mime type of the specified extension.
  /frameworks/base/core/java/android/provider/
CallLog.java 63 * The MIME type of {@link #CONTENT_URI} and {@link #CONTENT_FILTER_URI}
69 * The MIME type of a {@link #CONTENT_URI} sub-directory of a single
  /frameworks/base/core/java/android/text/util/
Rfc822Tokenizer.java 39 * It does *not* decode MIME encoded-words; charset conversion
162 * It does *not* decode MIME encoded-words; charset conversion
  /frameworks/base/media/java/android/media/
MediaScannerConnection.java 224 * @param mimeTypes Optional array of MIME types for each path.
227 * scanned URI and MIME type; If null, the file will be scanned but
  /frameworks/base/media/libstagefright/codecs/amrnb/common/
pvgsmamrdecoderinterface.h 49 * AMR-WB MIME/storage format, see RFC 3267 (sections 5.1 and 5.3) for details
79 * bytes consumed varies frame to frame. This is use for mime/ietf data
  /packages/apps/Email/src/org/apache/james/mime4j/decoder/
DecoderUtil.java 229 log.warn("MIME charset '" + mimeCharset + "' in encoded word '"
237 + charset + "' (MIME charset '" + mimeCharset
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
PhotoEntry.java 155 * The MIME type of the content URL.
304 // Only replace an existing URL if the MIME type is video.
  /dalvik/libcore/icu/src/main/native/
NativeConverter.cpp 736 identifies one of the names as MIME-preferred. If a charset has more than one registry
737 name then its canonical name must be the MIME-preferred name and the other names in
743 /* find out the alias with MIME tag */
744 if((cName =ucnv_getStandardName(icuCanonicalName, "MIME", status)) != NULL) {
    [all...]

Completed in 257 milliseconds

1 2 3 4 5 6 7 8 91011>>