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

1 2 3 4 5 6 78 91011>>

  /external/opencore/fileformats/common/parser/build/make/
local.mk 29 install:: headers-install
  /external/opencore/pvmi/content_policy_manager/plugins/common/build/make/
local.mk 30 install:: headers-install
  /external/qemu/
LICENSE 14 (see license headers in files).
qemu_socket.h 0 /* headers to use the BSD sockets */
  /external/stlport/stlport/stl/
_ioserr.h 3 * built; the header files mostly are the iostreams-headers. The file checks for
  /external/webkit/WebCore/platform/network/soup/
ResourceResponseSoup.cpp 41 HTTPHeaderMap headers = httpHeaderFields(); local
43 if (!headers.isEmpty()) {
44 HTTPHeaderMap::const_iterator end = headers.end();
45 for (HTTPHeaderMap::const_iterator it = headers.begin(); it != end; ++it)
  /external/yaffs2/yaffs2/
yaffsinterface.h 14 * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL.
  /frameworks/base/core/java/android/webkit/
CacheManager.java 21 import android.net.http.Headers;
41 * received over the network. The component handles parsing of HTTP headers and
42 * utilizes the relevant cache headers to determine if the content should be
44 * this component and if they can not be resolved by the cache, the HTTP headers
306 * If headers are provided and a cache needs validation,
308 * cached headers.
313 Map<String, String> headers) {
314 return getCacheFile(url, 0, headers);
318 Map<String, String> headers) {
350 // null headers request coming from CACHE_MODE_CACHE_ONL
    [all...]
  /external/webkit/WebCore/manual-tests/inspector/
display-form-data.html 10 <li><p><a href="https://bugs.webkit.org/show_bug.cgi?id=22920">Bug 22920: Inspector Request Headers Should Show Data/Variables/Parameters Sent With Request</a>
156 function sendXHR(url, method, headers, body) {
158 if (!headers) headers = [];
161 // copy headers
163 for (var i=0; i<headers.length; i++) {
164 headersNew.push(headers[i]);
166 headers = headersNew;
169 headers.push(["Content-Length", body.length.toString()]);
179 for (var i=0; i<headers.length; i++)
    [all...]
  /external/apache-http/src/org/apache/http/impl/io/
AbstractMessageParser.java 84 * Parses HTTP headers from the data receiver stream according to the generic
88 * @param maxHeaderCount maximum number of headers allowed. If the number
89 * of headers received from the data stream exceeds maxCount value, an
94 * @return array of HTTP headers
127 // Check for folded headers first
129 // discussion on folded headers
156 Header[] headers = new Header[headerLines.size()]; local
160 headers[i] = parser.parseHeader(buffer);
165 return headers;
178 Header[] headers = AbstractMessageParser.parseHeaders local
    [all...]
  /frameworks/base/core/java/com/google/android/mms/pdu/
SendReq.java 39 // Impossible to reach here since all headers we set above are valid.
73 * Constructor with given headers.
75 * @param headers Headers for this PDU.
77 SendReq(PduHeaders headers) {
78 super(headers);
82 * Constructor with given headers and body
84 * @param headers Headers for this PDU.
87 SendReq(PduHeaders headers, PduBody body)
    [all...]
ReadOrigInd.java 37 * Constructor with given headers.
39 * @param headers Headers for this PDU.
41 ReadOrigInd(PduHeaders headers) {
42 super(headers);
ReadRecInd.java 49 * Constructor with given headers.
51 * @param headers Headers for this PDU.
53 ReadRecInd(PduHeaders headers) {
54 super(headers);
PduParser.java 63 * Store pdu headers
109 /* parse headers */
112 // Parse headers failed.
121 log("check mandatory headers failed!");
189 * Parse pdu headers.
192 * @return headers in PduHeaders structure, null when parse fail
200 PduHeaders headers = new PduHeaders(); local
228 headers.setOctet(messageType, headerField);
271 headers.setOctet(value, headerField);
290 headers.setLongInteger(value, headerField)
    [all...]
  /bootable/bootloader/legacy/
README 16 boot/include/boot headers
23 partner/semi/boot/include/65002 headers
  /external/libxml2/include/libxml/
nanohttp.h 36 const char *headers,
44 const char *headers,
  /external/qemu/distrib/sdl-1.2.12/src/audio/windx5/
directx.h 5 /* Include all of the DirectX 5.0 headers and adds any necessary tweaks */
70 /* DirectX headers (if it isn't included, I haven't tested it yet)
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
directx.h 5 /* Include all of the DirectX 5.0 headers and adds any necessary tweaks */
70 /* DirectX headers (if it isn't included, I haven't tested it yet)
  /external/webkit/WebKitTools/Scripts/
clean-header-guards 16 # ignore headers which are known not to have guard
22 # we don't own any of these headers
  /external/webkit/WebKitTools/wx/packaging/debian/
control 7 wx2.8-headers (>= 2.8.9.2-1), wx2.8-i18n (>= 2.8.9.2-1),
24 Package: webkitwx-headers
  /development/ide/xcode/GL.xcodeproj/
project.pbxproj 11 004BBD750DAC48A600E4E298 /* SkGLDevice_FBO.h in Headers */ = {isa = PBXBuildFile; fileRef = 004BBD740DAC48A600E4E298 /* SkGLDevice_FBO.h */; };
13 004BBE320DAC71A000E4E298 /* SkGLDevice_SWLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 004BBE300DAC71A000E4E298 /* SkGLDevice_SWLayer.h */; };
15 009A73DC0DA1179A00876C03 /* SkGL.h in Headers */ = {isa = PBXBuildFile; fileRef = 009A73D50DA1179A00876C03 /* SkGL.h */; };
18 009A73DF0DA1179A00876C03 /* SkGLTextCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 009A73D80DA1179A00876C03 /* SkGLTextCache.h */; };
20 009A73E10DA1179A00876C03 /* SkTextureCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 009A73DA0DA1179A00876C03 /* SkTextureCache.h */; };
22 009A75DA0DA1DF3800876C03 /* SkGLDevice.h in Headers */ = {isa = PBXBuildFile; fileRef = 009A75D80DA1DF3800876C03 /* SkGLDevice.h */; };
101 D2AAC043055464E500DB518D /* Headers */ = {
105 009A73DC0DA1179A00876C03 /* SkGL.h in Headers */,
106 009A73DF0DA1179A00876C03 /* SkGLTextCache.h in Headers */,
107 009A73E10DA1179A00876C03 /* SkTextureCache.h in Headers */,
    [all...]
  /external/skia/xcode/GL.xcodeproj/
project.pbxproj 11 00B7DCF70EDCA0BD00F77EA2 /* SkGL.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B7DCEA0EDCA0BD00F77EA2 /* SkGL.h */; };
14 00B7DCFA0EDCA0BD00F77EA2 /* SkGLDevice.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B7DCED0EDCA0BD00F77EA2 /* SkGLDevice.h */; };
16 00B7DCFC0EDCA0BD00F77EA2 /* SkGLDevice_FBO.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B7DCEF0EDCA0BD00F77EA2 /* SkGLDevice_FBO.h */; };
18 00B7DCFE0EDCA0BD00F77EA2 /* SkGLDevice_SWLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B7DCF10EDCA0BD00F77EA2 /* SkGLDevice_SWLayer.h */; };
20 00B7DD000EDCA0BD00F77EA2 /* SkGLTextCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B7DCF30EDCA0BD00F77EA2 /* SkGLTextCache.h */; };
22 00B7DD020EDCA0BD00F77EA2 /* SkTextureCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B7DCF50EDCA0BD00F77EA2 /* SkTextureCache.h */; };
101 D2AAC043055464E500DB518D /* Headers */ = {
105 00B7DCF70EDCA0BD00F77EA2 /* SkGL.h in Headers */,
106 00B7DCFA0EDCA0BD00F77EA2 /* SkGLDevice.h in Headers */,
107 00B7DCFC0EDCA0BD00F77EA2 /* SkGLDevice_FBO.h in Headers */,
    [all...]
  /external/icu4c/test/perf/perldriver/
Output.pm 18 my @headers;
94 if($#headers >= 0) {
101 print HTML "<th colspan=".((4*($#headers+1))-2)." class=\"sourceType\">Per Operation</th>\n";
103 print HTML "<th colspan=".((2*($#headers+1))-2)." class=\"sourceType\">Per Operation</th>\n";
104 print HTML "<th colspan=".((5*($#headers+1))-2)." class=\"sourceType\">Per Event</th>\n";
108 foreach $header (@headers) {
113 for $i (1 .. $#headers) {
115 printLeg("<a name=\"mean_op_$i\">ratio $i /op</a> - ratio and error of per $operationIs time, calculated as: (($headers[0] - $headers[$i])/$headers[$i])*100%, mean value")
    [all...]
  /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);
  /development/ide/xcode/giflib.xcodeproj/
project.pbxproj 13 003E41DF0DB3941900A9222D /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 003E41D80DB3941900A9222D /* config.h */; };
16 003E41E20DB3941900A9222D /* gif_hash.h in Headers */ = {isa = PBXBuildFile; fileRef = 003E41DB0DB3941900A9222D /* gif_hash.h */; };
17 003E41E30DB3941900A9222D /* gif_lib.h in Headers */ = {isa = PBXBuildFile; fileRef = 003E41DC0DB3941900A9222D /* gif_lib.h */; };
18 003E41E40DB3941900A9222D /* gif_lib_private.h in Headers */ = {isa = PBXBuildFile; fileRef = 003E41DD0DB3941900A9222D /* gif_lib_private.h */; };
92 D2AAC043055464E500DB518D /* Headers */ = {
96 003E41DF0DB3941900A9222D /* config.h in Headers */,
97 003E41E20DB3941900A9222D /* gif_hash.h in Headers */,
98 003E41E30DB3941900A9222D /* gif_lib.h in Headers */,
99 003E41E40DB3941900A9222D /* gif_lib_private.h in Headers */,
110 D2AAC043055464E500DB518D /* Headers */,
    [all...]

Completed in 40 milliseconds

1 2 3 4 5 6 78 91011>>