/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
D | DatagramSocketTest.java | 69 ms.receive(rdp); in run() 165 DatagramPacket receive = new DatagramPacket(new byte[20], 20); in test_connectLjava_net_InetAddressI() local 167 ds.receive(receive); in test_connectLjava_net_InetAddressI() 169 assertTrue("Wrong size: " + receive.getLength(), in test_connectLjava_net_InetAddressI() 170 receive.getLength() == 10); in test_connectLjava_net_InetAddressI() 171 assertTrue("Wrong receiver", receive.getAddress().equals(localHost)); in test_connectLjava_net_InetAddressI() 187 ms.receive(rdp); in test_connectLjava_net_InetAddressI() 226 receive = new DatagramPacket(new byte[20], 20); in test_connectLjava_net_InetAddressI() 228 ds.receive(receive); in test_connectLjava_net_InetAddressI() 255 receive = new DatagramPacket(new byte[20], 20); in test_connectLjava_net_InetAddressI() [all …]
|
/external/chromium/crypto/ |
D | symmetric_key_win.cc | 113 BOOL ok = CryptAcquireContext(safe_provider.receive(), NULL, NULL, in GenerateAESKey() 125 safe_key.receive()); in GenerateAESKey() 182 BOOL ok = CryptAcquireContext(safe_provider.receive(), NULL, NULL, in GenerateHMACKey() 215 BOOL ok = CryptCreateHash(provider, CALG_HMAC, key, 0, safe_hash.receive()); in CreateHMACHash() 255 BOOL ok = CryptDuplicateHash(hash, NULL, 0, safe_hash.receive()); in ComputePBKDF2Block() 285 ok = CryptDuplicateHash(hash, NULL, 0, safe_hash.receive()); in ComputePBKDF2Block() 385 BOOL ok = CryptAcquireContext(provider.receive(), NULL, NULL, provider_type, in DeriveKeyFromPassword() 485 BOOL ok = CryptAcquireContext(provider.receive(), NULL, NULL, provider_type, in Import()
|
D | signature_verifier_win.cc | 28 if (!CryptAcquireContext(provider_.receive(), NULL, NULL, in SignatureVerifier() 68 cert_public_key_info, public_key_.receive()); in VerifyInit() 106 ok = CryptCreateHash(provider_, hash_alg_id, 0, 0, hash_object_.receive()); in VerifyInit()
|
D | hmac_win.cc | 112 if (!CryptAcquireContext(plat_->provider_.receive(), NULL, NULL, in Init() 143 plat_->key_.receive())) { in Init() 179 hash.receive())) in Sign()
|
D | rsa_private_key_win.cc | 35 result->key_.receive())) in Create() 106 CRYPT_EXPORTABLE, result->key_.receive())) in CreateFromPrivateKeyInfo() 131 return FALSE != CryptAcquireContext(provider_.receive(), NULL, NULL, in InitProvider()
|
D | signature_creator_win.cc | 18 result->hash_object_.receive())) { in Create()
|
/external/libsepol/tests/policies/test-deps/ |
D | modreq-perm-global.conf | 4 class msg { send receive }; 10 allow a_t b_t: msg { send receive };
|
D | modreq-perm-opt.conf | 11 class msg { send receive }; 17 allow a_mod_t b_mod_t: msg { send receive };
|
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/ |
D | IncomingStreamHandler.java | 24 @Override public void receive(SpdyStream stream) throws IOException { 35 void receive(SpdyStream stream) throws IOException; in receive() method
|
D | Ping.java | 37 void receive() { in receive() method in Ping
|
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/ |
D | DatagramChannelTest.java | 444 SocketAddress addr = channel1.receive(buf); in testConfigureBlocking_Read() 751 this.channel1.receive(null); in testReceive_UnconnectedNull() 769 this.channel1.receive(dst); in testReceive_UnconnectedReadonly() 785 assertNull(this.channel1.receive(dst)); in testReceive_UnconnectedBufEmpty() 796 assertNull(this.channel1.receive(dst)); in testReceive_UnconnectedBufZero() 810 assertNull(this.channel1.receive(dst)); in testReceive_UnconnectedBufNotEmpty() 824 assertNull(this.channel1.receive(dst)); in testReceive_UnconnectedBufFull() 838 assertNull(this.channel1.receive(dst)); in testReceive_UnconnectedClose() 856 this.channel1.receive(null); in testReceive_UnconnectedCloseNull() 876 this.channel1.receive(dst); in testReceive_UnconnectedCloseReadonly() [all …]
|
D | MockDatagramChannel.java | 49 public SocketAddress receive(ByteBuffer arg0) throws IOException { in receive() method in MockDatagramChannel
|
/external/chromium/base/ |
D | sha1_win.cc | 19 if (!CryptAcquireContext(provider.receive(), NULL, NULL, PROV_RSA_FULL, in SHA1HashString() 27 if (!CryptCreateHash(provider, CALG_SHA1, 0, 0, hash.receive())) { in SHA1HashString()
|
/external/qemu/ |
D | net.h | 16 NetReceive *receive; member 58 NetReceive *receive, 142 NetReceive *receive,
|
/external/libnfc-nxp/src/ |
D | phFriNfc_LlcpMac.c | 172 …if(LlcpMac->LlcpMacInterface.receive == NULL || NULL==psData || NULL==ReceiveLlcpMac_Cb || NULL==p… in phFriNfc_LlcpMac_Receive() 178 status = LlcpMac->LlcpMacInterface.receive(LlcpMac,psData,ReceiveLlcpMac_Cb,pContext); in phFriNfc_LlcpMac_Receive()
|
/external/chromium/net/http/ |
D | des.cc | 175 if (!CryptAcquireContext(provider.receive(), NULL, NULL, PROV_RSA_FULL, in DESEncrypt() 197 sizeof key_blob, 0, 0, key.receive()); in DESEncrypt()
|
/external/chromium/net/base/ |
D | keygen_handler_win.cc | 180 if (crypto::CryptAcquireContextLocked(key_container.provider_.receive(), in GenKeyAndSignChallenge() 200 (key_size_in_bits_ << 16) | CRYPT_EXPORTABLE, key.receive())) { in GenKeyAndSignChallenge()
|
/external/arduino/libraries/Wire/ |
D | keywords.txt | 18 receive KEYWORD2
|
D | Wire.h | 59 uint8_t receive(void);
|
/external/webkit/LayoutTests/fast/events/touch/ |
D | touch-inside-iframe-expected.txt | 2 Test iframes receive touches correctly.
|
/external/webkit/Source/WebCore/platform/text/wince/ |
D | TextCodecWinCE.h | 58 …virtual bool receive(const char* encoding, const wchar_t* friendlyName, unsigned int codePage) = 0;
|
/external/valgrind/main/gdbserver_tests/ |
D | mcsigpass.stdinB.gdb | 6 # After this continue, we will receive 5 signals.
|
/external/sepolicy/ |
D | access_vectors | 354 receive 488 receive 602 receive 608 receive
|
/external/llvm/test/CodeGen/X86/ |
D | tailcall-ri64.ll | 4 ; TAILJMPri64 should not receive "callee-saved" registers beyond epilogue.
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/ |
D | UdpConnector.java | 120 sock.receive(packet); in read()
|