/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);
|
ResourceResponseCFNet.cpp | 100 RetainPtr<CFDictionaryRef> headers(AdoptCF, CFHTTPMessageCopyAllHeaderFields(httpResponse)); 101 CFIndex headerCount = CFDictionaryGetCount(headers.get()); 104 CFDictionaryGetKeysAndValues(headers.get(), keys.data(), values.data());
|
/external/webkit/WebKitTools/Scripts/ |
update-webkit-auxiliary-libs | 60 my $result = system "curl -s -I $auxiliaryLibsURL | grep Last-Modified > \"$tmpDir/$file.headers\""; 63 if (!$result && open NEW, "$tmpDir/$file.headers") { 67 if (defined $new && open OLD, "$webkitLibrariesDir/$file.headers") { 101 $result = system "mv", "$tmpDir/$file.headers", $webkitLibrariesDir; 102 print STDERR "Couldn't move $file.headers to $webkitLibrariesDir" . ".\n" if $result;
|
/frameworks/base/core/java/android/net/http/ |
EventHandler.java | 22 * processed. The normal order of callbacks is status(), headers(), 105 * Called after all headers are successfully processed. 107 public void headers(Headers headers); method in interface:EventHandler
|
RequestQueue.java | 290 * @param headers A hashmap of http headers. 298 Map<String, String> headers, EventHandler eventHandler, 301 return queueRequest(url, uri, method, headers, eventHandler, 310 * @param headers A hashmap of http headers. 317 String url, WebAddress uri, String method, Map<String, String> headers, 334 bodyLength, eventHandler, headers); 344 this, url, uri, method, headers, bodyProvider, bodyLength, 371 String method, Map<String, String> headers, [all...] |
/external/webkit/JavaScriptGlue/JavaScriptGlue.xcodeproj/ |
project.pbxproj | 27 DD66F3BB08F73ED700C75FD7 /* JavaScriptGlue.h in Headers */ = {isa = PBXBuildFile; fileRef = F11798B30262465703CA149D /* JavaScriptGlue.h */; settings = {ATTRIBUTES = (Public, ); }; }; 28 DD66F3BC08F73ED700C75FD7 /* JSBase.h in Headers */ = {isa = PBXBuildFile; fileRef = F11798B9026246FD03CA149D /* JSBase.h */; }; 29 DD66F3BD08F73ED700C75FD7 /* JSUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = F11798B7026246FD03CA149D /* JSUtils.h */; }; 30 DD66F3BE08F73ED700C75FD7 /* JSObject.h in Headers */ = {isa = PBXBuildFile; fileRef = F11798BB026246FD03CA149D /* JSObject.h */; }; 31 DD66F3BF08F73ED700C75FD7 /* JSRun.h in Headers */ = {isa = PBXBuildFile; fileRef = F11798BD026246FD03CA149D /* JSRun.h */; }; 32 DD66F3C008F73ED700C75FD7 /* JSValueWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = F11798C90262545403CA149D /* JSValueWrapper.h */; }; 33 DD66F3C108F73ED700C75FD7 /* UserObjectImp.h in Headers */ = {isa = PBXBuildFile; fileRef = F11798CF0262579C03CA149D /* UserObjectImp.h */; }; 226 DD66F3BA08F73ED700C75FD7 /* Headers */ = { 230 DD66F3BB08F73ED700C75FD7 /* JavaScriptGlue.h in Headers */, 231 DD66F3BC08F73ED700C75FD7 /* JSBase.h in Headers */, [all...] |
/external/bison/tests/ |
headers.at | 1 # Bison Parser Headers. -*- Autotest -*- 19 AT_BANNER([[Parser Headers.]]) 46 ## Invalid CPP headers. ##
|
/external/bluetooth/glib/docs/reference/glib/ |
compiling.sgml | 72 toplevel headers <filename>glib.h</filename>, 75 when individual headers are directly included. To help with the 77 headers (it <emphasis>is</emphasis> turned on for GObject and GIO).
|
/external/icu4c/tools/ctestfw/unicode/ |
tstdtmod.h | 63 * field "Headers" these will be used as the default headers, so that you don't have to 64 * to specify per test headers.
|
/external/skia/xcode/corecg.xcodeproj/ |
project.pbxproj | 14 00B7DE7D0EDCA1CE00F77EA2 /* SkCordic.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B7DE680EDCA1CE00F77EA2 /* SkCordic.h */; }; 18 00B7DE810EDCA1CE00F77EA2 /* SkFloat.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B7DE6C0EDCA1CE00F77EA2 /* SkFloat.h */; }; 28 00B7DE8B0EDCA1CE00F77EA2 /* SkRegionPriv.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B7DE760EDCA1CE00F77EA2 /* SkRegionPriv.h */; }; 29 00B7DE8C0EDCA1CE00F77EA2 /* SkSinTable.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B7DE770EDCA1CE00F77EA2 /* SkSinTable.h */; }; 30 00B7DE8D0EDCA1CE00F77EA2 /* SkTSort.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B7DE780EDCA1CE00F77EA2 /* SkTSort.h */; }; 117 D2AAC043055464E500DB518D /* Headers */ = { 121 00B7DE7D0EDCA1CE00F77EA2 /* SkCordic.h in Headers */, 122 00B7DE810EDCA1CE00F77EA2 /* SkFloat.h in Headers */, 123 00B7DE8B0EDCA1CE00F77EA2 /* SkRegionPriv.h in Headers */, 124 00B7DE8C0EDCA1CE00F77EA2 /* SkSinTable.h in Headers */, [all...] |
/external/webkit/WebCore/platform/network/mac/ |
ResourceResponseMac.mm | 85 NSDictionary *headers = [httpResponse allHeaderFields]; 86 NSEnumerator *e = [headers keyEnumerator]; 88 m_httpHeaderFields.set(name, [headers objectForKey:name]);
|
/packages/apps/Email/src/org/apache/james/mime4j/ |
SimpleContentHandler.java | 40 * Called after headers are parsed.
42 public abstract void headers(Header header);
method in class:SimpleContentHandler 83 headers(tmp);
|
/development/ide/xcode/expat.xcodeproj/ |
project.pbxproj | 15 FEDCE3DF09CEF35D0042D964 /* xmlrole.h in Headers */ = {isa = PBXBuildFile; fileRef = FEDCE3DC09CEF35D0042D964 /* xmlrole.h */; }; 17 FEDCE3E409CEF3830042D964 /* xmltok.h in Headers */ = {isa = PBXBuildFile; fileRef = FEDCE3E209CEF3830042D964 /* xmltok.h */; }; 86 D2AAC043055464E500DB518D /* Headers */ = { 90 FEDCE3DF09CEF35D0042D964 /* xmlrole.h in Headers */, 91 FEDCE3E409CEF3830042D964 /* xmltok.h in Headers */, 102 D2AAC043055464E500DB518D /* Headers */,
|
/development/ide/xcode/gif.xcodeproj/ |
project.pbxproj | 12 FE08AB3F0945EFBE0057213F /* gif_lib_private.h in Headers */ = {isa = PBXBuildFile; fileRef = FE08AB3D0945EFBE0057213F /* gif_lib_private.h */; }; 13 FE08AB400945EFBE0057213F /* gif_lib.h in Headers */ = {isa = PBXBuildFile; fileRef = FE08AB3E0945EFBE0057213F /* gif_lib.h */; }; 94 D2AAC043055464E500DB518D /* Headers */ = { 98 FE08AB3F0945EFBE0057213F /* gif_lib_private.h in Headers */, 99 FE08AB400945EFBE0057213F /* gif_lib.h in Headers */, 110 D2AAC043055464E500DB518D /* Headers */,
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
RFC2109Spec.java | 168 List<Header> headers = new ArrayList<Header>(1); local 169 headers.add(new BufferedHeader(buffer)); 170 return headers; 174 List<Header> headers = new ArrayList<Header>(cookies.size()); local 183 headers.add(new BufferedHeader(buffer)); 185 return headers;
|
/external/skia/xcode/gif.xcodeproj/ |
project.pbxproj | 12 FE08AB3F0945EFBE0057213F /* gif_lib_private.h in Headers */ = {isa = PBXBuildFile; fileRef = FE08AB3D0945EFBE0057213F /* gif_lib_private.h */; }; 13 FE08AB400945EFBE0057213F /* gif_lib.h in Headers */ = {isa = PBXBuildFile; fileRef = FE08AB3E0945EFBE0057213F /* gif_lib.h */; }; 94 D2AAC043055464E500DB518D /* Headers */ = { 98 FE08AB3F0945EFBE0057213F /* gif_lib_private.h in Headers */, 99 FE08AB400945EFBE0057213F /* gif_lib.h in Headers */, 110 D2AAC043055464E500DB518D /* Headers */,
|
/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,
|
/dalvik/libcore/luni/src/main/java/java/net/ |
CookieHandler.java | 69 * a list of request headers. 84 * a list of request headers.
|
/external/bison/m4/ |
onceonly.m4 | 14 dnl The advantage is that the check for each of the headers/functions/decls 25 dnl DEFAULTS and INIT_PREPARE in order to check all requested headers at once,
|
/external/expat/vms/ |
descrip.mms | 19 HEADERS = $(LIBDIR)ascii.h $(LIBDIR)iasciitab.h $(LIBDIR)utf8tab.h $(LIBDIR)xmltok.h \ 32 # DISTFILES = $(DIST_COMMON) $(SOURCES) $(TEMPLATES) $(APIHEADER) $(HEADERS)
|
/external/quake/quake/src/QW/client/ |
main.cpp | 26 // (We do this because it's difficult to mix the C++ headers 27 // for JNI and gl_context with the C headers for quake.)
|
/external/stlport/stlport/stl/config/ |
_ibm.h | 53 /* same for C headers like <string.h> */ 126 /* does not have new C headers, but has div() */
|
/external/v8/src/ |
oprofile-agent.h | 37 // system headers (they have __uint64_t), but is defined 38 // in V8's headers.
|
/frameworks/base/core/java/android/webkit/ |
DataLoader.java | 31 * response headers. 75 protected void buildHeaders(android.net.http.Headers h) {
|
FrameLoader.java | 79 public void setHeaders(HashMap headers) { 80 mHeaders = headers; 276 * This function is used by the handleHTTPLoad to setup the cache headers 319 // the validation headers causes no validation to occur 331 // use it. If it needs revalidation then the relevant headers 342 * Add the static headers that don't change with each request. 362 * Add the content related headers. These headers contain user private data
|