/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/ |
Poolable.java | 4 void offer(); method in interface:Poolable
|
BaseKeyPool.java | 19 public void offer(T key) { method in class:BaseKeyPool 21 keyPool.offer(key);
|
/frameworks/support/samples/Support4Demos/res/xml/ |
my_paths.xml | 3 <!-- Offer access to files under Context.getFilesDir() + "thumbs/" 7 <!-- Offer access to files under Environment.getExternalStorageDirectory() 11 <!-- Offer access to files under Context.getCacheDir() -->
|
/external/webrtc/webrtc/p2p/base/ |
transportdescriptionfactory_unittest.cc | 57 // This test ice restart by doing two offer answer exchanges. On the second 59 // in the offer and answer is changed. 73 // The initial offer / answer exchange. 74 rtc::scoped_ptr<TransportDescription> offer(f1_.CreateOffer( 77 f2_.CreateAnswer(offer.get(), 80 // Create an updated offer where we restart ice. 83 options, offer.get())); 85 VerifyUfragAndPasswordChanged(dtls, offer.get(), restart_offer.get()); 143 // Test generating an offer with DTLS fails with no identity. 151 // Test updating an offer with DTLS to pick ICE [all...] |
transportdescriptionfactory.cc | 52 const TransportDescription* offer, 56 if (!offer) { 58 "because offer is NULL"; 74 if (offer && offer->identity_fingerprint.get()) { 75 // The offer supports DTLS, so answer with DTLS, as long as we support it. 87 // We require DTLS, but the other side didn't offer it. Fail.
|
transportdescriptionfactory.h | 50 // Creates a transport description suitable for use in an offer. 53 // Create a transport description that is a response to an offer. 55 const TransportDescription* offer,
|
transportdescription.h | 28 // SEC_DISABLED: No crypto in outgoing offer, ignore any supplied crypto. 29 // SEC_ENABLED: Crypto in outgoing offer and answer (if supplied in offer). 30 // SEC_REQUIRED: Crypto in outgoing offer and answer. Fail any offer with absent
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
QueueOfferTester.java | 26 * A generic JUnit test which tests offer operations on a queue. Can't be 37 assertTrue("offer(notPresent) should return true", 38 getQueue().offer(samples.e3)); 44 assertTrue("offer(null) should return true", getQueue().offer(null)); 51 getQueue().offer(null); 52 fail("offer(null) should throw"); 57 "Should not contain null after unsupported offer(null)");
|
/external/webrtc/webrtc/tools/rtcbot/test/ |
simple_offer_answer.js | 9 // Test that offer/answer between 2 peers completes successfully. 22 function gotOffer(offer) { 23 test.log("Got offer"); 25 pc1.setLocalDescription(offer, expectedCall, test.fail); 26 pc2.setRemoteDescription(offer, expectedCall, test.fail);
|
two_way_video_streaming.js | 73 test.log("Creating offer."); 76 function gotOffer(offer) { 77 test.log("Got offer"); 78 pc1.setLocalDescription(offer, onSetSessionDescriptionSuccess, test.fail); 79 pc2.setRemoteDescription(offer, onSetSessionDescriptionSuccess,
|
webrtc_video_streaming.js | 66 test.log("Creating offer."); 69 function gotOffer(offer) { 70 test.log("Got offer"); 71 pc1.setLocalDescription(offer, onSetSessionDescriptionSuccess, test.fail); 72 pc2.setRemoteDescription(offer, onSetSessionDescriptionSuccess,
|
oneWayVideoStreamingWithDownloadingFile.js | 70 test.log("Creating offer."); 73 function gotOffer(offer) { 74 test.log("Got offer"); 75 pc1.setLocalDescription(offer, onSetSessionDescriptionSuccess, test.fail); 76 pc2.setRemoteDescription(offer, onSetSessionDescriptionSuccess,
|
/external/webrtc/talk/app/webrtc/ |
webrtcsession_unittest.cc | 603 // Creates a local offer and applies it. Starts ICE. 607 SessionDescriptionInterface* offer = CreateOffer(); local 608 SetLocalDescriptionWithoutError(offer); 738 JsepSessionDescription* offer( 740 ASSERT_TRUE(offer != NULL); 741 VerifyNoCryptoParams(offer->description(), false); 743 offer); 745 // Answer should be NULL as no crypto params in offer. 753 scoped_ptr<JsepSessionDescription> offer( 755 ASSERT_TRUE(offer.get() != NULL) 772 SessionDescriptionInterface* offer = CreateOffer(); local 871 SessionDescriptionInterface* offer = CreateRemoteOffer(); local 1037 JsepSessionDescription* offer = new JsepSessionDescription( local 1094 SessionDescriptionInterface* offer = CreateOffer(options); local 1253 SessionDescriptionInterface* offer = CreateOffer(); local 1376 SessionDescriptionInterface* offer = CreateOffer(); local 1577 SessionDescriptionInterface* offer = NULL; local 1589 SessionDescriptionInterface* offer = CreateOffer(); local 1643 SessionDescriptionInterface* offer = CreateOffer(); local 1700 SessionDescriptionInterface* offer = CreateOffer(); local 1746 JsepSessionDescription* offer = CreateRemoteOffer( local 1762 SessionDescriptionInterface* offer = NULL; local 1775 SessionDescriptionInterface* offer = NULL; local 1793 JsepSessionDescription* offer = local 1822 SessionDescriptionInterface* offer = CreateOffer(); local 1851 JsepSessionDescription* offer = CreateRemoteOffer( local 1872 SessionDescriptionInterface* offer = NULL; local 1888 SessionDescriptionInterface* offer = CreateOffer(); local 1911 SessionDescriptionInterface* offer = CreateOffer(); local 1940 JsepSessionDescription* offer = local 1968 SessionDescriptionInterface* offer = CreateOffer(); local 2025 SessionDescriptionInterface* offer = CreateOffer(); local 2037 SessionDescriptionInterface* offer = CreateOffer(); local 2047 SessionDescriptionInterface* offer = CreateOffer(); local 2057 SessionDescriptionInterface* offer = CreateOffer(); local 2067 SessionDescriptionInterface* offer = CreateRemoteOffer(); local 2090 SessionDescriptionInterface* offer = CreateOffer(); local 2147 SessionDescriptionInterface* offer = CreateOffer(); local 2210 SessionDescriptionInterface* offer = CreateRemoteOffer(); local 2284 SessionDescriptionInterface* offer = CreateOffer(); local 2492 SessionDescriptionInterface* offer = CreateOffer(); local 2657 SessionDescriptionInterface* offer = CreateOffer(); local 2713 SessionDescriptionInterface* offer = CreateOffer(); local 2922 SessionDescriptionInterface* offer = CreateOffer(); local 2987 SessionDescriptionInterface* offer = CreateRemoteOffer(); local 3070 SessionDescriptionInterface* offer = CreateOffer(options); local 3093 SessionDescriptionInterface* offer = CreateOffer(options); local 3123 SessionDescriptionInterface* offer = CreateOffer(options); local 3147 SessionDescriptionInterface* offer = CreateOffer(options); local 3179 SessionDescriptionInterface* offer = CreateOffer(options); local 3206 SessionDescriptionInterface* offer = CreateRemoteOffer(); local 3246 SessionDescriptionInterface* offer = CreateOffer(options); local 3270 SessionDescriptionInterface* offer = CreateOffer(options); local 3300 SessionDescriptionInterface* offer = CreateOffer(options); local 3312 SessionDescriptionInterface* offer = CreateOffer(options); local 3332 SessionDescriptionInterface* offer = CreateOffer(options); local 3356 SessionDescriptionInterface* offer = CreateOffer(options); local 3516 SessionDescriptionInterface* offer = CreateOffer(); local 3528 SessionDescriptionInterface* offer = CreateRemoteOffer(); local 3541 SessionDescriptionInterface* offer = CreateOffer(); local 3589 SessionDescriptionInterface* offer = CreateRemoteOffer(); local 3610 SessionDescriptionInterface* offer = CreateRemoteOffer(); local 3742 SessionDescriptionInterface* offer = CreateOffer(); local 3836 JsepSessionDescription* offer = local 3888 JsepSessionDescription* offer = CreateRemoteOfferWithSctpPort( local 4093 SessionDescriptionInterface* offer = CreateOffer(); local 4115 SessionDescriptionInterface* offer = CreateOffer(); local 4142 SessionDescriptionInterface* offer = CreateOffer(); local 4161 SessionDescriptionInterface* offer = CreateOffer(); local 4191 SessionDescriptionInterface* offer = CreateOffer(); local 4219 SessionDescriptionInterface* offer = local 4244 SessionDescriptionInterface* offer = CreateOffer(options); local [all...] |
/external/chromium-trace/catapult/third_party/WebOb/webob/ |
acceptparse.py | 114 def __contains__(self, offer): 120 if self._match(mask, offer): 123 def quality(self, offer, modifier=1): 125 Return the quality of the given offer. Returns None if there 130 if self._match(mask, offer): 162 for offer in offers: 163 if isinstance(offer, (tuple, list)): 164 offer, server_quality = offer 176 if self._match(mask, offer) [all...] |
/external/webrtc/talk/session/media/ |
mediasession_unittest.cc | 285 void TestTransportInfo(bool offer, const MediaSessionOptions& options, 310 if (offer) { 313 rtc::scoped_ptr<SessionDescription> offer; local 314 offer.reset(f1_.CreateOffer(options, NULL)); 315 desc.reset(f1_.CreateAnswer(offer.get(), options, current_desc.get())); 380 void TestCryptoWithBundle(bool offer) { 388 if (offer) { 430 // |expected_direction_in_answer| in an answer if the offer direction is set 437 rtc::scoped_ptr<SessionDescription> offer( 439 ASSERT_TRUE(offer.get() != NULL) 1075 rtc::scoped_ptr<SessionDescription> offer; local 2133 rtc::scoped_ptr<SessionDescription> offer, answer; local 2254 rtc::scoped_ptr<SessionDescription> offer, answer; local [all...] |
srtpfilter_unittest.cc | 154 std::vector<CryptoParams> offer(MakeVector(kTestCryptoParams1)); 156 offer.push_back(kTestCryptoParams1); 157 offer[1].tag = 2; 158 offer[1].cipher_suite = CS_AES_CM_128_HMAC_SHA1_32; 161 EXPECT_TRUE(f1_.SetOffer(offer, CS_LOCAL)); 169 std::vector<CryptoParams> offer, answer; local 170 EXPECT_TRUE(f1_.SetOffer(offer, CS_LOCAL)); 185 std::vector<CryptoParams> offer(MakeVector(kTestCryptoParams1)); 189 EXPECT_TRUE(f1_.SetOffer(offer, CS_LOCAL)); 194 // Test that we can set offer multiple times from the same source 237 std::vector<CryptoParams> offer; local [all...] |
/external/libusb/ |
TODO | 5 offer API to create/destroy handle_events thread
|
/frameworks/base/docs/html/distribute/monetize/ |
_project.yaml | 3 description: "There are many ways to make money with your apps on Google Play, and we offer a variety of tools to make it easy."
|
/frameworks/base/services/net/java/android/net/dhcp/ |
DhcpOfferPacket.java | 23 * This class implements the DHCP-OFFER packet. 32 * Generates a OFFER packet with the specified parameters. 50 return s + " OFFER, ip " + mYourIp + ", mask " + mSubnetMask + 56 * Fills in a packet with the specified OFFER attributes. 70 * Adds the optional parameters to the server-generated OFFER packet.
|
/external/guava/guava/src/com/google/common/collect/ |
ForwardingQueue.java | 33 * #offer} which can lead to unexpected behavior. In this case, you should 34 * override {@code offer} as well, either providing your own implementation, or 54 public boolean offer(E o) { method in class:ForwardingQueue 55 return delegate().offer(o); 79 * A sensible definition of {@link #offer} in terms of {@link #add}. If you 80 * override {@link #add}, you may wish to override {@link #offer} to forward
|
/external/dhcpcd-6.8.2/ |
ipv4ll.c | 115 struct dhcp_message *offer; local 119 offer = state->offer; 120 state->offer = ipv4ll_make_lease(astate->addr.s_addr); 121 if (state->offer == NULL) 125 state->offer = offer; 246 if (state->offer && IN_LINKLOCAL(ntohl(state->offer->yiaddr))) { 247 astate->addr.s_addr = state->offer->yiaddr [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/exception/ |
ExtException.java | 5 * This is an extended exception. Java before version 1.4 did not offer the
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/tools/ |
package-info.java | 14 * Collection of tools build on top of the JaCoCo core APIs. The tools offer
|
/external/mockito/src/org/mockito/internal/creation/jmock/ |
SerializableNoOp.java | 13 * Offer a Serializable implementation of the NoOp CGLIB callback.
|
/packages/apps/Dialer/res/xml/ |
file_paths.xml | 18 <!-- Offer access to files under Context.getCacheDir() --> 20 <!-- Offer access to voicemail folder under Context.getFilesDir() -->
|