Searched refs:offer (Results 1 - 24 of 24) sorted by relevance

/external/guava/src/com/google/common/collect/
H A DForwardingQueue.java39 public boolean offer(E o) { method in class:ForwardingQueue
40 return delegate().offer(o);
/external/dhcpcd/
H A Dipv4ll.c102 if (iface->state->offer == NULL)
105 addr = iface->state->offer->yiaddr;
106 free(iface->state->offer);
115 iface->state->offer = find_ipv4ll_lease(addr);
117 iface->state->offer = make_ipv4ll_lease(addr);
145 free(iface->state->offer);
146 iface->state->offer = NULL;
H A Darp.c84 if ((iface->state->offer != NULL &&
85 iface->state->offer->cookie != htonl(MAGIC_COOKIE)) ||
176 if (state->offer &&
177 (reply_s == state->offer->yiaddr ||
178 (reply_s == 0 && reply_t == state->offer->yiaddr)))
179 state->fail.s_addr = state->offer->yiaddr;
257 } else if (state->offer) {
258 if (state->offer->yiaddr)
259 addr.s_addr = state->offer->yiaddr;
261 addr.s_addr = state->offer
[all...]
H A Dclient.c131 struct dhcp_message *offer; member in struct:if_state
452 state->offer = dhcp;
914 state->new = state->offer;
915 state->offer = NULL;
1055 free(state->offer);
1057 state->offer = ipv4ll_get_dhcp(0);
1062 state->offer->yiaddr != iface->addr.s_addr &&
1144 free(state->offer);
1145 state->offer = read_lease(state->interface);
1152 free(state->offer);
[all...]
H A Ddhcpcd.h67 struct dhcp_message *offer; member in struct:if_state
H A Ddhcpcd.c555 free(state->offer);
556 state->offer = dhcp;
561 state->new = state->offer;
562 state->offer = NULL;
583 log_dhcp(LOG_INFO, "ignoring offer of",
602 free(state->offer);
603 state->offer = dhcp;
610 /* We now have an offer, so close the DHCP sockets.
616 iface->addr.s_addr != state->offer->yiaddr)
620 addr.s_addr = state->offer
[all...]
H A Dbind.c138 state->new = state->offer;
139 state->offer = NULL;
H A Dnet.c240 free(iface->state->offer);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DPriorityQueueTest.java44 integerQueue.offer(array[i]);
85 integerQueue.offer(0);
113 integerQueue.offer(array[i]);
141 integerQueue.offer(array[i]);
156 integerQueue.offer(array[i]);
185 integerQueue.offer(array[i]);
317 queue.offer(array[i]);
355 integerQueue.offer(array[i]);
409 * @tests java.util.PriorityQueue#offer(Object)
416 queue.offer(arra
[all...]
H A DAbstractQueueTest.java72 public boolean offer(E o) { method in class:AbstractQueueTest.MockAbstractQueue
H A DArrayDequeTest.java411 * @tests {@link java.util.ArrayDeque#offer(Object)}
414 assertTrue(testQue.offer(testObjOne));
415 assertTrue(testQue.offer(testObjTwo));
416 assertTrue(testQue.offer(testObjOne));
417 assertTrue(testQue.offer(testObjThree));
421 testQue.offer(null);
H A DLinkedListTest.java594 * @tests {@link java.util.LinkedList#offer(Object)}
598 assertTrue("offer() should return true'", ll.offer(objArray[0]));
599 assertEquals("offer() should add an element as the last one", origSize, ll.lastIndexOf(objArray[0]));
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
H A Dsecuretunnelsessionclient.h95 const SessionDescription* offer);
H A Dtunnelsessionclient.h87 const SessionDescription* offer) = 0;
133 const SessionDescription* offer);
H A Dtunnelsessionclient.cc189 SessionDescription* offer = CreateOffer(data->jid, data->description); local
190 session->Initiate(data->jid.Str(), offer);
286 const SessionDescription* offer) {
289 if (!FindTunnelContent(offer, &content_name, &offer_tunnel))
285 CreateAnswer( const SessionDescription* offer) argument
H A Dsecuretunnelsessionclient.cc286 const SessionDescription* offer) {
289 if (!FindSecureTunnelContent(offer, &content_name, &offer_tunnel))
285 CreateAnswer( const SessionDescription* offer) argument
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dmediasessionclient.cc139 SessionDescription* offer = new SessionDescription(); local
170 offer->AddContent(CN_AUDIO, NS_JINGLE_RTP, audio);
203 offer->AddContent(CN_VIDEO, NS_JINGLE_RTP, video);
206 return offer;
239 bool SelectCrypto(const MediaContentDescription* offer, CryptoParams *crypto) { argument
240 bool audio = offer->type() == MEDIA_TYPE_AUDIO;
241 const CryptoParamsVec& cryptos = offer->cryptos();
254 const SessionDescription* offer, const CallOptions& options) {
255 // The answer contains the intersection of the codecs in the offer with the
257 // XEP-0167, we retain the same payload ids from the offer i
253 CreateAnswer( const SessionDescription* offer, const CallOptions& options) argument
363 const SessionDescription* offer = session->remote_description(); local
[all...]
H A Dcall.cc69 const SessionDescription* offer = session_client_->CreateOffer(options); local
72 AddSession(session, offer);
73 session->Initiate(jid.Str(), offer);
86 Session* session, const SessionDescription* offer) {
87 AddSession(session, offer);
199 bool Call::AddSession(Session *session, const SessionDescription* offer) { argument
204 const ContentInfo* audio_offer = GetFirstAudioContent(offer);
205 const ContentInfo* video_offer = GetFirstVideoContent(offer);
85 IncomingSession( Session* session, const SessionDescription* offer) argument
H A Dcall.h105 void IncomingSession(Session *session, const SessionDescription* offer);
107 bool AddSession(Session *session, const SessionDescription* offer);
H A Dmediasessionclient.h57 // SEC_DISABLED: No crypto in outgoing offer and answer. Fail any
58 // offer with crypto required.
59 // SEC_ENABLED: Crypto in outgoing offer and answer. Fail any offer
61 // required in outgoing offer.
62 // SEC_REQUIRED: Crypto in outgoing offer and answer with
63 // required='true'. Fail any offer with no or
65 // in the offer.)
134 SessionDescription* CreateAnswer(const SessionDescription* offer,
/external/qemu/slirp/
H A Dtcp_input.c1697 tcp_mss(struct tcpcb *tp, u_int offer) argument
1704 DEBUG_ARG("offer = %d", offer);
1707 if (offer)
1708 mss = min(mss, offer);
1710 if (mss < tp->t_maxseg || offer != 0)
/external/qemu/slirp-android/
H A Dtcp_input.c1703 tcp_mss(struct tcpcb *tp, u_int offer) argument
1710 DEBUG_ARG("offer = %d", offer);
1713 if (offer)
1714 mss = min(mss, offer);
1716 if (mss < tp->t_maxseg || offer != 0)
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl308 (2) offer you this license which gives you legal permission to copy,
356 you may at your option offer warranty protection in exchange for a fee.
410 b) Accompany it with a written offer, valid for at least three
417 c) Accompany it with the information you received as to the offer
421 an offer, in accord with Subsection b above.)
/external/e2fsprogs/lib/et/
H A Dtexinfo.tex53 % transferring a copy, and you may at your option offer warranty
68 % b) accompany it with a written offer, valid for at least three

Completed in 305 milliseconds