/frameworks/base/media/libmediaplayerservice/ |
TestPlayerStub.cpp | 116 const char *url, const KeyedVector<String8, String8> *headers) { 165 return mPlayer->setDataSource(mContentUrl, headers);
|
MidiFile.h | 35 const char* path, const KeyedVector<String8, String8> *headers);
|
StagefrightPlayer.h | 35 const char *url, const KeyedVector<String8, String8> *headers);
|
TestPlayerStub.h | 69 const char* url, const KeyedVector<String8, String8> *headers);
|
/frameworks/base/media/libstagefright/ |
DataSource.cpp | 111 const char *uri, const KeyedVector<String8, String8> *headers) { 117 if (httpSource->connect(uri, headers) != OK) {
|
/system/netd/ |
Android.mk | 31 $(LOCAL_PATH)/../bluetooth/bluez-clean-headers \
|
/external/chromium/net/http/ |
http_network_transaction.cc | 99 // TODO(darin): Need to prune out duplicate headers. 321 DCHECK(spdy_stream_->GetResponseInfo()->headers); 324 scoped_refptr<HttpResponseHeaders> headers = GetResponseHeaders(); local 325 DCHECK(headers.get()); 339 DCHECK_EQ(407, headers->response_code()); 340 LogBlockedTunnelResponse(headers->response_code()); 356 return ((headers_valid_ && response_.headers) || response_.ssl_info.cert || 864 // headers. 1768 scoped_refptr<HttpResponseHeaders> headers = GetResponseHeaders(); local 1793 scoped_refptr<HttpResponseHeaders> headers = GetResponseHeaders(); local [all...] |
http_stream_parser.h | 37 int SendRequest(const HttpRequestInfo* request, const std::string& headers, 76 // |kMaxHeaderBufSize| is the number of bytes that the response headers can 99 // Examines |read_buf_| to find the start and end of the headers. Return 100 // the offset for the end of the headers, or -1 if the complete headers 105 // Parse the headers into response_. 108 // Examine the parsed headers to try to determine the response body size. 134 // The parsed response headers. Owned by the caller.
|
http_network_transaction_unittest.cc | 127 EXPECT_TRUE(response->headers != NULL); 128 out.status_line = response->headers->GetStatusLine(); 395 // Check that the headers got parsed. 396 EXPECT_TRUE(response->headers != NULL); 397 EXPECT_EQ(1234, response->headers->GetContentLength()); 398 EXPECT_EQ("HTTP/1.1 404 Not Found", response->headers->GetStatusLine()); 402 bool has_server_header = response->headers->EnumerateHeader( 452 EXPECT_TRUE(response->headers != NULL); 453 EXPECT_EQ("HTTP/1.1 200 OK", response->headers->GetStatusLine()); 494 EXPECT_TRUE(response->headers != NULL) 2867 scoped_refptr<HttpResponseHeaders> headers = new HttpResponseHeaders(temp); local [all...] |
/external/nist-sip/java/gov/nist/javax/sip/message/ |
SIPMessage.java | 138 * unparsed headers 143 * List of parsed headers (in the order they were added) 145 protected ConcurrentLinkedQueue<SIPHeader> headers; field in class:SIPMessage 148 * Direct accessors for frequently accessed headers 162 // Cumulative size of all the headers. 172 // Table of headers indexed by name. 211 * Get the headers as a linked list of encoded Strings 218 Iterator<SIPHeader> li = headers.iterator(); 235 * @return a string with all the headers encoded. 239 Iterator<SIPHeader> it = this.headers.iterator() [all...] |
/external/chromium/third_party/icu/source/tools/ctestfw/unicode/ |
testdata.h | 24 * number of entries in headers. Default headers can be specified in 25 * the TestDataModule info section. The default headers will be overriden 26 * by per-test headers. 95 RBTestData(UResourceBundle *data, UResourceBundle *headers, UErrorCode& status);
|
/external/icu4c/tools/ctestfw/unicode/ |
testdata.h | 24 * number of entries in headers. Default headers can be specified in 25 * the TestDataModule info section. The default headers will be overriden 26 * by per-test headers. 95 RBTestData(UResourceBundle *data, UResourceBundle *headers, UErrorCode& status);
|
/external/protobuf/ |
configure.ac | 111 AC_MSG_RESULT([headers missing or too old (requires 1.2.0.4)]) 113 AC_MSG_FAILURE([--with-zlib was given, but zlib headers were not present or were too old (requires 1.2.0.4)])
|
/external/webkit/WebCore/html/ |
HTMLTableCellElement.h | 82 String headers() const;
|
/external/webkit/WebCore/platform/network/cf/ |
ResourceRequestCFNet.cpp | 83 // Remove existing headers first, as some of them may no longer be present in the map. 161 if (CFDictionaryRef headers = CFURLRequestCopyAllHTTPHeaderFields(m_cfRequest.get())) { 162 CFIndex headerCount = CFDictionaryGetCount(headers); 165 CFDictionaryGetKeysAndValues(headers, keys.data(), values.data()); 168 CFRelease(headers);
|
/frameworks/base/core/java/android/net/http/ |
HttpsConnection.java | 171 // handler with the response status and headers. The event 203 Headers headers = new Headers(); local 208 // add all 'proxy' headers from the original request 220 // codes prior to receiving actual headers; 224 statusLine = proxyConnection.parseResponseHeader(headers); 277 req.mEventHandler.headers(headers);
|
/frameworks/base/include/media/ |
IMediaPlayerService.h | 44 const char* url, const KeyedVector<String8, String8> *headers = NULL,
|
/frameworks/base/include/media/stagefright/ |
DataSource.h | 44 const KeyedVector<String8, String8> *headers = NULL);
|
/frameworks/base/core/java/android/webkit/ |
HTML5VideoViewProxy.java | 27 import android.net.http.Headers; 181 Map<String, String> headers = null; local 183 headers = new HashMap<String, String>(); 184 headers.put(COOKIE, cookieValue); 187 mVideoView.setVideoURI(Uri.parse(url), headers); local 349 // The response headers. 350 private Headers mHeaders; 380 public void headers(Headers headers) { method in class:HTML5VideoViewProxy.PosterDownloader [all...] |
/external/chromium/net/flip/ |
flip_stream.cc | 60 // Note: The FlipStream may have already received the response headers, so 67 if (response_->headers) 162 CHECK(!response_->headers); 165 DCHECK(response_->headers); 189 // We cannot pass data up to the caller unless the reply headers have been 191 if (!response_->headers) { 263 // State machine 1: Send headers and wait for response headers. 339 // but is not obvious from the headers. We should make the code handle 394 return response_->headers ? OK : ERR_IO_PENDING [all...] |
/external/webkit/WebCore/accessibility/ |
AccessibilityTable.cpp | 108 // cells have borders, or use attributes like headers, abbr, scope or axis 152 if (!cellElement->headers().isEmpty() || !cellElement->abbr().isEmpty() 304 void AccessibilityTable::rowHeaders(AccessibilityChildrenVector& headers) 317 headers.append(header); 321 void AccessibilityTable::columnHeaders(AccessibilityChildrenVector& headers) 334 headers.append(header);
|
/external/chromium/third_party/libevent/ |
http.c | 214 static int evhttp_add_header_internal(struct evkeyvalq *headers, 375 * Create the headers needed for an HTTP request 401 evhttp_is_connection_close(int flags, struct evkeyvalq* headers) 405 const char *connection = evhttp_find_header(headers, "Proxy-Connection"); 408 const char *connection = evhttp_find_header(headers, "Connection"); 414 evhttp_is_connection_keepalive(struct evkeyvalq* headers) 416 const char *connection = evhttp_find_header(headers, "Connection"); 422 evhttp_maybe_add_date_header(struct evkeyvalq *headers) 424 if (evhttp_find_header(headers, "Date") == NULL) { 439 evhttp_add_header(headers, "Date", date) 1490 struct evkeyvalq* headers = req->input_headers; local 1533 struct evkeyvalq *headers = req->input_headers; local [all...] |
/development/scripts/app_engine_server/ |
memcache_zipserve.py | 264 For requests that are found, forms the headers and 317 self.response.headers.add_header('Set-Cookie', 326 self.response.headers.add_header('Vary', 'Cookie') 329 self.response.headers['Content-Type'] = content_type 333 self.response.headers['Content-Type'] = 'image/x-icon' 337 self.response.headers['Content-Type'] = 'application/octet-stream' 499 """Set caching headers for the request.""" 501 #self.response.headers['Expires'] = email.Utils.formatdate( 509 self.response.headers['Cache-Control'] = ', '.join(cache_control)
|
/external/webkit/WebKit/mac/Plugins/Hosted/ |
HostedNetscapePluginStream.mm | 93 void HostedNetscapePluginStream::startStream(NSURL *responseURL, long long expectedContentLength, NSDate *lastModifiedDate, NSString *mimeType, NSData *headers) 111 const_cast<char*>(reinterpret_cast<const char*>([headers bytes])), [headers length]); 143 // all headers in their original order and including duplicates, 154 // HACK: pass the headers through as UTF-8. 157 // It hopefully shouldn't matter, since RFC2616/RFC822 require ASCII-only headers,
|
/frameworks/base/tests/CoreTests/android/core/ |
TestWebServer.java | 351 /* Request headers are stored here */ 352 private Hashtable<String, String> headers = new Hashtable<String, String>(); field in class:TestWebServer.Worker 596 headers.put(headerName, headerValue); 601 * Read all headers from the input stream 607 log("Read headers"); 608 // Headers should be terminated by empty CRLF line 629 String lengthString = headers.get(requestHeaders[REQ_CONTENT_LENGTH]); 656 // If status line found, read any headers 661 if (headers.get(requestHeaders[REQ_CONTENT_LENGTH]) != null) { 675 headers.clear() [all...] |