/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/ |
RetrieveConf.java | 40 * Constructor with given headers. 42 * @param headers Headers for this PDU. 44 RetrieveConf(PduHeaders headers) { 45 super(headers); 49 * Constructor with given headers and body 51 * @param headers Headers for this PDU. 54 RetrieveConf(PduHeaders headers, PduBody body) { 55 super(headers, body) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/ |
headers.py | 1 """Manage HTTP Response Headers 30 class Headers: 32 """Manage a collection of HTTP response headers""" 34 def __init__(self,headers): 35 if type(headers) is not ListType: 36 raise TypeError("Headers must be a list of name/value tuples") 37 self._headers = headers 40 """Return the total number of headers, including duplicates.""" 126 return "Headers(%r)" % self._headers 129 """str() returns the formatted headers, complete with end line [all...] |
handlers.py | 5 from headers import Headers 62 headers_class = Headers # must be a Headers-like class 73 headers = None variable in class:BaseHandler 147 self.headers['Content-Length'] = str(self.bytes_sent) 157 if 'Content-Length' not in self.headers: 160 def start_response(self, status, headers,exc_info=None): 166 # Re-raise original exception if headers sent 170 elif self.headers is not None [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/ |
headers.py | 1 """Manage HTTP Response Headers 30 class Headers: 32 """Manage a collection of HTTP response headers""" 34 def __init__(self,headers): 35 if type(headers) is not ListType: 36 raise TypeError("Headers must be a list of name/value tuples") 37 self._headers = headers 40 """Return the total number of headers, including duplicates.""" 126 return "Headers(%r)" % self._headers 129 """str() returns the formatted headers, complete with end line [all...] |
handlers.py | 5 from headers import Headers 62 headers_class = Headers # must be a Headers-like class 73 headers = None variable in class:BaseHandler 147 self.headers['Content-Length'] = str(self.bytes_sent) 157 if 'Content-Length' not in self.headers: 160 def start_response(self, status, headers,exc_info=None): 166 # Re-raise original exception if headers sent 170 elif self.headers is not None [all...] |
/external/chromium_org/net/http/ |
http_stream_parser.h | 51 const HttpRequestHeaders& headers, 96 // Returns true if request headers and body should be merged (i.e. the 130 // |kMaxHeaderBufSize| is the number of bytes that the response headers can 159 // Examines |read_buf_| to find the start and end of the headers. If they are 161 // the end of the headers, or -1 if the complete headers were not found, or 165 // Parse the headers into response_. Returns OK on success or a net::Error on 169 // Examine the parsed headers to try to determine the response body size. 181 // Size of just the request headers. May be less than the length of 182 // |request_headers_| if the body was merged with the headers [all...] |
http_vary_data.h | 20 // over the request headers indicated by a Vary header. 24 // avoids messy privacy issues as some of the request headers could hold 37 // Initialize from a request and its corresponding response headers. 39 // Returns true if a Vary header was found in the response headers and that 63 // be the same response headers used to generate this vary data. 77 // A digested version of the request headers corresponding to the Vary header.
|
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/ |
rest_api.py | 160 def do_request_async(self, url, method='GET', headers=None, payload=None, 168 headers = {} if headers is None else dict(headers) 171 headers['authorization'] = 'OAuth ' + self.token 179 headers=headers, follow_redirects=False, 183 headers['authorization'] = 'OAuth ' + self.token 185 url, payload=payload, method=method, headers=headers, [all...] |
/external/chromium_org/third_party/polymer/components/core-ajax/ |
core-ajax.html | 35 <polymer-element name="core-ajax" hidden attributes="url handleAs auto params response method headers body contentType withCredentials"> 128 * HTTP request headers to send. 135 * headers='{"X-Requested-With": "XMLHttpRequest"}' 139 * @attribute headers 143 headers: null, 302 args.headers = this.headers || args.headers || {}; 303 if (args.headers && typeof(args.headers) == 'string') [all...] |
/development/ide/xcode/animator.xcodeproj/ |
project.pbxproj | 10 FE49EAAC09FD5DB800D28411 /* SkDrawExtraPathEffect.h in Headers */ = {isa = PBXBuildFile; fileRef = FE49EAAB09FD5DB800D28411 /* SkDrawExtraPathEffect.h */; }; 11 FE49EB4D09FE783600D28411 /* SkDisplayNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = FE49EB4C09FE783600D28411 /* SkDisplayNumber.h */; }; 13 FE49EE0C09FFDB0300D28411 /* SkAnimateProperties.h in Headers */ = {isa = PBXBuildFile; fileRef = FE49EE0B09FFDB0300D28411 /* SkAnimateProperties.h */; }; 14 FE51FB850A6FDCE500ABA91D /* SkDrawSaveLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = FE51FB840A6FDCE400ABA91D /* SkDrawSaveLayer.h */; }; 16 FE5F49840948A5390095980F /* SkAnimateBase.h in Headers */ = {isa = PBXBuildFile; fileRef = FE5F48F30948A5380095980F /* SkAnimateBase.h */; }; 18 FE5F49860948A5390095980F /* SkAnimateActive.h in Headers */ = {isa = PBXBuildFile; fileRef = FE5F48F70948A5380095980F /* SkAnimateActive.h */; }; 20 FE5F49880948A5390095980F /* SkAnimate.h in Headers */ = {isa = PBXBuildFile; fileRef = FE5F48F90948A5380095980F /* SkAnimate.h */; }; 22 FE5F498A0948A5390095980F /* SkAnimateMaker.h in Headers */ = {isa = PBXBuildFile; fileRef = FE5F48FB0948A5380095980F /* SkAnimateMaker.h */; }; 24 FE5F498C0948A5390095980F /* SkAnimateSet.h in Headers */ = {isa = PBXBuildFile; fileRef = FE5F48FF0948A5380095980F /* SkAnimateSet.h */; }; 27 FE5F498F0948A5390095980F /* SkAnimatorScript.h in Headers */ = {isa = PBXBuildFile; fileRef = FE5F49020948A5380095980F /* SkAnimatorScript.h */; } [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/ |
__init__.py | 141 # Does not use Age: headers when calculating cache freshness. 150 # Which headers are hop-by-hop headers by default 216 def _normalize_headers(headers): 217 return dict([ (key.lower(), NORMALIZE_SPACE.sub(value, ' ').strip()) for (key, value) in headers.iteritems()]) 219 def _parse_cache_control(headers): 221 if headers.has_key('cache-control'): 222 parts = headers['cache-control'].split(',') 228 # Whether to use a strict mode to parse WWW-Authenticate headers 242 def _parse_www_authenticate(headers, headername='www-authenticate') [all...] |
/external/chromium_org/third_party/skia/experimental/SimpleiOSApp/iPad/ |
MainWindow_iPad.xib | 240 <string key="minorKey">Foundation.framework/Headers/NSError.h</string> 247 <string key="minorKey">Foundation.framework/Headers/NSFileManager.h</string> 254 <string key="minorKey">Foundation.framework/Headers/NSKeyValueCoding.h</string> 261 <string key="minorKey">Foundation.framework/Headers/NSKeyValueObserving.h</string> 268 <string key="minorKey">Foundation.framework/Headers/NSKeyedArchiver.h</string> 275 <string key="minorKey">Foundation.framework/Headers/NSObject.h</string> 282 <string key="minorKey">Foundation.framework/Headers/NSRunLoop.h</string> 289 <string key="minorKey">Foundation.framework/Headers/NSThread.h</string> 296 <string key="minorKey">Foundation.framework/Headers/NSURL.h</string> 303 <string key="minorKey">Foundation.framework/Headers/NSURLConnection.h</string [all...] |
/external/chromium_org/third_party/skia/experimental/SimpleiOSApp/iPhone/ |
MainWindow_iPhone.xib | 250 <string key="minorKey">Foundation.framework/Headers/NSError.h</string> 257 <string key="minorKey">Foundation.framework/Headers/NSFileManager.h</string> 264 <string key="minorKey">Foundation.framework/Headers/NSKeyValueCoding.h</string> 271 <string key="minorKey">Foundation.framework/Headers/NSKeyValueObserving.h</string> 278 <string key="minorKey">Foundation.framework/Headers/NSKeyedArchiver.h</string> 285 <string key="minorKey">Foundation.framework/Headers/NSObject.h</string> 292 <string key="minorKey">Foundation.framework/Headers/NSRunLoop.h</string> 299 <string key="minorKey">Foundation.framework/Headers/NSThread.h</string> 306 <string key="minorKey">Foundation.framework/Headers/NSURL.h</string> 313 <string key="minorKey">Foundation.framework/Headers/NSURLConnection.h</string [all...] |
/external/skia/experimental/SimpleiOSApp/iPad/ |
MainWindow_iPad.xib | 240 <string key="minorKey">Foundation.framework/Headers/NSError.h</string> 247 <string key="minorKey">Foundation.framework/Headers/NSFileManager.h</string> 254 <string key="minorKey">Foundation.framework/Headers/NSKeyValueCoding.h</string> 261 <string key="minorKey">Foundation.framework/Headers/NSKeyValueObserving.h</string> 268 <string key="minorKey">Foundation.framework/Headers/NSKeyedArchiver.h</string> 275 <string key="minorKey">Foundation.framework/Headers/NSObject.h</string> 282 <string key="minorKey">Foundation.framework/Headers/NSRunLoop.h</string> 289 <string key="minorKey">Foundation.framework/Headers/NSThread.h</string> 296 <string key="minorKey">Foundation.framework/Headers/NSURL.h</string> 303 <string key="minorKey">Foundation.framework/Headers/NSURLConnection.h</string [all...] |
/external/skia/experimental/SimpleiOSApp/iPhone/ |
MainWindow_iPhone.xib | 250 <string key="minorKey">Foundation.framework/Headers/NSError.h</string> 257 <string key="minorKey">Foundation.framework/Headers/NSFileManager.h</string> 264 <string key="minorKey">Foundation.framework/Headers/NSKeyValueCoding.h</string> 271 <string key="minorKey">Foundation.framework/Headers/NSKeyValueObserving.h</string> 278 <string key="minorKey">Foundation.framework/Headers/NSKeyedArchiver.h</string> 285 <string key="minorKey">Foundation.framework/Headers/NSObject.h</string> 292 <string key="minorKey">Foundation.framework/Headers/NSRunLoop.h</string> 299 <string key="minorKey">Foundation.framework/Headers/NSThread.h</string> 306 <string key="minorKey">Foundation.framework/Headers/NSURL.h</string> 313 <string key="minorKey">Foundation.framework/Headers/NSURLConnection.h</string [all...] |
/development/ide/xcode/zlib.xcodeproj/ |
project.pbxproj | 21 FE08AA260944F2710057213F /* crc32.h in Headers */ = {isa = PBXBuildFile; fileRef = FE08AA1B0944F2710057213F /* crc32.h */; }; 22 FE08AA270944F2710057213F /* deflate.h in Headers */ = {isa = PBXBuildFile; fileRef = FE08AA1C0944F2710057213F /* deflate.h */; }; 23 FE08AA280944F2710057213F /* inffast.h in Headers */ = {isa = PBXBuildFile; fileRef = FE08AA1D0944F2710057213F /* inffast.h */; }; 24 FE08AA290944F2710057213F /* inffixed.h in Headers */ = {isa = PBXBuildFile; fileRef = FE08AA1E0944F2710057213F /* inffixed.h */; }; 25 FE08AA2A0944F2710057213F /* inflate.h in Headers */ = {isa = PBXBuildFile; fileRef = FE08AA1F0944F2710057213F /* inflate.h */; }; 26 FE08AA2B0944F2710057213F /* inftrees.h in Headers */ = {isa = PBXBuildFile; fileRef = FE08AA200944F2710057213F /* inftrees.h */; }; 27 FE08AA2C0944F2710057213F /* trees.h in Headers */ = {isa = PBXBuildFile; fileRef = FE08AA210944F2710057213F /* trees.h */; }; 28 FE08AA2D0944F2710057213F /* zconf.h in Headers */ = {isa = PBXBuildFile; fileRef = FE08AA220944F2710057213F /* zconf.h */; }; 29 FE08AA2E0944F2710057213F /* zconf.in.h in Headers */ = {isa = PBXBuildFile; fileRef = FE08AA230944F2710057213F /* zconf.in.h */; }; 30 FE08AA2F0944F2710057213F /* zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = FE08AA240944F2710057213F /* zlib.h */; } [all...] |
/external/chromium_org/android_webview/browser/net/ |
aw_network_delegate.cc | 38 net::HttpRequestHeaders* headers) { 40 DCHECK(headers); 41 headers->SetHeaderIfMissing( 50 net::HttpRequestHeaders* headers) { 53 request, proxy_info.proxy_server(), headers); 58 const net::HttpRequestHeaders& headers) {
|
/external/chromium_org/tools/generate_shim_headers/ |
generate_shim_headers.py | 7 Generates shim headers that mirror the directory structure of bundled headers, 10 This allows seamless compilation against system headers with no changes 22 #error shim headers must not be used in official builds! 29 parser.add_option('--headers-root', action='append') 40 parser.error('Missing --headers-root parameter.')
|
/external/clang/test/Modules/ |
auto-module-import.m | 20 // expected-note@Inputs/Module.framework/Headers/Module.h:15 {{previous}} 31 // expected-note@Inputs/DependsOnModule.framework/Frameworks/SubFramework.framework/Headers/Other.h:15 {{previous}} 45 #include <DependsOnModule/../Frameworks/SubFramework.framework/Headers/Other.h> // expected-warning{{treating #include as an import of module 'DependsOnModule.SubFramework.Other'}} 56 #include <Module/../Frameworks/SubFramework.framework/Headers/SubFramework.h> // expected-warning{{treating #include as an import of module 'Module.SubFramework'}} 62 // Test inclusion of private headers. 77 // Test inclusion of headers that are under an umbrella directory but
|
/external/libmtp/libmtp.xcodeproj/ |
project.pbxproj | 12 B00305CF1277B07D009FA3E1 /* device-flags.h in Headers */ = {isa = PBXBuildFile; fileRef = B00305BF1277B07D009FA3E1 /* device-flags.h */; }; 13 B00305D01277B07D009FA3E1 /* gphoto2-endian.h in Headers */ = {isa = PBXBuildFile; fileRef = B00305C01277B07D009FA3E1 /* gphoto2-endian.h */; }; 15 B00305D21277B07D009FA3E1 /* libmtp.h in Headers */ = {isa = PBXBuildFile; fileRef = B00305C21277B07D009FA3E1 /* libmtp.h */; }; 16 B00305D31277B07D009FA3E1 /* libptp-stdint.h in Headers */ = {isa = PBXBuildFile; fileRef = B00305C31277B07D009FA3E1 /* libptp-stdint.h */; }; 18 B00305D51277B07D009FA3E1 /* libusb-glue.h in Headers */ = {isa = PBXBuildFile; fileRef = B00305C51277B07D009FA3E1 /* libusb-glue.h */; }; 19 B00305D61277B07D009FA3E1 /* music-players.h in Headers */ = {isa = PBXBuildFile; fileRef = B00305C61277B07D009FA3E1 /* music-players.h */; }; 21 B00305D81277B07D009FA3E1 /* playlist-spl.h in Headers */ = {isa = PBXBuildFile; fileRef = B00305C81277B07D009FA3E1 /* playlist-spl.h */; }; 23 B00305DA1277B07D009FA3E1 /* ptp.h in Headers */ = {isa = PBXBuildFile; fileRef = B00305CA1277B07D009FA3E1 /* ptp.h */; }; 25 B00305DC1277B07D009FA3E1 /* unicode.h in Headers */ = {isa = PBXBuildFile; fileRef = B00305CC1277B07D009FA3E1 /* unicode.h */; }; 27 B00305DE1277B07D009FA3E1 /* util.h in Headers */ = {isa = PBXBuildFile; fileRef = B00305CE1277B07D009FA3E1 /* util.h */; } [all...] |
/external/markdown/docs/extensions/ |
HeaderId.txt | 32 By default, all headers will automatically have unique "id" attributes 34 Note this example in which all three headers would have the same "id": 51 * **level**: Base level for headers. 55 * **forceid**: Force all headers to have an id. 61 this page should not contain any headers higher than level 3 (`<h3>`). 73 headers that do not have one explicitly defined.
|
/external/oauth/core/src/main/java/net/oauth/client/ |
URLConnectionResponse.java | 40 * from OAuth WWW-Authenticate headers and the body. The header parameters 50 this.headers.addAll(getHeaders()); 76 List<Map.Entry<String, String>> headers = new ArrayList<Map.Entry<String, String>>(); local 82 headers.add(new OAuth.Parameter(name, value)); 89 headers.add(new OAuth.Parameter(CONTENT_TYPE, connection 92 return headers;
|
/frameworks/base/core/java/android/net/http/ |
AndroidHttpClientConnection.java | 245 * Sends the request line and all headers over the connection. 246 * @param request the request whose headers to send. 291 * Parses the response headers and adds them to the 292 * given {@code headers} object, and returns the response StatusLine 293 * @param headers store parsed header to headers. 298 public StatusLine parseResponseHeader(Headers headers) 330 // Check for folded headers first 332 // discussion on folded headers [all...] |
/development/samples/ApiDemos/res/xml/ |
device_admin_headers.xml | 17 <!-- Headers for a set of preferences used to exercise the DevicePolicyManager API. --> 18 <preference-headers 41 </preference-headers>
|
/external/chromium_org/android_webview/browser/ |
aw_resource_context.cc | 22 const GURL& url, const std::string& headers) { 26 if (!headers.empty()) 27 extra_headers_[url.spec()] = headers;
|