HomeSort by relevance Sort by last modified time
    Searched refs:headers (Results 301 - 325 of 590) sorted by null

<<11121314151617181920>>

  /frameworks/base/media/libstagefright/httplive/
LiveSession.cpp 76 const char *url, const KeyedVector<String8, String8> *headers) {
80 if (headers != NULL) {
82 "headers",
83 new KeyedVector<String8, String8>(*headers));
160 KeyedVector<String8, String8> *headers = NULL; local
161 if (!msg->findPointer("headers", (void **)&headers)) {
164 mExtraHeaders = *headers;
166 delete headers;
167 headers = NULL
    [all...]
  /frameworks/media/libvideoeditor/lvpp/
PreviewPlayer.h 59 const char *uri, const KeyedVector<String8, String8> *headers);
104 const char *uri, const KeyedVector<String8, String8> *headers);
  /packages/apps/Browser/src/com/android/browser/
SnapshotTab.java 121 public void loadUrl(String url, Map<String, String> headers) {
126 super.loadUrl(url, headers);
  /packages/apps/Contacts/src/com/android/contacts/widget/
PinnedHeaderListDemoActivity.java 49 public void setHeaders(String[] headers) {
50 this.mHeaders = headers;
109 boolean[] hasHeader = extras.getBooleanArray("headers");
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java 154 List<String> headers = takeRequest().getHeaders(); local
155 assertTrue("No Range header: " + headers,
156 headers.contains("Range: bytes=" + initialLength + "-"));
157 assertTrue("No ETag header: " + headers, headers.contains("If-Match: " + ETAG));
170 // the first response has normal headers but unexpectedly closes after initialLength bytes
328 List<String> headers = takeRequest().getHeaders(); local
329 assertTrue(headers.contains("Header1: value1"));
330 assertTrue(headers.contains("Header2: value2"));
  /external/bouncycastle/src/main/java/org/bouncycastle/openssl/
MiscPEMGenerator.java 310 List headers = new ArrayList(2); local
312 headers.add(new PemHeader("Proc-Type", "4,ENCRYPTED"));
313 headers.add(new PemHeader("DEK-Info", dekAlgName + "," + getHexEncoded(iv)));
315 return new PemObject(type, headers, encData);
  /external/chromium/chrome/browser/automation/
url_request_automation_job.cc 28 // The list of filtered headers that are removed from requests sent via
196 info->headers = headers_;
293 if (!response.headers.empty()) {
295 net::HttpUtil::AssembleRawHeaders(response.headers.data(),
296 response.headers.size()));
407 // Strip unwanted headers.
  /external/chromium/chrome/browser/resources/options/
cookies_view.css 19 #cookies-column-headers {
25 #cookies-column-headers h3 {
  /external/chromium/chrome/common/extensions/docs/server/
chromeextensionsdocs.py 87 for key in result.headers:
88 self.response.headers[key] = result.headers[key]
168 headers={'Content-Type': 'application/x-www-form-urlencoded',
  /external/chromium/net/http/
http_stream_parser.h 45 const HttpRequestHeaders& headers,
99 // |kMaxHeaderBufSize| is the number of bytes that the response headers can
122 // Examines |read_buf_| to find the start and end of the headers. If they are
124 // the end of the headers, or -1 if the complete headers were not found, or
128 // Parse the headers into response_. Returns OK on success or a net::Error on
132 // Examine the parsed headers to try to determine the response body size.
158 // The parsed response headers. Owned by the caller.
  /external/chromium/net/spdy/
spdy_http_stream.cc 92 // Check if we already have the response headers. If so, return synchronously.
199 linked_ptr<spdy::SpdyHeaderBlock> headers(new spdy::SpdyHeaderBlock);
201 headers.get(), direct_);
202 stream_->set_spdy_headers(headers);
315 // If the response is already received, these headers are too late.
317 LOG(WARNING) << "SpdyHttpStream headers received after response started.";
321 // TODO(mbelshe): This is the time of all headers received, not just time
326 // We might not have complete headers yet.
337 response_info_->vary_data.Init(*request_info_, *response_info_->headers);
349 // valid set of headers. So we don't expect to not have headers receive
    [all...]
spdy_framer.h 43 // A datastructure for holding a set of headers from either a
148 // |headers| is the header block to include in the frame.
154 SpdyHeaderBlock* headers);
161 // |headers| is the header block to include in the frame.
165 SpdyHeaderBlock* headers);
184 // Creates an instance of SpdyHeadersControlFrame. The HEADERS frame is used
185 // for sending additional headers outside of a SYN_STREAM/SYN_REPLY. The
190 SpdyHeaderBlock* headers);
214 // We want spdy to compress headers across the entire session. As long as
  /external/chromium/webkit/glue/
multipart_response_delegate.cc 27 // The list of response headers that we do not copy from the original
113 // Headers
121 // Successfully parsed headers.
163 // Ok, back to parsing headers
214 // Grab the headers being liberal about line endings.
226 // A blank line, end of headers
238 // Eat headers
239 std::string headers("\n");
240 headers.append(data_, 0, line_end_pos);
243 // Create a WebURLResponse based on the original set of headers + th
    [all...]
weburlloader_impl.cc 71 // Skip over referrer headers found in the header map because we already
79 // implementation will add the necessary headers based on load flags.
157 info->headers = NULL;
244 const net::HttpResponseHeaders* headers = info.headers; local
245 if (!headers)
248 response->setHTTPStatusCode(headers->response_code());
249 response->setHTTPStatusText(WebString::fromUTF8(headers->GetStatusText()));
256 if (headers->EnumerateHeader(NULL, "content-disposition", &value)) {
262 if (headers->GetLastModifiedValue(&time_val)
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/html/
table30.js 79 The value of attribute headers of the tablecell element is read and checked against the expected value.
101 vheaders = testNode.headers;
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
table30.js 79 The value of attribute headers of the tablecell element is read and checked against the expected value.
101 vheaders = testNode.headers;
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
HostedNetscapePluginStream.h 82 void startStream(NSURL *, long long expectedContentLength, NSDate *lastModifiedDate, NSString *mimeType, NSData *headers);
  /frameworks/base/include/media/
IMediaPlayer.h 40 const KeyedVector<String8, String8>* headers) = 0;
  /frameworks/base/media/libmediaplayerservice/
MidiFile.h 35 const char* path, const KeyedVector<String8, String8> *headers);
TestPlayerStub.h 69 const char* url, const KeyedVector<String8, String8> *headers);
  /frameworks/base/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.h 34 const char *url, const KeyedVector<String8, String8> *headers);
  /frameworks/base/media/libstagefright/include/
LiveSession.h 44 const KeyedVector<String8, String8> *headers = NULL);
NuCachedSource2.h 63 KeyedVector<String8, String8> *headers,
  /frameworks/base/obex/javax/obex/
ClientOperation.java 144 * Since we are not sending any headers or returning any headers then
271 // there are 3 bytes operation headers and 3 bytes body headers //
311 * Returns the headers that have been received during the operation.
312 * Modifying the object returned has no effect on the headers that are sent
314 * @return the headers received during this <code>Operation</code>
324 * Specifies the headers that should be sent in the next OBEX message that
326 * @param headers the headers to send in the next messag
    [all...]
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 105 my @headers;
110 push @headers, $_;
112 foreach my $header (@headers) {

Completed in 1779 milliseconds

<<11121314151617181920>>