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

<<11121314151617181920>>

  /external/google-breakpad/src/common/mac/
HTTPMultipartUpload.m 58 @"--%@\r\nContent-Disposition: form-data; name=\"%@\"\r\n\r\n%@\r\n";
69 NSString *fmt = @"--%@\r\nContent-Disposition: form-data; name=\"%@\"; "
  /external/guava/guava/src/com/google/common/net/
HttpHeaders.java 139 /** The HTTP {@code Content-Disposition} header field name. */
140 public static final String CONTENT_DISPOSITION = "Content-Disposition";
  /external/testng/kobalt/wrapper/
kobalt-wrapper.jar 
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
Rfc822Output.java 219 // Most attachments (real files) will send Content-Disposition. The suppression option
222 writeHeader(writer, "Content-Disposition",
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
signal.h 384 /* Set the disposition of SIG to SIG_IGN. */
387 /* Set the disposition of SIG. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
signal.h 384 /* Set the disposition of SIG to SIG_IGN. */
387 /* Set the disposition of SIG. */
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
HttpFacade.java 120 String contentDisposition = urlConnection.getHeaderField("Content-Disposition");
  /prebuilts/go/darwin-x86/src/net/http/
request_test.go 677 Content-Disposition: form-data; name="filea"; filename="filea.txt"
682 Content-Disposition: form-data; name="fileb"; filename="fileb.txt"
687 Content-Disposition: form-data; name="texta"
691 Content-Disposition: form-data; name="textb"
  /prebuilts/go/linux-x86/src/net/http/
request_test.go 677 Content-Disposition: form-data; name="filea"; filename="filea.txt"
682 Content-Disposition: form-data; name="fileb"; filename="fileb.txt"
687 Content-Disposition: form-data; name="texta"
691 Content-Disposition: form-data; name="textb"
  /system/update_engine/payload_consumer/
filesystem_verifier_action.cc 166 brillo::FileStream::Disposition::OPEN_EXISTING,
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduParser.java 89 * Whether to parse content-disposition part header
97 * @param parseContentDisposition whether to parse the Content-Disposition part header
    [all...]
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
PduParser.java 86 * Whether to parse content-disposition part header
94 * @param parseContentDisposition whether to parse the Content-Disposition part header
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduParser.java 101 * Whether to parse content-disposition part header
109 * @param parseContentDisposition whether to parse the Content-Disposition part header
    [all...]
  /packages/inputmethods/LatinIME/java/res/values/
strings.xml 273 be a QWERTY, or AZERTY, or any other disposition that only offers Latin characters, so
287 disposition rather than other common dispositions for Latin languages. [CHAR LIMIT=25] -->
298 disposition rather than other common dispositions for Latin languages. [CHAR LIMIT=25] -->
309 disposition rather than other common dispositions for Latin languages. [CHAR LIMIT=25] -->
320 disposition rather than other common dispositions for Latin languages. [CHAR LIMIT=25] -->
331 disposition rather than other common dispositions for Latin languages. [CHAR LIMIT=25] -->
342 disposition that offers additional keys, but smaller keys compared to other common dispositions for
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
translation_helper.py 53 CONTENT_DISPOSITION_REGEX = re.compile(r'^content-disposition', re.I)
193 headers['content-disposition'] = None
195 headers['content-disposition'] = (
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
message.py 403 msg.add_header('content-disposition', 'attachment', filename='bud.gif')
678 The filename is extracted from the Content-Disposition header's
684 filename = self.get_param('filename', missing, 'content-disposition')
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
message.py 403 msg.add_header('content-disposition', 'attachment', filename='bud.gif')
678 The filename is extracted from the Content-Disposition header's
684 filename = self.get_param('filename', missing, 'content-disposition')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
message.py 403 msg.add_header('content-disposition', 'attachment', filename='bud.gif')
678 The filename is extracted from the Content-Disposition header's
684 filename = self.get_param('filename', missing, 'content-disposition')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
message.py 403 msg.add_header('content-disposition', 'attachment', filename='bud.gif')
678 The filename is extracted from the Content-Disposition header's
684 filename = self.get_param('filename', missing, 'content-disposition')
  /external/apache-http/android/src/com/android/internal/http/multipart/
FilePart.java 183 * Write the disposition header to the output stream
  /external/bison/tests/
skeletons.at 297 # On some platforms, the default disposition for SIGPIPE is terminate,
  /external/chromium-trace/catapult/third_party/Paste/paste/
httpheaders.py 804 Content-Disposition, RFC 2183 (use ``CONTENT_DISPOSITION``)
822 the disposition is assumed to be an ``attachment``. These are
868 _ContentDisposition('Content-Disposition', 'entity', 'RFC 2183')
    [all...]
  /external/clang/tools/scan-view/share/
Reporter.py 106 msg.add_header('Content-Disposition', 'attachment', filename=os.path.basename(path))
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
SmtpSenderUnitTests.java 215 mockTransport.expect("Content-Disposition: attachment;");
  /packages/apps/Launcher3/res/values-fr/
strings.xml 61 <string name="migration_cling_use_default" msgid="2626475813981258626">"DISPOSITION PAR DÉFAUT"</string>

Completed in 809 milliseconds

<<11121314151617181920>>