/frameworks/base/core/tests/coretests/src/android/webkit/ |
UrlInterceptRegistryTest.java | 47 public CacheResult service(String url, Map<String, String> headers) { 53 String> headers) {
|
/frameworks/base/media/libdrm/mobile1/include/parser/ |
parser_dcf.h | 61 int32_t HeadersLen; /**< Length of the Headers field */ 77 * \param pDcfInfo (out)A structure pointer which contain information of DCF headers
|
/frameworks/base/media/libmediaplayerservice/ |
MidiMetadataRetriever.cpp | 46 // TODO: support headers in MetadataRetriever interface! 47 return mMidiPlayer->setDataSource(url, NULL /* headers */);
|
VorbisMetadataRetriever.cpp | 42 // TODO: support headers in MetadataRetriever interface! 43 return mVorbisPlayer->setDataSource(url, NULL /* headers */);
|
/frameworks/base/media/libstagefright/ |
DataSource.cpp | 101 const char *uri, const KeyedVector<String8, String8> *headers) { 106 sp<HTTPDataSource> httpSource = new HTTPDataSource(uri, headers);
|
/frameworks/base/core/java/com/google/android/mms/pdu/ |
PduPersister.java | 292 PduHeaders headers, int mapColumn) { 299 headers.setEncodedStringValue(value, mapColumn); 305 PduHeaders headers, int mapColumn) { 308 headers.setTextString(getBytes(s), mapColumn); 314 PduHeaders headers, int mapColumn) throws InvalidHeaderValueException { 317 headers.setOctet(b, mapColumn); 323 PduHeaders headers, int mapColumn) { 326 headers.setLongInteger(l, mapColumn); 468 private void loadAddress(long msgId, PduHeaders headers) { 482 headers.setEncodedStringValue 520 PduHeaders headers = new PduHeaders(); local 868 PduHeaders headers = sendReq.getPduHeaders(); local [all...] |
/frameworks/base/core/java/android/webkit/ |
HTML5VideoViewProxy.java | 27 import android.net.http.Headers; 175 Map<String, String> headers = null; local 177 headers = new HashMap<String, String>(); 178 headers.put(COOKIE, cookieValue); 181 mVideoView.setVideoURI(Uri.parse(url), headers); local 335 // The response headers. 336 private Headers mHeaders; 366 public void headers(Headers headers) { method in class:HTML5VideoViewProxy.PosterDownloader [all...] |
/external/dropbear/libtomcrypt/ |
Makefile.in | 22 CFLAGS += -c -I$(srcdir)/src/headers/ -I$(srcdir)/../ 26 CFLAGS += -Wsystem-headers -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wmissing-prototypes \ 162 HEADERS=src/headers/tomcrypt_cfg.h src/headers/tomcrypt_mac.h src/headers/tomcrypt_macros.h \ 163 src/headers/tomcrypt_custom.h src/headers/tomcrypt_argchk.h src/headers/tomcrypt_cipher.h \ 164 src/headers/tomcrypt_pk.h src/headers/tomcrypt_hash.h src/headers/tomcrypt_math.h [all...] |
makefile.shared | 20 CFLAGS += -c -I./src/headers/ -Wall -Wsign-compare -W -Wshadow -DLTC_SOURCE 24 CFLAGS += -Wsystem-headers -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wmissing-prototypes \ 210 HEADERS=src/headers/tomcrypt_cfg.h src/headers/tomcrypt_mac.h src/headers/tomcrypt_macros.h \ 211 src/headers/tomcrypt_custom.h src/headers/tomcrypt_argchk.h src/headers/tomcrypt_cipher.h \ 212 src/headers/tomcrypt_pk.h src/headers/tomcrypt_hash.h src/headers/tomcrypt_math.h [all...] |
makefile.icc | 25 CFLAGS += -c -Isrc/headers/ -Itestprof/ -DINTEL_CC -DLTC_SOURCE 205 HEADERS=src/headers/tomcrypt_cfg.h src/headers/tomcrypt_mac.h src/headers/tomcrypt_macros.h \ 206 src/headers/tomcrypt_custom.h src/headers/tomcrypt_argchk.h src/headers/tomcrypt_cipher.h \ 207 src/headers/tomcrypt_pk.h src/headers/tomcrypt_hash.h src/headers/tomcrypt_math.h [all...] |
makefile.unix | 14 CFLAGS = -c -I./testprof/ -I./src/headers/ -DLTC_SOURCE -O2 ${CFLAGS_OPTS} -o $@ 151 HEADERS=src/headers/tomcrypt_cfg.h src/headers/tomcrypt_mac.h src/headers/tomcrypt_macros.h \ 152 src/headers/tomcrypt_custom.h src/headers/tomcrypt_argchk.h src/headers/tomcrypt_cipher.h \ 153 src/headers/tomcrypt_pk.h src/headers/tomcrypt_hash.h src/headers/tomcrypt_math.h [all...] |
/external/qemu/proxy/ |
proxy_http_rewriter.c | 61 ** HTTP HEADERS 112 ** HTTP HEADERS LIST 189 HttpHeaderList headers[1]; /* headers */ member in struct:__anon4790 220 http_header_list_init(r->headers); 237 http_header_list_done(r->headers); 252 return (char*)http_header_list_find(r->headers, key); 263 http_header_list_add(r->headers, h); 273 if (r->headers->last) { 274 return http_header_append( r->headers->last, line ) [all...] |
/frameworks/base/obex/javax/obex/ |
ClientOperation.java | 144 * Since we are not sending any headers or returning any headers then 271 // there are 3 bytes operation headers and 3 bytes body headers // 311 * Returns the headers that have been received during the operation. 312 * Modifying the object returned has no effect on the headers that are sent 314 * @return the headers received during this <code>Operation</code> 324 * Specifies the headers that should be sent in the next OBEX message that 326 * @param headers the headers to send in the next messag [all...] |
/bionic/libdl/ |
libdl.c | 30 /* we munge the cb definition so we don't have to include any headers here.
|
/dalvik/vm/ |
Inlines.h | 22 * headers and are built with optimizations disabled. Either that, or use
|
/development/simulator/app/ |
utils.h | 19 // of the generally-useful headers in the "utils" directory.
|
/device/htc/passion-common/tools/ |
Android.mk | 30 system/bluetooth/bluez-clean-headers
|
/device/sample/frameworks/PlatformLibrary/jni/ |
Android.mk | 42 # Also need the JNI headers.
|
/external/apache-http/src/org/apache/http/ |
HttpClientConnection.java | 64 * Sends the request line and all headers over the connection. 65 * @param request the request whose headers to send. 82 * Receives the request line and headers of the next response available from 86 * @return a new HttpResponse object with status line and headers
|
/external/bluetooth/bluez/audio/ |
Android.mk | 69 system/bluetooth/bluez-clean-headers
|
/external/bluetooth/glib/docs/reference/ |
README | 38 Scan the headers and merge the results with the current
|
/external/e2fsprogs/lib/uuid/ |
gen_uuid_nt.c | 55 // I should define it here because they MISSED __stdcall in those headers.
|
/external/icu4c/test/perf/charperf/ |
CharPerf.pl | 19 "headers"=>"StdLib ICU".$ICULatestVersion,
|
CharPerf_r.pl | 18 "headers"=>"ICU".$ICUPreviousVersion." ICU".$ICULatestVersion,
|
/external/icu4c/test/perf/normperf/ |
NormPerf.pl | 17 "headers"=>"Win ICU".$ICULatestVersion,
|