/frameworks/compile/libbcc/runtime/make/ |
AppleBI.mk | 21 # Copies any public headers to DSTROOT.
|
/frameworks/media/libvideoeditor/lvpp/ |
PreviewPlayerBase.h | 66 const KeyedVector<String8, String8> *headers = NULL); 232 const KeyedVector<String8, String8> *headers = NULL);
|
VideoEditorPlayer.h | 97 const char *url, const KeyedVector<String8, String8> *headers);
|
/system/media/mca/filterfw/jni/ |
Android.mk | 39 # Also need the JNI headers.
|
/external/webkit/Source/WebCore/loader/appcache/ |
ApplicationCacheStorage.cpp | 623 "statusCode INTEGER NOT NULL, responseURL TEXT NOT NULL, mimeType TEXT, textEncodingName TEXT, headers TEXT, data INTEGER NOT NULL ON CONFLICT FAIL)"); 830 // Serialize the headers 841 String headers = String::adopt(stringBuilder); local 843 SQLiteStatement resourceStatement(m_database, "INSERT INTO CacheResources (url, statusCode, responseURL, headers, data, mimeType, textEncodingName) VALUES (?, ?, ?, ?, ?, ?, ?)"); 853 resourceStatement.bindText(4, headers); 1096 String headers = cacheStatement.getColumnText(4); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
PaletteControl.java | 434 List<String> headers = Collections.emptyList(); local 437 headers = new ArrayList<String>(); 444 headers.add(category); 448 headers.add("Custom & Library Views"); 455 if ((expandedCategories == null && headers.size() > 0) || headers.size() == 1 || 457 && !headers.contains( 460 expandedCategories = Collections.singleton(headers.get(0)); 468 mAccordion = new AccordionControl(this, SWT.NONE, headers, fillVertical, wrap, [all...] |
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/ |
openid.php | 192 # A flag to disable yadis discovery in case of failure in headers. 198 $headers = explode("\n",$this->request($url, 'HEAD')); variable 201 foreach ($headers as $header) { 267 # There are no relevant information in headers, so we search the body.
|
/external/chromium/net/spdy/ |
spdy_protocol_test.cc | 15 using spdy::HEADERS; 64 EXPECT_EQ(8, HEADERS); 92 SpdyHeaderBlock headers; local 95 framer.CreateSynStream(123, 456, 2, CONTROL_FLAG_FIN, false, &headers)); 109 framer.CreateSynReply(123, CONTROL_FLAG_NONE, false, &headers));
|
/external/mockwebserver/src/main/java/com/google/mockwebserver/ |
MockWebServer.java | 343 List<String> headers = new ArrayList<String>(); local 348 headers.add(header); 393 return new RecordedRequest(request, headers, chunkSizes,
|
/external/webkit/Source/WebCore/inspector/front-end/ |
ExtensionAPI.js | 132 addRequestHeaders: function(headers) 134 return extensionServer.sendRequest({ command: "addRequestHeaders", headers: headers, extensionId: location.hostname });
|
/libcore/support/src/test/java/tests/http/ |
MockWebServer.java | 342 List<String> headers = new ArrayList<String>(); local 347 headers.add(header); 392 return new RecordedRequest(request, headers, chunkSizes,
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
PinnedHeaderListView.java | 46 * Returns the overall number of pinned headers, visible or not. 56 * Configures the pinned headers to match the visible list items. The 161 PinnedHeader[] headers = mHeaders; local 163 System.arraycopy(headers, 0, mHeaders, 0, headers.length); 198 * Ensures that the selected item is positioned below the top-pinned headers 367 * Returns the sum of heights of headers pinned to the top. 476 // First draw top headers, then the bottom ones to handle the Z axis correctly
|
/packages/apps/Email/tests/src/com/android/emailcommon/internet/ |
MimeMessageTest.java | 95 String[] headers = message.getHeader("Date"); local 96 assertEquals(1, headers.length); 101 Date result = format.parse(headers[0]); 375 assertNull("null headers", message.getExtendedHeaders()); 377 assertNull("empty headers", message.getExtendedHeaders()); 386 assertEquals("headers 2,3", 396 assertEquals("headers 3,2", 404 * NOTE: This test is fragile because it assumes headers will be written in a specific order 432 * Test for parsing headers with extra whitespace and commennts. 493 * Confirm parser doesn't crash when seeing invalid headers/addresses [all...] |
/external/chromium/net/tools/testserver/ |
device_management.py | 78 def __init__(self, server, path, headers, request): 84 headers: A rfc822.Message-like object containing HTTP headers. 89 self._headers = headers 601 def HandleRequest(self, path, headers, request): 606 headers: A rfc822.Message-like object containing HTTP headers. 611 handler = RequestHandler(self, path, headers, request)
|
/external/chromium/net/url_request/ |
url_request_test_util.h | 203 net::HttpRequestHeaders* headers);
|
/external/oauth/core/src/main/java/net/oauth/client/httpclient4/ |
HttpClient4.java | 85 for (Map.Entry<String, String> header : request.headers) {
|
/external/webkit/LayoutTests/http/tests/resources/ |
network-simulator.php | 66 header('Content-Length: 5', false); # Multiple content-length headers, some network stacks can detect this condition faster.
|
/external/webkit/Source/WebCore/html/ |
HTMLTableCellElement.cpp | 152 String HTMLTableCellElement::headers() const function in class:WebCore::HTMLTableCellElement
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
CacheResult.cpp | 71 // headers but calculates it when writing the content to disk. It can never 129 // Getting the headers is potentially async, so post to the Chromium thread 210 // Getting the headers is potentially async, so post to the Chromium thread 242 // to the headers. 246 m_responseHeaders = response.headers;
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
NetscapePlugin.cpp | 593 uint32_t lastModifiedTime, const String& mimeType, const String& headers) 598 pluginStream->didReceiveResponse(responseURL, streamLength, lastModifiedTime, mimeType, headers); 626 const String& mimeType, const String& headers) 633 m_manualStream->didReceiveResponse(responseURL, streamLength, lastModifiedTime, mimeType, headers);
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
rebaseline.py | 88 (downloaded_file, headers) = urllib.urlretrieve(remote_file)
|
/frameworks/base/include/media/ |
MediaPlayerInterface.h | 112 const KeyedVector<String8, String8> *headers = NULL) = 0;
|
mediaplayer.h | 169 const KeyedVector<String8, String8> *headers);
|
/frameworks/base/libs/rs/ |
Android.mk | 45 # Generate custom headers 153 # Generate custom headers
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/ |
MimeMessage.java | 49 * RFC 2045 style headers. 58 // NOTE: The fields here are transcribed out of headers, and values stored here will supercede 59 // the values found in the headers. Use caution to prevent any out-of-phase errors. In 77 // headers are parsed by org.apache.james.mime4j.field.DateTimeField which does not have any 142 * The goal is to save memory by not creating the headers until needed. 345 * overridden by explicitly clearing the headers, removing the message-id header, etc. 447 * Set entire extended headers from String 449 * @param headers Extended header and its value - "CR-NL-separated pairs 450 * if null or empty, remove entire extended headers 453 public void setExtendedHeaders(String headers) throws MessagingException [all...] |