Searched refs:readBytes (Results 1 - 25 of 166) sorted by relevance

1234567

/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/core/util/
H A DIoUtilTest.groovy30 * Test the readBytes() method
35 assert IoUtil.readBytes(input) == BYTES
39 * Test the readBytes() method, passing in a null
42 shouldFailWithMessageContaining("input") { IoUtil.readBytes(null) }
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/core/util/
H A DIoUtilTest.groovy30 * Test the readBytes() method
35 assert IoUtil.readBytes(input) == BYTES
39 * Test the readBytes() method, passing in a null
42 shouldFailWithMessageContaining("input") { IoUtil.readBytes(null) }
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/core/util/
H A DIoUtilTest.groovy30 * Test the readBytes() method
35 assert IoUtil.readBytes(input) == BYTES
39 * Test the readBytes() method, passing in a null
42 shouldFailWithMessageContaining("input") { IoUtil.readBytes(null) }
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/core/util/
H A DIoUtilTest.groovy30 * Test the readBytes() method
35 assert IoUtil.readBytes(input) == BYTES
39 * Test the readBytes() method, passing in a null
42 shouldFailWithMessageContaining("input") { IoUtil.readBytes(null) }
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/core/util/
H A DIoUtilTest.groovy30 * Test the readBytes() method
35 assert IoUtil.readBytes(input) == BYTES
39 * Test the readBytes() method, passing in a null
42 shouldFailWithMessageContaining("input") { IoUtil.readBytes(null) }
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/core/util/
H A DIoUtilTest.groovy30 * Test the readBytes() method
35 assert IoUtil.readBytes(input) == BYTES
39 * Test the readBytes() method, passing in a null
42 shouldFailWithMessageContaining("input") { IoUtil.readBytes(null) }
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/core/util/
H A DIoUtilTest.groovy30 * Test the readBytes() method
35 assert IoUtil.readBytes(input) == BYTES
39 * Test the readBytes() method, passing in a null
42 shouldFailWithMessageContaining("input") { IoUtil.readBytes(null) }
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/core/util/
H A DIoUtilTest.groovy30 * Test the readBytes() method
35 assert IoUtil.readBytes(input) == BYTES
39 * Test the readBytes() method, passing in a null
42 shouldFailWithMessageContaining("input") { IoUtil.readBytes(null) }
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/core/util/
H A DIoUtilTest.groovy30 * Test the readBytes() method
35 assert IoUtil.readBytes(input) == BYTES
39 * Test the readBytes() method, passing in a null
42 shouldFailWithMessageContaining("input") { IoUtil.readBytes(null) }
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/core/util/
H A DIoUtilTest.groovy30 * Test the readBytes() method
35 assert IoUtil.readBytes(input) == BYTES
39 * Test the readBytes() method, passing in a null
42 shouldFailWithMessageContaining("input") { IoUtil.readBytes(null) }
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/core/util/
H A DIoUtilTest.groovy30 * Test the readBytes() method
35 assert IoUtil.readBytes(input) == BYTES
39 * Test the readBytes() method, passing in a null
42 shouldFailWithMessageContaining("input") { IoUtil.readBytes(null) }
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/core/util/
H A DIoUtilTest.groovy30 * Test the readBytes() method
35 assert IoUtil.readBytes(input) == BYTES
39 * Test the readBytes() method, passing in a null
42 shouldFailWithMessageContaining("input") { IoUtil.readBytes(null) }
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/core/util/
H A DIoUtilTest.groovy36 * Test the readBytes() method
41 assert IoUtil.readBytes(input) == BYTES
45 * Test the readBytes() method, passing in a null
48 shouldFailWithMessageContaining("input") { IoUtil.readBytes(null) }
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/core/util/
H A DIoUtil.groovy36 static byte[] readBytes(InputStream input) {
/external/llvm/include/llvm/Support/
H A DMemoryObject.h19 /// when the request is made. This just means that readByte/readBytes might have
26 /// of the stream. Finally, getPointer can be used instead of readBytes to avoid
47 virtual uint64_t readBytes(uint8_t *Buf, uint64_t Size,
51 /// More efficient than using readBytes if the data is already in memory. May
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMemoryObject.h47 /// readBytes - Tries to read a contiguous range of bytes from the
61 virtual int readBytes(uint64_t address,
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMemoryObject.h19 /// when the request is made. This just means that readByte/readBytes might have
26 /// of the stream. Finally, getPointer can be used instead of readBytes to avoid
47 virtual uint64_t readBytes(uint8_t *Buf, uint64_t Size,
51 /// More efficient than using readBytes if the data is already in memory. May
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Support/
H A DMemoryObject.h19 /// when the request is made. This just means that readByte/readBytes might have
26 /// of the stream. Finally, getPointer can be used instead of readBytes to avoid
47 virtual uint64_t readBytes(uint8_t *Buf, uint64_t Size,
51 /// More efficient than using readBytes if the data is already in memory. May
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/util/
H A DIoUtil.java38 public static byte[] readBytes(InputStream input) throws IOException { method in class:IoUtil
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/core/util/
H A DIoUtil.java38 public static byte[] readBytes(InputStream input) throws IOException { method in class:IoUtil
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/core/util/
H A DIoUtil.java38 public static byte[] readBytes(InputStream input) throws IOException { method in class:IoUtil
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/core/util/
H A DIoUtil.java38 public static byte[] readBytes(InputStream input) throws IOException { method in class:IoUtil
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/core/util/
H A DIoUtil.java38 public static byte[] readBytes(InputStream input) throws IOException { method in class:IoUtil
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/core/util/
H A DIoUtil.java38 public static byte[] readBytes(InputStream input) throws IOException { method in class:IoUtil
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/core/util/
H A DIoUtil.java38 public static byte[] readBytes(InputStream input) throws IOException { method in class:IoUtil

Completed in 594 milliseconds

1234567