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

  /prebuilts/go/darwin-x86/src/encoding/gob/
decoder.go 72 // recvMessage reads the next count-delimited item from the input. It is the converse
74 func (dec *Decoder) recvMessage() bool {
140 if !dec.recvMessage() {
155 // will be absorbed by recvMessage.)
  /prebuilts/go/linux-x86/src/encoding/gob/
decoder.go 72 // recvMessage reads the next count-delimited item from the input. It is the converse
74 func (dec *Decoder) recvMessage() bool {
140 if !dec.recvMessage() {
155 // will be absorbed by recvMessage.)
  /frameworks/base/services/net/java/android/net/netlink/
NetlinkSocket.java 84 public ByteBuffer recvMessage()
86 return recvMessage(DEFAULT_RECV_BUFSIZE, 0);
93 public ByteBuffer recvMessage(long timeoutMs) throws ErrnoException, InterruptedIOException {
94 return recvMessage(DEFAULT_RECV_BUFSIZE, timeoutMs);
109 public ByteBuffer recvMessage(int bufsize, long timeoutMs)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
MulticastSocketTest.java     [all...]

Completed in 196 milliseconds