/frameworks/base/media/libmedia/ |
IMediaPlayerService.cpp | 61 const char* url, const KeyedVector<String8, String8> *headers) { 68 if (headers == NULL) { 71 // serialize the headers 72 data.writeInt32(headers->size()); 73 for (size_t i = 0; i < headers->size(); ++i) { 74 data.writeString8(headers->keyAt(i)); 75 data.writeString8(headers->valueAt(i)); 162 KeyedVector<String8, String8> headers; local 167 headers.add(key, value); 171 pid, client, url, numHeaders > 0 ? &headers : NULL) [all...] |
/external/skia/xcode/graphics.xcodeproj/ |
project.pbxproj | 13 00B7DF270EDCA56700F77EA2 /* SkPathHeap.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B7DF1E0EDCA56700F77EA2 /* SkPathHeap.h */; }; 16 00B7DF2A0EDCA56700F77EA2 /* SkPictureFlat.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B7DF210EDCA56700F77EA2 /* SkPictureFlat.h */; }; 18 00B7DF2C0EDCA56700F77EA2 /* SkPicturePlayback.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B7DF230EDCA56700F77EA2 /* SkPicturePlayback.h */; }; 20 00B7DF2E0EDCA56700F77EA2 /* SkPictureRecord.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B7DF250EDCA56700F77EA2 /* SkPictureRecord.h */; }; 26 00B7DF530EDCA57800F77EA2 /* SkBlurMask.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B7DF340EDCA57800F77EA2 /* SkBlurMask.h */; }; 37 00B7DF5E0EDCA57800F77EA2 /* SkEmbossMask.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B7DF3F0EDCA57800F77EA2 /* SkEmbossMask.h */; }; 38 00B7DF5F0EDCA57800F77EA2 /* SkEmbossMask_Table.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B7DF400EDCA57800F77EA2 /* SkEmbossMask_Table.h */; }; 48 00B7DF690EDCA57800F77EA2 /* SkRadialGradient_Table.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B7DF4A0EDCA57800F77EA2 /* SkRadialGradient_Table.h */; }; 60 00B7DFA10EDCA59200F77EA2 /* SkScaledBitmapSampler.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B7DF860EDCA59200F77EA2 /* SkScaledBitmapSampler.h */; }; 62 00B7DFAD0EDCA60D00F77EA2 /* SkBML_Verbs.h in Headers */ = {isa = PBXBuildFile; fileRef = 00B7DFA30EDCA60D00F77EA2 /* SkBML_Verbs.h */; } [all...] |
/external/openssl/crypto/asn1/ |
asn_mime.c | 250 /* Headers for signature */ 283 /* MIME headers */ 363 STACK_OF(MIME_HEADER) *headers = NULL; 372 if (!(headers = mime_parse_hdr(bio))) { 377 if(!(hdr = mime_hdr_find(headers, "content-type")) || !hdr->value) { 378 sk_MIME_HEADER_pop_free(headers, mime_hdr_free); 389 sk_MIME_HEADER_pop_free(headers, mime_hdr_free); 394 sk_MIME_HEADER_pop_free(headers, mime_hdr_free); 404 if (!(headers = mime_parse_hdr(asnin))) { 412 if(!(hdr = mime_hdr_find(headers, "content-type")) | [all...] |
/external/apache-http/src/org/apache/http/protocol/ |
package.html | 43 {@link org.apache.http.Header headers} in the messages. 47 some of the headers before sending a message, and interprets 48 headers when a message has been received. 67 <td>prepares headers before a request is sent</td> 68 <td>interprets headers when a request is received</td> 71 <td>interprets headers when a response is received</td> 72 <td>prepares headers before a response is sent</td>
|
/external/ppp/pppd/ |
Makefile.linux | 18 HEADERS = ccp.h chap-new.h ecp.h fsm.h ipcp.h \ 49 # This requires that the libpcap library and headers be installed 88 HEADERS += md4.h chap_ms.h 111 HEADERS += sha1.h 134 HEADERS += pppcrypt.h 158 HEADERS += tdb.h spinlock.h 182 HEADERS += ipv6cp.h eui64.h 191 HEADERS += cbcp.h 218 $(INSTALL) -c -m 644 $(HEADERS) $(INCDIR)/pppd
|
/bionic/libc/kernel/tools/ |
update_all.py | 11 this program is used to update all the auto-generated clean headers 14 - a set of source kernel headers is located in '../original', 17 - the clean headers will be placed in '../arch-<arch>/asm',
|
/external/icu4c/tools/ctestfw/ |
testdata.cpp | 53 RBTestData::RBTestData(UResourceBundle *data, UResourceBundle *headers, UErrorCode& status) 56 fHeaders(headers), 61 UResourceBundle *currHeaders = ures_getByKey(data, "Headers", NULL, &intStatus);
|
/external/webkit/WebCore/platform/network/qt/ |
ResourceRequestQt.cpp | 52 const HTTPHeaderMap &headers = httpHeaderFields(); local 53 for (HTTPHeaderMap::const_iterator it = headers.begin(), end = headers.end();
|
/external/webkit/WebCore/websockets/ |
WebSocketHandshake.h | 90 // Reads all headers except for the two predefined ones. 91 const char* readHTTPHeaders(const char* start, const char* end, HTTPHeaderMap* headers); 92 bool processHeaders(const HTTPHeaderMap& headers);
|
/external/apache-http/src/org/apache/http/ |
HttpServerConnection.java | 49 * Receives the request line and all headers available from this connection. 53 * @return a new HttpRequest object whose request line and headers are 72 * Sends the response line and headers of a response over this connection. 73 * @param response the response whose headers to send.
|
/external/bluetooth/glib/gio/win32/ |
gwinhttpfileoutputstream.c | 120 char *headers; local 140 headers = g_strdup_printf ("Content-Range: bytes %" G_GINT64_FORMAT "-%" G_GINT64_FORMAT "/*\r\n", 142 wheaders = g_utf8_to_utf16 (headers, -1, NULL, NULL, NULL); 143 g_free (headers);
|
/external/dropbear/libtomcrypt/ |
genlist.sh | 6 perl ./parsenames.pl HEADERS "$a"
|
parsenames.pl | 20 if ($ARGV[0] eq "HEADERS") { print "testprof/tomcrypt_test.h"; }
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_argchk.h | 36 /* $Source: /cvs/libtom/libtomcrypt/src/headers/tomcrypt_argchk.h,v $ */
|
tomcrypt_misc.h | 21 /* $Source: /cvs/libtom/libtomcrypt/src/headers/tomcrypt_misc.h,v $ */
|
/external/dropbear/libtomcrypt/testprof/ |
makefile.shared | 3 CFLAGS += -I../src/headers -I./ -Wall -W
|
/external/icu4c/tools/toolutil/ |
swapimpl.h | 17 * library headers.
|
/external/neven/FaceRecEm/common/src/b_FDSDK/ |
fd_emb_sdk.h | 20 /* header file including all neccessary headers of this library */
|
/external/stlport/ |
Makefile | 24 ${MAKE} -C build/lib install-headers
|
/external/stlport/stlport/stl/ |
_cprolog.h | 8 # undef std /* We undef "std" on entry , as STLport headers may include native ones. */
|
/external/webkit/JavaScriptCore/qt/api/ |
QtScript.pro | 25 HEADERS += $$PWD/qtscriptglobal.h \
|
/external/webkit/WebCore/inspector/front-end/ |
ResourceView.js | 43 this.headersTabElement.textContent = WebInspector.UIString("Headers"); 53 this.headersElement.className = "resource-view-headers"; 146 this.element.addStyleClass("headers-visible"); 148 this.element.removeStyleClass("headers-visible"); 155 if (WebInspector.settings.resourceViewTab === "headers") 165 WebInspector.settings.resourceViewTab = "headers"; 299 _getHeaderValue: function(headers, key) 302 for (var testKey in headers) { 304 return headers[testKey]; 310 this._refreshHeaders(WebInspector.UIString("Request Headers"), this.resource.sortedRequestHeaders, this.requestHeadersTreeElement) [all...] |
/external/webkit/WebCore/platform/network/soup/ |
ResourceRequestSoup.cpp | 40 HTTPHeaderMap headers = httpHeaderFields(); 42 if (!headers.isEmpty()) { 43 HTTPHeaderMap::const_iterator end = headers.end(); 44 for (HTTPHeaderMap::const_iterator it = headers.begin(); it != end; ++it)
|
/external/webkit/WebKit/qt/tests/hybridPixmap/ |
hybridPixmap.pro | 7 HEADERS += widget.h
|
/external/webkit/WebKitTools/QtLauncher/ |
QtLauncher.pro | 12 HEADERS += \
|