/frameworks/base/media/libstagefright/ |
StagefrightMetadataRetriever.cpp | 53 const char *uri, const KeyedVector<String8, String8> *headers) { 61 mSource = DataSource::CreateFromURI(uri, headers);
|
/frameworks/media/libvideoeditor/lvpp/ |
VideoEditorPlayer.cpp | 60 const char *url, const KeyedVector<String8, String8> *headers) { 63 return mPlayer->setDataSource(url, headers);
|
PreviewPlayerBase.cpp | 242 const char *uri, const KeyedVector<String8, String8> *headers) { 244 return setDataSource_l(uri, headers); 248 const char *uri, const KeyedVector<String8, String8> *headers) { 253 if (headers) { 254 mUriHeaders = *headers; [all...] |
/hardware/qcom/media/mm-core/omxcore/ |
Android.mk | 43 # Deploy the headers that can be exposed
|
/ndk/sources/host-tools/sed-4.2.1/ |
bootstrap.sh | 31 /* Define if your compiler/headers don't support const. */ 35 /* Define if headers have no definition. */
|
bootstrap.sh.in | 31 /* Define if your compiler/headers don't support const. */ 35 /* Define if headers have no definition. */
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
dashboard.py | 173 self.response.headers['Content-Type'] = "image/png"
|
/development/scripts/app_engine_server/gae_shell/ |
shell.py | 203 self.response.headers['Content-Type'] = 'text/plain'
|
/external/chromium/chrome/common/ |
automation_messages.cc | 46 headers(in_headers), 446 WriteParam(m, p.headers); 459 ReadParam(m, iter, &p->headers) && 473 LogParam(p.headers, l);
|
/external/chromium/net/spdy/ |
spdy_test_util.h | 69 // Adds headers and values to a map. 73 // |headers| gets filled in from |extra_headers|. 76 spdy::SpdyHeaderBlock* headers);
|
/external/chromium/net/tools/flip_server/ |
output_ordering.cc | 97 mci.file_data->headers->GetHeader("X-Server-Latency").as_string();
|
/external/chromium/net/url_request/ |
url_request_test_util.cc | 269 net::HttpRequestHeaders* headers) {
|
/external/nist-sip/java/javax/sip/header/ |
HeaderFactory.java | 85 List createHeaders(String headers) throws ParseException;
|
/external/openssl/apps/ |
apps.h | 264 STACK_OF(CONF_VALUE) *headers,
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
DumpRenderTreeSupportQt.h | 165 static void setWillSendRequestClearHeaders(const QStringList& headers);
|
/external/webkit/Tools/DumpRenderTree/qt/ |
LayoutTestControllerQt.h | 120 void setWillSendRequestClearHeader(const QStringList& headers);
|
/external/webkit/Tools/TestResultServer/handlers/ |
testfilehandler.py | 159 self.response.headers["Content-Type"] = "text/plain; charset=utf-8"
|
/frameworks/base/core/java/android/preference/ |
PreferenceActivity.java | 68 * <p>This activity shows one or more headers of preferences, each of which 74 * <li>On a small screen it may display only the headers as a single list 77 * <li>On a large screen in may display both the headers and current 84 * items. Doing this implicitly switches the class into its new "headers 98 * <p>The preference_headers resource describes the headers to be displayed 101 * {@sample development/samples/ApiDemos/res/xml/preference_headers.xml headers} 121 private static final String HEADERS_TAG = ":android:headers"; 179 // --- State for new mode when showing a list of headers + prefs fragment 517 ArrayList<Header> headers = savedInstanceState.getParcelableArrayList(HEADERS_TAG); local 518 if (headers != null) [all...] |
/frameworks/base/core/java/android/webkit/ |
FileLoader.java | 23 import android.net.http.Headers; 186 protected void buildHeaders(Headers headers) {
|
/libcore/luni/src/test/java/libcore/java/net/ |
CookiesTest.java | 305 * Test which headers show up where. The cookie manager should be notified 306 * of both user-specified and derived headers like {@code Host}. Headers 564 Map<String, List<String>> headers = connection.getHeaderFields(); local 566 return headers; 569 private Map<String, List<String>> cookieHeaders(String... headers) { 570 return Collections.singletonMap("Set-Cookie", Arrays.asList(headers));
|
/external/chromium/net/base/ |
net_util.cc | 164 STR GetSpecificHeaderT(const STR& headers, const STR& name) { 165 // We want to grab the Value from the "Key: Value" pairs in the headers, 173 if (headers.empty()) 182 search(headers.begin(), headers.end(), match.begin(), match.end(), 185 if (begin == headers.end()) 190 typename STR::const_iterator end = find(begin, headers.end(), '\n'); 408 // adjacent encoded words. Some broken mail clients emit headers [all...] |
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/ |
PluginObject.cpp | [all...] |
/packages/apps/Browser/src/com/android/browser/ |
Tab.java | 405 Map<String, String> headers = null; local 412 headers = new HashMap<String, String>(); 415 headers.put(key, bundle.getString(key)); 419 mMainView.loadUrl(mVoiceSearchData.mLastVoiceSearchUrl, headers); 468 * List of headers to be passed into the WebView containing location [all...] |
/external/bouncycastle/src/main/java/org/bouncycastle/openssl/ |
PEMReader.java | 193 List headers = obj.getHeaders(); local 195 for (Iterator it = headers.iterator(); it.hasNext();)
|
/external/chromium/chrome/browser/debugger/ |
devtools_http_protocol_handler.cc | 266 std::string host = info.headers["Host"]; 301 std::string host = info.headers["Host"]; 420 // about is the response code and headers, which we already have).
|