HomeSort by relevance Sort by last modified time
    Searched full:_content (Results 1 - 17 of 17) sorted by null

  /external/jetty/src/java/org/eclipse/jetty/http/
HttpGenerator.java 93 // common _content
113 protected boolean _bypass = false; // True if _content buffer can be written directly to endp and bypass the content buffer
151 if (_content!=null)
152 _content=null;
187 if (_content!=null && _content.length()>0 || _bufferChunked)
192 if (_content != null && _content.length()>0)
196 Buffer nc=_buffers.getBuffer(_content.length()+CHUNK_SPACE+content.length());
197 nc.put(_content);
    [all...]
AbstractGenerator.java 73 protected Buffer _header; // Buffer for HTTP header (and maybe small _content)
74 protected Buffer _buffer; // Buffer for copy of passed _content
75 protected Buffer _content; // Buffer passed to addContent field in class:AbstractGenerator
122 _content = null;
152 _content=null;
390 return _content!=null && _content.length()>0;
439 Buffer content = _content;
HttpParser.java 67 private Buffer _header; // Buffer for header data (and small _content)
69 private Buffer _buffer; // The current buffer in use (either _header or _content)
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
sms.py 39 self._content = content
89 props['Text'] = self._content
  /external/autotest/client/cros/
cros_disks.py 399 self._content = content
459 for content in self._content:
469 for content in self._content:
486 f.write(self._content)
496 return f.read() == self._content
  /external/jetty/src/java/org/eclipse/jetty/io/
Buffer.java 31 * pointers into the buffer and the valid _content of the buffer is always between the getIndex and the putIndex.
35 * their valid _content before the position and a flip is required to access that data.
318 * Skip _content. The getIndex is updated by min(remaining(), n)
View.java 22 * A View on another buffer. Allows operations that do not change the _content or
  /external/jetty/src/java/org/eclipse/jetty/server/
HttpOutput.java 144 // Block until we can add _content.
154 // Add the _content
Response.java 832 // of a servlet HEAD request ALWAYS sets _content length, even
866 // of a servlet HEAD request ALWAYS sets _content length, even
    [all...]
Request.java 255 * Extract Parameters from query string and/or form _content.
294 // handle any _content.
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/xml/
XmlParser.java 179 * Add a ContentHandler. Add an additional _content handler that is triggered on a tag name. SAX
181 * corresponding end element. Only a single _content handler can be registered against each tag.
691 * @param tag If false, only _content is shown.
704 * @param tag If false, only _content is shown.
  /external/autotest/client/site_tests/desktopui_GmailLatency/
url_fetch_test 
url_fetch_test.arm 
  /external/jetty/src/java/org/eclipse/jetty/util/
UrlEncoded.java 39 * the query string of a URL or the _content of a POST HTTP request.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 

Completed in 268 milliseconds