HomeSort by relevance Sort by last modified time
    Searched full:headers (Results 676 - 700 of 20118) sorted by null

<<21222324252627282930>>

  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
MultimediaMessagePdu.java 50 * Constructor with given headers.
52 * @param headers Headers for this PDU.
54 MultimediaMessagePdu(PduHeaders headers) {
55 super(headers);
NotifyRespInd.java 47 * Constructor with given headers.
49 * @param headers Headers for this PDU.
51 NotifyRespInd(PduHeaders headers) {
52 super(headers);
SendConf.java 37 * Constructor with given headers.
39 * @param headers Headers for this PDU.
41 SendConf(PduHeaders headers) {
42 super(headers);
  /libcore/luni/src/main/java/java/net/
CacheResponse.java 26 * InputStream} to access the response body and a {@code Map} for the response headers.
42 * Returns an immutable {@code Map} which contains the response headers
43 * information. Note that {@code URLConnection} may need the original headers to be
49 * @return an immutable {@code Map} which contains the response headers.
52 * headers.
  /external/apache-http/src/org/apache/http/message/
BasicListHeaderIterator.java 56 * A list of headers to iterate over.
78 * <code>null</code> to iterate over all headers in the array.
87 * @param headers a list of headers over which to iterate
88 * @param name the name of the headers over which to iterate, or
91 public BasicListHeaderIterator(List headers, String name) {
92 if (headers == null) {
97 this.allHeaders = headers;
111 * or negative if there are no more headers
157 * @throws NoSuchElementException if there are no more headers
    [all...]
  /external/chromium_org/components/data_reduction_proxy/common/
data_reduction_proxy_headers.h 88 bool ParseHeadersAndSetProxyInfo(const net::HttpResponseHeaders* headers,
96 bool HasDataReductionProxyViaHeader(const net::HttpResponseHeaders* headers,
103 const net::HttpResponseHeaders* headers,
110 const net::HttpResponseHeaders* headers,
116 bool ParseHeadersAndSetBypassDuration(const net::HttpResponseHeaders* headers,
122 const net::HttpResponseHeaders* headers,
127 const net::HttpResponseHeaders* headers,
130 // Gets the fingerprint of a list of headers.
132 const net::HttpResponseHeaders* headers,
137 const net::HttpResponseHeaders* headers,
    [all...]
  /external/chromium_org/net/base/
network_delegate.cc 43 HttpRequestHeaders* headers) {
45 DCHECK(headers);
47 return OnBeforeSendHeaders(request, callback, headers);
53 HttpRequestHeaders* headers) {
55 DCHECK(headers);
56 OnBeforeSendProxyHeaders(request, proxy_info, headers);
60 const HttpRequestHeaders& headers) {
62 OnSendHeaders(request, headers);
197 HttpRequestHeaders* headers) {
204 HttpRequestHeaders* headers) {
    [all...]
  /external/chromium_org/net/tools/flip_server/
spdy_interface.h 61 const SpdyHeaderBlock& headers,
75 const SpdyHeaderBlock& headers) OVERRIDE;
80 const SpdyHeaderBlock& headers) OVERRIDE;
82 // Called after all the header data for HEADERS control frame is received.
85 const SpdyHeaderBlock& headers) OVERRIDE;
131 const SpdyHeaderBlock& headers) OVERRIDE {}
160 const BalsaHeaders& headers) OVERRIDE;
162 const BalsaHeaders& headers) OVERRIDE;
187 void CopyHeaders(SpdyHeaderBlock& dest, const BalsaHeaders& headers);
188 size_t SendSynStreamImpl(uint32 stream_id, const BalsaHeaders& headers);
    [all...]
mem_cache.h 28 virtual void ProcessHeaders(const BalsaHeaders& headers) OVERRIDE {
30 // been handed our headers.
58 BalsaHeaders headers; member in class:net::StoreBodyAndHeadersVisitor
66 FileData(const BalsaHeaders* headers,
71 BalsaHeaders* headers() { return headers_.get(); } function in class:net::FileData
72 const BalsaHeaders* headers() const { return headers_.get(); } function in class:net::FileData
134 void InsertFile(const BalsaHeaders* headers,
  /external/chromium_org/net/tools/quic/test_tools/
http_message.cc 57 const BalsaHeaders* headers = message.headers(); local
58 StringPiece content_length = headers->GetHeader(kContentLength);
113 headers()->SetRequestVersion(VersionToString(ver));
115 headers()->SetRequestMethod(MethodToString(request));
116 headers()->SetRequestUri(path);
128 headers()->AppendHeader(header, value);
132 headers()->RemoveAllOfHeader(header);
136 headers()->ReplaceOrAppendHeader(header, value);
156 headers()->GetAllOfHeader(kTransferCoding, &transfer_encodings)
    [all...]
  /frameworks/base/docs/html/training/volley/
request-custom.jd 63 HttpHeaderParser.parseCharset(response.headers));
76 contains the response payload as a byte[], HTTP status code, and response headers.</li>
115 private final Map&lt;String, String&gt; headers;
123 * &#64;param headers Map of request headers
125 public GsonRequest(String url, Class&lt;T&gt; clazz, Map&lt;String, String&gt; headers,
129 this.headers = headers;
135 return headers != null ? headers : super.getHeaders()
    [all...]
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/easwt_vst_lib.xcodeproj/
project.pbxproj 11 9A56ABD00F71998600D115A7 /* eas_fmengine.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A56ABCF0F71998600D115A7 /* eas_fmengine.h */; };
13 9A56ABDC0F719D4600D115A7 /* eas_xmf.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A56ABD80F719D4600D115A7 /* eas_xmf.h */; };
15 9A56ABDE0F719D4600D115A7 /* eas_xmfdata.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A56ABDA0F719D4600D115A7 /* eas_xmfdata.h */; };
16 9A56AC050F71BCFE00D115A7 /* eas_build.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A56AC040F71BCFE00D115A7 /* eas_build.h */; };
17 C55B113D0E2D33B4006357C1 /* eas.h in Headers */ = {isa = PBXBuildFile; fileRef = C55B11290E2D33B4006357C1 /* eas.h */; };
18 C55B113E0E2D33B4006357C1 /* eas_audioconst.h in Headers */ = {isa = PBXBuildFile; fileRef = C55B112A0E2D33B4006357C1 /* eas_audioconst.h */; };
19 C55B11400E2D33B4006357C1 /* eas_config.h in Headers */ = {isa = PBXBuildFile; fileRef = C55B112C0E2D33B4006357C1 /* eas_config.h */; };
20 C55B11410E2D33B4006357C1 /* eas_data.h in Headers */ = {isa = PBXBuildFile; fileRef = C55B112D0E2D33B4006357C1 /* eas_data.h */; };
21 C55B11420E2D33B4006357C1 /* eas_host.h in Headers */ = {isa = PBXBuildFile; fileRef = C55B112E0E2D33B4006357C1 /* eas_host.h */; };
22 C55B11430E2D33B4006357C1 /* eas_math.h in Headers */ = {isa = PBXBuildFile; fileRef = C55B112F0E2D33B4006357C1 /* eas_math.h */; }
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_handshake_hybi.py 53 def __init__(self, method, uri, headers):
56 self.headers = headers
75 headers_in=request_def.headers,
164 request_def.headers['upgrade'] = 'WEBSOCKET'
173 request_def.headers['Connection'] = 'UPGRADE'
183 request_def.headers['Connection'] = 'Upgrade, keep-alive, , '
201 request_def.headers['Sec-WebSocket-Protocol'] = 'chat, superchat'
228 request_def.headers['Sec-WebSocket-Protocol'] = 'chat, superchat'
237 request_def.headers['Sec-WebSocket-Extensions'] =
    [all...]
  /external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
