/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_02.txt | 0 MIME-version: 1.0
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
upload.py | 137 # Build up the MIME payload for the POST data
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
header.py | 152 """Create a MIME-compliant header that can contain many character sets. 238 """Append a string to the MIME header. 344 # MIME-encode a header with many different charsets and/or encodings. 346 # Given a list of pairs (string, charset), return a MIME-encoded
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_02.txt | 0 MIME-version: 1.0
|
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.1/ |
httpmime-4.1.pom | 38 HttpComponents HttpClient - MIME coded entities
|
/external/chromium/net/data/proxy_resolver_perftest/ |
no-ads.pac | 243 // MIME type when loading the PAC from a web server. 276 // the correct MIME type on the file before using it. You must configure 278 // MIME type. 291 // Click the "File Types" button in the "MIME Map" section 294 // Enter "application/x-ns-proxy-autoconfig" for "Content Type (MIME)" 295 // Click OK to close the Add type dialog, the MIME types dialog, 339 // IE doesn't currently check the MIME type of the PAC file. [all...] |
/external/chromium_org/net/data/proxy_resolver_perftest/ |
no-ads.pac | 243 // MIME type when loading the PAC from a web server. 276 // the correct MIME type on the file before using it. You must configure 278 // MIME type. 291 // Click the "File Types" button in the "MIME Map" section 294 // Enter "application/x-ns-proxy-autoconfig" for "Content Type (MIME)" 295 // Click OK to close the Add type dialog, the MIME types dialog, 339 // IE doesn't currently check the MIME type of the PAC file. [all...] |
/frameworks/av/media/libmediaplayerservice/ |
StagefrightRecorder.cpp | 820 const char *mime; local 824 mime = MEDIA_MIMETYPE_AUDIO_AMR_NB; 827 mime = MEDIA_MIMETYPE_AUDIO_AMR_WB; 830 mime = MEDIA_MIMETYPE_AUDIO_AAC; 834 mime = MEDIA_MIMETYPE_AUDIO_AAC; 838 mime = MEDIA_MIMETYPE_AUDIO_AAC; 846 encMeta->setCString(kKeyMIMEType, mime); [all...] |
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
VideoEditor3gpReader.cpp | 1445 const char *mime; local [all...] |
/ndk/docs/opensles/ |
index.html | 264 <h4>MIME data format</h4> 266 The MIME data format can be used with URI data locator only, and only 340 The URI data locator can be used with MIME data format only, and 485 and MIME data format. 569 access. The data format must be MIME. 642 file descriptor data locator with MIME data format, and the data sink is 685 Android buffer queue data locator with MIME data format, and the data 687 The MIME data format should be configured as: 691 <dt>MIME type string [all...] |
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
EmailSyncAdapter.java | 211 // window, body preference type (HTML for EAS 12.0 and later; MIME for EAS 2.5), and 214 // so we turn MIME support off. Note that we are always using EAS 2.5 if there are fetch 241 // Use MIME data for EAS 2.5 248 // Ask for plain text, rather than MIME data. This guarantees that we'll get a usable 560 // We get MIME data for EAS 2.5. First we parse it, then we take the 563 // If the MIME data is truncated, don't bother parsing it, because [all...] |
EmailSyncParser.java | 158 // We get MIME data for EAS 2.5. First we parse it, then we take the 161 // If the MIME data is truncated, don't bother parsing it, because 395 * Parses untruncated MIME data, saving away the text parts 397 * @param mimeData the MIME data we've received from the server 507 // Note: The MimeTypeMap method currently uses a very limited set of mime types [all...] |
/external/chromium_org/content/renderer/media/android/ |
webmediaplayer_android.cc | 345 // to the mime-type. There may be no mime-type on a redirect URL. 350 std::string mime; 351 if(!net::GetMimeTypeFromFile(base::FilePath(url_.path()), &mime)) 353 return mime.find("audio/") == std::string::npos; [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
ABOUT-NLS | 331 shared-mime-info | [] [] [] [] () [] [] [] | [all...] |
/external/elfutils/ |
ABOUT-NLS | 332 shared-mime-info | [] [] [] [] | [all...] |
/frameworks/base/core/tests/coretests/src/android/app/ |
DownloadManagerBaseTest.java | 405 * Sets the MIME type of file that will be served from the mock server 407 * @param type The MIME type to return from the server 414 * Gets the MIME content string for a given type 416 * @param type The MIME type to return 417 * @return the String representation of that MIME content type [all...] |
/frameworks/support/v4/java/android/support/v4/content/ |
FileProvider.java | 440 * Returns the MIME type of a content URI returned by 445 * @return If the associated file has an extension, the MIME type associated with that 456 final String mime = MimeTypeMap.getSingleton().getMimeTypeFromExtension(extension); local 457 if (mime != null) { 458 return mime; [all...] |
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
URLConnectionTest.java | 608 // Tests for the standard MIME types -- users may override these [all...] |
/ndk/sources/host-tools/sed-4.2.1/ |
ABOUT-NLS | 334 shared-mime-info | [] [] [] | [all...] |
/frameworks/base/core/java/android/content/ |
Intent.java | 129 * <li> <p><b>type</b> -- Specifies an explicit type (a MIME type) of the 154 * <li> <p><b>{@link #ACTION_GET_CONTENT} with MIME type 160 * <li> <p><b>{@link #ACTION_GET_CONTENT} with MIME type 396 * with a single note, as decribed by the MIME type 656 * <p>Input: {@link #getType} is the desired MIME type of the item to create or edit. [all...] |
/frameworks/base/core/java/android/provider/ |
ContactsContract.java | 446 * The MIME-type of {@link #CONTENT_URI} providing a directory of 453 * The MIME type of a {@link #CONTENT_URI} item. [all...] |
/external/chromium_org/chrome/renderer/ |
chrome_content_renderer_client.cc | 532 // Webkit might say that mime type is null while we already know the 533 // actual mime type via ChromeViewHostMsg_GetPluginInfo. In that case 609 // If this is an external plugin that handles the NaCl mime type, we 622 // module using the MIME type. The app URL is the manifest URL. 749 // additonal 'nacl' param associated with the MIME type. 754 // Look for the manifest URL among the MIME type's additonal parameters. [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/ |
OMX_WbAmrDecoder.h | 121 * @def INPUT_WBAMRDEC_BUFFER_SIZE_MIME Default input buffer size MIME 242 * @param OMX_IndexCustomModeMimeConfig_WBAMRDEC Sets the MIME mode 292 * @param WBAMR_DEC_MIMEMODE MIME 294 * @param WBAMR_DEC_NONMIMEMODE NON MIME 341 * @param WBAMR_DEC_MODE_MIME MIME 343 * @param WBAMR_DEC_MODE_NONMIME NON MIME
|
/external/apache-http/src/org/apache/commons/codec/binary/ |
Base64.java | 28 * from RFC 2045 <cite>Multipurpose Internet Mail Extensions (MIME) Part One: 249 // for compliance with RFC 2045 MIME, then it is important to
|
/external/chromium/chrome/browser/search_engines/ |
template_url_parser.cc | 52 // Mime type for search results. 55 // Mime type for as you type suggestions.
|