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

1 2 3

  /external/curl/tests/server/
base64.pl 3 use MIME::Base64 qw(encode_base64);
  /external/syslinux/utils/
md5pass 5 use MIME::Base64;
30 $salt = MIME::Base64::encode(random_bytes(6), '');
sha1pass 5 use MIME::Base64;
30 $salt = MIME::Base64::encode(random_bytes(6), '');
  /external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
InterpreterConstants.java 58 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
mediatype.go 5 package mime package
79 return errors.New("mime: no media type")
85 return errors.New("mime: expected slash after first token")
89 return errors.New("mime: expected token after slash")
92 return errors.New("mime: unexpected content after media subtype")
137 return "", nil, errors.New("mime: invalid media parameter")
154 return "", nil, errors.New("mime: duplicate parameter name")
260 // No known MIME generators emit unnecessary backslash escapes
265 // with MSIE without affecting the way they handle conforming MIME
323 return "", fmt.Errorf("mime: bogus characters after %%: %q", s
    [all...]
  /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
mediatype.go 5 package mime package
79 return errors.New("mime: no media type")
85 return errors.New("mime: expected slash after first token")
89 return errors.New("mime: expected token after slash")
92 return errors.New("mime: unexpected content after media subtype")
137 return "", nil, errors.New("mime: invalid media parameter")
154 return "", nil, errors.New("mime: duplicate parameter name")
260 // No known MIME generators emit unnecessary backslash escapes
265 // with MSIE without affecting the way they handle conforming MIME
323 return "", fmt.Errorf("mime: bogus characters after %%: %q", s
    [all...]
  /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 5 # A list of UCM's to build for core MIME/Unix/Windows encodings
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
InterpreterProvider.java 55 public static final String MIME = "vnd.android.cursor.item/vnd.googlecode.interpreter";
78 return MIME;
  /frameworks/base/wifi/tests/assets/hsr1/
HSR1ProfileWithCACert.conf 0 MIME-Version: 1.0
  /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
  /prebuilts/go/linux-x86/src/net/textproto/
header.go 7 // A MIMEHeader represents a MIME-style header mapping
  /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 

Completed in 2118 milliseconds

1 2 3