HomeSort by relevance Sort by last modified time
    Searched full:mime (Results 476 - 500 of 1798) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/libxml/src/
nanohttp.c 155 char *contentType; /* the MIME type for the input */
159 char *mimeType; /* Mime-Type extracted from the contentType */
687 * - The Content-Type, Mime-Type and charset used
732 const xmlChar *charset, *last, *mime; local
738 mime = (const xmlChar *) cur;
739 last = mime;
745 ctxt->mimeType = (char *) xmlStrndup(mime, last - mime);
758 const xmlChar *charset, *last, *mime; local
763 mime = (const xmlChar *) cur
    [all...]
  /external/libxml2/
nanohttp.c 153 char *contentType; /* the MIME type for the input */
157 char *mimeType; /* Mime-Type extracted from the contentType */
685 * - The Content-Type, Mime-Type and charset used
730 const xmlChar *charset, *last, *mime; local
736 mime = (const xmlChar *) cur;
737 last = mime;
743 ctxt->mimeType = (char *) xmlStrndup(mime, last - mime);
756 const xmlChar *charset, *last, *mime; local
761 mime = (const xmlChar *) cur
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/objects/
objects.txt 226 pkcs9 15 : SMIME-CAPS : S/MIME Capabilities
228 # S/MIME
230 pkcs9 16 : SMIME : S/MIME
239 # S/MIME Modules
249 # S/MIME Content Types
261 # S/MIME Attributes
294 # S/MIME Algorithm Identifiers
308 # S/MIME Certificate Distribution
311 # S/MIME Signature Policy Qualifier
315 # S/MIME Commitment Type Identifie
    [all...]
  /external/openssl/crypto/objects/
objects.txt 226 pkcs9 15 : SMIME-CAPS : S/MIME Capabilities
228 # S/MIME
230 pkcs9 16 : SMIME : S/MIME
239 # S/MIME Modules
249 # S/MIME Content Types
261 # S/MIME Attributes
294 # S/MIME Algorithm Identifiers
308 # S/MIME Certificate Distribution
311 # S/MIME Signature Policy Qualifier
315 # S/MIME Commitment Type Identifie
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/
Messages.resx 23 [base64 mime encoded serialized .NET Framework object]
26 [base64 mime encoded string representing a byte array form of the .NET Framework object]
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_app_registry.h 106 // Defines mapping between file content type selectors (extensions, MIME
145 // Map of MIME type to application info.
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_tasks.cc 57 << " with the following MIME types: ";
77 // Gets the mime types for the given file paths.
105 // Make a set of unique MIME types out of the list of MIME types.
112 // We'll skip empty MIME types.
474 // Second argument is the list of mime types of each of the files in the list.
479 // MIME types can either be empty, or there needs to be one for each file.
576 // MIME types are an optional parameter.
  /external/chromium_org/chrome/common/extensions/api/
downloads.idl 71 // MIME type and a tentative filename have been determined.
149 // The file's MIME type.
150 DOMString mime;
286 // The file's MIME type.
287 DOMString? mime;
350 // The change in <code>mime</code>, if any.
351 StringDelta? mime;
539 // $ref:download and the target filename is known before the MIME type and
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
manifest.html 125 to specify what types of files the app can handle. An app can have multiple <code>file_handlers</code>, with each one having an identifier, a list of MIME types and/or a list of file extensions that can be handled, and
127 has a matching MIME type.
131 can handle any file with a MIME type of <code><em>type</em></code>.
314 One or more mappings from MIME types to the Native Client module
318 for the OpenOffice spreadsheet MIME type.
342 Each MIME type can be associated with only one <code>.nmf</code> file,
343 but a single <code>.nmf</code> file might handle multiple MIME types.
346 that handle three MIME types.
  /external/chromium_org/chrome/renderer/plugins/
plugin_uma.cc 17 // String we will use to convert mime type to plugin type.
133 // If we know plugin's mime type, we use it to determine plugin's type. Else,
  /external/chromium_org/chrome_frame/
protocol_sink_wrap.h 52 // This is an alternative to a mime filter and we have to do this in order
54 // a different mime type in that case.
  /external/chromium_org/content/child/npapi/
plugin_stream.h 37 // If the mime-type is not specified, we'll try to find one based on the
38 // mime-types table and the extension (if any) in the URL.
  /external/chromium_org/content/public/browser/
plugin_service.h 59 // Gets the plugin in the list of plugins that matches the given url and mime
131 // the list so that it can override the MIME types of older registrations.
  /external/chromium_org/content/public/test/
test_renderer_host.h 91 // If set, future loads will have |mime_type| set as the mime type.
92 // If not set, the mime type will default to "text/html".
  /external/chromium_org/remoting/host/linux/
x_server_clipboard.h 29 // |mime_type| is the MIME type associated with the data. This will be one of
32 // specified MIME-type.
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PageSerializerTest.cpp 149 WTF::String mime(mimeType);
152 if (resource.url == kURL && !resource.data->isEmpty() && equalIgnoringCase(resource.mimeType, mime))
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
data_socket.h 123 // header will be included. |content_type| is the mime content type, not
146 // Determines the length of the body and it's mime type.
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_bitst.c 67 {2, "S/MIME", "email"},
71 {6, "S/MIME CA", "emailCA"},
  /external/chromium_org/tools/stats_viewer/
OpenDialog.resx 23 <value>[base64 mime encoded serialized .NET Framework object]</value>
26 <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
  /external/chromium_org/tools/stats_viewer/Properties/
Resources.resx 23 <value>[base64 mime encoded serialized .NET Framework object]</value>
26 <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
email.php 56 'Message-Id','MIME-Version','Received','Received-SPF','References',
168 //MIME type
  /external/openssl/crypto/x509v3/
v3_bitst.c 67 {2, "S/MIME", "email"},
71 {6, "S/MIME CA", "emailCA"},
  /frameworks/av/media/libmediaplayerservice/
Crypto.cpp 222 bool Crypto::requiresSecureDecoderComponent(const char *mime) const {
233 return mPlugin->requiresSecureDecoderComponent(mime);
  /frameworks/av/media/libstagefright/chromium_http/
ChromiumHTTPDataSource.cpp 271 sp<DecryptHandle> ChromiumHTTPDataSource::DrmInitialization(const char* mime) {
287 String8(mURI.c_str()), mime);
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 169 const char *mime; local
170 CHECK(meta->findCString(kKeyMIMEType, &mime));
172 mIsAudio = !strncasecmp("audio/", mime, 6);
174 if (!strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_AVC)) {
187 } else if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_AAC)) {
937 const char *mime; local
938 CHECK(info->mMeta->findCString(kKeyMIMEType, &mime));
940 if (strncasecmp(mime, "video/", 6)) {

Completed in 1581 milliseconds

<<11121314151617181920>>