HomeSort by relevance Sort by last modified time
    Searched refs:headerValue (Results 1 - 24 of 24) sorted by null

  /frameworks/base/obex/javax/obex/
HeaderSet.java 241 * <code>headerValue</code> then the header will be removed from the set of
244 * @param headerValue the value of the header identifier
247 * type of <code>headerValue</code> is not the correct Java type as
250 public void setHeader(int headerID, Object headerValue) {
255 if (!(headerValue instanceof Long)) {
256 if (headerValue == null) {
262 temp = ((Long)headerValue).longValue();
266 mCount = (Long)headerValue;
269 if ((headerValue != null) && (!(headerValue instanceof String)))
    [all...]
  /frameworks/volley/src/com/android/volley/toolbox/
HttpHeaderParser.java 51 String headerValue;
53 headerValue = headers.get("Date");
54 if (headerValue != null) {
55 serverDate = parseDateAsEpoch(headerValue);
58 headerValue = headers.get("Cache-Control");
59 if (headerValue != null) {
61 String[] tokens = headerValue.split(",");
77 headerValue = headers.get("Expires");
78 if (headerValue != null) {
79 serverExpires = parseDateAsEpoch(headerValue);
    [all...]
  /external/webkit/Source/WebCore/platform/network/soup/
ResourceResponseSoup.cpp 66 const char* headerValue;
69 while (soup_message_headers_iter_next(&headersIter, &headerName, &headerValue))
70 m_httpHeaderFields.set(String::fromUTF8(headerName), String::fromUTF8(headerValue));
ResourceRequestSoup.cpp 95 const char* headerValue;
97 while (soup_message_headers_iter_next(&headersIter, &headerName, &headerValue)) {
98 m_httpHeaderFields.set(String::fromUTF8(headerName), String::fromUTF8(headerValue));
  /external/webrtc/src/system_wrappers/source/
aligned_malloc.cc 96 uintptr_t headerValue = (uintptr_t)returnValue;
97 memcpy(headerPtr,&headerValue,sizeof(uintptr_t));
  /packages/apps/Email/src/org/apache/james/mime4j/
BodyDescriptor.java 151 private Map<String, String> getHeaderParams(String headerValue) {
157 if (headerValue.indexOf(";") == -1) {
158 main = headerValue;
161 main = headerValue.substring(0, headerValue.indexOf(";"));
162 rest = headerValue.substring(main.length() + 1);
  /external/webkit/Source/WebCore/inspector/front-end/
CookieParser.js 80 _initialize: function(headerValue)
82 this._input = headerValue;
83 if (typeof headerValue !== "string")
  /external/webkit/Tools/CodeCoverage/
regenerate-coverage-display 100 <td class="headerValue" width="80%%" colspan=4>%(path)s</td>
104 <td class="headerValue" width="80%%" colspan=4>%(product)s</td>
108 <td class="headerValue" width="20%%">%(date)s</td>
111 <td class="headerValue" width="20%%">%(total_lines)s</td>
115 <td class="headerValue" width="20%%">%(covered_lines)s</td>
118 <td class="headerValue" width="20%%">%(total_executed)s</td>
  /external/webkit/Source/WebCore/platform/network/mac/
ResourceResponseMac.mm 104 if (NSString* headerValue = [headers objectForKey:commonHeaderFields[i]])
105 m_httpHeaderFields.set([commonHeaderFields[i] UTF8String], headerValue);
  /external/webkit/Source/WebCore/platform/network/
ResourceResponseBase.cpp 400 String headerValue = headers.get(headerName);
401 if (headerValue.isEmpty())
407 double dateInMilliseconds = parseDate(headerValue);
431 String headerValue = m_httpHeaderFields.get(headerName);
433 m_age = headerValue.toDouble(&ok);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Lexer.java 81 String headerValue = null;
84 headerValue = line.substring(begin + 1);
88 return headerValue;
ParserFactory.java 287 String headerValue = Lexer.getHeaderValue(line);
288 if (headerName == null || headerValue == null)
  /packages/inputmethods/LatinIME/native/jni/src/
binary_format.h 274 const int headerValue = readHeaderValueInt(dict, dictSize,
276 if (headerValue == S_INT_MIN) {
279 if (headerValue <= 0) {
282 return 100.0f / static_cast<float>(headerValue);
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
TestWebServer.java 594 String headerValue = new String(buf, i, nread-1);
596 headers.put(headerName, headerValue);
  /libcore/support/src/test/java/tests/support/
Support_TestWebServer.java 521 String headerValue = new String(buf, i, nread - i - 2); // drop \r\n
523 headers.put(headerName, headerValue);
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryImpl.java     [all...]
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheStorage.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 449 milliseconds