Searched refs:receive (Results 1 - 25 of 80) sorted by relevance

1234

/external/libsepol/tests/policies/test-deps/
H A Dmodreq-perm-global.conf4 class msg { send receive };
10 allow a_t b_t: msg { send receive };
H A Dmodreq-perm-opt.conf11 class msg { send receive };
17 allow a_mod_t b_mod_t: msg { send receive };
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DDatagramSocketTest.java69 ms.receive(rdp);
165 DatagramPacket receive = new DatagramPacket(new byte[20], 20);
167 ds.receive(receive);
169 assertTrue("Wrong size: " + receive.getLength(),
170 receive.getLength() == 10);
171 assertTrue("Wrong receiver", receive.getAddress().equals(localHost));
187 ms.receive(rdp);
226 receive = new DatagramPacket(new byte[20], 20);
228 ds.receive(receiv
[all...]
H A DDatagramSocketImplTest.java121 protected void receive(DatagramPacket pack) throws IOException { method in class:MockDatagramSocketImpl
/external/dbus/bus/
H A Dpolicy.c64 rule->d.receive.message_type = DBUS_MESSAGE_TYPE_INVALID;
68 rule->d.receive.requested_reply = rule->allow;
106 dbus_free (rule->d.receive.path);
107 dbus_free (rule->d.receive.interface);
108 dbus_free (rule->d.receive.member);
109 dbus_free (rule->d.receive.error);
110 dbus_free (rule->d.receive.origin);
822 rule->d.receive.message_type == DBUS_MESSAGE_TYPE_INVALID &&
823 rule->d.receive.path == NULL &&
824 rule->d.receive
[all...]
/external/chromium/base/
H A Dsha1_win.cc19 if (!CryptAcquireContext(provider.receive(), NULL, NULL, PROV_RSA_FULL,
27 if (!CryptCreateHash(provider, CALG_SHA1, 0, 0, hash.receive())) {
/external/chromium/crypto/
H A Dsignature_verifier_win.cc28 if (!CryptAcquireContext(provider_.receive(), NULL, NULL,
68 cert_public_key_info, public_key_.receive());
106 ok = CryptCreateHash(provider_, hash_alg_id, 0, 0, hash_object_.receive());
H A Dsignature_creator_win.cc18 result->hash_object_.receive())) {
H A Dhmac_win.cc112 if (!CryptAcquireContext(plat_->provider_.receive(), NULL, NULL,
143 plat_->key_.receive())) {
179 hash.receive()))
H A Dsymmetric_key_win.cc113 BOOL ok = CryptAcquireContext(safe_provider.receive(), NULL, NULL,
125 safe_key.receive());
182 BOOL ok = CryptAcquireContext(safe_provider.receive(), NULL, NULL,
215 BOOL ok = CryptCreateHash(provider, CALG_HMAC, key, 0, safe_hash.receive());
255 BOOL ok = CryptDuplicateHash(hash, NULL, 0, safe_hash.receive());
285 ok = CryptDuplicateHash(hash, NULL, 0, safe_hash.receive());
385 BOOL ok = CryptAcquireContext(provider.receive(), NULL, NULL, provider_type,
485 BOOL ok = CryptAcquireContext(provider.receive(), NULL, NULL, provider_type,
H A Drsa_private_key_win.cc35 result->key_.receive()))
106 CRYPT_EXPORTABLE, result->key_.receive()))
131 return FALSE != CryptAcquireContext(provider_.receive(), NULL, NULL,
H A Dencryptor_win.cc47 BOOL ok = CryptDuplicateKey(key->key(), NULL, 0, capi_key_.receive());
H A Dscoped_capi_types.h67 CAPIHandle* receive() { function in class:crypto::ScopedCAPIHandle
/external/webkit/Source/WebCore/platform/text/wince/
H A DTextCodecWinCE.h58 virtual bool receive(const char* encoding, const wchar_t* friendlyName, unsigned int codePage) = 0;
/external/qemu/
H A Dnet.h16 NetReceive *receive; member in struct:VLANClientState
58 NetReceive *receive,
142 NetReceive *receive,
/external/dbus/test/data/valid-config-files/system.d/
H A Dtest.conf15 <!-- Allow any connection to receive the message, but
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
H A DMockDatagramChannel.java49 public SocketAddress receive(ByteBuffer arg0) throws IOException { method in class:MockDatagramChannel
H A DDatagramChannelTest.java444 SocketAddress addr = channel1.receive(buf);
740 // Test for receive(): Behavior Without Server.
744 * Test method for 'DatagramChannelImpl.receive(ByteBuffer)'
751 this.channel1.receive(null);
759 * Test method for 'DatagramChannelImpl.receive(ByteBuffer)'
769 this.channel1.receive(dst);
777 * Test method for 'DatagramChannelImpl.receive(ByteBuffer)'
785 assertNull(this.channel1.receive(dst));
789 * Test method for 'DatagramChannelImpl.receive(ByteBuffer)'
796 assertNull(this.channel1.receive(ds
[all...]
/external/chromium/net/base/
H A Dkeygen_handler_win.cc180 if (crypto::CryptAcquireContextLocked(key_container.provider_.receive(),
200 (key_size_in_bits_ << 16) | CRYPT_EXPORTABLE, key.receive())) {
/external/chromium/net/http/
H A Ddes.cc175 if (!CryptAcquireContext(provider.receive(), NULL, NULL, PROV_RSA_FULL,
197 sizeof key_blob, 0, 0, key.receive());
/external/libnfc-nxp/src/
H A DphFriNfc_LlcpMac.c172 if(LlcpMac->LlcpMacInterface.receive == NULL || NULL==psData || NULL==ReceiveLlcpMac_Cb || NULL==pContext)
178 status = LlcpMac->LlcpMacInterface.receive(LlcpMac,psData,ReceiveLlcpMac_Cb,pContext);
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.conf6 // the "options" section below. The dnsextd daemon will receive DNS packets
/external/jmdns/src/javax/jmdns/impl/
H A DSocketListener.java41 this._jmDNSImpl.getSocket().receive(packet);
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
H A DUdpConnector.java73 // Setup to receive only from the remote address
120 sock.receive(packet);
/external/sepolicy/
H A Daccess_vectors354 receive
486 receive
600 receive
606 receive
872 receive

Completed in 405 milliseconds

1234