/external/webrtc/talk/app/webrtc/ |
D | webrtcsession_unittest.cc | 607 SessionDescriptionInterface* offer = CreateOffer(); in InitiateCall() local 738 JsepSessionDescription* offer( in VerifyAnswerFromNonCryptoOffer() local 753 scoped_ptr<JsepSessionDescription> offer( in VerifyAnswerFromCryptoOffer() local 772 SessionDescriptionInterface* offer = CreateOffer(); in SetAndVerifyNumUnsignalledRecvStreams() local 871 SessionDescriptionInterface* offer = CreateRemoteOffer(); in CreateAndSetRemoteOfferAndLocalAnswer() local 939 void CreateCryptoOfferAndNonCryptoAnswer(SessionDescriptionInterface** offer, in CreateCryptoOfferAndNonCryptoAnswer() 954 void CreateDtlsOfferAndNonDtlsAnswer(SessionDescriptionInterface** offer, in CreateDtlsOfferAndNonDtlsAnswer() 989 JsepSessionDescription* offer( in CreateRemoteOfferWithVersion() local 1037 JsepSessionDescription* offer = new JsepSessionDescription( in ChangeSDPSctpPort() local 1053 const SessionDescriptionInterface* offer, in CreateRemoteAnswer() [all …]
|
D | peerconnectioninterface_unittest.cc | 668 bool offer, in DoCreateOfferAnswer() 749 rtc::scoped_ptr<SessionDescriptionInterface> offer; in CreateOfferAsRemoteDescription() local 809 rtc::scoped_ptr<SessionDescriptionInterface> offer; in CreateOfferAsLocalDescription() local 979 scoped_ptr<SessionDescriptionInterface> offer; in TEST_F() local 1038 std::string offer; in TEST_F() local 1095 SessionDescriptionInterface* offer = NULL; in TEST_F() local 1116 SessionDescriptionInterface* offer = NULL; in TEST_F() local 1141 scoped_ptr<SessionDescriptionInterface> offer; in TEST_F() local 1178 scoped_ptr<SessionDescriptionInterface> offer; in TEST_F() local 1198 scoped_ptr<SessionDescriptionInterface> offer; in TEST_F() local [all …]
|
/external/webrtc/talk/session/media/ |
D | srtpfilter_unittest.cc | 154 std::vector<CryptoParams> offer(MakeVector(kTestCryptoParams1)); in TEST_F() local 169 std::vector<CryptoParams> offer, answer; in TEST_F() local 185 std::vector<CryptoParams> offer(MakeVector(kTestCryptoParams1)); in TEST_F() local 237 std::vector<CryptoParams> offer; in TEST_F() local 256 std::vector<CryptoParams> offer(MakeVector(kTestCryptoParams1)); in TEST_F() local 266 std::vector<CryptoParams> offer(MakeVector(kTestCryptoParams1)); in TEST_F() local 276 std::vector<CryptoParams> offer(MakeVector(kTestCryptoParams1)); in TEST_F() local 287 std::vector<CryptoParams> offer(MakeVector(kTestCryptoParams1)); in TEST_F() local 297 std::vector<CryptoParams> offer(MakeVector(kTestCryptoParams1)); in TEST_F() local 307 std::vector<CryptoParams> offer(MakeVector(kTestCryptoParams1)); in TEST_F() local [all …]
|
D | mediasession_unittest.cc | 285 void TestTransportInfo(bool offer, const MediaSessionOptions& options, in TestTransportInfo() 313 rtc::scoped_ptr<SessionDescription> offer; in TestTransportInfo() local 380 void TestCryptoWithBundle(bool offer) { in TestCryptoWithBundle() 437 rtc::scoped_ptr<SessionDescription> offer( in TestMediaDirectionInAnswer() local 484 rtc::scoped_ptr<SessionDescription> offer( in TEST_F() local 509 offer(f1_.CreateOffer(opts, NULL)); in TEST_F() local 553 offer(f2_.CreateOffer(opts, NULL)); in TEST_F() local 582 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL)); in TEST_F() local 618 offer(f1_.CreateOffer(opts, NULL)); in TEST_F() local 654 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL)); in TEST_F() local [all …]
|
D | mediasession.cc | 213 static bool SelectCrypto(const MediaContentDescription* offer, in SelectCrypto() 758 MediaContentDescriptionImpl<C>* offer) { in CreateMediaContentOffer() 1027 const MediaContentDescriptionImpl<C>* offer, in CreateMediaContentAnswer() 1258 scoped_ptr<SessionDescription> offer(new SessionDescription()); in CreateOffer() local 1362 const SessionDescription* offer, const MediaSessionOptions& options, in CreateAnswer() 1738 const SessionDescription* offer, in AddAudioContentForAnswer() 1797 const SessionDescription* offer, in AddVideoContentForAnswer() 1852 const SessionDescription* offer, in AddDataContentForAnswer()
|
/external/webrtc/webrtc/p2p/base/ |
D | transportdescriptionfactory_unittest.cc | 74 rtc::scoped_ptr<TransportDescription> offer(f1_.CreateOffer( in TestIceRestart() local 169 scoped_ptr<TransportDescription> offer(f1_.CreateOffer( in TEST_F() local 182 scoped_ptr<TransportDescription> offer( in TEST_F() local 200 scoped_ptr<TransportDescription> offer( in TEST_F() local 213 scoped_ptr<TransportDescription> offer( in TEST_F() local 239 scoped_ptr<TransportDescription> offer( in TEST_F() local
|
D | transportdescriptionfactory.cc | 52 const TransportDescription* offer, in CreateAnswer()
|
/external/chromium-trace/catapult/third_party/WebOb/webob/ |
D | acceptparse.py | 114 def __contains__(self, offer): argument 123 def quality(self, offer, modifier=1): argument 182 def _match(self, mask, offer): argument 220 def quality(self, offer, default_quality=1): argument 299 def _match(self, mask, offer): argument 318 def _check_offer(offer): argument
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/ |
D | Poolable.java | 4 void offer(); in offer() method
|
D | BaseKeyPool.java | 19 public void offer(T key) { in offer() method in BaseKeyPool
|
D | AttributeStrategy.java | 117 public void offer() { in offer() method in AttributeStrategy.Key
|
/external/webrtc/webrtc/tools/rtcbot/test/ |
D | simple_offer_answer.js | 22 function gotOffer(offer) { argument
|
D | webrtc_video_streaming.js | 69 function gotOffer(offer) { argument
|
D | two_way_video_streaming.js | 76 function gotOffer(offer) { argument
|
D | three_bots_video_conference.js | 95 function gotOffer(offer) { argument
|
D | oneWayVideoStreamingWithDownloadingFile.js | 73 function gotOffer(offer) { argument
|
/external/guava/guava/src/com/google/common/collect/ |
D | ForwardingQueue.java | 54 public boolean offer(E o) { in offer() method in ForwardingQueue
|
D | EvictingQueue.java | 89 @Override public boolean offer(E e) { in offer() method in EvictingQueue
|
D | ForwardingBlockingDeque.java | 100 public boolean offer(E e, long timeout, TimeUnit unit) throws InterruptedException { in offer() method in ForwardingBlockingDeque
|
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/ |
D | MonitorBasedPriorityBlockingQueue.java | 188 public boolean offer(E e) { in offer() method in MonitorBasedPriorityBlockingQueue 231 public boolean offer(E e, long timeout, TimeUnit unit) { in offer() method in MonitorBasedPriorityBlockingQueue
|
D | MonitorBasedArrayBlockingQueue.java | 244 public boolean offer(E e) { in offer() method in MonitorBasedArrayBlockingQueue 287 public boolean offer(E e, long timeout, TimeUnit unit) in offer() method in MonitorBasedArrayBlockingQueue
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | ForwardingBlockingQueue.java | 53 @Override public boolean offer(E e, long timeout, TimeUnit unit) in offer() method in ForwardingBlockingQueue
|
/external/jetty/src/java/org/eclipse/jetty/util/ |
D | BlockingArrayQueue.java | 183 public boolean offer(E e) in offer() method in BlockingArrayQueue 663 public boolean offer(E o, long timeout, TimeUnit unit) throws InterruptedException in offer() method in BlockingArrayQueue
|
/external/dhcpcd-6.8.2/ |
D | ipv4ll.c | 115 struct dhcp_message *offer; in ipv4ll_probed() local
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | SynchronizedQueueTest.java | 44 public boolean offer(E o) { in offer() method in SynchronizedQueueTest.TestQueue
|