errors.py 95 def check_status(status, expected, path, headers=None,
103 headers: HTTP request headers.
104 resp_headers: HTTP response headers.
119 'Request headers: %r.\n'
120 'Response headers: %r.\n'
122 (expected, status, path, headers, resp_headers, extras))
  /external/chromium_org/third_party/polymer/components/core-ajax/
core-xhr.html 41 * @param {Object} inOptions.headers HTTP request headers.
67 this.setRequestHeaders(xhr, options.headers);
103 setRequestHeaders: function(xhr, headers) {
104 if (headers) {
105 for (var name in headers) {
106 xhr.setRequestHeader(name, headers[name]);
  /external/strace/
HACKING-scripts 1 Each strace port relies heavily on port-specific headers:
7 Since generating these headers from scratch (or even just updating them) can be
19 To use the errnoent.sh script, give it all the headers that might contain
20 appropriate errno values. Excessive headers are not a problem. The resulting
29 script will crawl all the headers and try to discover appropriate ioctls.
44 To use the signalent.sh script, give it all the headers that might contain
45 appropriate signal values. Excessive headers are not a problem. The resulting
  /external/chromium_org/net/http/
http_stream_parser.cc 30 std::string GetResponseHeaderLines(const HttpResponseHeaders& headers) {
31 std::string raw_headers = headers.raw_headers();
43 // Return true if |headers| contain multiple |field_name| fields with different
45 bool HeadersContainMultipleCopiesOfField(const HttpResponseHeaders& headers,
49 if (!headers.EnumerateHeader(&it, field_name, &field_value))
52 // such headers, and if so, return true if they have different values.
54 while (headers.EnumerateHeader(&it, field_name, &field_value2)) {
207 const HttpRequestHeaders& headers,
218 base::Unretained(&headers),
223 << " headers = \"" << headers.ToString() << "\""
880 scoped_refptr<HttpResponseHeaders> headers; local
    [all...]
http_response_headers_unittest.cc 30 // Transform "normal"-looking headers (\n-separated) to the appropriate
32 void HeadersToRaw(std::string* headers) {
33 std::replace(headers->begin(), headers->end(), '\n', '\0');
34 if (!headers->empty())
35 *headers += '\0';
43 // Initilise the headers() value with a Cache-Control header set to
55 const scoped_refptr<net::HttpResponseHeaders>& headers() { return headers_; } function in class:__anon13933::HttpResponseHeadersCacheControlTest
66 EXPECT_TRUE(headers()->GetMaxAgeValue(&max_age_value));
76 headers()->GetStaleWhileRevalidateValue(&stale_while_revalidate_value))
97 std::string headers; local
311 std::string headers = local
338 std::string headers = test.raw_headers; local
526 std::string headers = local
548 std::string headers = local
568 std::string headers = local
586 std::string headers = local
781 const char* headers; member in struct:__anon13933::RequiresValidationTestData
1066 const char* headers; member in struct:__anon13933::EnumerateHeaderTestData
1125 const char* headers; member in struct:__anon13933::IsRedirectTestData
1213 const char* headers; member in struct:__anon13933::ContentLengthTestData
1309 const char* headers; member in struct:__anon13933::ContentRangeTestData
1581 const char* headers; member in struct:__anon13933::KeepAliveTestData
1666 const char* headers; member in struct:__anon13933::HasStrongValidatorsTestData
    [all...]
http_request_headers.h 5 // HttpRequestHeaders manages the request headers.
7 // the order of the headers. This means that any lookups are linear time
38 explicit Iterator(const HttpRequestHeaders& headers);
95 // Clears all the headers.
126 // Same thing as AddHeaderFromString() except that |headers| is a "\r\n"
129 void AddHeadersFromString(const base::StringPiece& headers);
149 // containing both the request line and all headers fields.
154 // request line and create a copy of the original headers. Returns true on
155 // success. On failure, clears |headers| and |request_line|.
159 HttpRequestHeaders* headers,
    [all...]
  /external/okhttp/okcurl/src/main/java/com/squareup/okhttp/curl/
Main.java 22 import com.squareup.okhttp.Headers;
88 public List<String> headers;
106 @Option(name = { "-i", "--include" }, description = "Include protocol headers in the output")
136 Headers headers = response.headers();
137 for (int i = 0, count = headers.size(); i < count; i++) {
138 System.out.println(headers.name(i) + ": " + headers.value(i));
194 if (headers != null)
    [all...]
  /frameworks/base/obex/javax/obex/
Operation.java 58 * <STRONG>How Headers are Handled</STRONG>
60 * As headers are received, they may be retrieved through the
61 * <code>getReceivedHeaders()</code> method. If new headers are set during the
62 * operation, the new headers will be sent during the next packet exchange.
123 * object. No headers are sent in the abort request. This will end the
131 * Returns the headers that have been received during the operation.
132 * Modifying the object returned has no effect on the headers that are sent
134 * @return the headers received during this <code>Operation</code>
140 * Specifies the headers that should be sent in the next OBEX message that
142 * @param headers the headers to send in the next messag
    [all...]
  /bionic/libc/kernel/tools/
defaults.py 1 # this module contains all the defaults used by the generation of cleaned-up headers
15 # path to the directory containing the original kernel headers
16 kernel_original_path = os.path.normpath( find_program_dir() + '/../../../../external/kernel-headers/original' )
18 # path to the default location of the cleaned-up headers
26 # final headers
38 # from the clean headers. testing shows that this is not strictly necessary
76 # in the final ARM headers. this is only used to keep optimized byteswapping
108 # we want to keep in the final headers
124 # define it in the Bionic headers instead
141 *** source file (e.g. under external/kernel-headers/original/) the
    [all...]
  /external/chromium_org/content/browser/service_worker/
service_worker_read_from_cache_job.cc 50 // Create a response reader and start reading the headers,
83 return http_info()->headers->GetCharset(charset);
89 return http_info()->headers->GetMimeType(mime_type);
102 return http_info()->headers->response_code();
106 const net::HttpRequestHeaders& headers) {
109 if (!headers.GetHeader(net::HttpRequestHeaders::kRange, &value) ||
183 // Make a copy of the full response headers and fix them up
186 net::HttpResponseHeaders* headers = range_response_info_->headers.get(); local
187 headers->UpdateWithNewRange
    [all...]
  /external/chromium_org/content/browser/streams/
stream_url_request_job.cc 138 return response_info_->headers->GetMimeType(mime_type);
150 return response_info_->headers->response_code();
154 const net::HttpRequestHeaders& headers) {
156 if (headers.GetHeader(net::HttpRequestHeaders::kRange, &range_header)) {
189 // If we already return the headers on success, we can't change the headers
224 net::HttpResponseHeaders* headers = new net::HttpResponseHeaders(status); local
230 headers->AddHeader(content_type_header);
234 response_info_->headers = headers;
    [all...]
  /external/chromium_org/net/test/url_request/
url_request_mock_http_job.cc 21 FILE_PATH_LITERAL(".mock-http-headers");
79 // If there is no mock-http-headers file, fake a 200 OK.
186 info->headers = new net::HttpResponseHeaders(raw_headers_);
192 return info.headers.get() && info.headers->GetMimeType(mime_type);
198 // If we have headers, get the response code from them.
199 if (info.headers.get())
200 return info.headers->response_code();
207 return info.headers.get() && info.headers->GetCharset(charset)
    [all...]

Completed in 1083 milliseconds

<<21222324252627282930>>