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

1 2 3 4 56 7 8 91011>>

  /external/opencore/nodes/pvwavffparsernode/include/
pvmf_wavffparser_defs.h 34 // Capability mime strings
  /external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/include/
pvmf_cpmplugin_passthru_oma1_types.h 25 /** Mime type for this plugin */
  /external/webkit/WebKit/mac/Plugins/Hosted/
WebHostedNetscapePluginView.h 55 MIMEType:(NSString *)MIME
  /frameworks/base/awt/javax/imageio/spi/
ImageReaderWriterSpi.java 48 * The MIME types.
119 * the an array of strings representing MIME types.
279 * Gets an array of strings representing the MIME types of the formats that
283 * @return the array MIME types.
  /frameworks/base/media/libstagefright/include/
ID3.h 45 const void *getAlbumArt(size_t *length, String8 *mime) const;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 103 * The MIME type(s) of we could share to other device.
113 * The MIME type(s) of we could not share to other device. TODO: define
121 * The MIME type(s) of we could accept from other device.
140 * The MIME type(s) of we could not accept from other device. TODO: define
  /packages/apps/Email/src/org/apache/james/mime4j/
MimeStreamParser.java 35 * Parses MIME (or RFC822) message streams of bytes or characters and reports
44 * parser.parse(new BufferedInputStream(new FileInputStream("mime.msg")));
82 * Parses a stream of bytes containing a MIME message.
89 is = new LoggingInputStream(is, "MIME", true);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AutoDictionary.java 52 private LatinIME mIme;
90 mIme = ime;
145 if (mIme.getCurrentWord().isAutoCapitalized()) {
154 mIme.promoteToUserDictionary(word, FREQUENCY_FOR_AUTO_ADD);
  /dalvik/libcore/luni/src/main/java/java/net/
URLDecoder.java 31 * application/x-www-form-urlencoded} MIME content type.
39 * x-www-form-urlencoded} MIME content type.
73 * x-www-form-urlencoded} MIME content type using the specified encoding
  /external/bluetooth/glib/docs/reference/gio/
migrating.xml 43 <row><entry>mime type</entry><entry>content type</entry></row>
148 <title>Mime monitoring</title>
151 gnome-vfs offered a way to monitor the association between mime types
  /external/opencore/android/
