HomeSort by relevance Sort by last modified time
    Searched full:disposition (Results 276 - 300 of 550) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email_renamed.py 274 "Content-Disposition: blarg; filename\n")
373 msg.add_header('Content-Disposition', 'attachment', filename='bud.gif')
374 msg.del_param('filename', 'content-disposition')
375 self.assertEqual(msg['content-disposition'], 'attachment')
    [all...]
  /external/libchrome/sandbox/win/src/
nt_internals.h 94 // Create disposition values.
131 // Create/open result values. These are the disposition values returned on the
394 OUT PULONG Disposition OPTIONAL);
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
MimeUtility.java 373 String disposition = part.getDisposition(); local
374 String dispositionType = MimeUtility.getHeaderParameter(disposition, null);
375 // If a disposition is not specified, default to "inline"
MimeHeader.java 39 public static final String HEADER_CONTENT_DISPOSITION = "Content-Disposition";
  /packages/services/Telephony/src/com/android/phone/common/mail/internet/
MimeUtility.java 372 String disposition = part.getDisposition(); local
373 String dispositionType = MimeUtility.getHeaderParameter(disposition, null);
374 // If a disposition is not specified, default to "inline"
MimeHeader.java 38 public static final String HEADER_CONTENT_DISPOSITION = "Content-Disposition";
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/test/data/
msg_43.txt 21 Content-Disposition: inline
37 Content-Disposition: inline
197 Content-Disposition: inline
  /prebuilts/gdb/linux-x86/lib/python2.7/email/test/data/
msg_43.txt 21 Content-Disposition: inline
37 Content-Disposition: inline
197 Content-Disposition: inline
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_43.txt 21 Content-Disposition: inline
37 Content-Disposition: inline
197 Content-Disposition: inline
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_43.txt 21 Content-Disposition: inline
37 Content-Disposition: inline
197 Content-Disposition: inline
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cfgmgr32.h     [all...]
cdoexstr.h 271 #define cdoContentDispositionType L"urn:schemas:httpmail:content-disposition-type"
325 #define cdoContentDisposition L"urn:schemas:mailheader:content-disposition"
332 #define cdoDisposition L"urn:schemas:mailheader:disposition"
333 #define cdoDispositionNotificationTo L"urn:schemas:mailheader:disposition-notification-to"
  /external/chromium-trace/catapult/dashboard/dashboard/
rietveld_service.py 121 lines.append('Content-Disposition: form-data; name="%s"' % key)
128 lines.append('Content-Disposition: form-data; name="%s"; filename="%s"' %
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
test_connection.py 75 rh = {'response-content-disposition': 'attachment; filename="foo.txt"'}
80 rh = {'response-content-disposition': 'attachment; filename="foo&z%20ar&ar&zar&bar.txt"'}
  /external/google-benchmark/
mingw.py 137 content = stream.getheader('Content-Disposition') or ''
139 content = stream.headers.getheader('Content-Disposition') or ''
  /external/google-breakpad/src/common/windows/
http_upload.cc 291 request_body->append("Content-Disposition: form-data; name=\"" +
308 request_body->append("Content-Disposition: form-data; "
  /external/owasp/sanitizer/tools/
googlecode_upload.py 128 'Content-Disposition: form-data; name="%s"' % key,
141 'Content-Disposition: form-data; name="filename"; filename="%s"'
  /frameworks/base/core/java/android/content/
SyncResult.java 24 * Based on the values here the SyncManager will determine the disposition of the
108 * the disposition of the sync.
SyncStats.java 25 * disposition of the sync. See {@link SyncResult} for further dicussion on how the
  /frameworks/base/core/java/android/webkit/
CacheManager.java 167 * Gets the value of the HTTP 'Content-Disposition' header with which
170 * @return the HTTP 'Content-Disposition' header for this cache entry
  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
Rfc822OutputTests.java 183 assertNull(header.getField("content-disposition"));
227 assertNotNull(header.getField("content-disposition"));
  /external/curl/src/
tool_cfgable.h 194 bool content_disposition; /* use Content-disposition filename */
tool_sdecls.h 40 * set using a server-specified Content-Disposition filename, otherwise FALSE.
  /external/llvm/test/Transforms/LoopSimplify/
ashr-crash.ll 14 ; loop disposition is still marked as non-loop-invariant, which is
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 62 /** Regex used to parse content-disposition headers */
179 * Parse the Content-Disposition HTTP Header. The format of the header
286 // If we couldn't do anything with the hint, move toward the content disposition
291 Log.v(Constants.TAG, "getting filename from content-disposition");

Completed in 646 milliseconds

<<11121314151617181920>>