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

  /external/ksoap2/kobjects/org/ksoap2/kobjects/mime/
Decoder.java 161 public String readContent() throws IOException {
163 readContent(bos);
172 public void readContent(OutputStream os) throws IOException {
237 // readContent(null);
  /development/samples/Vault/tests/src/com/example/android/vault/
EncryptedDocumentTest.java 86 doc.readContent(pipe[1]);
152 doc.readContent(afterPipe[1]);
172 doc.readContent(pipe[1]);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SocketChannelTest.java     [all...]
ServerSocketChannelTest.java 427 byte[] readContent = new byte[size + 1];
430 while ((count = in.read(readContent, total, size + 1 - total)) != -1) {
435 assertEquals((byte) i, readContent[i]);
  /frameworks/base/tests/CoreTests/android/core/
TestWebServer.java 626 private int readContent(InputStream is) {
662 nread = readContent(is);
  /libcore/luni/src/test/java/libcore/java/nio/channels/
SocketChannelTest.java 371 ByteBuffer readContent = ByteBuffer.allocate(10 + 1);
373 assertEquals(-1, channel1.read(readContent));
  /libcore/support/src/test/java/tests/support/
Support_TestWebServer.java 546 private int readContent(InputStream is) {
584 nread = readContent(is);
  /development/samples/Vault/src/com/example/android/vault/
EncryptedDocument.java 178 public void readContent(ParcelFileDescriptor contentOut)
VaultProvider.java 533 doc.readContent(writeEnd);
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.0.CR3/
netty-handler-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.3.Final/
netty-handler-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.6.Final/
netty-handler-4.1.6.Final.jar 

Completed in 1371 milliseconds