OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mime
(Results
1 - 25
of
1033
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/bluetooth/glib/gio/xdgmime/
.gitignore
1
test-
mime
xdgmime.c
2
/* xdgmime.c: XDG
Mime
Spec
mime
resolver. Based on version 0.11 of the spec.
144
file_name = malloc (strlen (directory) + strlen ("/
mime
/
mime
.cache") + 1);
145
strcpy (file_name, directory); strcat (file_name, "/
mime
/
mime
.cache");
164
file_name = malloc (strlen (directory) + strlen ("/
mime
/globs2") + 1);
165
strcpy (file_name, directory); strcat (file_name, "/
mime
/globs2");
174
file_name = malloc (strlen (directory) + strlen ("/
mime
/globs") + 1);
175
strcpy (file_name, directory); strcat (file_name, "/
mime
/globs")
[
all
...]
Makefile.am
25
noinst_PROGRAMS = test-
mime
28
test_mime_SOURCES = test-
mime
.c
/external/webkit/Source/WebCore/manual-tests/NPN_Invoke/English.lproj/
Localized.r
9
//
MIME
Type descriptions
14
//
MIME
Types
/frameworks/base/media/libstagefright/
MediaExtractor.cpp
54
const sp<DataSource> &source, const char *
mime
) {
58
if (
mime
== NULL) {
66
mime
= tmp.string();
68
mime
, confidence);
72
// DRM
MIME
type syntax is "drm+type+original" where
74
// original is the content's cleartext
MIME
type
75
if (!strncmp(
mime
, "drm+", 4)) {
76
const char *originalMime = strchr(
mime
+4, '+');
82
if (!strncmp(
mime
, "drm+es_based+", 13)) {
85
} else if (!strncmp(
mime
, "drm+container_based+", 20))
[
all
...]
/external/bluetooth/glib/tests/bookmarks/
fail-03.xbel
4
xmlns:
mime
="http://www.freedesktop.org/standards/shared-
mime
-info"
11
<
mime
:
mime
-type type="application/postscript"/>
fail-04.xbel
7
xmlns:
mime
="http://www.freedesktop.org/standards/shared-
mime
-info"
14
<
mime
:
mime
-type type="application/postscript"/>
fail-05.xbel
7
xmlns:
mime
="http://www.freedesktop.org/standards/shared-
mime
-info"
14
<
mime
:
mime
-type type="application/postscript"/>
fail-06.xbel
7
xmlns:
mime
="http://www.freedesktop.org/standards/shared-
mime
-info"
13
<
mime
:
mime
-type type="application/postscript"/>
fail-07.xbel
7
xmlns:
mime
="http://www.freedesktop.org/standards/shared-
mime
-info"
14
<
mime
:
mime
-type type="application/postscript"/>
fail-10.xbel
7
xmlns:
mime
="http://www.freedesktop.org/standards/shared-
mime
-info"
14
<
mime
:
mime
-type type="application/postscript"/>
fail-11.xbel
7
xmlns:
mime
="http://www.freedesktop.org/standards/shared-
mime
-info"
15
<
mime
:
mime
-type type="application/postscript"/>
fail-12.xbel
7
xmlns:
mime
="http://www.freedesktop.org/standards/shared-
mime
-info"
14
<
mime
:
mime
-type type="application/postscript"/>
fail-13.xbel
7
xmlns:
mime
="http://www.freedesktop.org/standards/shared-
mime
-info"
14
<
mime
:
mime
-type type="application/postscript"/>
fail-14.xbel
7
xmlns:
mime
="http://www.freedesktop.org/standards/shared-
mime
-info"
14
<
mime
:
mime
-type type="application/postscript"/>
fail-15.xbel
7
xmlns:
mime
="http://www.freedesktop.org/standards/shared-
mime
-info"
14
<
mime
:
mime
-type type="application/postscript"/>
/external/chromium/net/base/
mime_sniffer.h
15
// The maximum number of bytes used by any internal
mime
sniffing routine. May
22
// replacement
mime
type from the content.
25
// @param mime_type The current
mime
type, e.g. from the Content-Type header.
26
// @return Returns true if we should sniff the
mime
type.
29
// Guess a
mime
type from the first few bytes of content an its URL. Always
30
// assigns |result| with its best guess of a
mime
type.
35
// @param type_hint The current
mime
type, e.g. from the Content-Type header.
36
// @param result Address at which to place the sniffed
mime
type.
37
// @return Returns true if we have enough content to guess the
mime
type.
/external/nist-sip/java/javax/sip/header/
MimeVersionHeader.java
6
String NAME = "
MIME
-Version";
/external/webkit/LayoutTests/fast/dom/HTMLLinkElement/
prefetch-expected.txt
1
prefetch.link has
MIME
type application/octet-stream
subresource-expected.txt
1
prefetch.link has
MIME
type application/octet-stream
link-and-subresource-test-expected.txt
1
nick.jpg has
MIME
type image/jpeg
2
nick.jpg has
MIME
type image/jpeg
/frameworks/base/core/java/android/content/
ClipDescription.java
32
* The
MIME
type for a clip holding plain text.
37
* The
MIME
type for a clip holding one or more URIs. This should be
40
* other piece of data; in that case the
MIME
type should be the type
46
* The
MIME
type for a clip holding an Intent.
57
* @param mimeTypes An array of
MIME
types this data is available as.
76
* Helper to compare two
MIME
types, where one may be a pattern.
77
* @param concreteType A fully-specified
MIME
type.
78
* @param desiredType A desired
MIME
type that may be a pattern such as *\/*.
79
* @return Returns true if the two
MIME
types match.
109
* Check whether the clip description contains the given
MIME
type
[
all
...]
/prebuilt/common/http-client/
httpmime-4.1.1.jar
/frameworks/base/core/java/android/webkit/
MimeTypeMap.java
25
* Two-way map that maps
MIME
-types to file extensions and vice versa.
29
* class and {@code URLConnection} share the same
MIME
-type database.
75
* Return true if the given
MIME
type has an entry in the map.
76
* @param mimeType A
MIME
type (i.e. text/plain)
84
* Return the
MIME
type for the given extension.
86
* @return The
MIME
type for the given extension or null iff there is none.
98
* Return true if the given extension has a registered
MIME
type.
107
* Return the registered extension for the given
MIME
type. Note that some
108
*
MIME
types map to multiple extensions. This call will return the most
109
* common extension for the given
MIME
type
[
all
...]
/external/webkit/Source/WebCore/platform/
MIMETypeRegistry.h
49
// Check to see if a
mime
type is suitable for being loaded inline as an
53
// Check to see if a
mime
type is suitable for being loaded as an image
57
// Check to see if a
mime
type is suitable for being encoded.
60
// Check to see if a
mime
type is suitable for being loaded as a JavaScript
64
// Check to see if a non-image
mime
type is suitable for being loaded as a
65
// document in a frame. Includes supported JavaScript
MIME
types.
68
// Check to see if a
mime
type is suitable for being loaded using <video> and <audio>
71
// Check to see if the
mime
type is not suitable for being loaded as a text
72
// document in a frame. Only valid for
mime
types begining with "text/".
75
// Check to see if a
mime
type is a valid Java applet mime typ
[
all
...]
Completed in 169 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>