/external/stlport/test/unit/ |
typeinfo_header_test.cpp | 4 * Additionnaly, for C Standard headers that STLport expose, it can also be 5 * used to check that files included by those headers are compatible with
|
/ndk/tests/device/test-gnustl-full/unit/ |
setjmp_header_test2.cpp | 4 * Additionnaly, for C Standard headers that STLport expose, it can also be 5 * used to check that files included by those headers are compatible with
|
typeinfo_header_test.cpp | 4 * Additionnaly, for C Standard headers that STLport expose, it can also be 5 * used to check that files included by those headers are compatible with
|
/ndk/tests/device/test-stlport/unit/ |
setjmp_header_test2.cpp | 4 * Additionnaly, for C Standard headers that STLport expose, it can also be 5 * used to check that files included by those headers are compatible with
|
typeinfo_header_test.cpp | 4 * Additionnaly, for C Standard headers that STLport expose, it can also be 5 * used to check that files included by those headers are compatible with
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/ |
compiler.h | 6 * Upstream uapi headers refer to <linux/compiler.h> but there is 9 * a scrubbed header from external/kernel-headers when possible.
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/ |
compiler.h | 6 * Upstream uapi headers refer to <linux/compiler.h> but there is 9 * a scrubbed header from external/kernel-headers when possible.
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/ |
compiler.h | 6 * Upstream uapi headers refer to <linux/compiler.h> but there is 9 * a scrubbed header from external/kernel-headers when possible.
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/ |
compiler.h | 6 * Upstream uapi headers refer to <linux/compiler.h> but there is 9 * a scrubbed header from external/kernel-headers when possible.
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/ |
compiler.h | 6 * Upstream uapi headers refer to <linux/compiler.h> but there is 9 * a scrubbed header from external/kernel-headers when possible.
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/ |
compiler.h | 6 * Upstream uapi headers refer to <linux/compiler.h> but there is 9 * a scrubbed header from external/kernel-headers when possible.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/ |
__init__.py | 7 * headers -- Manage response headers
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/ |
__init__.py | 7 * headers -- Manage response headers
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/ |
CommonResources.java | 17 // Content-type headers used for HTML code. 22 // Content-type headers used for javascript code. 27 // Content-type headers used for png images. 34 List<Pair<String, String>> headers = new ArrayList<Pair<String, String>>(); local 35 headers.add(Pair.create("Content-Type", contentType)); 36 if (disableCache) headers.add(Pair.create("Cache-Control", "no-store")); 37 return headers; 91 public static String makeHtmlPageFrom(String headers, String body) { 101 headers + 109 public static String makeHtmlPageWithSimpleLinkTo(String headers, String destination) [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/ |
RequestTest.cpp | 64 struct { const char* key; const char* value; } headers[] = { {"X-Foo", "bar"}, {"X-Quux", "foop"}, {0, 0} }; local 70 for (int i = 0; headers[i].key; ++i) 71 webRequest.setHeader(WebString::fromUTF8(headers[i].key), WebString::fromUTF8(headers[i].value)); 80 Headers* requestHeaders = request->headers(); 83 for (int i = 0; headers[i].key; ++i) 84 headersMap.add(headers[i].key, headers[i].value); 98 EXPECT_EQ(webRequest.headers(), secondWebRequest.headers()) [all...] |
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/ |
RecordedRequest.java | 30 private final List<String> headers; field in class:RecordedRequest 37 public RecordedRequest(String requestLine, List<String> headers, List<Integer> chunkSizes, 40 this.headers = headers; 72 /** Returns all headers. */ 74 return headers; 83 for (int i = 0, size = headers.size(); i < size; i++) { 84 String header = headers.get(i); 92 /** Returns the headers named {@code name}. */ 96 for (int i = 0, size = headers.size(); i < size; i++) [all...] |
/frameworks/av/media/libstagefright/rtsp/ |
SDPLoader.cpp | 51 void SDPLoader::load(const char *url, const KeyedVector<String8, String8> *headers) { 57 if (headers != NULL) { 59 "headers", 60 new KeyedVector<String8, String8>(*headers)); 90 KeyedVector<String8, String8> *headers = NULL; local 91 msg->findPointer("headers", (void **)&headers); 96 err = mHTTPDataSource->connect(url.c_str(), headers); 103 if (headers != NULL) { 104 delete headers; [all...] |
/frameworks/volley/src/com/android/volley/toolbox/ |
HttpHeaderParser.java | 29 * Utility methods for parsing HTTP headers. 36 * @param response The network response to parse headers from 42 Map<String, String> headers = response.headers; local 53 headerValue = headers.get("Date"); 58 headerValue = headers.get("Cache-Control"); 77 headerValue = headers.get("Expires"); 82 serverEtag = headers.get("ETag"); 99 entry.responseHeaders = headers; 121 public static String parseCharset(Map<String, String> headers) { [all...] |
/external/chromium_org/net/spdy/ |
spdy_headers_block_parser.h | 17 // A handler class for SPDY headers. 23 // SPDY headers block, this method also notifies on the number of headers in 34 // headers block. Also notifies on the total number of bytes in this block. 45 // This class handles SPDY headers block bytes and parses out key-value pairs 46 // as they arrive. This class is not thread-safe, and assumes that all headers 54 // value pair that we parsed from the headers block. 60 // Handles headers block data as it arrives. Returns false if an error has 62 // true if the invocation completes the parse of the entire headers block, 63 // in which case the parser is ready for a new headers block [all...] |
/development/ide/xcode/graphics.xcodeproj/ |
project.pbxproj | 11 00081FE40A67CF1800A37923 /* SkColorFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 00081FE00A67CF1800A37923 /* SkColorFilter.h */; }; 12 00081FE50A67CF1800A37923 /* SkRasterizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 00081FE10A67CF1800A37923 /* SkRasterizer.h */; }; 13 00081FE70A67CF1800A37923 /* SkTypeface.h in Headers */ = {isa = PBXBuildFile; fileRef = 00081FE30A67CF1800A37923 /* SkTypeface.h */; }; 18 001142D70DCA3EE90070D0A3 /* SkPicturePlayback.h in Headers */ = {isa = PBXBuildFile; fileRef = 001142D30DCA3EE90070D0A3 /* SkPicturePlayback.h */; }; 20 001142D90DCA3EE90070D0A3 /* SkPictureRecord.h in Headers */ = {isa = PBXBuildFile; fileRef = 001142D50DCA3EE90070D0A3 /* SkPictureRecord.h */; }; 21 0011430B0DCA458A0070D0A3 /* SkPictureFlat.h in Headers */ = {isa = PBXBuildFile; fileRef = 0011430A0DCA458A0070D0A3 /* SkPictureFlat.h */; }; 28 0027DCD20B24CA4E00076079 /* SkDevice.h in Headers */ = {isa = PBXBuildFile; fileRef = 0027DCD10B24CA4E00076079 /* SkDevice.h */; }; 30 002B77550A1BB07A003B067F /* SkCornerPathEffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 002B77500A1BB07A003B067F /* SkCornerPathEffect.h */; }; 31 002B77560A1BB07A003B067F /* SkDeque.h in Headers */ = {isa = PBXBuildFile; fileRef = 002B77510A1BB07A003B067F /* SkDeque.h */; }; 32 002B77570A1BB07A003B067F /* SkPaint.h in Headers */ = {isa = PBXBuildFile; fileRef = 002B77520A1BB07A003B067F /* SkPaint.h */; } [all...] |
/development/ndk/platforms/android-3/include/linux/ |
list.h | 15 #warning "don't include kernel headers in userspace"
|
/external/chromium_org/android_webview/browser/ |
aw_web_resource_response.h | 36 // If true is returned then |headers| contain the headers, if false is 37 // returned |headers| were not updated. 40 net::HttpResponseHeaders* headers) const = 0;
|
/external/chromium_org/build/ |
shim_headers.gypi | 5 # This file is meant to be included into a target to handle shim headers 8 # headers_root_path: string: path to directory containing headers 39 '--headers-root', '<(headers_root_path)', 57 'message': 'Generating <(_target_name) shim headers',
|
/external/chromium_org/components/autofill/ |
DEPS | 3 "+grit", # For generated headers
|
/external/chromium_org/components/cronet/android/java/src/org/chromium/net/ |
ChromiumUrlRequestFactory.java | 45 Map<String, String> headers, HttpUrlRequestListener listener) { 47 headers, listener); 52 Map<String, String> headers, WritableByteChannel channel, 55 headers, channel, listener);
|