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

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
PipedInputStreamTest.java 388 MockPipedInputStream mpis = new MockPipedInputStream( local
390 int bufferLength = mpis.bufferLength();
414 MockPipedInputStream mpis = new MockPipedInputStream(100); local
415 int bufferLength = mpis.bufferLength();
  /external/jetty/src/java/org/eclipse/jetty/servlets/
MultiPartFilter.java 156 MultiPartInputStream mpis = new MultiPartInputStream(in, content_type, config, tempdir); local
157 mpis.setDeleteOnExit(_deleteFiles);
158 request.setAttribute(MULTIPART, mpis);
162 Collection<Part> parts = mpis.getParts();
207 MultiPartInputStream mpis = (MultiPartInputStream)request.getAttribute(MULTIPART);
208 if (mpis != null)
212 mpis.deleteParts();
  /external/jetty/src/java/org/eclipse/jetty/server/
Request.java 146 MultiPartInputStream mpis = (MultiPartInputStream)sre.getServletRequest().getAttribute(__MULTIPART_INPUT_STREAM); local
147 if (mpis != null)
156 mpis.deleteParts();
    [all...]

Completed in 330 milliseconds