HomeSort by relevance Sort by last modified time
    Searched full:readall (Results 26 - 50 of 72) sorted by null

12 3

  /external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/ws/
WebSocketRecorder.java 57 source.readAll(message.buffer);
  /external/toybox/toys/posix/
tail.c 52 line->len = readall(fd, line->data, len);
cpio.c 254 if (nlen != readall(fd, toybuf, nlen))
od.c 207 len = readall(fd, buf, len);
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 643 int ret = readAll(is, sig);
679 private int readAll(InputStream is, byte[] b) throws IOException {
688 Log.w(TAG, "readAll() looping, read partial size: " + (b.length - left) +
696 int ret = readAll(is, ibytes);
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSUtils.java 293 return Streams.readAll(in);
  /external/toybox/lib/
lib.h 145 ssize_t readall(int fd, void *buf, size_t len);
lib.c 65 ssize_t readall(int fd, void *buf, size_t len) function
110 or = readall(fd, libbuf, try);
369 len = readall(fd, buf, len-1);
xwrap.c 304 if (len != readall(fd, buf, len)) perror_exit("xreadall");
  /frameworks/av/media/libstagefright/timedtext/test/
TimedTextSRTSource_test.cpp 118 TEST_F(TimedTextSRTSourceTest, readAll) {
  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
JavaApiConverterTest.java 544 assertEquals("ResponseBody", readAll(javaCacheResponse.getBody()));
571 assertEquals("ResponseBody", readAll(javaCacheResponse.getBody()));
680 private String readAll(InputStream in) throws IOException {
  /external/okhttp/okio/okio/src/test/java/okio/
BufferedSourceTest.java 214 @Test public void readAll() throws IOException {
219 assertEquals(6, source.readAll(sink));
226 assertEquals(0, source.readAll(mockSink));
BufferTest.java 499 assertEquals(Segment.SIZE * 3, source.readAll(mockSink));
  /external/libnfc-nxp/src/
phFriNfc_TopazMap.c 362 /* Topaz command = READALL */
388 /* if the offset is begin then call READALL else copy the data
443 /* Topaz command = READALL */
482 /* if offset is begin then call READALL else start writing */
    [all...]
  /external/okhttp/okio/okio/src/main/java/okio/
BufferedSource.java 139 long readAll(Sink sink) throws IOException;
RealBufferedSource.java 144 @Override public long readAll(Sink sink) throws IOException {
  /external/toybox/toys/pending/
tftpd.c 148 len = readall(fd, ptr, blksize);
tar.c 526 if (readall(tar->src_fd, buf, size) != size) error_exit("short read");
583 i = readall(tar_hdl->src_fd, &tar, 512);
compress.c 426 len = readall(TT.infd, data+(TT.len&32768), 32768);
  /external/toybox/toys/lsb/
mount.c 230 len = readall(pipe, toybuf, sizeof(toybuf)-1);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fileio.py 256 f.readall()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fileio.py 256 f.readall()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_io.so 
  /external/mksh/src/
funcs.c     [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
Http2Test.java 412 zipped.readAll(frame);

Completed in 817 milliseconds

12 3