HomeSort by relevance Sort by last modified time
    Searched refs:receive (Results 1 - 25 of 217) sorted by null

1 2 3 4 5 6 7 8 9

  /external/libsepol/tests/policies/test-deps/
modreq-perm-global.conf 4 class msg { send receive };
10 allow a_t b_t: msg { send receive };
modreq-perm-opt.conf 11 class msg { send receive };
17 allow a_mod_t b_mod_t: msg { send receive };
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
IncomingStreamHandler.java 24 @Override public void receive(SpdyStream stream) throws IOException {
35 void receive(SpdyStream stream) throws IOException; method in interface:IncomingStreamHandler
Ping.java 37 void receive() { method in class:Ping
  /external/arduino/libraries/Wire/
keywords.txt 18 receive KEYWORD2
Wire.h 59 uint8_t receive(void);
  /external/chromium_org/chrome/third_party/mock4js/examples/
Publisher.js 8 receive: function(message) {
23 subscriber.receive(message);
  /external/valgrind/main/gdbserver_tests/
nlvgdbsigqueue.stdoutB.exp 8 continuing to receive first SIGUSR1
12 continuing to receive second SIGUSR1
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Socket.java 127 * @param socket Socket from where to receive data.
129 * @param len Number of bytes to receive.
132 public static void receive(LocalSocket socket, byte[] data, int len) throws IOException { method in class:Socket
149 * @param len Number of bytes to receive.
152 public void receive(byte[] data, int len) throws IOException { method in class:Socket
155 Logw("'receive' request on closed Socket " + mChannelName);
158 receive(socket, data, len); method
168 public void receive(byte[] data) throws IOException { method in class:Socket
169 receive(data, data.length); method
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_transport.h 46 * Receive @len bytes of data into @buf from the remote end. This is a blocking call.
49 int receive(void *buf, size_t len);
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeP2pDevice.java 34 public byte[] receive() { method in class:NativeP2pDevice
NativeLlcpConnectionlessSocket.java 60 public LlcpPacket receive() throws IOException { method in class:NativeLlcpConnectionlessSocket
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeP2pDevice.java 34 public byte[] receive() { method in class:NativeP2pDevice
NativeLlcpConnectionlessSocket.java 60 public LlcpPacket receive() throws IOException { method in class:NativeLlcpConnectionlessSocket
  /external/chromium_org/base/
sha1_win.cc 19 if (!CryptAcquireContext(provider.receive(), NULL, NULL, PROV_RSA_FULL,
27 if (!CryptCreateHash(provider, CALG_SHA1, 0, 0, hash.receive())) {
  /libcore/luni/src/main/java/java/io/
PipedWriter.java 160 reader.receive(buffer, offset, count);
189 reader.receive((char) c);
PipedOutputStream.java 176 stream.receive(oneByte);
  /libcore/luni/src/test/java/libcore/java/net/
OldDatagramPacketTest.java 37 ss.receive(packet);
52 cs.receive(packet);
OldAndroidDatagramTest.java 59 socket.receive(packet);
150 socket.receive(packet);
176 sock.receive(pack);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DatagramSocketTest.java 64 serverSocket.receive(rdp);
153 DatagramPacket receive = new DatagramPacket(new byte[20], 20); local
155 ds.receive(receive);
158 assertEquals(10, receive.getLength());
159 assertEquals(localHost, receive.getAddress());
189 final DatagramPacket receive = new DatagramPacket(new byte[20], 20); local
193 ds.receive(receive);
196 assertEquals(sendBytes.length, receive.getLength())
238 final DatagramPacket receive = new DatagramPacket(new byte[20], 20); local
265 final DatagramPacket receive = new DatagramPacket(new byte[20], 20); local
293 final DatagramPacket receive = new DatagramPacket(new byte[20], 20); local
426 protected void receive(DatagramPacket arg0) throws IOException { method in class:DatagramSocketTest.TestDatagramSocketImpl
935 DatagramPacket receive = new DatagramPacket(recvBuffer, recvBuffer.length); local
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkMessageBus.h 35 void receive(const Message& m); // SkMessageBus is a friend only to call this.
81 void SkMessageBus<Message>::Inbox::receive(const Message& m) { function in class:SkMessageBus::Inbox
109 bus->fInboxes[i]->receive(m);
  /external/skia/src/core/
SkMessageBus.h 35 void receive(const Message& m); // SkMessageBus is a friend only to call this.
81 void SkMessageBus<Message>::Inbox::receive(const Message& m) { function in class:SkMessageBus::Inbox
109 bus->fInboxes[i]->receive(m);
  /packages/apps/Nfc/src/com/android/nfc/
DeviceHost.java 104 public byte[] receive(); method in interface:DeviceHost.NfcDepEndpoint
130 public int receive(byte[] recvBuff) throws IOException; method in interface:DeviceHost.LlcpSocket
156 public LlcpPacket receive() throws IOException; method in interface:DeviceHost.LlcpConnectionlessSocket
  /external/chromium_org/chrome/browser/resources/history/
history_focus_manager.js 10 * do not receive focus.
  /external/qemu/include/net/
net.h 16 NetReceive *receive; member in struct:VLANClientState
58 NetReceive *receive,
142 NetReceive *receive,

Completed in 1208 milliseconds

1 2 3 4 5 6 7 8 9