Home
last modified time | relevance | path

Searched refs:offer (Results 1 – 25 of 275) sorted by relevance

1234567891011

/external/dhcpcd/
Dipv4ll.c102 if (iface->state->offer == NULL) in start_ipv4ll()
105 addr = iface->state->offer->yiaddr; in start_ipv4ll()
106 free(iface->state->offer); in start_ipv4ll()
115 iface->state->offer = find_ipv4ll_lease(addr); in start_ipv4ll()
117 iface->state->offer = make_ipv4ll_lease(addr); in start_ipv4ll()
145 free(iface->state->offer); in handle_ipv4ll_failure()
146 iface->state->offer = NULL; in handle_ipv4ll_failure()
Darp.c84 if ((iface->state->offer != NULL && in handle_arp_failure()
85 iface->state->offer->cookie != htonl(MAGIC_COOKIE)) || in handle_arp_failure()
176 if (state->offer && in handle_arp_packet()
177 (reply_s == state->offer->yiaddr || in handle_arp_packet()
178 (reply_s == 0 && reply_t == state->offer->yiaddr))) in handle_arp_packet()
179 state->fail.s_addr = state->offer->yiaddr; in handle_arp_packet()
259 } else if (state->offer) { in send_arp_probe()
260 if (state->offer->yiaddr) in send_arp_probe()
261 addr.s_addr = state->offer->yiaddr; in send_arp_probe()
263 addr.s_addr = state->offer->ciaddr; in send_arp_probe()
Ddhcpcd.c581 free(state->offer); in handle_dhcp()
582 state->offer = dhcp; in handle_dhcp()
587 state->new = state->offer; in handle_dhcp()
588 state->offer = NULL; in handle_dhcp()
628 free(state->offer); in handle_dhcp()
629 state->offer = dhcp; in handle_dhcp()
642 iface->addr.s_addr != state->offer->yiaddr) in handle_dhcp()
646 addr.s_addr = state->offer->yiaddr; in handle_dhcp()
1088 iface->state->offer = in start_static()
1126 if (ifo->reboot == 0 || iface->state->offer == NULL) { in start_reboot()
[all …]
Dbind.c138 state->new = state->offer; in bind_interface()
139 state->offer = NULL; in bind_interface()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DPriorityQueueTest.java44 integerQueue.offer(array[i]); in test_iterator()
85 integerQueue.offer(0); in test_iterator_outofbound()
113 integerQueue.offer(array[i]); in test_iterator_remove()
141 integerQueue.offer(array[i]); in test_iterator_removeEquals()
156 integerQueue.offer(array[i]); in test_iterator_remove_illegalState()
185 integerQueue.offer(array[i]); in test_size()
317 queue.offer(array[i]); in test_ConstructorLjava_util_Colleciton_from_priorityqueue()
355 integerQueue.offer(array[i]); in test_ConstructorLjava_util_PriorityQueue()
416 queue.offer(array[i]); in test_offerLjava_lang_Object()
432 queue.offer(null); in test_offerLjava_lang_Object_null()
[all …]
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DQueueOfferTester.java38 getQueue().offer(samples.e3)); in testOffer_supportedNotPresent()
44 assertTrue("offer(null) should return true", getQueue().offer(null)); in testOffer_nullSupported()
51 getQueue().offer(null); in testOffer_nullUnsupported()
/external/chromium/third_party/libjingle/source/talk/session/phone/
Dcall.cc69 const SessionDescription* offer = session_client_->CreateOffer(options); in InitiateSession() local
72 AddSession(session, offer); in InitiateSession()
73 session->Initiate(jid.Str(), offer); in InitiateSession()
86 Session* session, const SessionDescription* offer) { in IncomingSession() argument
87 AddSession(session, offer); in IncomingSession()
199 bool Call::AddSession(Session *session, const SessionDescription* offer) { in AddSession() argument
204 const ContentInfo* audio_offer = GetFirstAudioContent(offer); in AddSession()
205 const ContentInfo* video_offer = GetFirstVideoContent(offer); in AddSession()
Dmediasessionclient.cc139 SessionDescription* offer = new SessionDescription(); in CreateOffer() local
170 offer->AddContent(CN_AUDIO, NS_JINGLE_RTP, audio); in CreateOffer()
203 offer->AddContent(CN_VIDEO, NS_JINGLE_RTP, video); in CreateOffer()
206 return offer; in CreateOffer()
239 bool SelectCrypto(const MediaContentDescription* offer, CryptoParams *crypto) { in SelectCrypto() argument
240 bool audio = offer->type() == MEDIA_TYPE_AUDIO; in SelectCrypto()
241 const CryptoParamsVec& cryptos = offer->cryptos(); in SelectCrypto()
254 const SessionDescription* offer, const CallOptions& options) { in CreateAnswer() argument
260 const ContentInfo* audio_content = GetFirstAudioContent(offer); in CreateAnswer()
296 const ContentInfo* video_content = GetFirstVideoContent(offer); in CreateAnswer()
[all …]
Dcall.h105 void IncomingSession(Session *session, const SessionDescription* offer);
107 bool AddSession(Session *session, const SessionDescription* offer);
/external/guava/guava/src/com/google/common/collect/
DForwardingQueue.java55 public boolean offer(E o) { in offer() method in ForwardingQueue
56 return delegate().offer(o); in offer()
DMinMaxPriorityQueue.java208 queue.offer(element); in create()
251 offer(element); in add()
258 offer(element); in addAll()
270 @Override public boolean offer(E element) { in offer() method in MinMaxPriorityQueue
/external/guava/guava/src/com/google/common/util/concurrent/
DForwardingBlockingQueue.java53 @Override public boolean offer(E e, long timeout, TimeUnit unit) in offer() method in ForwardingBlockingQueue
55 return delegate().offer(e, timeout, unit); in offer()
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
Dtunnelsessionclient.cc189 SessionDescription* offer = CreateOffer(data->jid, data->description); in OnMessage() local
190 session->Initiate(data->jid.Str(), offer); in OnMessage()
286 const SessionDescription* offer) { in CreateAnswer() argument
289 if (!FindTunnelContent(offer, &content_name, &offer_tunnel)) in CreateAnswer()
Dtunnelsessionclient.h87 const SessionDescription* offer) = 0;
133 const SessionDescription* offer);
Dsecuretunnelsessionclient.h95 const SessionDescription* offer);
Dsecuretunnelsessionclient.cc286 const SessionDescription* offer) { in CreateAnswer() argument
289 if (!FindSecureTunnelContent(offer, &content_name, &offer_tunnel)) in CreateAnswer()
/external/guava/guava-tests/test/com/google/common/collect/
DForwardingQueueTest.java93 @Override public boolean offer(T o) { in offer() method in ForwardingQueueTest.StandardImplForwardingQueue
186 forward.offer("asdf"); in testOffer_T()
/external/libusb_aah/
DTODO5 offer API to create/destroy handle_events thread
/external/libusb/
DTODO5 offer API to create/destroy handle_events thread
/external/smack/src/org/jivesoftware/smackx/muc/
DConnectionDetachedPacketCollector.java118 while (!resultQueue.offer(packet)) { in processPacket()
/external/guava/guava/src/com/google/common/eventbus/
DAsyncEventBus.java66 eventsToDispatch.offer(new EventWithHandler(event, handler)); in enqueueEvent()
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
DAbstractKernel.java118 if( !envelopes.offer( env ) ) { in addEnvelope()
/external/smack/src/org/jivesoftware/smack/
DPacketCollector.java154 while (!resultQueue.offer(packet)) { in processPacket()
/external/eigen/doc/
DB01_Experimental.dox38 All other classes offer no ABI guarantee, e.g. the layout of their data can be changed.
45 All other classes offer no direct API guarantee, e.g. their methods can be changed; however notice …
/external/chromium/chrome/browser/resources/ntp4/
Dtile_page.css34 /* Don't offer the context menu on long-press. */

1234567891011