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

1 2 3 4 56 7 8 91011>>

  /external/nanohttpd/core/src/test/java/fi/iki/elonen/
HttpPostRequestTest.java 76 "--" + divider + "\r\n" + "Content-Disposition: form-data; name=\"" + HttpPostRequestTest.FIELD + "\"; filename=\"" + fileName + "\"\r\n"
120 "--" + divider + "\r\n" + "Content-Disposition: form-data; name=\"" + HttpPostRequestTest.FIELD + "\"\r\n" + "\r\n" + HttpPostRequestTest.VALUE + "\r\n"
121 + "--" + divider + "\r\n" + "Content-Disposition: form-data; name=\"" + HttpPostRequestTest.FIELD2 + "\"\r\n" + "\r\n" + HttpPostRequestTest.VALUE2
139 "--" + divider + "\r\n" + "Content-Disposition: form-data; name=\"" + HttpPostRequestTest.FIELD + "\"\r\n" + "\r\n" + HttpPostRequestTest.VALUE + "\r\n"
140 + "--" + divider + "\r\n" + "Content-Disposition: form-data; name=\"" + HttpPostRequestTest.FIELD2 + "\"\r\n" + "\r\n" + HttpPostRequestTest.VALUE2
158 "--" + divider + "\r\n" + "Content-Disposition: form-data; name=\"" + HttpPostRequestTest.FIELD + "\"\r\n" + "\r\n" + HttpPostRequestTest.VALUE + "\r\n"
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
MultipartBuilder.java 177 StringBuilder disposition = new StringBuilder("form-data; name="); local
178 appendQuotedString(disposition, name);
181 disposition.append("; filename=");
182 appendQuotedString(disposition, filename);
185 return addPart(Headers.of("Content-Disposition", disposition.toString()), value);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
MultipartForm.java 131 writer.append("Content-Disposition: form-data; name=\"").append(name).println("\"");
138 writer.append("Content-Disposition: form-data; name=\"").append(name);
  /external/curl/tests/data/
test2006 20 Content-Disposition: filename=name2006; charset=funny; option=strange
94 Content-Disposition: filename=name2006; charset=funny; option=strange
test2007 21 Content-Disposition: filename=name2007; charset=funny; option=strange
95 Content-Disposition: filename=name2007; charset=funny; option=strange
test2008 20 Content-Disposition: filename=name2008; charset=funny; option=strange
87 Content-Disposition: filename=name2008; charset=funny; option=strange
test2009 21 Content-Disposition: filename=name2009; charset=funny; option=strange
88 Content-Disposition: filename=name2009; charset=funny; option=strange
test2010 20 Content-Disposition: filename=name2010; charset=funny; option=strange
87 Content-Disposition: filename=name2010; charset=funny; option=strange
test1342 35 HTTP GET with -O -i without Content-Disposition, -D file
test1424 47 HTTP GET -o fname without Content-Disposition (unmet time condition)
test158 48 Content-Disposition: form-data; name="name"
test2013 20 Content-Disposition: filename=name2013; charset=funny; option=strange
test2014 20 Content-Disposition: filename=name2014; charset=funny; option=strange
test2015 20 Content-Disposition: filename=name2015; charset=funny; option=strange
test2016 20 Content-Disposition: filename=name2016; charset=funny; option=strange
test2017 20 Content-Disposition: filename=name2017; charset=funny; option=strange
test2018 20 Content-Disposition: filename=name2018; charset=funny; option=strange
test2019 20 Content-Disposition: filename=name2019; charset=funny; option=strange
test2020 20 Content-Disposition: filename=name2020; charset=funny; option=strange
test2021 20 Content-Disposition: filename=name2021; charset=funny; option=strange
test2022 20 Content-Disposition: filename=name2022; charset=funny; option=strange
test587 50 Content-Disposition: form-data; name="sendfile"; filename="postit2.c"
  /external/lzma/CPP/Windows/
Registry.h 34 LPDWORD disposition = NULL) throw();
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/test/data/
msg_15.txt 46 Content-disposition: attachment
  /prebuilts/gdb/linux-x86/lib/python2.7/email/test/data/
msg_15.txt 46 Content-disposition: attachment

Completed in 1862 milliseconds

1 2 3 4 56 7 8 91011>>