pvmediascanner.cpp 378 char mime[5]; local
379 mime[0] = ((brand >> 24) & 0x00FF);
380 mime[1] = ((brand >> 16) & 0x00FF);
381 mime[2] = ((brand >> 8) & 0x00FF);
382 mime[3] = ((brand >> 0) & 0x00FF);
383 mime[4] = '\0';
384 if (mime[0] == '3' && mime[1] == 'g' && mime[2] == 'p') { // 3gpp
390 } else if (mime[0] == 'm' && mime[1] == 'p' && mime[2] == '4') { // mp
    [all...]
  /external/opencore/engines/common/include/
pv_engine_types.h 177 * This function returns Mime type parameter for this command
179 * @returns The Mime type parameter for this command
197 * This function stores Mime type parameter of this command
pv_plugin_interfaces.h 134 * Audio, Video, Data etc. Each supported type is indicated by a MIME type structure.
142 * It allows a caller to ask for all UUIDs associated with a particular MIME type.
143 * If interfaces of the requested MIME type are found within the plugin, they are added
146 * Also added to the UUIDs array will be all interfaces which have the requested MIME
147 * type as a base MIME type. This functionality can be turned off.
149 * @param aMimeType The MIME type of the desired interfaces
601 //To set data format using MIME string.
604 //To set sample rate and number of channels using MIME string.
636 //To set data format using MIME string.
638 //To set sample rate and number of channels using MIME string
    [all...]
  /external/opencore/pvmi/recognizer/include/
pvmf_recognizer_plugin.h 72 * is represented by a MIME string.
75 * Reference to a list of MIME strings which will be filled in with list of formats that the plug-in can recognize.
90 * An optional input parameter expressed as a list of MIME string which provides a priori hint for the format
  /external/webkit/WebKit/android/benchmark/
Intercept.cpp 132 String mime("text/plain");
136 mime = extensionToMime.get(ext);
138 return mime;
  /external/webkit/WebKit/win/
WebResource.cpp 136 /* [retval][out] */ BSTR *mime)
138 if (!mime) {
143 *mime = BString(m_mimeType).release();
  /frameworks/base/cmds/stagefright/
record.cpp 120 const char *mime; local
121 if (!meta->findCString(kKeyMIMEType, &mime)) {
125 if (strncasecmp(mime, "video/", 6)) {
  /frameworks/base/core/java/android/provider/
SocialContract.java 49 * The mime-type of this social activity.
175 * The MIME type of {@link #CONTENT_URI} providing a directory of social
181 * The MIME type of a {@link #CONTENT_URI} subdirectory of a single
  /external/bluetooth/glib/gio/xdgmime/
xdgmimeglob.c 295 const char *mime; member in struct:__anon1274
337 mime_types[n].mime = node->mime_type;
346 mime_types[n].mime = node->mime_type;
409 mimes[n].mime = list->mime_type;
422 mime_types[i] = mimes[i].mime;
  /external/opencore/pvmi/content_policy_manager/plugins/common/include/
pvmf_cpmplugin_interface.h 120 * It allows a caller to ask for all UUIDs associated with a particular MIME type.
121 * If interfaces of the requested MIME type are found within the system, they are added
124 * Also added to the UUIDs array will be all interfaces which have the requested MIME
125 * type as a base MIME type. This functionality can be turned off.
127 * @param aMimeType The MIME type of the desired interfaces
  /external/openssl/crypto/asn1/
asn1_err.c 240 {ERR_REASON(ASN1_R_INVALID_MIME_TYPE) ,"invalid mime type"},
251 {ERR_REASON(ASN1_R_MIME_NO_CONTENT_TYPE) ,"mime no content type"},
252 {ERR_REASON(ASN1_R_MIME_PARSE_ERROR) ,"mime parse error"},
253 {ERR_REASON(ASN1_R_MIME_SIG_PARSE_ERROR) ,"mime sig parse error"},
277 {ERR_REASON(ASN1_R_SIG_INVALID_MIME_TYPE),"sig invalid mime type"},
asn_mime.c 63 /* Generalised MIME like utilities for streaming ASN1. Although many
67 /* MIME format structures
151 /* Generate the MIME "micalg" parameter from RFC3851, RFC4490 */
235 BIO_printf(bio, "MIME-Version: 1.0%s", mime_eol);
242 BIO_printf(bio, "This is an S/MIME signed message%s%s",
283 /* MIME headers */
284 BIO_printf(bio, "MIME-Version: 1.0%s", mime_eol);
445 if (strcmp (hdr->value, "application/x-pkcs7-mime") &&
446 strcmp (hdr->value, "application/pkcs7-mime")) {
577 /* This is the big one: parse MIME header lines up to message body *
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 63 private OpenWnnJAJP mIme;
212 mIme = ime;
318 ImageSpan span = new ImageSpan(mIme, imageResourceId,
344 mIme.sendDownUpKeyEvents(-1);
345 mIme.tutorialDone();
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
Encodings.java 59 * @param encoding The encoding MIME name, not a Java name for the encoding.
191 * Get the proper mime encoding. From the XSLT recommendation: "The encoding
226 * See if the mime type is equal to UTF8. If you don't
357 // Get the substring after the Mime names
397 * Get the length of the Mime names within the property value
399 * separated list of Mime names, followed optionally by a space and the
407 // the value must be all Mime names, so set the length appropriately
  /external/webkit/WebCore/platform/text/mac/
character-sets.txt 71 Alias: US-ASCII (preferred MIME name)
161 Name: ISO-2022-KR (preferred MIME name) [RFC1557,Choi]
166 Name: EUC-KR (preferred MIME name) [RFC1557,Choi]
171 Name: ISO-2022-JP (preferred MIME name) [RFC1468,Murai]
176 Name: ISO-2022-JP-2 (preferred MIME name) [RFC1554,Ohta]
465 Alias: ISO-8859-1 (preferred MIME name)
477 Alias: ISO-8859-2 (preferred MIME name)
500 Alias: ISO-8859-3 (preferred MIME name)
510 Alias: ISO-8859-4 (preferred MIME name)
551 Alias: ISO-8859-6 (preferred MIME name
    [all...]

Completed in 88 milliseconds

1 2 3 4 56 7 8 91011>>