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

1 2 34 5 6 7 8 91011>>

  /external/webkit/WebKit/gtk/tests/
testmimehandling.c 144 "signal::mime-type-policy-decision-requested", mime_type_policy_decision_requested_cb, g_strdup(name),
207 g_test_add_func("/webkit/mime/PDF", test_mime_pdf);
208 g_test_add_func("/webkit/mime/HTML", test_mime_html);
209 g_test_add_func("/webkit/mime/TEXT", test_mime_text);
210 g_test_add_func("/webkit/mime/OGG", test_mime_ogg);
  /frameworks/base/media/libdrm/mobile1/include/jni/
drm1_jni.h 204 * DRM MIME type defines
207 android_drm_mobile1_DrmRawContent_DRM_MIMETYPE_MESSAGE /**< The "application/vnd.oma.drm.message" MIME type */
209 android_drm_mobile1_DrmRawContent_DRM_MIMETYPE_CONTENT /**< The "application/vnd.oma.drm.content" MIME type */
211 android_drm_mobile1_DrmRightsManager_DRM_MIMETYPE_RIGHTS_XML /**< The "application/vnd.oma.drm.rights+xml" MIME type */
213 android_drm_mobile1_DrmRightsManager_DRM_MIMETYPE_RIGHTS_WBXML /**< The "application/vnd.oma.drm.rights+wbxml" MIME type */
  /external/opencore/nodes/pvsocketnode/src/
pvmf_socket_node.cpp 3403 OSCL_HeapString<OsclMemAllocator> mime; local
    [all...]
  /external/icu4c/data/mappings/
convrtrs.txt 48 # curly braces, as in ISO_8859-1:1987{IANA*} iso-8859-1 { MIME* } or
49 # some-charset{MIME* IANA*}. The order of tags does not matter, and
64 # Supporting XML parsers, HTML, MIME, and similar applications
127 MIME # Source: http://www.iana.org/assignments/character-sets
136 UTF-8 { IANA* MIME* JAVA* WINDOWS }
149 UTF-16 { IANA* MIME* JAVA* } ISO-10646-UCS-2 { IANA }
159 UTF-16BE { IANA* MIME* JAVA* } x-utf-16be { JAVA }
183 UTF-16LE { IANA* MIME* JAVA* } x-utf-16le { JAVA }
200 UTF-32 { IANA* MIME* } ISO-10646-UCS-4 { IANA }
291 UTF-7 { IANA* MIME* WINDOWS } windows-65000 { WINDOWS*
    [all...]
  /external/opencore/oscl/oscl/osclregcli/src/
oscl_registry_access_client.h 71 ** Lookup a factory by registry and component mime type.
72 ** @param aComponent: registry+component MIME type
80 ** @param aRegistry: registry MIME type
  /external/webkit/WebCore/loader/mac/
LoaderNSURLExtras.mm 73 // No mime type reported. Just return the filename we have now.
78 // Do not correct filenames that are reported with a mime type of tar, and
92 // The extension doesn't match the MIME type. Correct this.
  /external/webkit/WebKit/win/Interfaces/
IWebResource.idl 51 @param MIMEType The MIME type of the resource.
75 @result The MIME type of the resource.
78 HRESULT MIMEType([out, retval] BSTR* mime);
  /development/samples/NotePad/src/com/example/android/notepad/
NotePad.java 44 * The MIME type of {@link #CONTENT_URI} providing a directory of notes.
49 * The MIME type of a {@link #CONTENT_URI} sub-directory of a single note.
  /external/opencore/protocols/rtp_payload_parser/rfc_3640/include/
rfc3640_payload_parser.h 47 //This is where the parser gets the SDP MIME types
66 //These correspond to the MIME types specified in RFC3640.
  /external/opencore/protocols/sdp/parser/src/
sdpparser.cpp 37 OsclMemoryFragment mime; member in struct:mime_payload_pair
364 // the "a=rtpmap" lines which contain the MIME type.
379 OSCL_StackString<15> mime((const char*)(encoding_name.ptr), encoding_name.len);
380 PVMF_SDP_PARSER_LOGINFO((0, "SDP_Parser::parseSDP - a=rtpmap mime=%s", mime.get_cstr()));
622 // Any Mime type coming repeatedly with different payload numbers
634 if (oscl_strncmp((char*)mime_payload_pair_vector[ii].mime.ptr,
650 mpp.mime.len = all_media_encoding_names[ll].len;
651 mpp.mime.ptr = all_media_encoding_names[ll].ptr;
660 mpp.mime.len = all_media_encoding_names[ll].len
    [all...]
  /external/opencore/pvmi/content_policy_manager/include/
cpm_types.h 45 /* MIME strings for CPM Plugins */
48 /* MIME strings for CPM Content Formats */
  /external/webkit/WebCore/plugins/
Plugin.cpp 64 MimeClassInfo* mime = plugins[m_index]->mimes[index];
68 if (mimes[i] == mime)
  /external/webkit/WebKit/chromium/public/
WebFileChooserParams.h 48 // |acceptTypes| has a comma-separated MIME types such as "audio/*,text/plain".
49 // The dialog may restrict selectable files to the specified MIME types.
  /frameworks/base/docs/html/guide/topics/manifest/
data-element.jd 7 android:<a href="#mime">mimeType</a>="<i>string</i>"
20 be just a data type (the <code><a href="{@docRoot}guide/topics/manifest/data-element.html#mime">mimeType</a></code> attribute),
81 <dt><a name="mime"></a>{@code android:mimeType}</dt>
82 <dd>A MIME media type, such as {@code image/jpeg} or {@code audio/mpeg4-generic}.
86 <p class="note">Note: MIME type matching in the Android framework is
87 case-sensitive, unlike formal RFC MIME types. As a result, you should always
88 specify MIME types using lowercase letters.</p>
147 If the filter has a data type set (the <code><a href="{@docRoot}guide/topics/manifest/data-element.html#mime">mimeType</a></code>
  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageTransferHandler.java 48 String mime = flavor.getMimeType(); local
49 DataFlavor flave = new DataFlavor(mime);
  /dalvik/libcore/luni/src/main/java/java/net/
UnknownServiceException.java 25 * there is an invalid MIME type or the application wants to send data over a
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/
types.properties 18 # mapping between file extensions and MIME types. It uses
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
FileNameMapTest.java 48 assertEquals("getContentTypeFor returns incorrect MIME type for " +
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
SampleSyncAdapterColumns.java 25 * MIME-type used when storing a profile {@link Data} entry.
  /external/bluetooth/glib/gio/xdgmime/
xdgmimeicon.h 47 const char *mime);
  /external/webkit/WebCore/plugins/chromium/
PluginDataChromium.h 34 // plugin's mime type for this extension. Otherwise returns an empty string.
  /frameworks/base/include/media/stagefright/
MediaExtractor.h 32 const sp<DataSource> &source, const char *mime = NULL);
  /frameworks/base/media/java/android/media/
MediaScannerClient.java 36 * Called by native code to return mime type extracted from DRM content.
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/
M4vH263Decoder.cpp 89 const char *mime = NULL; local
91 CHECK(meta->findCString(kKeyMIMEType, &mime));
94 if (!strcasecmp(MEDIA_MIMETYPE_VIDEO_MPEG4, mime)) {
97 CHECK(!strcasecmp(MEDIA_MIMETYPE_VIDEO_H263, mime));
  /packages/apps/Contacts/src/com/android/contacts/util/
Constants.java 29 * Specific MIME-type for {@link Phone#CONTENT_ITEM_TYPE} entries that

Completed in 223 milliseconds

1 2 34 5 6 7 8 91011>>