OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Mime
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
Metrics.java
109
// Indices for bucketing
mime
types.
113
private static final int MIME_NONE = 1; // null
mime
137
public @interface
Mime
{}
329
// Then log auxiliary data (roots/
mime
types) associated with some actions.
712
* Generates an int identifying a
mime
type. For privacy, this function only recognizes a small
718
private static @
Mime
int sanitizeMime(String mimeType) {
[
all
...]
/external/ImageMagick/www/api/
mime.php
9
<title>ImageMagick: MagickCore, C API for ImageMagick:
Mime
Methods</title>
15
<meta name="keywords" content="magickcore, c, api, for, imagemagick:,
mime
, methods, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
55
<p class="text-center"><a href="
mime
.php#AcquireMimeCache">AcquireMimeCache</a> • <a href="
mime
.php#GetMimeInfoList">GetMimeInfoList</a> • <a href="
mime
.php#GetMimeList">GetMimeList</a> • <a href="
mime
.php#GetMimeDescription">GetMimeDescription</a> • <a href="
mime
.php#GetMimeType">GetMimeType</a> • <a href="
mime
.php#ListMimeInfo">ListMimeInfo</a></p>
148
<p>GetMimeDescription() returns the
mime
type description.</p>
170
<p>GetMimeType() returns the
mime
type.</p
[
all
...]
/prebuilts/go/darwin-x86/src/net/textproto/
reader.go
438
// ReadMIMEHeader reads a
MIME
-style header from r.
480
return m, ProtocolError("malformed
MIME
header line: " + string(kv))
545
//
MIME
header key s. The canonicalization converts the first
549
//
MIME
header keys are assumed to be ASCII only.
609
//
MIME
headers are ASCII only, so no Unicode issues.
658
"
Mime
-Version",
/prebuilts/go/linux-x86/src/net/textproto/
reader.go
438
// ReadMIMEHeader reads a
MIME
-style header from r.
480
return m, ProtocolError("malformed
MIME
header line: " + string(kv))
545
//
MIME
header key s. The canonicalization converts the first
549
//
MIME
header keys are assumed to be ASCII only.
609
//
MIME
headers are ASCII only, so no Unicode issues.
658
"
Mime
-Version",
Completed in 127 milliseconds