HomeSort by relevance Sort by last modified time
    Searched refs:MIME (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/curl/tests/server/
base64.pl 3 use MIME::Base64 qw(encode_base64);
  /external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
InterpreterConstants.java 60 public static final String MIME = "script/";
  /prebuilts/go/darwin-x86/src/mime/
type.go 5 // Package mime implements parts of the MIME spec.
6 package mime package
19 // extensions maps from MIME type to list of lowercase file
84 // TypeByExtension returns the MIME type associated with the file extension ext.
91 // system's mime.types file(s) if available under one or more of these
94 // /etc/mime.types
95 // /etc/apache2/mime.types
96 // /etc/apache/mime.types
98 // On Windows, MIME types are extracted from the registry
    [all...]
type_test.go 5 package mime package
37 // of MIME text files (in testdata/*). On Windows, we test the
  /prebuilts/go/linux-x86/src/mime/
type.go 5 // Package mime implements parts of the MIME spec.
6 package mime package
19 // extensions maps from MIME type to list of lowercase file
84 // TypeByExtension returns the MIME type associated with the file extension ext.
91 // system's mime.types file(s) if available under one or more of these
94 // /etc/mime.types
95 // /etc/apache2/mime.types
96 // /etc/apache/mime.types
98 // On Windows, MIME types are extracted from the registry
    [all...]
type_test.go 5 package mime package
37 // of MIME text files (in testdata/*). On Windows, we test the
  /cts/tests/tests/media/src/android/media/cts/
ResourceManagerTestActivityBase.java 39 private static final String MIME = MediaFormat.MIMETYPE_VIDEO_AVC;
74 MediaFormat format = MediaFormat.createVideoFormat(MIME, width, height);
94 caps = info.getCapabilitiesForType(MIME);
107 // mime is not supported
159 CodecCapabilities caps = info.getCapabilitiesForType(MIME);
  /external/icu/icu4c/source/data/mappings/
ucmcore.mk 3 # A list of UCM's to build for core MIME/Unix/Windows encodings
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
InterpreterProvider.java 56 public static final String MIME = "vnd.android.cursor.item/vnd.googlecode.interpreter";
79 return MIME;
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 38 use MIME::Base64;
125 my ($user,$pass) = split ":", MIME::Base64::decode($1);
  /prebuilts/go/darwin-x86/src/net/textproto/
header.go 7 // A MIMEHeader represents a MIME-style header mapping
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/
header.go 7 // A MIMEHeader represents a MIME-style header mapping
  /prebuilts/go/darwin-x86/src/mime/multipart/
multipart.go 7 Package multipart implements MIME multipart parsing, as defined in RFC
21 "mime"
22 "mime/quotedprintable"
79 p.disposition, p.dispositionParams, err = mime.ParseMediaType(v)
86 // given MIME boundary.
89 // the message's "Content-Type" header. Use mime.ParseMediaType to
154 // before the boundary separator. Some MIME code makes empty
207 // Reader is an iterator over parts in a MIME multipart body.
318 // already read any bytes in this part and checks for the case of MIME
  /prebuilts/go/linux-x86/src/mime/multipart/
multipart.go 7 Package multipart implements MIME multipart parsing, as defined in RFC
21 "mime"
22 "mime/quotedprintable"
79 p.disposition, p.dispositionParams, err = mime.ParseMediaType(v)
86 // given MIME boundary.
89 // the message's "Content-Type" header. Use mime.ParseMediaType to
154 // before the boundary separator. Some MIME code makes empty
207 // Reader is an iterator over parts in a MIME multipart body.
318 // already read any bytes in this part and checks for the case of MIME
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 55 \subsubsection{MIME type}
57 The MIME type of Ogg files depend on the context. Specifically, complex
  /external/nanohttpd/
README.md 131 * Contains a built-in list of most common MIME types.
132 * Runtime extension support (extensions that serve particular MIME types) - example extension that serves Markdown formatted files. Simply including an extension JAR in the webserver classpath is enough for the extension to be loaded.
  /external/nanohttpd/src/site/markdown/
index.md 131 * Contains a built-in list of most common MIME types.
132 * Runtime extension support (extensions that serve particular MIME types) - example extension that serves Markdown formatted files. Simply including an extension JAR in the webserver classpath is enough for the extension to be loaded.
  /prebuilts/devtools/tools/lib/
httpmime-4.1.jar 
  /prebuilts/go/darwin-x86/src/net/http/
sniff.go 19 // a valid MIME type: if it cannot determine a more specific one, it
49 // match returns the MIME type of the data, or "" if unknown.
  /prebuilts/go/linux-x86/src/net/http/
sniff.go 19 // a valid MIME type: if it cannot determine a more specific one, it
49 // match returns the MIME type of the data, or "" if unknown.
  /prebuilts/tools/common/http-client/
httpmime-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.1/
httpmime-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.3.2/
httpmime-4.3.2.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpmime/4.1/
httpmime-4.1.jar 

Completed in 442 milliseconds

1 2 3