/external/autotest/server/site_tests/firmware_PDProtocol/ |
D | control | 10 CRITERIA = "This test will fail if PD is negotiated when running from USB image." 18 - That the DUT negotiated PD in dev mode from SSD boot
|
D | control.ec_wp | 10 CRITERIA = "This test will fail if PD is negotiated when running from USB image." 19 - That the DUT negotiated PD in dev mode from SSD boot
|
/external/webrtc/sdk/android/api/org/webrtc/ |
D | DataChannel.java | 25 public boolean negotiated; field in DataChannel.Init 51 return negotiated; in getNegotiated()
|
/external/grpc-grpc/src/core/tsi/alts/handshaker/proto/ |
D | altscontext.proto | 24 // The application protocol negotiated for this connection. 27 // The record protocol negotiated for this connection.
|
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/proto/ |
D | altscontext.proto | 24 // The application protocol negotiated for this connection. 27 // The record protocol negotiated for this connection.
|
/external/webrtc/api/ |
D | data_channel_interface.h | 61 bool negotiated = false; member 155 virtual bool negotiated() const;
|
D | data_channel_interface.cc | 39 bool DataChannelInterface::negotiated() const { in negotiated() function in webrtc::DataChannelInterface
|
/external/grpc-grpc-java/alts/src/main/proto/grpc/gcp/ |
D | altscontext.proto | 24 // The application protocol negotiated for this connection. 27 // The record protocol negotiated for this connection.
|
/external/webrtc/sdk/objc/api/peerconnection/ |
D | RTCDataChannelConfiguration.mm | 64 return _nativeDataChannelInit.negotiated; 68 _nativeDataChannelInit.negotiated = isNegotiated;
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/gcp/ |
D | altscontext.proto | 30 // The application protocol negotiated for this connection. 33 // The record protocol negotiated for this connection.
|
/external/webrtc/pc/ |
D | rtp_data_channel.h | 101 bool negotiated() const override { return config_.negotiated; } in negotiated() function
|
D | sctp_data_channel.h | 149 bool negotiated() const override { return config_.negotiated; } in negotiated() function
|
D | data_channel_unittest.cc | 453 config.negotiated = true; in TEST_F() 517 config.negotiated = true; in TEST_F() 536 EXPECT_FALSE(init.negotiated); in TEST_F() 539 base.negotiated = true; in TEST_F()
|
D | sctp_data_channel.cc | 52 BYPASS_PROXY_CONSTMETHOD0(bool, negotiated) 73 if (base.negotiated) { in InternalDataChannelInit() 696 RTC_DCHECK(!is_open_message || !config_.negotiated); in SendControlMessage()
|
/external/curl/docs/cmdline-opts/ |
D | socks5-gssapi-nec.d | 6 As part of the GSS-API negotiation a protection mode is negotiated. RFC 1961
|
D | http2-prior-knowledge.d | 12 away. HTTPS requests will still do HTTP/2 the standard way with negotiated
|
/external/autotest/client/site_tests/network_DhcpMTU/ |
D | control | 13 if the interface MTU is not set to the value negotiated.
|
/external/iptables/extensions/ |
D | libxt_tcpmss.man | 1 …can only use this on TCP SYN or SYN/ACK packets, since the MSS is only negotiated during the TCP h…
|
/external/autotest/client/site_tests/network_DhcpStaticIP/ |
D | control | 18 negotiation although a lease is negotiated, it is released back to the DHCP
|
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
D | PeerConnectionClient.java | 189 public final boolean negotiated; field in PeerConnectionClient.DataChannelParameters 193 String protocol, boolean negotiated, int id) { in DataChannelParameters() argument 198 this.negotiated = negotiated; in DataChannelParameters() 611 init.negotiated = peerConnectionParameters.dataChannelParameters.negotiated; in createPeerConnectionInternal()
|
/external/cros/system_api/dbus/cryptohome/ |
D | signed_secret.proto | 19 // and signed by a pre-negotiated key to authorize updates from the
|
/external/webrtc/sdk/objc/unittests/ |
D | RTCDataChannelConfigurationTest.mm | 46 EXPECT_EQ(isNegotiated, nativeInit.negotiated);
|
/external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
D | NativeCryptoTest.java | 2031 byte[] negotiated = NativeCrypto.getApplicationProtocol(ssl, null); in alpnWithProtocolListShouldSucceed() 2032 assertEquals("spdy/2", new String(negotiated, "UTF-8")); in alpnWithProtocolListShouldSucceed() 2040 byte[] negotiated = NativeCrypto.getApplicationProtocol(ssl, null); in alpnWithProtocolListShouldSucceed() 2041 assertEquals("spdy/2", new String(negotiated, "UTF-8")); in alpnWithProtocolListShouldSucceed() 2066 byte[] negotiated = NativeCrypto.getApplicationProtocol(ssl, null); in alpnWithProtocolListShouldFail() 2067 assertNull(negotiated); in alpnWithProtocolListShouldFail() 2075 byte[] negotiated = NativeCrypto.getApplicationProtocol(ssl, null); in alpnWithProtocolListShouldFail() 2076 assertNull(negotiated); in alpnWithProtocolListShouldFail() 2099 byte[] negotiated = NativeCrypto.getApplicationProtocol(ssl, null); in alpnWithServerProtocolSelectorShouldSucceed() 2100 assertEquals("spdy/2", new String(negotiated, "UTF-8")); in alpnWithServerProtocolSelectorShouldSucceed() [all …]
|
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/ |
D | NativeCryptoTest.java | 2040 byte[] negotiated = NativeCrypto.getApplicationProtocol(ssl, null); in alpnWithProtocolListShouldSucceed() 2041 assertEquals("spdy/2", new String(negotiated, "UTF-8")); in alpnWithProtocolListShouldSucceed() 2049 byte[] negotiated = NativeCrypto.getApplicationProtocol(ssl, null); in alpnWithProtocolListShouldSucceed() 2050 assertEquals("spdy/2", new String(negotiated, "UTF-8")); in alpnWithProtocolListShouldSucceed() 2075 byte[] negotiated = NativeCrypto.getApplicationProtocol(ssl, null); in alpnWithProtocolListShouldFail() 2076 assertNull(negotiated); in alpnWithProtocolListShouldFail() 2084 byte[] negotiated = NativeCrypto.getApplicationProtocol(ssl, null); in alpnWithProtocolListShouldFail() 2085 assertNull(negotiated); in alpnWithProtocolListShouldFail() 2108 byte[] negotiated = NativeCrypto.getApplicationProtocol(ssl, null); in alpnWithServerProtocolSelectorShouldSucceed() 2109 assertEquals("spdy/2", new String(negotiated, "UTF-8")); in alpnWithServerProtocolSelectorShouldSucceed() [all …]
|
/external/webrtc/sdk/android/src/jni/pc/ |
D | data_channel.cc | 81 init.negotiated = Java_Init_getNegotiated(env, j_init); in JavaToNativeDataChannelInit()
|