/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/ |
ChannelsTest.java | 118 int readres = this.testNum; local 122 readres = rbChannel.read(byteBuf); 126 assertEquals(this.testNum, readres); 132 int readres = this.testNum; local 137 readres = rbChannel.read(null); 142 assertEquals(this.testNum, readres); 143 readres = 0; 145 readres = rbChannel.read(byteBuf); 149 assertEquals(this.testNum, readres); 157 int readres = 0 local 394 int readres = 0; local 431 int readres = 0; local 466 int readres = 0; local [all...] |
DatagramChannelTest.java | 154 long readres = testNum; local 167 readres = testMock.read(readBuf); 174 readres = this.channel1.read(readBuf); 179 readres = testMock.read(readBuf); 180 assertEquals(testNum, readres); 181 readres = testMocknull.read(readBuf); 182 assertEquals(testNum, readres); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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 | 210 union readres switch (nfsstat status) { 318 readres
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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 | 210 union readres switch (nfsstat status) { 318 readres
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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 | 210 union readres switch (nfsstat status) { 318 readres
|