HomeSort by relevance Sort by last modified time
    Searched full:disposition (Results 226 - 250 of 563) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/email/test/data/
msg_13.txt 27 content-disposition: attachment; filename="dingusfish.gif"
msg_26.txt 28 Content-Disposition: attachment; filename="clock.bmp"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_07.txt 18 content-disposition: attachment; filename="dingusfish.gif"
msg_13.txt 27 content-disposition: attachment; filename="dingusfish.gif"
msg_26.txt 28 Content-Disposition: attachment; filename="clock.bmp"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_07.txt 18 content-disposition: attachment; filename="dingusfish.gif"
msg_13.txt 27 content-disposition: attachment; filename="dingusfish.gif"
msg_26.txt 28 Content-Disposition: attachment; filename="clock.bmp"
  /cts/common/util/src/com/android/compatibility/common/util/
MultipartForm.java 152 writer.append("Content-Disposition: form-data; name=\"").append(name).println("\"");
159 writer.append("Content-Disposition: form-data; name=\"").append(name);
  /external/chromium-trace/catapult/third_party/Paste/tests/
test_httpheaders.py 48 ('Content-Disposition', 'attachment; filename="bingles.txt"')
89 ('Content-Disposition', 'attachment; filename="test.txt"')
  /external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
command_opts.py 51 contain spaces (such as "Content-Disposition: attachment;
57 Content-Disposition
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/
test_resumable_uploads.py 127 self.assertEqual(e.disposition,
251 self.assertEqual(e.disposition,
357 self.assertEqual(e.disposition, ResumableTransferDisposition.ABORT_CUR_PROCESS)
374 self.assertEqual(e.disposition, ResumableTransferDisposition.ABORT)
395 self.assertEqual(e.disposition, ResumableTransferDisposition.ABORT)
415 self.assertEqual(e.disposition, ResumableTransferDisposition.ABORT)
481 self.assertEqual(e.disposition, ResumableTransferDisposition.ABORT)
547 self.assertEqual(e.disposition, ResumableTransferDisposition.ABORT)
test_resumable_downloads.py 109 self.assertEqual(e.disposition,
232 self.assertEqual(e.disposition,
349 self.assertEqual(e.disposition, ResumableTransferDisposition.ABORT)
  /external/chromium-trace/catapult/third_party/typ/typ/
json_results.py 170 lines.append('Content-Disposition: form-data; name="%s"' % key)
175 lines.append('Content-Disposition: form-data; name="file"; '
  /external/curl/src/
tool_cb_hdr.c 84 * Content-Disposition header specifying a filename property.
88 (cb > 20) && checkprefix("Content-disposition:", str)) {
  /frameworks/base/core/java/android/webkit/
MimeTypeMap.java 123 * @param contentDisposition Content-disposition header given by the server.
133 // for attachment, use the filename in the Content-Disposition
  /prebuilts/go/darwin-x86/src/mime/multipart/
writer.go 126 h.Set("Content-Disposition",
137 h.Set("Content-Disposition",
  /prebuilts/go/linux-x86/src/mime/multipart/
writer.go 126 h.Set("Content-Disposition",
137 h.Set("Content-Disposition",
  /external/google-breakpad/src/common/mac/
MachIPC.h 112 disposition = in_disposition;
121 disposition = MACH_MSG_TYPE_COPY_SEND;
130 disposition = desc.disposition;
139 return disposition;
  /external/tcpdump/
print-telnet.c 117 #define TELOPT_NAOCRD 10 /* negotiate about CR disposition */
119 #define TELOPT_NAOHTD 12 /* negotiate about horizontal tab disposition */
120 #define TELOPT_NAOFFD 13 /* negotiate about formfeed disposition */
122 #define TELOPT_NAOVTD 15 /* negotiate about vertical tab disposition */
123 #define TELOPT_NAOLFD 16 /* negotiate about output LF disposition */
  /external/jetty/src/java/org/eclipse/jetty/util/
MultiPartInputStream.java 102 //We will either be writing to a file, if it has a filename on the content-disposition
321 * Get the filename from the content-disposition.
545 //get content-disposition and content-type
552 if (key.equalsIgnoreCase("content-disposition"))
562 // Extract content-disposition
566 throw new IOException("Missing content-disposition");
584 // Check disposition
  /external/lzma/CPP/Windows/
Registry.cpp 21 LPSECURITY_ATTRIBUTES securityAttributes, LPDWORD disposition) throw()
28 if (disposition != NULL)
29 *disposition = dispositionReal;
  /external/autotest/frontend/tko/
csv_encoder.py 19 response['Content-Disposition'] = (
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
setmeta.py 57 Cache-Control and remove the Content-Disposition on the specified objects:
61 -h "Content-Disposition" gs://bucket/*.html
69 -h "Content-Disposition" gs://bucket/*.html
107 SETTABLE_FIELDS = ['cache-control', 'content-disposition',
  /external/skia/tools/skiaserve/
Response.cpp 72 MHD_add_response_header(response, "Content-Disposition", dispositionString);

Completed in 2238 milliseconds

1 2 3 4 5 6 7 8 91011>>