HomeSort by relevance Sort by last modified time
    Searched full:headers (Results 251 - 275 of 2033) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/net/
MailTo.java 35 // All the parsed content is added to the headers.
38 // Well known headers
85 // insert the headers with the name in lowercase so that
86 // we can easily find common headers
92 // Address can be specified in both the headers and just after the
145 * Retrieve all the parsed email headers from the mailto URL
  /external/dropbear/libtomcrypt/
makefile.msvc 4 CFLAGS = /Isrc/headers/ /Itestprof/ /Ox /DWIN32 /DLTC_SOURCE /W3 /Fo$@ $(CF)
115 HEADERS=src/headers/tomcrypt_cfg.h src/headers/tomcrypt_mac.h src/headers/tomcrypt_macros.h \
116 src/headers/tomcrypt_custom.h src/headers/tomcrypt_argchk.h src/headers/tomcrypt_cipher.h \
117 src/headers/tomcrypt_pk.h src/headers/tomcrypt_hash.h src/headers/tomcrypt_math.h
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
TestEventHandler.java 41 /* List of headers received */
218 * Implements the EventHandler headers method called when a server
221 public void headers(Headers headers) { method in class:TestEventHandler
223 Log.v(LOGTAG, "TestEventHandler:headers()");
232 /* Check through headers received for matches with expected
233 * headers */
244 s = Long.toString(headers.getContentLength());
247 s = headers.getContentType()
    [all...]
  /external/webkit/WebCore/platform/network/win/
ResourceHandleWin.cpp 173 String headers = "Content-Type: application/x-www-form-urlencoded\n"; local
174 headers += "Referer: ";
175 headers += d->m_postReferrer;
176 headers += "\n";
177 const CString& headersLatin1 = headers.latin1();
183 buffers.dwHeadersLength = headers.length();
388 String headers; local
390 headers += String("Referer: ") + referrer + "\r\n";
393 headers.latin1().data(), headers.length()
    [all...]
  /frameworks/base/obex/javax/obex/
ServerSession.java 253 * @param header the headers to include in the response
308 byte[] headers = new byte[length - 5];
309 bytesReceived = mInput.read(headers);
311 while (bytesReceived != headers.length) {
312 bytesReceived += mInput.read(headers, bytesReceived, headers.length
316 ObexHelper.updateHeaderSet(request, headers);
398 * Byte 1&2: Connect Packet Length Byte 3 to n: headers
429 byte[] headers = new byte[length - 3];
430 bytesReceived = mInput.read(headers);
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-readelf.1 52 .\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
138 [\fB\-l\fR|\fB\-\-program\-headers\fR|\fB\-\-segments\fR]
139 [\fB\-S\fR|\fB\-\-section\-headers\fR|\fB\-\-sections\fR]
142 [\fB\-e\fR|\fB\-\-headers\fR]
183 \&\fB\-\-program\-headers\fR, \fB\-\-sections\fR, \fB\-\-symbols\fR,
197 .IP "\fB\-\-program\-headers\fR" 4
198 .IX Item "--program-headers"
202 Displays the information contained in the file's segment headers, if it
209 .IP "\fB\-\-section\-headers\fR" 4
210 .IX Item "--section-headers"
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-readelf.1 52 .\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
138 [\fB\-l\fR|\fB\-\-program\-headers\fR|\fB\-\-segments\fR]
139 [\fB\-S\fR|\fB\-\-section\-headers\fR|\fB\-\-sections\fR]
142 [\fB\-e\fR|\fB\-\-headers\fR]
185 \&\fB\-\-program\-headers\fR, \fB\-\-sections\fR, \fB\-\-symbols\fR,
199 .IP "\fB\-\-program\-headers\fR" 4
200 .IX Item "--program-headers"
204 Displays the information contained in the file's segment headers, if it
211 .IP "\fB\-\-section\-headers\fR" 4
212 .IX Item "--section-headers"
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-readelf.1 52 .\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
138 [\fB\-l\fR|\fB\-\-program\-headers\fR|\fB\-\-segments\fR]
139 [\fB\-S\fR|\fB\-\-section\-headers\fR|\fB\-\-sections\fR]
142 [\fB\-e\fR|\fB\-\-headers\fR]
185 \&\fB\-\-program\-headers\fR, \fB\-\-sections\fR, \fB\-\-symbols\fR,
199 .IP "\fB\-\-program\-headers\fR" 4
200 .IX Item "--program-headers"
204 Displays the information contained in the file's segment headers, if it
211 .IP "\fB\-\-section\-headers\fR" 4
212 .IX Item "--section-headers"
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-readelf.1 52 .\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
138 [\fB\-l\fR|\fB\-\-program\-headers\fR|\fB\-\-segments\fR]
139 [\fB\-S\fR|\fB\-\-section\-headers\fR|\fB\-\-sections\fR]
142 [\fB\-e\fR|\fB\-\-headers\fR]
183 \&\fB\-\-program\-headers\fR, \fB\-\-sections\fR, \fB\-\-symbols\fR,
197 .IP "\fB\-\-program\-headers\fR" 4
198 .IX Item "--program-headers"
202 Displays the information contained in the file's segment headers, if it
209 .IP "\fB\-\-section\-headers\fR" 4
210 .IX Item "--section-headers"
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-readelf.1 52 .\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
138 [\fB\-l\fR|\fB\-\-program\-headers\fR|\fB\-\-segments\fR]
139 [\fB\-S\fR|\fB\-\-section\-headers\fR|\fB\-\-sections\fR]
142 [\fB\-e\fR|\fB\-\-headers\fR]
185 \&\fB\-\-program\-headers\fR, \fB\-\-sections\fR, \fB\-\-symbols\fR,
199 .IP "\fB\-\-program\-headers\fR" 4
200 .IX Item "--program-headers"
204 Displays the information contained in the file's segment headers, if it
211 .IP "\fB\-\-section\-headers\fR" 4
212 .IX Item "--section-headers"
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-readelf.1 52 .\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
138 [\fB\-l\fR|\fB\-\-program\-headers\fR|\fB\-\-segments\fR]
139 [\fB\-S\fR|\fB\-\-section\-headers\fR|\fB\-\-sections\fR]
142 [\fB\-e\fR|\fB\-\-headers\fR]
185 \&\fB\-\-program\-headers\fR, \fB\-\-sections\fR, \fB\-\-symbols\fR,
199 .IP "\fB\-\-program\-headers\fR" 4
200 .IX Item "--program-headers"
204 Displays the information contained in the file's segment headers, if it
211 .IP "\fB\-\-section\-headers\fR" 4
212 .IX Item "--section-headers"
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/
i686-unknown-linux-gnu-readelf.1 52 .\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
138 [\fB\-l\fR|\fB\-\-program\-headers\fR|\fB\-\-segments\fR]
139 [\fB\-S\fR|\fB\-\-section\-headers\fR|\fB\-\-sections\fR]
142 [\fB\-e\fR|\fB\-\-headers\fR]
183 \&\fB\-\-program\-headers\fR, \fB\-\-sections\fR, \fB\-\-symbols\fR,
197 .IP "\fB\-\-program\-headers\fR" 4
198 .IX Item "--program-headers"
202 Displays the information contained in the file's segment headers, if it
209 .IP "\fB\-\-section\-headers\fR" 4
210 .IX Item "--section-headers"
    [all...]
  /external/dropbear/
Makefile.in 45 HEADERS=options.h dbutil.h session.h packet.h algo.h ssh.h buffer.h kex.h \
72 CFLAGS=-I. -I$(srcdir) -I$(srcdir)/libtomcrypt/src/headers/ $(CPPFLAGS) @CFLAGS@
109 #%: $(HEADERS)
110 #%: $(HEADERS) Makefile
156 dropbear dbclient dropbearkey dropbearconvert: $(HEADERS) $(LTC) $(LTM) \
161 scp: $(SCPOBJS) $(HEADERS) Makefile
174 multibinary: $(HEADERS) $(MULTIOBJS) $(LTC) $(LTM) Makefile
  /dalvik/libcore/support/src/test/java/tests/support/
Support_TestWebServer.java 327 private final Map<String, String> headers; field in class:Support_TestWebServer.Request
330 public Request(String path, Map<String, String> headers) {
332 this.headers = new LinkedHashMap<String, String>(headers);
340 return headers;
376 /* Request headers are stored here */
377 private Map<String, String> headers = new LinkedHashMap<String, String>(); field in class:Support_TestWebServer.Worker
566 headers.put(headerName, headerValue);
571 * Read all headers from the input stream
577 log("Read headers");
    [all...]
  /frameworks/base/core/java/android/net/http/
Request.java 95 * headers.
109 * @param headers reqeust headers
114 Map<String, String> headers) {
140 addHeaders(headers);
187 * Add all headers in given map to this request. This is a helper
190 void addHeaders(Map<String, String> headers) {
191 if (headers == null) {
196 Iterator<Entry<String, String>> i = headers.entrySet().iterator();
204 * Send the request line and headers
    [all...]
Headers.java 32 * Manages received headers
36 public final class Headers {
98 // keep any headers that require direct access in a presized
151 // Catch-all for headers not explicitly handled
155 public Headers() {
205 Log.v(LOGTAG, "Headers.headers(): error parsing"
434 * Reports all non-null headers to the callback
446 HttpLog.v("Headers.getHeaders() extra: " + i + " " +
HttpsConnection.java 170 // handler with the response status and headers. The event
202 Headers headers = new Headers(); local
207 // add all 'proxy' headers from the original request
219 // codes prior to receiving actual headers;
223 statusLine = proxyConnection.parseResponseHeader(headers);
276 req.mEventHandler.headers(headers);
RequestHandle.java 62 String method, Map<String, String> headers,
65 if (headers == null) {
66 headers = new HashMap<String, String>();
68 mHeaders = headers;
86 String method, Map<String, String> headers,
89 this(requestQueue, url, uri, method, headers, bodyProvider, bodyLength,
154 // be careful and remove authentication headers, if any
213 // Update the cache headers for this URL
310 // because we do not preemptively send authorization headers, nc is always 1
  /bionic/libc/tools/
checksyscalls.py 43 print "could not locate this system kernel headers root directory, please"
44 print "specify one when calling this program, i.e. 'checksyscalls <headers-directory>'"
46 print "using the following kernel headers root: '%s'" % linux_root
128 print "maybe using a different set of kernel headers might help"
142 print "maybe using a different set of kernel headers might help"
  /external/icu4c/io/
Makefile 69 HEADERS = $(srcdir)/unicode/*.h
79 distclean distclean-local install-library install-headers dist \
95 install-local: install-headers install-library
121 install-headers:
123 @for file in $(HEADERS); do \
Makefile.in 69 HEADERS = $(srcdir)/unicode/*.h
79 distclean distclean-local install-library install-headers dist \
95 install-local: install-headers install-library
121 install-headers:
123 @for file in $(HEADERS); do \
  /external/icu4c/layout/
Makefile 139 HEADERS= $(srcdir)/LayoutEngine.h $(srcdir)/LE*.h $(srcdir)/loengine.h
149 distclean distclean-local install-library install-headers dist \
165 install-local: install-headers install-library
191 install-headers:
193 @for file in $(HEADERS); do \
Makefile.in 139 HEADERS= $(srcdir)/LayoutEngine.h $(srcdir)/LE*.h $(srcdir)/loengine.h
149 distclean distclean-local install-library install-headers dist \
165 install-local: install-headers install-library
191 install-headers:
193 @for file in $(HEADERS); do \
  /external/icu4c/layoutex/
Makefile 70 HEADERS= $(srcdir)/layout/ParagraphLayout.h $(srcdir)/layout/RunArrays.h
80 distclean distclean-local install-library install-headers dist \
96 install-local: install-headers install-library
122 install-headers:
124 @for file in $(HEADERS); do \
Makefile.in 70 HEADERS= $(srcdir)/layout/ParagraphLayout.h $(srcdir)/layout/RunArrays.h $(srcdir)/layout/playout.h $(srcdir)/layout/plruns.h
80 distclean distclean-local install-library install-headers dist \
96 install-local: install-headers install-library
122 install-headers:
124 @for file in $(HEADERS); do \

Completed in 166 milliseconds

<<11121314151617181920>>