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

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
ChannelsTest.java 114 int readres = this.testNum; local
118 readres = rbChannel.read(byteBuf);
122 assertEquals(this.testNum, readres);
128 int readres = this.testNum; local
133 readres = rbChannel.read(null);
138 assertEquals(this.testNum, readres);
139 readres = 0;
141 readres = rbChannel.read(byteBuf);
145 assertEquals(this.testNum, readres);
153 int readres = 0 local
394 int readres = 0; local
431 int readres = 0; local
466 int readres = 0; local
    [all...]
DatagramChannelTest.java 148 long readres; local
150 readres = testMock.read(readBuf);
157 readres = this.channel1.read(readBuf);
162 readres = testMock.read(readBuf);
163 assertEquals(testNum, readres);
164 readres = testMocknull.read(readBuf);
165 assertEquals(testNum, readres);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nfs_prot.h 169 struct readres { struct
175 typedef struct readres readres; typedef in typeref:struct:readres
285 extern readres * nfsproc_read_2(readargs *, CLIENT *);
286 extern readres * nfsproc_read_2_svc(readargs *, struct svc_req *);
342 extern readres * nfsproc_read_2();
343 extern readres * nfsproc_read_2_svc();
399 extern bool_t xdr_readres (XDR *, readres*);
nfs_prot.x 208 union readres switch (nfsstat status) {
316 readres

Completed in 96 milliseconds