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

<<21222324252627282930>>

  /frameworks/base/core/java/android/provider/
UserDictionary.java 57 * The MIME type of {@link #CONTENT_URI} providing a directory of words.
62 * The MIME type of a {@link #CONTENT_URI} sub-directory of a single word.
  /frameworks/base/services/java/com/android/server/am/
EventLogTags.logtags 21 30003 am_new_intent (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Action|3),(MIME Type|3),(URI|3),(Flags|1|5)
25 30005 am_create_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Action|3),(MIME Type|3),(URI|3),(Flags|1|5)
  /packages/apps/Tag/src/com/android/apps/tag/record/
VCardRecord.java 88 uri = Uri.withAppendedPath(uri, "mime");
155 // TODO: Add support for other vcard mime types.
  /packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/
PartnerBookmarksContract.java 88 * The MIME type of {@link #CONTENT_URI} providing a directory of bookmarks.
93 * The MIME type of a {@link #CONTENT_URI} of a single bookmark.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
base64mime.py 11 It is used in the MIME standards for email to attach images, audio, and text
172 This function does not parse a full MIME header value encoded with
generator.py 124 # full MIME type, then dispatch to self._handle_<maintype>(). If
284 # and only when HeaderParser is used on a message of mime type
316 type : Full MIME type of the non-text part
317 maintype : Main MIME type of the non-text part
318 subtype : Sub-MIME type of the non-text part
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
base64mime.py 11 It is used in the MIME standards for email to attach images, audio, and text
172 This function does not parse a full MIME header value encoded with
generator.py 124 # full MIME type, then dispatch to self._handle_<maintype>(). If
284 # and only when HeaderParser is used on a message of mime type
316 type : Full MIME type of the non-text part
317 maintype : Main MIME type of the non-text part
318 subtype : Sub-MIME type of the non-text part
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
CharsetUtil.java 45 * MIME character set names and to get a list of known aliases.
51 * <td>MIME preferred</td>
799 private String mime = null; field in class:CharsetUtil.Charset
802 private Charset(String canonical, String mime, String[] aliases) {
804 this.mime = mime;
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.cpp 550 const char *mime; local
551 CHECK(format->findCString(kKeyMIMEType, &mime));
553 if (!strcasecmp(mime, MEDIA_MIMETYPE_CONTAINER_MPEG2TS)) {
561 bool isAudio = !strncasecmp(mime, "audio/", 6);
562 bool isVideo = !strncasecmp(mime, "video/", 6);
  /frameworks/base/core/java/android/content/
ContentProvider.java 69 * <li>{@link #getType} which returns the MIME type of data in the content provider</li>
    [all...]
ClipData.java 49 * must return correct MIME type(s) describing the data in the clip. For help
50 * in correctly constructing a clip with the correct MIME type, use
78 * In this case there is generally no need to worry about the MIME types
86 * the available MIME types; {@link #newUri(ContentResolver, CharSequence, Uri)}
617 * @param mimeTypes An array of MIME types this data is available as.
688 * Create a new ClipData holding an Intent with MIME type
702 * this will query the content provider for the MIME type of its data and
703 * use that as the MIME type. Otherwise, it will use the MIME type
741 * Create a new ClipData holding an URI with MIME typ
    [all...]
  /frameworks/base/docs/html/guide/topics/connectivity/nfc/
advanced-nfc.jd 28 NDEF data or when the NDEF data could not be mapped to a MIME type or URI.
120 <p>When a device scans a tag that has NDEF data on it, but could not be mapped to a MIME or URI,
134 cannot be mapped to a MIME type or URI, or if the tag scanned did not contain NDEF data. For
245 intent. The code snippet below handles all MIME types for <code>NDEF_DISCOVERED</code>. You
250 ndef.addDataType("*/*"); /* Handles all MIME based dispatches.
  /frameworks/base/docs/html/training/beam-files/
receive-files.jd 46 {@link android.content.Intent#ACTION_VIEW ACTION_VIEW}, the MIME type of the first file that
74 >&lt;data android:mimeType="<i>mime-type</i>" /&gt;</a></code>
77 Matches a MIME type. Specify only those MIME types that your app can handle.
223 has a MIME type of "audio/*", "image/*", or "video/*", indicating that the file is media-
  /frameworks/wilhelm/tests/mimeUri/
slesTestGetPositionUri.cpp 138 SLDataFormat_MIME mime; local
184 mime.formatType = SL_DATAFORMAT_MIME;
185 mime.mimeType = (SLchar*)NULL;
186 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
188 audioSource.pFormat = (void *)&mime;
slesTestPlayUri.cpp 136 SLDataFormat_MIME mime; local
177 mime.formatType = SL_DATAFORMAT_MIME;
178 mime.mimeType = (SLchar*)NULL;
179 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
181 audioSource.pFormat = (void *)&mime;
slesTestSlowDownUri.cpp 189 SLDataFormat_MIME mime; local
226 mime.formatType = SL_DATAFORMAT_MIME;
227 mime.mimeType = (SLchar*)NULL;
228 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
230 audioSource.pFormat = (void *)&mime;
  /frameworks/wilhelm/tests/sandbox/streamSource/
slesTestPlayStream.cpp 191 SLDataFormat_MIME mime; local
236 mime.formatType = SL_DATAFORMAT_MIME;
237 mime.mimeType = (SLchar *) "video/mp2ts";//(SLchar*)NULL;
238 mime.containerType = SL_CONTAINERTYPE_MPEG_TS;
240 audioSource.pFormat = (void *)&mime;
  /external/chromium_org/net/base/
mime_util.cc 44 // Singleton utility class for mime types.
164 { "application/pkcs7-mime", "p7m,p7c,p7z" },
218 // a mime type. That is, we first check a hard-coded list (that cannot be
263 // A comprehensive mime type list: http://plugindoc.mozdev.org/winmime.php
348 // Dictionary of cryptographic file mime types.
524 // Tests for MIME parameter equality. Each parameter in the |mime_type_pattern|
556 // wildcards. The plugin mime types could be:
561 // Also tests mime parameters -- all parameters in the pattern must be present
619 // MIME types are always ASCII and case-insensitive (at least, the top-level
635 // "x-" + (ascii characters), it is also a MIME type
    [all...]
  /frameworks/av/drm/common/
IDrmManagerService.cpp 604 int uniqueId, int fd, off64_t offset, off64_t length, const char* mime) {
614 if (mime) {
615 mimeType = mime;
630 int uniqueId, const char* uri, const char* mime) {
632 ALOGV("Entering BpDrmManagerService::openDecryptSession: mime=%s", mime? mime: "NULL");
639 if (mime) {
640 mimeType = mime;
1309 const String8 mime = data.readString8(); local
1329 const String8 mime = data.readString8(); local
    [all...]
  /external/chromium/chrome/browser/resources/
plugins.html 204 /* Separate the inital line, Description, Location, and MIME Types lines. */
219 /* Make the MIME Types tables smaller. */
220 .plugin-details .mime-types {
224 /* Separate the header from the contents in each MIME Types table. */
225 .plugin-details .mime-types .header td {
608 <td><table width="100%" class="mime-types">
611 >MIME type</td>
  /external/chromium_org/chrome_frame/
protocol_sink_wrap.cc 265 // RENDERER_TYPE_OTHER: if suggested mime type is not text/html.
266 // RENDERER_TYPE_UNDETERMINED: if suggested mime type is text/html.
395 // With not-so-well-written software (mime filters/protocols/protocol patchers)
443 // Suggested mime type is "text/html" and we have DEFAULT_RENDERER,
450 // Suggested mime type is not "text/html" - we are not interested in
454 // Suggested mime type is "text/html"; We will try to sniff the
877 // When IE switches into ChromeFrame, we report the Chrome mime type as
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 453 * and that the mime types match what we expect...)
464 // The logic here *used* to be based on the mime type of contactRef
466 // RawContacts.CONTACT_ID column). But looking up the mime type requires
477 // if (VDBG) Rlog.v(TAG, "- MIME type: "
484 // MIME type: Phone.CONTENT_ITEM_TYPE (= "vnd.android.cursor.item/phone_v2")
489 // MIME type: Data.CONTENT_TYPE (= "vnd.android.cursor.dir/data")
496 // MIME type: PhoneLookup.CONTENT_TYPE (= "vnd.android.cursor.dir/phone_lookup")
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp 239 const char *mime; local
240 CHECK(meta->findCString(kKeyMIMEType, &mime));
242 if (!strncasecmp("audio/", mime, 6)) {
243 if (isSupportedCodec(mime)) {
246 if (!strcasecmp(MEDIA_MIMETYPE_AUDIO_RAW, mime)) {
790 bool AudioSfDecoder::isSupportedCodec(const char* mime) {
793 if (!strcasecmp(mime, kPlaybackOnlyCodecs[i])) {
  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfo.java 451 * and that the mime types match what we expect...)
462 // The logic here *used* to be based on the mime type of contactRef
464 // RawContacts.CONTACT_ID column). But looking up the mime type requires
475 // if (VDBG) Rlog.v(TAG, "- MIME type: "
482 // MIME type: Phone.CONTENT_ITEM_TYPE (= "vnd.android.cursor.item/phone_v2")
487 // MIME type: Data.CONTENT_TYPE (= "vnd.android.cursor.dir/data")
494 // MIME type: PhoneLookup.CONTENT_TYPE (= "vnd.android.cursor.dir/phone_lookup")

Completed in 1046 milliseconds

<<21222324252627282930>>