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

1 2 3 45 6 7 8 91011>>

  /packages/apps/Email/src/org/apache/james/mime4j/decoder/
QuotedPrintableInputStream.java 151 log.warn("Malformed MIME; got ==");
157 log.warn("Malformed MIME; expected \\r or "
171 log.warn("Malformed MIME; expected "
189 log.warn("Malformed MIME; expected "
  /packages/apps/Email/src/org/apache/james/mime4j/message/
Body.java 48 * Writes this body to the given stream in MIME message format.
BodyPart.java 27 * Represents a MIME body part (see RFC 2045).
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LanguageSwitcher.java 33 private LatinIME mIme;
42 mIme = ime;
92 mDefaultInputLocale = mIme.getResources().getConfiguration().locale;
188 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(mIme);
Tutorial.java 45 private LatinIME mIme;
167 mIme = ime;
220 mIme.sendDownUpKeyEvents(-1); // Inform the setupwizard that tutorial is in last bubble
221 mIme.tutorialDone();
225 mIme.mKeyboardSwitcher.toggleSymbols();
  /frameworks/base/media/java/android/drm/mobile1/
DrmRawContent.java 26 * The "application/vnd.oma.drm.message" mime type.
31 * The "application/vnd.oma.drm.content" mime type.
62 * The id of "application/vnd.oma.drm.message" mime type.
67 * The id of "application/vnd.oma.drm.content" mime type.
129 * @param mimeTypeStr the mime type of the DRM content.
383 * native method: construct a DRM content according the mime type.
387 * @param mimeType the mime type of this DRM content. the value of this field includes:
  /frameworks/base/cmds/stagefright/
stagefright.cpp 60 const char *mime; local
61 CHECK(meta->findCString(kKeyMIMEType, &mime));
64 if (!strcasecmp(MEDIA_MIMETYPE_AUDIO_RAW, mime)) {
73 fprintf(stderr, "Failed to instantiate decoder for '%s'.\n", mime);
243 if (!strncasecmp("video/", mime, 6)) {
250 } else if (!strncasecmp("audio/", mime, 6)) {
533 const char *mime; local
534 meta->findCString(kKeyMIMEType, &mime);
536 if (audioOnly && !strncasecmp(mime, "audio/", 6)) {
540 if (!audioOnly && !strncasecmp(mime, "video/", 6))
    [all...]
  /frameworks/base/media/libdrm/mobile1/include/objmng/
svc_drm.h 27 * Define the mime type of DRM data.
29 #define TYPE_DRM_MESSAGE 0x48 /**< The mime type is "application/vnd.oma.drm.message" */
30 #define TYPE_DRM_CONTENT 0x49 /**< The mime type is "application/vnd.oma.drm.content" */
31 #define TYPE_DRM_RIGHTS_XML 0x4a /**< The mime type is "application/vnd.oma.drm.rights+xml" */
32 #define TYPE_DRM_RIGHTS_WBXML 0x4b /**< The mime type is "application/vnd.oma.drm.rights+wbxml" */
33 #define TYPE_DRM_UNKNOWN 0xff /**< The mime type is unknown */
87 * The mime type of the DRM data, if the mime type set to unknown, DRM engine
88 * will try to scan the input data to confirm the mime type, but we must say that
89 * the scan and check of mime type is not strictly precise
    [all...]
  /packages/apps/Email/src/com/android/email/mail/
Address.java 41 * Name and comment part should be MIME/base64 encoded in header if necessary.
51 * Name part. No surrounding double quote, and no MIME/base64 encoding.
87 * Get name part as UTF-16 string. No surrounding double quote, and no MIME/base64 encoding.
97 * It will be also unquoted and MIME/base64 decoded.
235 * Get RFC822/MIME compatible address string.
237 * @return RFC822/MIME compatible address string.
238 * It may be surrounded by double quote or quoted and MIME/base64 encoded if necessary.
249 * Get RFC822/MIME compatible comma-delimited address string.
252 * @return RFC822/MIME compatible comma-delimited address string.
253 * it may be surrounded by double quoted or quoted and MIME/base64 encoded if necessary
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 62 private OpenWnnEN mIme;
208 mIme = ime;
246 ImageSpan span = new ImageSpan(mIme, imageResourceId,
272 mIme.sendDownUpKeyEvents(-1);
273 mIme.tutorialDone();
  /external/bluetooth/glib/gio/
gcontenttype.c 46 * of a file. On unix it is a mime type, on win32 it is an extension string
187 char *mime; local
191 mime = get_registry_classes_key (type, L"Content Type");
192 if (mime)
193 return mime;
311 key = g_strconcat ("MIME\\DataBase\\Content Type\\", mime_type, NULL);
629 filename = g_build_filename (dir, "mime", basename, NULL);
725 * Gets the mime-type for the content type. If one is registered
727 * Returns: the registered mime-type for the given @type, or NULL if unknown.
773 legacy_mimetype_icon = g_strconcat ("gnome-mime-", mimetype_icon, NULL)
    [all...]
  /external/webkit/WebCore/platform/
MIMETypeRegistry.cpp 73 // On Tiger and Leopard, com.microsoft.bmp doesn't have a MIME type in the registry.
77 // Favicons don't have a MIME type in the registry either.
83 // We only get one MIME type per UTI, hence our need to add these manually
255 // A table of common media MIME types and file extenstions used when a platform's
256 // specific MIME type lookup doens't have a match for a media file extension. While some
257 // file extensions are claimed by multiple MIME types, this table only includes one
259 // ever add a MIME type -> file extension mapping, the alternate MIME types will need
436 // Any of the MIME types below may be followed by any number of specific versions of the JVM,
  /external/opencore/engines/author/test/src/
test_pv_author_engine_testset5.cpp 861 // set configuration MIME strings Synchronously
    [all...]
  /frameworks/base/media/libstagefright/
OMXCodec.cpp 54 const char *mime; member in struct:android::CodecInfo
182 const char *mime, int index) {
185 if (!strcasecmp(mime, info[i].mime)) {
323 const char *mime,
336 mime, index);
341 mime, index);
368 const char *mime; local
369 bool success = meta->findCString(kKeyMIMEType, &mime);
374 mime, createEncoder, matchComponentName, flags, &matchingCodecs)
1072 const char *mime; member in struct:android::MimeToRole
    [all...]
  /external/opencore/doc/pvauthor_html/
classMPVPluginBase.html 87 This API returns multimedias type supported by the data source/sink - Audio, Video, Data etc. Each supported type is indicated by a MIME type structure. <dl compact><dt><b>Returns: </b></dt><dd>
177 This API is to allow for extensibility of the plugin interface. It allows a caller to ask for all UUIDs associated with a particular MIME type. If interfaces of the requested MIME type are found within the plugin, they are added to the UUIDs array.
179 Also added to the UUIDs array will be all interfaces which have the requested MIME type as a base MIME type. This functionality can be turned off.<dl compact><dt><b>Parameters: </b></dt><dd>
182 The MIME type of the desired interfaces </td></tr>
  /packages/apps/Email/src/com/android/email/
Email.java 70 * The MIME type(s) of attachments we're willing to send via attachments.
79 * The MIME type(s) of attachments we're willing to send from the internal UI.
90 * The MIME type(s) of attachments we're willing to view.
97 * The MIME type(s) of attachments we're not willing to view.
103 * The MIME type(s) of attachments we're willing to download to SD.
110 * The MIME type(s) of attachments we're not willing to download to SD.
  /external/webkit/WebKit/mac/WebView/
WebResource.h 50 @param MIMEType The MIME type of the resource.
71 @result The MIME type of the resource.
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
lighttpd.conf 34 # Use the "Content-Type" extended attribute to obtain mime type if possible
84 # to override mime type for wrong-content-type.manifest.
  /frameworks/base/core/java/android/provider/
Applications.java 56 * The MIME type for a single application item.
62 * The MIME type for a list of application items.
  /packages/apps/Email/src/com/android/email/provider/
AttachmentProvider.java 146 * Returns the mime type for a given attachment. There are three possible results:
149 * - Returns the mime type of the attachment
181 * If the given mime type is non-empty and anything other than "application/octet-stream",
183 * If the filename has a recognizable extension and it converts to a mime type, return that.
188 * @param mimeType The given mime type
189 * @return A likely mime type for the attachment
192 // If the given mime type appears to be non-empty and non-generic - return it
206 // Extension found. Look up mime type, or synthesize if none found.
  /external/bluetooth/glib/docs/reference/glib/tmpl/
base64.sgml 13 2045</ulink>. Base64 is most commonly used as a MIME transfer encoding
  /external/bluetooth/glib/gio/xdgmime/
xdgmimeparent.h 48 const char *mime);
  /external/icu4c/data/mappings/
ucmcore.mk 3 # A list of UCM's to build for core MIME/Unix/Windows encodings
  /external/opencore/nodes/pvamrffparsernode/include/
pvmf_amrffparser_defs.h 33 // Capability mime strings
  /external/opencore/nodes/pvprotocolenginenode/include/
pvmf_protocol_engine_defs.h 37 // Capability mime strings

Completed in 105 milliseconds

1 2 3 45 6 7 8 91011>>